- Jul 29, 2009
-
-
Timo Teräs authored
-
Timo Teräs authored
we don't want to do checksumming of existing files unless it's in a protected directory. also, we keep the original file if it's *modified*.
-
Timo Teräs authored
avoids some copying and system calls.
-
Timo Teräs authored
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing.
-
Timo Teräs authored
apparently the double colon rule dependencies affect only the specific rule-set.
-
Timo Teräs authored
otherwise bad things happens. avoid this be checking end of stream at the beginning of read.
-
- Jul 24, 2009
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
and use that to figure if questions are allowed or not instead of the verbosity level.
-
Timo Teräs authored
-
Timo Teräs authored
this dependency is now inserted automatically by abuild.
-
Timo Teräs authored
-
Timo Teräs authored
use the package 'installed_size' == 0 as a test instead for dependency only packages.
-
Timo Teräs authored
this enables virtual packages and files specified from command line to work on non-harddisk installs.
-
- Jul 23, 2009
-
-
Natanael Copa authored
Otherwise will link(2) fail since it does not exist.
-
Timo Teräs authored
can't cancel an index reading or we lose signature checking.
-
Timo Teräs authored
when failed to load an existing index.
-
- Jul 22, 2009
-
-
Timo Teräs authored
and do not remove modified configuration files unless --purge is specified.
-
Timo Teräs authored
to check system files for changes.
-
Timo Teräs authored
fixes verification of non-repository packages while installing them. this is final thing needed for full signing support (fixes #46).
-
Timo Teräs authored
make sure cache is enabled on non-permanent rootfs setups. some optimizations and fixes too.
-
Timo Teräs authored
smaller callback and less cases to check. also reintroduce the oneshot digest flag, hopefully correct this time.
-
Timo Teräs authored
-
Timo Teräs authored
we might have done already something.
-
Timo Teräs authored
to not make hard error of untrusted or missing signatures
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
- error codes for verification failure types - fix some fdb corruption on file migration - combine some dependency parsing code - fix versioned dependencies
-
Timo Teräs authored
do not overwrite untracked files.
-
Timo Teräs authored
- extract everything as .apk-new and overwrite only after data has been checksummed - url construction fixes (to work with simple http servers) - end of gunzip stream fixed - remove oneshot digesting flag for now as it's usage was broken
-
- Jul 21, 2009
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
to make sure the scripts have not been altered.
-
Timo Teräs authored
-
- Jul 20, 2009
-
-
Timo Teräs authored
the unflushed data when closing file can be several thousand kiloes, loop until all is written out.
-
Timo Teräs authored
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
Timo Teräs authored
-