Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/ack: upgrade to 3.3.0 | Leo | 2019-12-29 | 1 | -5/+2 | |
| | ||||||
* | main/freetds: upgrade to 1.1.24 and modernize | Andy Postnikov | 2019-12-28 | 1 | -4/+4 | |
| | ||||||
* | main/py3-imagesize: add checkdepends, run test suite | prspkt | 2019-12-28 | 1 | -0/+5 | |
| | ||||||
* | main/py3-imagesize: upgrade to 1.2.0 | prspkt | 2019-12-28 | 1 | -6/+5 | |
| | | | | * Source tarball not yet available on github, switch to pypi. | |||||
* | main/perl-type-tiny: upgrade to 1.008001 | Leo | 2019-12-28 | 1 | -5/+2 | |
| | ||||||
* | main/perl-test-sharedfork: modernize | Leo | 2019-12-27 | 1 | -21/+11 | |
| | ||||||
* | main/perl-test-taint: modernize | Leo | 2019-12-27 | 1 | -12/+7 | |
| | ||||||
* | main/perl-test-warn: modernize | Leo | 2019-12-27 | 1 | -12/+6 | |
| | ||||||
* | main/perl-test-without: modernize | Leo | 2019-12-27 | 1 | -23/+13 | |
| | ||||||
* | main/perl-test-without-module: modernize | Leo | 2019-12-27 | 1 | -7/+5 | |
| | ||||||
* | main/perl-text-reform: modernize | Leo | 2019-12-27 | 1 | -20/+12 | |
| | ||||||
* | main/glslang: upgrade to 7.13.3496 | Leo | 2019-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/datefudge: upgrade to 1.23 | Leo | 2019-12-27 | 1 | -9/+6 | |
| | ||||||
* | main/strongswan: upgrade to 5.8.2 | Leo | 2019-12-27 | 1 | -7/+3 | |
| | ||||||
* | main/libva-glx: use release version | Leo | 2019-12-27 | 1 | -14/+11 | |
| | ||||||
* | main/libva: use release version | Leo | 2019-12-27 | 1 | -7/+3 | |
| | ||||||
* | main/beep: upgrade to 1.4.6 | Leo | 2019-12-26 | 1 | -6/+3 | |
| | ||||||
* | main/apache2-mod-wsgi: upgrade to 4.6.8 | Leo | 2019-12-26 | 1 | -5/+3 | |
| | ||||||
* | main/ipvsadm: upgrade to 1.31 | Leo | 2019-12-26 | 1 | -7/+4 | |
| | ||||||
* | main/nagios-plugins: fix empty perl shebang | Michael Pirogov | 2019-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/wget: cleanup APKBUILD | Leo | 2019-12-26 | 1 | -8/+1 | |
| | ||||||
* | main/wget: add iri support | Sandro Jäckel | 2019-12-26 | 1 | -2/+4 | |
| | ||||||
* | main/clang: increase default thread stack size to 2MiB | Natanael Copa | 2019-12-26 | 1 | -2/+2 | |
| | | | | | | | Apparently clang++ crashes when building chromium due to stack overflow. ref #11086 upstream report: https://github.com/llvm/llvm-project/issues/76 | |||||
* | main/python3: upgrade to 3.8.1 | Leo | 2019-12-26 | 1 | -12/+6 | |
| | ||||||
* | main/python2: security upgrade to 2.7.17 | J0WI | 2019-12-26 | 5 | -395/+7 | |
| | ||||||
* | main/py3-django: security upgrade to 1.11.27 (CVE-2019-19844) | Natanael Copa | 2019-12-26 | 1 | -3/+5 | |
| | | | | ref #11053 | |||||
* | main/clang: add clang-extra-tools subpkg | Russ Webber | 2019-12-26 | 1 | -2/+35 | |
| | ||||||
* | main/gnutls: Enable tests again | Simon Frankenberger | 2019-12-26 | 5 | -5/+110 | |
| | ||||||
* | main/argp-standalone: avoid modify CFLAGS in global scope | Natanael Copa | 2019-12-26 | 1 | -2/+1 | |
| | ||||||
* | main/elfutils: upgrade to 0.178 | Leo | 2019-12-26 | 15 | -444/+234 | |
| | ||||||
* | main/musl-obstack: move from testing | Leo | 2019-12-26 | 1 | -0/+27 | |
| | ||||||
* | main/argp-standalone: rebuild with -fPIC | Leo | 2019-12-26 | 1 | -9/+4 | |
| | ||||||
* | main/haproxy: upgrade to 2.1.2 | Milan P. Stanić | 2019-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/haproxy: upgrade to 2.0.12 | Milan P. Stanić | 2019-12-26 | 1 | -4/+2 | |
| | | | | remove comment from APKBUILD about keeping LTS | |||||
* | main/ruby-bundler: upgrade to 2.1.2 | Jakub Jirutka | 2019-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/pspg: upgrade to 2.6.4 | Jakub Jirutka | 2019-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/gcc: Add support for the D programming language | Geod24 | 2019-12-26 | 3 | -2/+1285 | |
| | | | | | | | | | | | GDC, the GCC-based D compiler, is part of GCC since GCC9. Upstream support for Musl was added progressively (D relies heavily on libc), and some key components were missing as of GCC 9.2.0 release (2019-08-12). The final patches to support Musl have been submitted to the gcc-patches mailing list on the 2019-08-21. This includes a smaller version of those patches, tailored to only include the changes necessary to Musl. Most of the patch could be removed after/if GCC 9.3.0 is released. | |||||
* | main/linux-headers: upgrade to 5.4.5 | Milan P. Stanić | 2019-12-26 | 2 | -36/+7 | |
| | | | | | add rsync to makedepends remove obsolete fix-aarch64-asm-ptrace.patch | |||||
* | main/py3-virtualenv: upgrade to 16.7.9 | Leo | 2019-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/unifont: upgrade to 12.1.04 | Leo | 2019-12-26 | 1 | -4/+3 | |
| | ||||||
* | main/augeas: upgrade to 1.12.0 | Leo | 2019-12-26 | 1 | -10/+5 | |
| | ||||||
* | main/libsrtp: upgrade to 2.3.0 | Leo | 2019-12-26 | 1 | -5/+2 | |
| | ||||||
* | main/cppunit: upgrade to 1.15.1 | Leo | 2019-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/c-ares: add subpackage -static | Jakub Jirutka | 2019-12-25 | 1 | -2/+2 | |
| | ||||||
* | main/unionfs-fuse: upgrade to 2.0 | Leo | 2019-12-25 | 2 | -43/+13 | |
| | ||||||
* | main/lttng-ust: upgrade to 2.11.0 | Leo | 2019-12-25 | 1 | -6/+4 | |
| | ||||||
* | main/librelp: upgrade to 1.4.0 | Leo | 2019-12-25 | 1 | -8/+5 | |
| | ||||||
* | main/cppunit: upgrade to 1.15.0 | Leo | 2019-12-25 | 2 | -41/+4 | |
| | ||||||
* | main/perl-encode: upgrade to 3.02 | Leo | 2019-12-25 | 1 | -7/+3 | |
| | ||||||
* | main/openssl: fix CVE-2019-1551 | Natanael Copa | 2019-12-25 | 2 | -2/+763 | |
| |