aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/monit: upgrade to 5.17Francesco Colista2016-03-041-4/+4
|
* testing/py-telegram-bot: new aportFrancesco Colista2016-03-041-0/+31
|
* main/cacti: security fix (CVE-2015-8604). Fixes #5201Leonardo Arena2016-03-042-4/+36
|
* testing/drbdmanage: version updateRoland Kammerer2016-03-031-5/+5
| | | | | - update to 0.93 - remove "makedepends" which are already "depends".
* main/openssl: disable the weak cryptosNatanael Copa2016-03-031-2/+1
| | | | They are not needed for keeping ABI compat
* main/php: security upgrade to 5.6.19Valery Kartel2016-03-031-5/+5
|
* main/squid: security upgrade to 3.5.15Natanael Copa2016-03-031-5/+5
| | | | fixes #5213
* main/mariadb: disable on armhf for nowTimo Teräs2016-03-031-1/+1
| | | | | | | | | | | | | | | mariadb does async functions using fibers. for x86 and x86_64 it has asm implementation, but for other architectures it uses {make,swap,get}context. musl does not support that, but ships the ucontext.h which makes mariadb think it exists and the build fails with: ../mysys/libmysys.a(my_context.c.o): In function `my_context_spawn_internal': /home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:63: undefined reference to `setcontext' ../mysys/libmysys.a(my_context.c.o): In function `my_context_continue': /home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:77: undefined reference to `swapcontext' ... For now disable on armhf.
* main/nodejs: do not set vfpv3 fpu for armhfTimo Teräs2016-03-031-3/+1
| | | | | | | This reverts most of commit 2fc663d5. Debian target armv7+ in their armhf. We target armv6+ which does not support vfpv3. ref #5211
* testing/libressl: split libcrypto, libssl and libtlsNatanael Copa2016-03-031-3/+18
|
* main/sshfs: upgrade to 2.7Sören Tempel2016-03-031-7/+6
|
* testing/stunnel: upgrade to 5.31Sören Tempel2016-03-031-17/+6
|
* main/acf-apk-tools: upgrade to 0.11.0Ted Trask2016-03-021-5/+5
|
* testing/mongodb: Fix #5188 where mongod crashes at db.dropDatabase().Marc Vertes2016-03-022-6/+19
| | | | | | | >From the error log, it seems this is a problem due to wiredtiger. The problem does not occure if using internal engine. Ensure mongodb is using internal provided wiredtiger engine instead of system one. An additional patch to avoid strtouq is needed.
* testing/perl-couchbase: new aportNathan Johnson2016-03-021-0/+41
| | | | | http://search.cpan.org/dist/Couchbase/ Couchbase Client Library
* testing/perl-test-class: new aportNathan Johnson2016-03-021-0/+41
| | | | | http://search.cpan.org/dist/Test-Class/ Easily create test classes in an xUnit/JUnit style
* testing/perl-log-fu: new aportNathan Johnson2016-03-021-0/+41
| | | | | http://search.cpan.org/dist/Log-Fu/ Simplified and developer-friendly screen logging
* testing/perl-dir-self: new aportNathan Johnson2016-03-021-0/+41
| | | | | http://search.cpan.org/dist/Dir-Self/ a __DIR__ constant for the directory your source file is in
* testing/perl-constant-generate: new aportNathan Johnson2016-03-021-0/+41
| | | | | http://search.cpan.org/dist/Constant-Generate/ Common tasks for symbolic constants
* main/musl: cherry-pick bre fixes from upstream gitTimo Teräs2016-03-025-31/+148
|
* main/varnish: upgrade to 4.1.1Natanael Copa2016-03-021-5/+5
|
* main/varnish: fix stack overflowNatanael Copa2016-03-022-1/+49
| | | | ref #4938
* community/tilda: upgrade to 1.3.2Francesco Colista2016-03-021-4/+4
|
* main/postfix: keep postfix-files (required at run-time)Kaarle Ritvanen2016-03-011-2/+2
|
* main/openssl: enable ssl2 and weak ciphers now disabled by defaultLeonardo Arena2016-03-011-1/+3
|
* community/letsencrypt: upgrade to 0.4.1Francesco Colista2016-03-011-4/+4
|
* main/openssl: security upgrade to 1.0.2gNatanael Copa2016-03-011-5/+5
| | | | | | | | | | | CVE-2016-0800 [High severity] CVE-2016-0705 [Low severity] CVE-2016-0798 [Low severity] CVE-2016-0797 [Low severity] CVE-2016-0799 [Low severity] CVE-2016-0702 [Low severity] CVE-2016-0703 [High severity] CVE-2016-0704 [Moderate severity]
* testing/nginx-naxsi: update to 1.9.12Stuart Cardall2016-03-012-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes with nginx 1.9.12 24 Feb 2016 *) Feature: Huffman encoding of response headers in HTTP/2. Thanks to Vlad Krasnov. *) Feature: the "worker_cpu_affinity" directive now supports more than 64 CPUs. *) Bugfix: compatibility with 3rd party C++ modules; the bug had appeared in 1.9.11. Thanks to Piotr Sikora. *) Bugfix: nginx could not be built statically with OpenSSL on Linux; the bug had appeared in 1.9.11. *) Bugfix: the "add_header ... always" directive with an empty value did not delete "Last-Modified" and "ETag" header lines from error responses. *) Workaround: "called a function you should not call" and "shutdown while in init" messages might appear in logs when using OpenSSL 1.0.2f. *) Bugfix: invalid headers might be logged incorrectly. *) Bugfix: socket leak when using HTTP/2. *) Bugfix: in the ngx_http_v2_module.
* testing/at: renamed init script from at to atdmsun2016-03-012-7/+7
| | | | Init script for at-daemon failed to start /usr/sbin/atd until the srcipt has not been renamed because $SVCNAME returns basename of the script. The fact skipped my mind... Please commit this patch to fix the annoying bug.
* main/postfix: upgrade to 3.1.0Valery Kartel2016-03-012-20/+42
|
* main/cryptsetup: upgrade to 1.7.1Carlo Landmeter2016-03-011-5/+5
|
* main/squid: enable ssl-crtdNatanael Copa2016-03-011-2/+3
|
* main/gdb: use system zlibSören Tempel2016-03-011-2/+5
|
* main/openssh: upgrade to 7.2_p1Valery Kartel2016-03-013-16/+16
|
* testing/php-couchbase: new aportNathan Johnson2016-03-011-0/+37
| | | | | https://pecl.php.net/package/couchbase PHP extension for connecting to a couchbase server.
* testing/libcouchbase: new aportNathan Johnson2016-03-014-0/+192
| | | | | http://developer.couchbase.com/community C client library for Couchbase NoSQL database
* testing/luarocks: add dependency on curl and fix licenseMichael Zuo2016-03-011-3/+3
| | | | | | | | luarocks aborts incomprehensibly if it can't find curl in the PATH when trying to download anything. License text is the MIT license text verbatim, and the README documents "LuaRocks is free software and uses the same license as Lua 5.x."
* testing/radare2: upgrade to 0.10.1 and fix licenseJose-Luis Rivas2016-03-011-5/+6
| | | | | | | The documentation on licensing in radare2 says there's a lot of GPL plugins which we are distributing, the rest is LGPL and given the virulent nature of the GPL they become GPL when it comes to distributing them. So the safest thing to do is just leaving it as GPLv3.
* testing/dma: add cronjob and install symlinksSören Tempel2016-02-292-1/+20
|
* main/iw: split docCarlo Landmeter2016-02-291-1/+2
|
* testing/dma: Instal configs to /etc and create spool directorySören Tempel2016-02-292-18/+19
|
* main/transmission: upgrade to 2.90Natanael Copa2016-02-292-20/+6
|
* main/iw: upgrade to 4.3Natanael Copa2016-02-291-4/+4
|
* main/ethtool: upgrade to 4.2Natanael Copa2016-02-291-4/+4
|
* main/imagemagick: upgrade to 6.9.3.6Natanael Copa2016-02-291-4/+4
|
* main/xen: upgrade to 4.6.1Natanael Copa2016-02-2918-1099/+19
|
* testing/zfs-grsec: rebuild against kernel 4.1.18-r0Natanael Copa2016-02-291-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 4.1.18-r0Natanael Copa2016-02-291-2/+2
|
* testing/spl-grsec: rebuild against kernel 4.1.18-r0Natanael Copa2016-02-291-2/+2
|
* testing/sch-cake-grsec: rebuild against kernel 4.1.18-r0Natanael Copa2016-02-291-2/+2
|