aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/bacula: upgrade to 7.4.5Leonardo Arena2017-02-091-6/+6
|
* main/bind: security upgrade to 9.11.0_p3 (CVE-2017-3135)Natanael Copa2017-02-091-21/+3
| | | | fixes #6828
* main/libvirt: upgrade to 3.0.0André Klitzing2017-02-091-5/+5
|
* main/gsl: don't disable deprecated symbolsEd Robinson2017-02-092-11/+40
|
* main/cacti: upgrade to 1.0.0Valery Kartel2017-02-085-21/+203
|
* main/py-rsa: upgrade to 3.4.2Valery Kartel2017-02-081-24/+34
| | | | build for both python2, python3
* main/busybox-initscripts: udhcpc: act on IPv4 onlyCorentin Henry2017-02-082-14/+14
| | | | | | | | | | | | udhcpc works only with IPv4 addresses but the current /usr/share/udhcpc/default.script script interferes with IPv6. For example, when getting a new lease from an IPv4 address on a given interface, all the addresses on this interfaces get flushed, including IPv6. This issue has been reported to the busybox project: https://bugs.busybox.net/show_bug.cgi?id=9621 This commit prevents udhcpc to act on IPv6 addresses.
* main/abuild: add patch to workaround filesystem bugsG.J.R. Timmer2017-02-082-1/+23
|
* main/amavisd-new: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/perl-mime-lite: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/sendpage: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/rt4: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/perl-mime-tools: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/perl-mail-dkim: fix dependenciesValery Kartel2017-02-081-2/+2
|
* main/perl-mail-tools: removeValery Kartel2017-02-081-33/+0
| | | | it is incorrectly named
* main/perl-mailtools: moved from testingValery Kartel2017-02-081-0/+43
|
* main/perl-time-date: removeValery Kartel2017-02-081-33/+0
| | | | it is incorrectly named
* main/perl-timedate: moved from communityValery Kartel2017-02-081-0/+43
| | | | add provides for the old incorrect package
* main/cjdns: Add musl seccomp patchAdam Ruzicka2017-02-082-5/+26
| | | | | | | Musl free() uses madvise syscall which is not allowed in the seccomp. This makes cjdns crash whenever it tries to use it. This patch is a workaround until it gets fixed on cjdns' side. Originally proposed by cjd on #cjdns on EFnet.
* main/gcc: fix ppc64le triplet match, and lib pathFernando Seiti Furusato2017-02-082-4/+62
| | | | Signed-off-by: Fernando Seiti Furusato <ferseiti@linux.vnet.ibm.com>
* main/py-asn1: upgrade to 0.2.2Fabian Affolter2017-02-071-4/+4
|
* main/git: Upgrade to 2.11.1pbregener2017-02-071-4/+4
|
* main/python3: rebuildTimo Teräs2017-02-071-1/+1
| | | | | x86 build seems to have had gettext-dev present, so this should fix that extra dependency
* main/libpng: ugprade to 1.6.28Timo Teräs2017-02-071-9/+9
|
* main/libpng: move binaries to -utils subpackageValery Kartel2017-02-071-5/+9
|
* main/mini_httpd: upgrade to 1.26Valery Kartel2017-02-076-81/+59
|
* main/postgresql: add script for creating pltcl_* tablesG.J.R. Timmer2017-02-072-4/+24
|
* main/pgtcl: move from testing (required for main/postgresql)Jakub Jirutka2017-02-071-0/+57
|
* main/postgresql: move PL contrib extensions to subpackagesJakub Jirutka2017-02-071-12/+56
|
* main/postgresql: DRY moving filesJakub Jirutka2017-02-071-23/+20
|
* main/postgresql: build PL/Python for both Python versionsJakub Jirutka2017-02-071-9/+42
|
* main/postgresql: correctly fix problem with libperl.soJakub Jirutka2017-02-073-9/+27
|
* main/postgresql: add support for PL/Perl, PL/Python and PL/TclG.J.R. Timmer2017-02-072-3/+53
|
* main/rsync: fix checksumsLeonardo Arena2017-02-071-4/+4
|
* main/rsync: fixes in apkbuild, simplify init-scriptValery Kartel2017-02-072-36/+19
|
* main/openvswitch: update to 2.6.1Stuart Cardall2017-02-071-5/+5
|
* main/unbound: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/transmission: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/tlsdate: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/sems: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/opensmtpd: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/ntop: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/nsd: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/nfs-utils: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/memcached: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/libverto: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/kamailio: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/tmux: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/byobu: upgrade to 5.115Francesco Colista2017-02-071-4/+4
|
* main/json-c: replaced chain of autotools commandsFernando Seiti Furusato2017-02-071-2/+1
| | | | | | | | This replaces the various autotools commands by autoreconf which additionally updates config.sub and config.guess, that were kept and led json-c to fail on ppc64le due to this arch being relatively new. Signed-off-by: Fernando Seiti Furusato <ferseiti@linux.vnet.ibm.com>