aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/mongodb: Fix mongo shell "too much recursion" #5117Marc Vertes2016-02-243-27/+22
| | | | | | | | | | | | The problem is due to the fact that spidermonkey expects a larger available space on the thread stack than the one allocated by default by Musl libc. In the code which checks the available stack space, we adjust the reserved quota to 32k instead of 64k because the default musl libc thread stack size is small (80k) and we can not set stack size for C++ threads. Note also that with musl, stack size does not include guard page.
* main/linux-vanilla: security fix (CVE-2015-8550, xsa-155). Fixes #5159Leonardo Arena2016-02-248-1/+37
|
* main/fetchmail: Updated init.d scriptDaniele Coli2016-02-242-6/+6
| | | | | Moved cfgfile and options at the start of the command, otherwise interpreter the -i option as server name.
* testing/mongodb: update checksumsLeonardo Arena2016-02-241-4/+4
|
* testing/zfs-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/spl-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/sch-cake-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/flashcache-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* testing/drbd9-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.1.17-r1Leonardo Arena2016-02-241-1/+1
|
* main/linux-grsec: security fix (CVE-2015-8550, xsa-155). Fixes #5159Leonardo Arena2016-02-248-1/+466
|
* main/libdrm: upgrade to 2.4.66Natanael Copa2016-02-242-10/+21
|
* main/sysstat: upgrade to 11.3.1Natanael Copa2016-02-241-4/+4
|
* main/mosquitto: upgrade to 1.4.8Natanael Copa2016-02-241-4/+4
|
* main/libwebsockets: upgrade to 1.7.1Natanael Copa2016-02-241-7/+6
|
* main/opusfile: upgrade to 0.7Natanael Copa2016-02-241-4/+4
|
* main/shorewall6: upgrade to 5.0.5Natanael Copa2016-02-241-4/+4
|
* main/shorewall: upgrade to 5.0.5Natanael Copa2016-02-241-4/+4
|
* main/shorewall-core: upgrade to 5.0.5Natanael Copa2016-02-241-4/+4
|
* main/lighttpd: upgrade to 1.4.39Natanael Copa2016-02-241-5/+5
|
* main/librsvg: upgrade to 2.40.13Natanael Copa2016-02-241-4/+4
|
* community/libvirt-glib: upgrade to 0.2.3Natanael Copa2016-02-241-4/+4
|
* testing/ibus: upgrade to 1.5.13Natanael Copa2016-02-241-6/+5
|
* main/phpmyadmin: upgrade to 4.5.5Natanael Copa2016-02-241-4/+4
|
* main/monit: upgrade to 5.16Natanael Copa2016-02-242-21/+4
|
* non-free/adobe-flashplayer: upgrade to 11.2.202.569Natanael Copa2016-02-241-4/+4
|
* main/qemu: security fix (CVE-2015-8550, xsa-155). Fixes #5159Leonardo Arena2016-02-243-5/+101
|
* main/xen: security fix multiple vulnerabilties. Fixes #5159Leonardo Arena2016-02-2413-1/+1027
| | | | | | | | | | | | (CVE-2016-2270, XSA-154) (CVE-2015-8550, XSA-155) (CVE-2015-8339, CVE-2015-8340, XSA-159) (CVE-2015-8341, XSA-160) (CVE-2015-8555, XSA-165) (CVE-2016-1570, XSA-167) (CVE-2016-1571, XSA 168) (CVE-2015-8615, XSA-169) (CVE-2016-2271, XSA-170)
* main/git: upgrade to 2.7.2Natanael Copa2016-02-241-4/+4
|
* main/socat: upgrade to 1.7.3.1Natanael Copa2016-02-241-4/+4
|
* testing/php-zmq: upgrade to 1.1.3Natanael Copa2016-02-241-4/+4
|
* main/znc: upgrade to 1.6.3Natanael Copa2016-02-241-4/+4
|
* community/docker: upgrade to 1.10.2Natanael Copa2016-02-241-4/+4
|
* main/linux-rpi: upgrade to 4.1.18, and ship -rpi2-devTimo Teräs2016-02-231-21/+18
| | | | fixes #5164
* community/go: update version to 1.6Nathan Johnson2016-02-234-73/+86
| | | | | | | | | | | | | Including patch to fix 386 build. https://github.com/golang/go/issues/14476 Removed default-sc-getpw-r-size-max.patch, fixed upstream. https://github.com/golang/go/issues/11319 Changed the offset for no-pic.patch to match new code. TT: pkgrel set to 1 as the original pkgrel=0 failed to build with x86 and was reverted.
* main/spamassassin: fix syntax error in init.d scriptDaniele Coli2016-02-232-5/+5
| | | | | | Whenever we start a new service linked to spamassassin, we got ~# rc-service spamd status /lib/rc/sh/openrc-run.sh: /etc/init.d/spamd: line 31: syntax error: unterminated quoted string
* testing/mongodb: use getrlimit() to get main process stack sizeTimo Teräs2016-02-232-1/+27
|
* main/glib: add system pcre support, bash completion moved to subpackageValery Kartel2016-02-231-32/+29
|
* community/go: bump pkgrel due to recent revertTimo Teräs2016-02-231-1/+1
| | | | | We had 1.6.0, but reverted it. This caused go to be rebuilt with same version, which can confuse http proxies.
* testing/redsocks: Added startup init.d scriptDaniele Coli2016-02-232-5/+45
|
* testing/mongodb-tools: upgrade to 3.2.3Timo Teräs2016-02-231-4/+4
|
* testing/mongodb-tools: downgrade to stable version 3.2.1Marc Vertes2016-02-231-4/+4
| | | | 3.3.1 is unstable upstream version
* testing/rspamd: upgrade to 1.1.4Valery Kartel2016-02-231-4/+4
|
* testing/editorconfig: allow multi-line value parsingv160223Paul Morgan2016-02-231-1/+2
|