Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-04 | abuild: show package size in human readable format | Natanael Copa | 1 | -1/+11 | |
2012-10-02 | abuild: add option sover-namecheck | Natanael Copa | 1 | -1/+4 | |
So far only openjdk6 needs it and uclibc cannot have it, so we make it optional. | |||||
2012-10-02 | abuild: show all detected dependencies | Natanael Copa | 1 | -0/+2 | |
This will hopefully help detect depends problems early | |||||
2012-10-02 | abuild: check is so: provides are provided by own subpackage | Natanael Copa | 1 | -24/+15 | |
2012-10-02 | abuild: depend on so: provides when available | Natanael Copa | 1 | -3/+7 | |
and fall back to traditional so dependency tracing when not available also sort the deps | |||||
2012-09-19 | abuild: remove duplicates from provides | Natanael Copa | 1 | -1/+1 | |
2012-09-14 | abuild: avoid scanning dirs more than once | Natanael Copa | 1 | -4/+7 | |
2012-09-14 | abuild: fix typo of rpaths | Natanael Copa | 1 | -4/+4 | |
2012-09-10 | abuild: add support for option 'ldpath-recursive' | Natanael Copa | 1 | -1/+5 | |
This option will enable recursive search of shared-objects, which is disable by default. | |||||
2012-09-08 | abuild: dont add .so files with mismatching soname version | Natanael Copa | 1 | -6/+18 | |
Skip .so files without version number in filename when soname has version number. This solves issue with libgcj/gcc-java who ships both libgcj_bc.so and libgcj_bc.so.1.0.0 which both has soname libgcj_bc.so.1 | |||||
2012-09-08 | abuild: add datadir prefix to ldpath | Natanael Copa | 1 | -1/+1 | |
So we actually scan those dirs | |||||
2012-09-06 | abuild: error or warn if bad rpaths are found | Natanael Copa | 1 | -0/+7 | |
2012-09-06 | abuild: only scan /lib /usr/lib, $rpath and $ldpath for provides | Natanael Copa | 1 | -34/+78 | |
This is to avoid scan dlopen'ed plugins. We scan any rpath set by any subpackage from same apkbuild. If it depends on rpath to other package, developer will have to add that to ldpath. This change means we have to move generation of .provides-so and .needs-so til after all .rpaths are generated. | |||||
2012-09-05 | abuild: include correct version number for provides | Natanael Copa | 1 | -4/+12 | |
This changes the format of .provides-so file. We now add a column with the version number | |||||
2012-09-05 | abuild: use 'so:' as 'namespace' for provides | Natanael Copa | 1 | -1/+2 | |
2012-09-05 | abuild: add version number to provides | Natanael Copa | 1 | -1/+1 | |
So it is not treated as a special 'virtual' We use version number 0 for now. | |||||
2012-09-04 | abuild: add provides information | Natanael Copa | 1 | -1/+4 | |
2012-09-04 | abuild: use scanelf --soname to find the provides-so | Natanael Copa | 1 | -2/+7 | |
2012-05-23 | abuild: add support for uncompressed tar archives | Natanael Copa | 1 | -0/+3 | |
2012-04-24 | ==== release 2.12.1 ====v2.12.1 | Natanael Copa | 1 | -1/+1 | |
2012-04-24 | abuild: create group before user | Natanael Copa | 1 | -6/+6 | |
2012-02-29 | abuild: allow skip FHS check | Natanael Copa | 1 | -6/+8 | |
some package (alpine-baselayout) needs to create /usr/local/bin etc. | |||||
2012-02-29 | abuild: check for FHS forbidden dirs | Natanael Copa | 1 | -0/+7 | |
2012-02-28 | abuild: use file descriptor 9 instead of 200 | Natanael Copa | 1 | -3/+3 | |
POSIX only requires that filedesriptors 0-9 are available for shell redirections. | |||||
2012-02-22 | abuild: fix replaces_priority | Natanael Copa | 1 | -2/+3 | |
was totally broke. | |||||
2012-02-17 | ==== release 2.12.0 ====v2.12.0 | Natanael Copa | 1 | -1/+1 | |
2012-02-17 | abuild: always add -k to curl in case http -> https redirects | Natanael Copa | 1 | -1/+1 | |
2012-02-17 | abuild: add support for replaces_priority | Natanael Copa | 1 | -0/+7 | |
2012-02-17 | abuild: do not create the apk index as root | Natanael Copa | 1 | -8/+9 | |
2012-02-17 | Revert "==== release 2.12.0 ====" | Natanael Copa | 1 | -1/+1 | |
This reverts commit e045c4516f220439fdcf04fcd3b42b38f2f10e8a. | |||||
2012-02-17 | ==== release 2.12.0 ==== | Natanael Copa | 1 | -1/+1 | |
2012-02-17 | abuild: no longer require wget in makedepends if https | Natanael Copa | 1 | -1/+1 | |
we depend on curl instead | |||||
2012-02-17 | abuild: remove dependency of sudo | Natanael Copa | 1 | -12/+14 | |
use the abuild-sudo tool instead fixes #951 | |||||
2012-02-17 | abuild-sudo: new tool | Natanael Copa | 2 | -11/+112 | |
mini sudo that checks if user is in "abuild" group and allows it to run apk, adduser adn addgroup as root ref #951 | |||||
2012-02-14 | abump: add -s option for security updates | Natanael Copa | 1 | -6/+12 | |
2012-02-14 | abuild: check for non-PIE suid files | Natanael Copa | 1 | -0/+9 | |
fixes #955 | |||||
2012-02-13 | abuild: create the pkgusers/pkggroups as system users | Natanael Copa | 1 | -2/+2 | |
2012-02-13 | abuild: run postcheck for subpackages as well | Natanael Copa | 1 | -14/+23 | |
2012-02-13 | abuild: fix post check messages | Natanael Copa | 1 | -3/+3 | |
2012-02-13 | abuild: warn if world writable directories are found | Natanael Copa | 1 | -0/+6 | |
2012-02-13 | abuild: warn if chown, chmod or chgrp found in install scripts | Natanael Copa | 1 | -0/+6 | |
2012-02-13 | abuild: add msg2(), warning2() and error2() | Natanael Copa | 1 | -4/+20 | |
For a second, indented message line. | |||||
2012-02-13 | apkgrel: optionally bump pkgrel when git is unclean | Natanael Copa | 1 | -7/+16 | |
2012-01-20 | abuild: busybox flock does not support -w | Natanael Copa | 1 | -1/+1 | |
2012-01-20 | abuild: implement locking of downloaded files | Natanael Copa | 1 | -1/+19 | |
We need locking Since the build servers use a shared download dir and multiple vservers might want download same file at same time. fixes #873 | |||||
2012-01-19 | devbuild: removed. has not been used for many years | Natanael Copa | 2 | -64/+2 | |
2011-12-21 | newapkbuild: add -n option for setting name | Natanael Copa | 1 | -15/+21 | |
So we can set pkgname if it differs from download archive name | |||||
2011-12-20 | abuild: fail fetch on http 404 errors | Natanael Copa | 1 | -1/+2 | |
curl does not fail by default. it downloads the 404 error page instead so we need add -f option to curl. | |||||
2011-12-19 | abuild: cleanup. remove dead code | Natanael Copa | 1 | -5/+0 | |
Not been used for ages. | |||||
2011-12-16 | abuild: make curl follow redirects | Natanael Copa | 1 | -2/+6 | |