- 07 Mar, 2009 1 commit
-
-
Cameron Banta authored
-
- 06 Mar, 2009 1 commit
-
-
Cameron Banta authored
-
- 04 Mar, 2009 6 commits
-
-
Timo Teräs authored
-
Natanael Copa authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
So you will not get .apk-new files of the new configuration files.
-
- 27 Feb, 2009 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 17 Feb, 2009 1 commit
-
-
Natanael Copa authored
-
- 12 Feb, 2009 1 commit
-
-
Natanael Copa authored
-
- 08 Feb, 2009 3 commits
-
-
Natanael Copa authored
we let bb use /bin and /sbin, all packages overriding busybox must install the bins in /usr/bin and /usr/sbin
-
Natanael Copa authored
- empty lines comes after not before - separate pkgname with : when using -v option
-
Natanael Copa authored
-
- 23 Jan, 2009 1 commit
-
-
Natanael Copa authored
-
- 22 Jan, 2009 3 commits
-
-
Timo Teräs authored
apk_hash_delete() actually deletes the file entry, so unlinking from other lists need to happen before that. Also free the diri instead of leaking it.
-
Natanael Copa authored
-
Natanael Copa authored
We dont care if a directory have references or not, we care if directory is relly there. Only the creator of the direcotry will set the permissions. This fixes the situation where you install a package owning a dir then you remove this dir manually and try install a second package also owning the dir. For example: apk add e2fsprogs-dev rm -rf /usr/lib/pkgconfig apk add zlib-dev
-
- 21 Jan, 2009 3 commits
-
-
Natanael Copa authored
This reverts commit 600f9e7e. My bad. This was correct.
-
Natanael Copa authored
This reverts commit 46430ceb. The problem this was suppoed to fix was fixed by letting apk_db_open() return with same working dir.
-
Natanael Copa authored
-
- 20 Jan, 2009 4 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Timo Teräs authored
-
- 19 Jan, 2009 1 commit
-
-
Timo Teräs authored
Otherwise creating rootfs from scratch with --initdb cannot be locked due to the lock file path missing.
-
- 18 Jan, 2009 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
Protect files in protected dirs even if the file is not previously registered in the database. We do so by always extracting to a .apk-new file name, compare the checksums afterwards and rename if file was identical.
-
- 17 Jan, 2009 6 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
Add flags field to db open call. Also make error reporting quite a bit more detailed.
-
Natanael Copa authored
Both variants should work: apk --version apk <applet> --version
-
Natanael Copa authored
chown will reset the suid bit so we need to set it again.
-
Timo Teräs authored
-
- 16 Jan, 2009 5 commits
-
-
Natanael Copa authored
-
-
Timo Teräs authored
Otherwise installed db load fails due to internal reasons. This would cause a lot of other funny stuff happen.
-
-
Timo Teräs authored
-