aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/py3-atomicwrites: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* main/py3-cparser: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* main/py3-asn1: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* main/py3-yaml: rebuild against python 3.8Natanael Copa2019-11-051-2/+2
|
* main/cython: rebuild against python 3.8, drop py2Natanael Copa2019-11-051-40/+5
|
* main/py-setuptools: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* main/libxml2: rebuild against python 3.8, enable xzNatanael Copa2019-11-051-2/+4
|
* main/python3: upgrade to 3.8Natanael Copa2019-11-052-242/+7
|
* main/links: rebuild for libevent-2.1.so.7Milan P. Stanić2019-11-051-1/+1
|
* main/fstrm: rebuild for libevent-2.1.so.7Milan P. Stanić2019-11-051-1/+1
|
* main/libinput: upgrade to 1.14.3Leo2019-11-051-2/+2
|
* main/libmaxminddb: upgrade to 1.4.1Leo2019-11-051-7/+3
|
* main/cryptsetup: upgrade to 2.2.2prspkt2019-11-051-2/+2
|
* main/radvd: upgrade to 2.18Milan P. Stanić2019-11-052-29/+3
| | | | remove s390x-tests.patch
* main/ipvsadm: upgrade to 1.30Leo2019-11-052-17/+9
|
* main/orc: upgrade to 0.4.31Leo2019-11-051-2/+2
|
* main/bluez: upgrade to 5.52Milan P. Stanić2019-11-052-55/+3
| | | | remove diffs from musl.patch which are added upstream
* main/memcached: rebuild for libevent-2.1.so.7Milan P. Stanić2019-11-041-1/+1
| | | | Closes !1074
* main/tmux: rebuild for libevent-2.1.so.7Milan P. Stanić2019-11-041-1/+1
| | | | Closes !1074
* main/bind: depend on bind-toolsKevin Daudt2019-11-041-2/+2
| | | | | | | | | | | | | | The install script needs to call rndc-confgen to generate a key which is required for reloading to work. 955e379151 (main/bind: add support for "reload", 2019-10-19) added support for reload, but that causes an issues when installing bind, because rndc-confgen is in the bind-tools subpackage, which is not available if you just install bind. Fix this by having bind depend on bind-tools. Fixes #10935
* main/libasr: add -dbg subpackageJakub Jirutka2019-11-041-2/+2
|
* main/opensmtpd: fix random crashes due to freeaddrinfo()Jakub Jirutka2019-11-042-2/+75
| | | | See https://github.com/OpenSMTPD/OpenSMTPD/issues/929#issuecomment-549420229
* main/libasr: upgrade to 1.0.3Jakub Jirutka2019-11-045-91/+24
|
* main/libasr: remove unused patchJakub Jirutka2019-11-041-419/+0
| | | | The patch was added in f82b04f0cec7fe6af7841f73765a1d882ec41098.
* main/libasr: modernize abuild and fix code-styleJakub Jirutka2019-11-041-10/+6
|
* main/opensmtpd: take over maintainershipJakub Jirutka2019-11-041-2/+2
| | | | | | Ihor Antonov in https://github.com/OpenSMTPD/OpenSMTPD/issues/929#issuecomment-549430542: > Currently OpenSMTPD package in alpine is unmaintained (Jonathan Curran > told me that he is no longer maintaining the package)
* main/perl-io-compress: upgrade to 2.089Leonardo Arena2019-11-041-2/+2
|
* main/perl-compress-raw-zlib: upgrade to 2.089Leonardo Arena2019-11-041-3/+3
|
* main/perl-compress-raw-bzip2: upgrade to 2.089Leonardo Arena2019-11-041-3/+3
|
* main/libevent: upgrade to 2.1.11Milan P. Stanić2019-11-041-4/+4
| | | | | | | upgrade to python3 in depends_dev make source field more alint friendly Closes !658
* main/py3-cryptography: upgrade to 2.8prspkt2019-11-041-3/+3
| | | | | | Signed-off-by: prspkt <prspkt@protonmail.com> Closes !653
* main/py3-asn1crypto: upgrade to 1.2.0prspkt2019-11-041-3/+3
| | | | | | Signed-off-by: prspkt <prspkt@protonmail.com> Closes !653
* main/perl-test2-plugin-nowarnings: upgrade to 0.08Leo2019-11-041-2/+2
| | | | Closes !647
* main/libvncserver: fix CVE-2019-15681Leo2019-11-032-3/+31
| | | | | | ref #10924 Closes !1009
* main/tiff: fix CVE-2019-17546Leo2019-11-032-2/+111
| | | | ref #10927
* main/nodejs: add npm subpackageLeo2019-11-021-2/+2
| | | | | | | | 83248509e4 (main/nodejs: upgrade to 12.13.0, 2019-10-28) by accident deleted the npm subpackage, which is used as a dependency on other packeges. The npm function itself was not removed. Closes !1031
* main/bind: add support for "reload"Nico Schottelius2019-11-023-3/+18
| | | | | | | - Implement function in init script - Generate key on post-install Closes !540
* main/mozjs60: upgrade to 60.9.0Leo2019-11-021-2/+2
| | | Closes !632
* main/drbd-utils: upgrade to 9.11.0Leo2019-11-011-2/+2
| | | Closes !620
* main/libxslt: upgrade to 1.1.34Leo2019-11-012-142/+15
| | | | | | | Drop python2 bindings due to pending EOL of python2. There is no python3 support upstream, so no python3 bindings are generated instead. Closes !689
* main/gnutls: remove workaround for TEXTRELS on x86Leo2019-11-011-6/+0
| | | | | | | Not required anymore since the bug was fixed upstream. See: https://gitlab.com/gnutls/gnutls/issues/818 Closes !580
* main/checkbashisms: upgrade to 2.19.7Leo2019-11-011-2/+2
| | | Closes !619
* main/ell: upgrade to 0.26Milan P. Stanić2019-11-011-2/+2
|
* main/xmlsec: upgrade to 1.2.29Leo2019-11-011-12/+11
| | | Closes !616
* main/perl-libwww: upgrade to 6.41Leonardo Arena2019-11-011-2/+2
|
* main/libinput: upgrade to 1.14.2Leo2019-11-011-3/+3
| | | Closes !613
* main/libarchive: add secfixes commentLeo2019-10-311-0/+2
| | | | | ref #10926 Closes !960
* main/monit: fix init scriptMichael Pirogov2019-10-312-6/+9
|
* main/nspr: upgrade to 4.23J0WI2019-10-312-11/+11
|
* main/linux-firmware: upgrade to 20191022Henrik Riomar2019-10-311-8/+7
|