- 01 Feb, 2012 1 commit
-
-
Timo Teräs authored
Also clean up handling of signature failures for index files. (cherry picked from commit 304dc4a6) (cherry picked from commit b7f58c96) Conflicts: src/apk_database.h src/database.c
-
- 01 Mar, 2011 1 commit
-
-
Timo Teräs authored
it's not backwards compatible with older apk-tools in the alpine-2.1.x branch.
-
- 26 Feb, 2011 1 commit
-
-
Timo Teräs authored
Parse arch from .PKGINFO and index; write it to index and installed database. Contains conservative parts from master branch commit fca1c30b. We'll add the repository URL related changes when we have a migration plan.
-
- 25 Jan, 2011 1 commit
-
-
Timo Teräs authored
Just disable installation of packages using the new stuff. Also flag lower case package info fields as non-critical and allow installation even if that features is not supported. (backported master commit d8ba07e4)
-
- 08 Oct, 2010 1 commit
-
-
Timo Teräs authored
Otherwise we end up using wrong uid/gid mappings when doing install to alternate system root. Fixes #434.
-
- 30 Aug, 2010 1 commit
-
-
Natanael Copa authored
Seems like recent eglibc requires that you include sys/stat.h
-
- 12 Jun, 2010 1 commit
-
-
Timo Teräs authored
Take the uid/gid from passwd and group.
-
- 11 Jun, 2010 2 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
-
- 05 Jun, 2010 1 commit
-
-
Timo Teräs authored
Instead of having a null pointer, use a dummy array which just says the array is empty. This helps in multiple places of the code which would otherwise need explicitly need to check first if the array exists. This has been cause of multiple seg.faults in the past as the array check is easily omitted. This also removes (or fixes) all existing checks accordingly.
-
- 01 Jun, 2010 2 commits
-
-
Timo Teräs authored
clean up the triggers properly, in proper order.
-
Timo Teräs authored
Print more information why installation changeset calculation failed. Fixes #187.
-
- 26 May, 2010 1 commit
-
-
Timo Teräs authored
openssl BIO does not close the fd unless we explicitly tell it to do so.
-
- 21 Dec, 2009 1 commit
-
-
Timo Teräs authored
get list of overlay files from stdin, so those do not get overwritten.
-
- 16 Sep, 2009 1 commit
-
-
Timo Teräs authored
if the dependencies are empty with only trailing new line, the parsing was incorrect. fix the new line check.
-
- 13 Aug, 2009 2 commits
-
-
Timo Teräs authored
accept also pkgfile in addition to pkgname. make also the signature verification stuff work properly again with non-repository files.
-
Timo Teräs authored
-
- 12 Aug, 2009 1 commit
-
-
Timo Teräs authored
this makes the database package entry smaller, and we propbably get more fields to installed_package later too. this cleans up the way scripts are stored and is a preparation for supporting triggers. some parsing for trigger meta-data. ref #45.
-
- 11 Aug, 2009 1 commit
-
-
Timo Teräs authored
-
- 10 Aug, 2009 1 commit
-
-
Timo Teräs authored
some hooks to package verification code were missing causing the verification to not be done (causing pre-script to be not run). fixes #124, #126.
-
- 04 Aug, 2009 1 commit
-
-
Timo Teräs authored
it will allow to overwrite files owned by some other packages to get upgrades right (e.g. when splitting or renaming packages)
-
- 31 Jul, 2009 1 commit
-
-
Timo Teräs authored
this way we never change cwd, and relative filenames are always parsed consistently. this also helps filename construction in many places. this patch also changes '--root' to override location of all configuration to be in the new root. previously it depended on the file which one was used.
-
- 29 Jul, 2009 1 commit
-
-
Timo Teräs authored
and force checksumming only when unpacking archive. otherwise it's extra computation for nothing.
-
- 24 Jul, 2009 1 commit
-
-
Timo Teräs authored
this dependency is now inserted automatically by abuild.
-
- 23 Jul, 2009 1 commit
-
-
Timo Teräs authored
when failed to load an existing index.
-
- 22 Jul, 2009 7 commits
-
-
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
to not make hard error of untrusted or missing signatures
-
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
- 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
-
- 21 Jul, 2009 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 20 Jul, 2009 2 commits
-
-
Timo Teräs authored
prefer index in the new format as signed .tar.gz.
-
Timo Teräs authored
-
- 17 Jul, 2009 3 commits
-
-
Timo Teräs authored
speeds up digest calculation on some cases.
-
Timo Teräs authored
-
Timo Teräs authored
-