summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* buildrepo: add message that we are puring old packagesNatanael Copa2013-02-071-0/+1
|
* abuild: use REPODEST as abuildrepo if specifiedNatanael Copa2013-02-071-1/+4
| | | | | | | | This has the nice effect that we get the index automatically built for our REPODEST. Discussion here: http://lists.alpinelinux.org/alpine-devel/0249.html
* abuild: update abuild repo index when cleaning packagesNatanael Copa2013-02-071-3/+7
|
* abuild: fix spelling in commentNatanael Copa2013-02-071-1/+1
|
* abuild: verify pkgdesc lengthNatanael Copa2013-02-071-0/+3
| | | | fixes #1477
* abuild: add git/svn snapshot hookCarlo Landmeter2013-01-081-0/+57
| | | | ref #1537
* aports.lua: also store url in pkg structNatanael Copa2012-12-301-2/+4
|
* checkapk: new toolNatanael Copa2012-12-303-1/+76
| | | | Tool to help find ABI breakages in package upgrades
* abuild: improve sanitycheck to check sanity of all checksumsNatanael Copa2012-11-291-5/+11
|
* abuild: use sha256 and sha512 sums instead of md5Natanael Copa2012-11-291-19/+57
| | | | ref #1484
* abuild: report error if md5sum exist but no sourcesNatanael Copa2012-11-291-1/+1
|
* ==== release 2.13.1 ====v2.13.1Natanael Copa2012-10-301-1/+1
|
* abuild: deal with duplicate providesNatanael Copa2012-10-301-1/+10
| | | | | - remove duplicate provides with so version 0 - exit with error if there are multiple provides with different versions
* abuild: include /usr/share/ri in -doc packagesNatanael Copa2012-10-111-1/+1
|
* ==== release 2.13.0 ====v2.13.0Natanael Copa2012-10-101-1/+1
|
* abuild: remove predefined mod splitfuncNatanael Copa2012-10-101-16/+0
| | | | It is never and should never be used.
* abuild: include Qt mkspecs in -dev packagesNatanael Copa2012-10-101-0/+1
|
* abuild: add support for predefined libs splitfuncNatanael Copa2012-10-101-0/+17
|
* abuild: implement somaskNatanael Copa2012-10-101-3/+5
|
* abuild: postcheck for textrelsNatanael Copa2012-10-041-0/+9
|
* abuild: show package size in human readable formatNatanael Copa2012-10-041-1/+11
|
* abuild: add option sover-namecheckNatanael Copa2012-10-021-1/+4
| | | | | So far only openjdk6 needs it and uclibc cannot have it, so we make it optional.
* abuild: show all detected dependenciesNatanael Copa2012-10-021-0/+2
| | | | This will hopefully help detect depends problems early
* abuild: check is so: provides are provided by own subpackageNatanael Copa2012-10-021-24/+15
|
* abuild: depend on so: provides when availableNatanael Copa2012-10-021-3/+7
| | | | | | and fall back to traditional so dependency tracing when not available also sort the deps
* abuild: remove duplicates from providesNatanael Copa2012-09-191-1/+1
|
* abuild: avoid scanning dirs more than onceNatanael Copa2012-09-141-4/+7
|
* abuild: fix typo of rpathsNatanael Copa2012-09-141-4/+4
|
* abuild: add support for option 'ldpath-recursive'Natanael Copa2012-09-101-1/+5
| | | | | This option will enable recursive search of shared-objects, which is disable by default.
* abuild: dont add .so files with mismatching soname versionNatanael Copa2012-09-081-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
* abuild: add datadir prefix to ldpathNatanael Copa2012-09-081-1/+1
| | | | So we actually scan those dirs
* abuild: error or warn if bad rpaths are foundNatanael Copa2012-09-061-0/+7
|
* abuild: only scan /lib /usr/lib, $rpath and $ldpath for providesNatanael Copa2012-09-061-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.
* abuild: include correct version number for providesNatanael Copa2012-09-051-4/+12
| | | | | This changes the format of .provides-so file. We now add a column with the version number
* abuild: use 'so:' as 'namespace' for providesNatanael Copa2012-09-051-1/+2
|
* abuild: add version number to providesNatanael Copa2012-09-051-1/+1
| | | | | So it is not treated as a special 'virtual' We use version number 0 for now.
* abuild: add provides informationNatanael Copa2012-09-041-1/+4
|
* abuild: use scanelf --soname to find the provides-soNatanael Copa2012-09-041-2/+7
|
* abuild: add support for uncompressed tar archivesNatanael Copa2012-05-231-0/+3
|
* ==== release 2.12.1 ====v2.12.1Natanael Copa2012-04-241-1/+1
|
* abuild: create group before userNatanael Copa2012-04-241-6/+6
|
* abuild: allow skip FHS checkNatanael Copa2012-02-291-6/+8
| | | | some package (alpine-baselayout) needs to create /usr/local/bin etc.
* abuild: check for FHS forbidden dirsNatanael Copa2012-02-291-0/+7
|
* abuild: use file descriptor 9 instead of 200Natanael Copa2012-02-281-3/+3
| | | | | POSIX only requires that filedesriptors 0-9 are available for shell redirections.
* abuild: fix replaces_priorityNatanael Copa2012-02-221-2/+3
| | | | was totally broke.
* ==== release 2.12.0 ====v2.12.0Natanael Copa2012-02-171-1/+1
|
* abuild: always add -k to curl in case http -> https redirectsNatanael Copa2012-02-171-1/+1
|
* abuild: add support for replaces_priorityNatanael Copa2012-02-171-0/+7
|
* abuild: do not create the apk index as rootNatanael Copa2012-02-171-8/+9
|
* Revert "==== release 2.12.0 ===="Natanael Copa2012-02-171-1/+1
| | | | This reverts commit e045c4516f220439fdcf04fcd3b42b38f2f10e8a.