aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/mosquitto: upgrade to 1.5.4Fabian Affolter2018-11-121-3/+3
|
* main/mcabber: fix colorsFabian Affolter2018-11-112-3/+94
| | | | Fixes #8757
* main/apk-tools: fix cross-build dependsTimo Teräs2018-11-111-2/+2
| | | | | The 'libressl' was left accidentally. In fact the dependency is to sign apk.static on the build host. So make it a makedepends_build for openssl.
* main/linux-rpi: upgrade to 4.14.79Natanael Copa2018-11-091-4/+4
|
* main/gpgme: fix checksumsLeonardo Arena2018-11-091-2/+2
|
* main/gpgme: disable failing testLeonardo Arena2018-11-092-3/+89
|
* main/postgresql: security upgrade to 11.1 - CVE-2018-16850Andy Postnikov2018-11-092-6/+8
|
* main/squid: build with opensslLeonardo Arena2018-11-091-3/+2
|
* main/squid: Update to latest 4.4Simon Frankenberger2018-11-092-19/+7
|
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-093-9/+73
| | | | | | | | | | | - ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).
* Revert "main/ferm: add check, documentation, openrc"Leonardo Arena2018-11-093-72/+9
| | | | This reverts commit 651f6f68959de397bb0de401c03f93cde67fef20.
* main/libxml2 Fix length-related XHTML parsing errorsPavlo Khudolieiev2018-11-092-2/+67
| | | | | | Fix from this commit https://github.com/GNOME/libxml2/commit/7a1bd7f6497ac33a9023d556f6f47a48f01deac0 Revert "Change calls to xmlCharEncInput to set flush false" This commit broke decoding of larger documents with ICU.
* main/ferm: add check, documentation, openrcChloe Kudryavtsev2018-11-093-9/+72
| | | | | | | | | | | - ferm has a test suite, which passes - ferm has multiple (generated) pieces of documentation - it makes sense to use ferm in-place of iptables-save This patch adds tests, packages docs, and adds an openrc init script that I've been using for about a month now. For well-behaved packages (`need firewall`, rather than `need iptables) it can be an in-place replacement (as it `provide firewall`).
* main/postgresql-pllua: fix s390x build, use proper lua binariesTimo Teräs2018-11-091-3/+3
|
* main/gpgme: use httpsSören Tempel2018-11-091-2/+2
|
* main/gpgme: add py3 subpackageMichael De La Rue2018-11-091-4/+12
|
* main/libtls-standalone: fix cross-compilingalpine-mips-patches2018-11-091-1/+2
|
* main/libbsd: fix cross-compilingalpine-mips-patches2018-11-091-1/+2
|
* main/apk-tools: upgrade to 2.10.2Timo Teräs2018-11-091-7/+3
|
* main/gstreamer: fix makedepends (add perl)Timo Teräs2018-11-091-1/+1
|
* main/gst-plugins-base: upgrade to 1.14.4prspkt2018-11-091-2/+2
|
* main/gstreamer: upgrade to 1.14.4prspkt2018-11-091-2/+2
|
* main/openssl: fix install of /etc/ssl/openssl.cnfNatanael Copa2018-11-091-2/+2
|
* main/dnsmasq: upgrade to 2.80J0WI2018-11-082-5/+8
|
* main/nodejs: upgrade to 10.13.0Andy Postnikov2018-11-082-8/+8
|
* main/freeswitch: build fix. disable -WerrorNatanael Copa2018-11-082-3/+22
|
* main/pcsc-lite: upgrade to 1.8.24André Klitzing2018-11-081-4/+4
|
* main/openvswitch: upgrade to 2.10.1Andy Postnikov2018-11-082-45/+49
|
* main/qt: fix source to archived qt source packageNatanael Copa2018-11-081-1/+1
|
* main/syslog-ng: upgrade to 3.18.1 and modernizeAndy Postnikov2018-11-082-22/+5
|
* main/aports-build: depend on pigzNatanael Copa2018-11-081-2/+2
| | | | | | | pigz will improve compression speed of abuild on multicore machines we add this to a dependency to aports-build instead of abuild so it becomes easier to bootstrap abuild.
* main/nrpe: upgrade to 3.2.1 and modernizeAndy Postnikov2018-11-083-97/+18
|
* main/abuild: backport libressl fallback for abuild-signNatanael Copa2018-11-082-2/+39
| | | | | | then /usr/bin/openssl binary may be deleted while replacing libressl with openssl. Make sure we can sign the index by falling mback to libressl if openssl is missing.
* main/zfs-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.79-r0Natanael Copa2018-11-081-1/+1
|
* main/linux-vanilla: upgrade to 4.14.79Natanael Copa2018-11-081-3/+3
|
* main/linux-vanilla: enable drivers for Huawei Taishan 2280Natanael Copa2018-11-082-15/+20
| | | | those are used by packet.net's c1.large.arm.xda machines
* main/abuild: add multithreaded compression supportCarlo Landmeter2018-11-082-2/+39
|
* main/bitlbee: use python3 to generate docsTimo Teräs2018-11-081-2/+3
|
* main/open-iscsi: fix build without opensslTimo Teräs2018-11-082-3/+3
|
* main/libuv: upgrade to 1.23.2Andy Postnikov2018-11-072-20/+2
|
* main/varnish: upgrade to 6.1.1Andy Postnikov2018-11-072-2/+35
|
* main/unixodbc: upgrade to 2.3.7, modernize and use http instead of ftpAndy Postnikov2018-11-071-8/+3
|
* main/python3: Update to 3.6.7Simon Frankenberger2018-11-071-3/+3
|
* main/postgresql: fix missing pkgrelNatanael Copa2018-11-071-0/+1
|
* main/nginx: security upgrade to 1.14.1Andy Postnikov2018-11-071-3/+7
| | | | | | - CVE-2018-16843 - CVE-2018-16844 - CVE-2018-16845