Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-vanilla: upgrade to 4.19.85 | Natanael Copa | 2019-11-21 | 1 | -2/+2 | |
| | ||||||
* | main/perl: upgrade to 5.30.1 | Natanael Copa | 2019-11-21 | 2 | -39/+3 | |
| | ||||||
* | main/doxygen: do not use git during build | alpine-mips-patches | 2019-11-21 | 1 | -1/+2 | |
| | | | | | | | | | If git is not installed, build breaks. If git is installed, output of the 'git rev-parse HEAD' command is saved in the resulted binary as doxygen revision. However doxygen source tarball lacks the .git folder so the hash of the underlying aports tree HEAD is retrieved instead. | |||||
* | main/hiredis: fix test #40 in disconnected environment | alpine-mips-patches | 2019-11-21 | 2 | -3/+4 | |
| | | | | | This adds musl's error string for EAI_AGAIN to the PASSED list in addition to existing glibc message for this error code. | |||||
* | main/clamav: upgrade to 0.102.1 | Milan P. Stanić | 2019-11-21 | 2 | -36/+3 | |
| | | | | remove 111.patch, applied upstream | |||||
* | main/faac: upgrade to 1.30 | prspkt | 2019-11-21 | 1 | -3/+14 | |
| | | | | | * Fix CVE-2018-19886. * Switch source url to github. | |||||
* | main/xmlrpc-c: upgrade to 1.51.05 | Mustang | 2019-11-21 | 1 | -5/+4 | |
| | ||||||
* | main/byacc: upgrade to 20191119 | prspkt | 2019-11-21 | 1 | -2/+2 | |
| | ||||||
* | main/man-pages: upgrade to 5.04 | prspkt | 2019-11-21 | 1 | -2/+2 | |
| | ||||||
* | main/tig: upgrade to 2.5.0, modernize | prspkt | 2019-11-21 | 1 | -5/+3 | |
| | ||||||
* | main/hylafaxplus: fix checksums | Kevin Daudt | 2019-11-20 | 1 | -1/+1 | |
| | ||||||
* | main/hylafaxplus: add compattibility for libtiff 4.1 | Kevin Daudt | 2019-11-20 | 2 | -3/+20 | |
| | | | | | | | | The configure script checks explicitly for libtiff versions. The version of libtiff that is currently in aports is 4.1, which was not included as a recognized version. Patch configure to recognize libtiff 4.1 | |||||
* | main/mesa: fix bad if-macro on ppc64le | Kevin Daudt | 2019-11-20 | 2 | -1/+16 | |
| | | | | | | | | | | | | A backported commit causes a build failure on ppc64le. ``` /lp_bld_misc.cpp ../src/gallium/auxiliary/gallivm/lp_bld_misc.cpp:708:28: error: #if with no expression 708 | #if PIPE_ARCH_LITTLE_ENDIAN ``` Upstream issue: https://gitlab.freedesktop.org/mesa/mesa/issues/2131 | |||||
* | main/hylafax: add compattibility for libtiff 4.1 | Kevin Daudt | 2019-11-20 | 2 | -4/+19 | |
| | | | | | | | | The configure script checks explicitly for libtiff versions. The version of libtiff that is currently in aports is 4.1, which was not included as a recognized version. Patch configure to recognize libtiff 4.1 | |||||
* | main/mesa: remove spurious - | Leo | 2019-11-20 | 1 | -1/+1 | |
| | ||||||
* | main/mesa: upgrade to 19.2.5 | Leo | 2019-11-20 | 1 | -9/+5 | |
| | ||||||
* | main/perl-mail-clamav: move to unnmaintained | Natanael Copa | 2019-11-20 | 2 | -66/+0 | |
| | | | | | | | it fails to build against recent clamav. move to unmaintained to unblock the builders til there is a fix from upstream. upstream report: https://rt.cpan.org/Public/Bug/Display.html?id=130891 | |||||
* | main/snort: upgrade to 2.9.14.1 | Joe Searle | 2019-11-20 | 1 | -5/+6 | |
| | ||||||
* | community/x264: move from main | Natanael Copa | 2019-11-20 | 1 | -50/+0 | |
| | | | | nothin uses it in main so we can move it | |||||
* | main/x264: upgrade to 20191119 | Natanael Copa | 2019-11-20 | 1 | -4/+4 | |
| | ||||||
* | main/softhsm: move from community, claim maintainership | Natanael Copa | 2019-11-20 | 3 | -0/+156 | |
| | | | | needed by knot | |||||
* | main/botan: move from community, claim maintainership | Natanael Copa | 2019-11-20 | 1 | -0/+54 | |
| | ||||||
* | main/libva-glx: upgrade to 2.6.0 | Leo | 2019-11-20 | 1 | -4/+4 | |
| | ||||||
* | main/libva: upgrade to 2.6.0 | Leo | 2019-11-20 | 1 | -4/+4 | |
| | ||||||
* | main/nodejs: upgrade to 12.13.1 | Tim Brust | 2019-11-20 | 1 | -3/+3 | |
| | ||||||
* | main/rng-tools: upgrade to 6.8 | Leo | 2019-11-20 | 2 | -27/+4 | |
| | ||||||
* | main/py3-django: drop python2 | Leo | 2019-11-20 | 1 | -43/+13 | |
| | ||||||
* | main/py3-django: rename from py-django | Leo | 2019-11-20 | 1 | -0/+0 | |
| | ||||||
* | main/py-gtk: remove | Leo | 2019-11-20 | 3 | -91/+0 | |
| | | | | | | - Python2 only - Mostly replaced by usage of gobject introspection and gtk+3.0 typelibs - No consumers | |||||
* | main/avahi-ui: drop py-gtk dependency | Leo | 2019-11-20 | 1 | -4/+5 | |
| | ||||||
* | main/libaio: remove use of legacy asm/errno.h header | Ariadne Conill | 2019-11-20 | 2 | -3/+16 | |
| | ||||||
* | main/sdl: fix CVE-2019-13616 | Leo | 2019-11-20 | 1 | -5/+6 | |
| | | | | ref #10877 | |||||
* | main/sdl_image: fix CVE-2019-13616 | Leo | 2019-11-20 | 2 | -3/+26 | |
| | | | | ref #10878 | |||||
* | main/strongswan: re-add rebased dmvpn patches | Natanael Copa | 2019-11-20 | 5 | -1/+991 | |
| | | | | | | The dmvpn patches was removed in commit b2957ab0565f (main/strongswan: upgrade to 5.8.0). Re-add rebased version of those as we actually use them. | |||||
* | main/unbound: add secfixes comment | Leo | 2019-11-20 | 1 | -0/+2 | |
| | ||||||
* | main/py-enum34: remove | Leo | 2019-11-20 | 1 | -30/+0 | |
| | | | | | - No consumers - Python2 only | |||||
* | main/py3-six: drop python2 | Leo | 2019-11-20 | 1 | -29/+9 | |
| | ||||||
* | main/py3-six: rename from py-six | Leo | 2019-11-20 | 1 | -0/+0 | |
| | ||||||
* | main/libgcab: drop py-six dependency | Leo | 2019-11-20 | 1 | -2/+2 | |
| | ||||||
* | main/psmisc: fix checksum | Leo | 2019-11-20 | 1 | -1/+1 | |
| | ||||||
* | main/mariadb-connector-c: upgrade to 3.1.5 | J0WI | 2019-11-20 | 1 | -3/+3 | |
| | ||||||
* | main/fcgi: upgrade to 2.4.2 | J0WI | 2019-11-20 | 7 | -354/+10 | |
| | ||||||
* | main/alsa-utils: quote variable expansion | prspkt | 2019-11-20 | 2 | -3/+3 | |
| | ||||||
* | main/alsa-utils: upgrade to 1.2.1 | prspkt | 2019-11-20 | 1 | -3/+3 | |
| | ||||||
* | main/alsa-lib: upgrade to 1.2.1.1 | prspkt | 2019-11-20 | 1 | -3/+3 | |
| | ||||||
* | main/py-egenix-mx-base: Remove | Leo | 2019-11-20 | 1 | -45/+0 | |
| | | | | - No consumers | |||||
* | main/gummiboot: fix build with newer musl | Leo | 2019-11-20 | 2 | -5/+15 | |
| | ||||||
* | main/yasm: fix license | Leo | 2019-11-20 | 1 | -8/+3 | |
| | ||||||
* | main/yasm: fix random segfault in testsuite | alpine-mips-patches | 2019-11-20 | 2 | -2/+22 | |
| | | | | observable on mipseln8hf; the patch is from upstream. | |||||
* | main/sshfs: upgrade to 3.6.0 | Milan P. Stanić | 2019-11-20 | 1 | -2/+2 | |
| |