aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/zmap: Renaming files from upstramBreno Leitao2017-03-241-1/+1
| | | | | | | | Upstream renamed the some files from plain text to markdown (.md) file. Renaming these files on the install functions also, otherwise the files won't be found and the build fails.
* main/newsbeuter: Compile without glibcBreno Leitao2017-03-242-9/+14
| | | | | | | | | | | If you try to compile newsbeuter without -fpermissive, as ppc64le, it will not build due to a wrong argument type. It is wrong because it sets the propoer argument if you have Linux with Glibc. Since we use MUSL, it use the wrong argument. This patch assure that both musl and glibc uses the same argument type.
* main/perl-test2-suite: upgrade to 0.000070William Pitcock2017-03-241-5/+3
|
* main/perl-sub-info: new aportWilliam Pitcock2017-03-241-0/+48
|
* main/perl-term-table: new aportWilliam Pitcock2017-03-241-0/+48
|
* main/perl-test-simple: modernize abuild (automatically via apkbuild-cpan)William Pitcock2017-03-241-4/+12
|
* main/perl-importer: upgrade to 0.024William Pitcock2017-03-241-4/+2
|
* main/atop: cron.d is not a file but a directoryGustavo Romero2017-03-241-1/+1
|
* main/jasper: change build dir to "obj"Natanael Copa2017-03-241-4/+4
| | | | | the source package provides a dir named "build". We dont want use that for our build.
* main/iptables: Does not install libiptc.a that does not existsBreno Leitao2017-03-241-1/+0
| | | | | | | | Currently iptables is not being built on ppc64le because it tries to install libiptc.a, that was not generated. This is breaking only on abuild version 3. On version 2, it is still working fine.
* main/py-parsing: upgrade to 2.2.0André Klitzing2017-03-241-5/+3
|
* main/openssh: upgrade to 7.5_p1André Klitzing2017-03-241-3/+3
|
* main/perl-net-dns: upgrade to 1.09Leonardo Arena2017-03-241-5/+10
| | | | add check
* main/glib: upgrade to 2.52.0André Klitzing2017-03-241-2/+2
|
* main/gnutls: upgrade to 3.5.10André Klitzing2017-03-241-2/+2
|
* main/abuild: upgrade to 3.0.0_rc2Natanael Copa2017-03-244-473/+3
|
* main/pkgconf: upgrade to 1.3.2William Pitcock2017-03-241-2/+2
|
* main/pkgconf: upgrade to 1.3.1William Pitcock2017-03-241-3/+3
|
* main/memcached: upgrade to 1.4.36André Klitzing2017-03-241-2/+2
|
* main/ca-certificates: alpine 3.4 has c_rehash in openssl binary, replaces ↵William Pitcock2017-03-231-2/+3
| | | | needs adjusting
* main/ttf-liberation: remove spurious cd command, disable testsuites as there ↵William Pitcock2017-03-231-1/+1
| | | | aren't any
* main/nodejs: upgrade to 6.10.1Jakub Jirutka2017-03-231-2/+2
|
* main/openssh: fix patchesValery Kartel2017-03-235-163/+103
| | | | | | | fix hpn patches which was unintentionally disabled with commit 756f181a5 (main/openssh: support cross building and use default_prepare) rename *.diff to *.patch because *.diff are ignored by default_prepare
* main/ruby: upgrade to 2.4.1Jakub Jirutka2017-03-231-2/+2
|
* main/openresolv: upgrade to 3.9.0Natanael Copa2017-03-231-4/+2
|
* main/nss: upgrade to 3.30 and fix -dev packageNatanael Copa2017-03-231-16/+20
| | | | | we need to have the .so symlink in main package and not in the -dev. This means that we cannot use default_dev
* main/nginx: force rebuild nginx pkg. Fixes #7039Leonardo Arena2017-03-231-1/+1
|
* main/linux-vanilla: build fix for aarch64Natanael Copa2017-03-232-2/+3
|
* main/zfs-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/xtables-addons-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/spl-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/drbd9-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/dahdi-linux-grsec: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-2/+2
|
* main/linux-grsec: upgrade to 4.9.17Natanael Copa2017-03-231-5/+5
|
* main/zfs-vanilla: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.17-r0Natanael Copa2017-03-231-1/+1
|
* main/linux-vanilla: upgrade to 4.9.17Natanael Copa2017-03-231-2/+2
|
* main/charybdis: upgrade to 3.5.5, changed upstream urlFrancesco Colista2017-03-231-25/+8
|
* main: trigger rebuilds against nss 3.28William Pitcock2017-03-233-3/+3
|
* Revert "main/nss: upgrade to 3.30"William Pitcock2017-03-231-2/+15
| | | | This reverts commit 968d2718ea097e63b3d532bb6e8b84d1fa20a282.
* main/{pidgin,pidgin-sipe,libfprint}: rebuild against latest NSSWilliam Pitcock2017-03-233-3/+3
|
* main/ruby: do not fail on file removalBreno Leitao2017-03-231-1/+1
| | | | | | | With the new abuild version, ruby is not able to build because it tries to remove some files that might not exist, returning error. This patch does not cause rm to fail if the files do not exist.
* main/cups: fix ppc64le breakBreno Leitao2017-03-221-1/+4
| | | | | | There are some cases that the desktop file is not copied into $pkgdir. This change only runs 'sed' on this file if the file exists.
* main/xorg-server: enable xcsecurityNatanael Copa2017-03-221-1/+2
| | | | fixes #6696
* main/nss: clean up and add -static subpackageNatanael Copa2017-03-221-36/+24
|
* main/awesome: rebuild against imagemagick 7Natanael Copa2017-03-221-1/+1
|
* main/a2ps: rebuild against imagemagick 7Natanael Copa2017-03-221-1/+1
|
* main/nss: set -e build fixNatanael Copa2017-03-221-3/+1
|
* main/imagemagick: upgrade to 7.0.5.3Ivan Tham2017-03-221-2/+2
|