Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | depend on py3-cairo-dev instead of py-cairo-dev | Leo | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | main/py3-cairo: drop py2- package | Leo | 2020-01-20 | 1 | -26/+8 | |
| | ||||||
* | main/py3-cairo: rename from py-cairo | Leo | 2020-01-20 | 1 | -0/+0 | |
| | ||||||
* | main/py-gobject: remove | Leo | 2020-01-20 | 1 | -39/+0 | |
| | | | | - EOL, use py3-gobject3 instead | |||||
* | unmaintained/trac: move from main | Leo | 2020-01-20 | 4 | -82/+0 | |
| | | | | - Requires python2 | |||||
* | main/awall: upgrade to 1.7.0 | Kaarle Ritvanen | 2020-01-20 | 1 | -2/+2 | |
| | ||||||
* | main/linux-rpi: upgrade to 5.4.13 | Natanael Copa | 2020-01-20 | 1 | -3/+3 | |
| | ||||||
* | main/zfs-lts: rebuild against kernel 5.4.13-r1 | Natanael Copa | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-lts: rebuild against kernel 5.4.13-r1 | Natanael Copa | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | main/drbd-lts: rebuild against kernel 5.4.13-r1 | Natanael Copa | 2020-01-20 | 1 | -1/+1 | |
| | ||||||
* | main/linux-lts: backport patch for i915 gpu | Natanael Copa | 2020-01-20 | 2 | -0/+140 | |
| | | | | | ref #11026 upstream bug: https://gitlab.freedesktop.org/drm/intel/issues/674 | |||||
* | main/linux-lts: upgrade to 5.4.13 | Milan P. Stanić | 2020-01-20 | 10 | -20/+20 | |
| | ||||||
* | main/make: upgrade to 4.3 | Leo | 2020-01-20 | 3 | -67/+5 | |
| | ||||||
* | main/zip: add patch fixing zipnote usage | Rasmus Thomsen | 2020-01-19 | 2 | -3/+20 | |
| | | | | fixes #8602 | |||||
* | main/nginx: add module http-dav-ext | Jakub Jirutka | 2020-01-19 | 1 | -1/+4 | |
| | | | | Resolves #6964 | |||||
* | main/ncurses: upgrade to 6.1_p20200118 | Milan P. Stanić | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | main/asterisk: upgrade to 16.7.0 | wener | 2020-01-19 | 1 | -2/+2 | |
| | ||||||
* | main/iproute2: fix LIBDIR for tc plugins | Milan P. Stanić | 2020-01-19 | 1 | -2/+2 | |
| | | | | | | default tc LIBDIR is /usr/lib and not /lib so LIBDIR is not needed in make invocation fixes: #6948 | |||||
* | main/python3: add support for AF_BLUETOOTH | Rasmus Thomsen | 2020-01-19 | 1 | -2/+2 | |
| | | | | fixes #7352 | |||||
* | main/perl-test-simple: upgrade to 1.302171 | Leo | 2020-01-19 | 1 | -6/+2 | |
| | ||||||
* | main/perl-io-tty: upgrade to 1.14 | Leo | 2020-01-19 | 1 | -9/+3 | |
| | ||||||
* | main/libxkbcommon: upgrade to 0.10.0 | Leo | 2020-01-18 | 1 | -7/+4 | |
| | ||||||
* | main/mesa: use qualified provides for deprecated subpackages | Minecrell | 2020-01-18 | 1 | -11/+14 | |
| | | | | | | | This fixes upgrading from the old subpackages - the old package is now removed and replaced by the new subpackage. Closes !3167 | |||||
* | main/gmp: upgrade to 6.2.0 | Leo | 2020-01-18 | 1 | -12/+5 | |
| | ||||||
* | main/mesa: consolidate subpackages | Minecrell | 2020-01-18 | 1 | -101/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mesa uses so-called "megadrivers" to link multiple drivers into one shared library. Essentially there are only 4 distinct shared libraries built: - libmesa_dri_drivers.so ("classic" DRI drivers) - libgallium_dri.so (Gallium DRI drivers) - libgallium_drv_video.so (Gallium VAAPI drivers) - libvdpau_gallium.so.1.0.0 (Gallium VDPAU drivers) - (Note: Vulkan drivers are all built separately) These shared libraries are then hard-linked for each driver (i965, radeon, freedreno, ...). The APKBUILD attempts to create minimal packages by splitting the drivers into separate subpackages. Unfortunately this has exactly the opposite effect in this case. Instead of preserving the hard links with one large Mesa package, we copy the same shared library over and over again into separate subpackages. This causes significant overhead for storing all the apk packages, but also when installing multiple drivers on one system. The only useful separation we can make are the megadrivers themselves, i.e. one subpackage for each of the shared libraries mentioned above. | |||||
* | main/libwebsockets: upgrade to 3.2.2 | Leo | 2020-01-18 | 1 | -4/+6 | |
| | ||||||
* | main/tiny-ec2-bootstrap: upgrade to 1.3.1 | Mike Crute | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/perl-dbd-pg: upgrade to 3.10.2 | Leo | 2020-01-18 | 1 | -6/+2 | |
| | ||||||
* | main/py3-phonenumbers: upgrade to 8.11.2 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/py3-pytest: upgrade to 5.3.3 | Leo | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/py3-curl: upgrade to 7.43.0.4 | Leo | 2020-01-18 | 1 | -6/+3 | |
| | ||||||
* | main/libva-glx: upgrade to 2.6.1 | Leo | 2020-01-18 | 1 | -3/+3 | |
| | ||||||
* | main/libva: upgrade to 2.6.1 | Leo | 2020-01-18 | 1 | -3/+3 | |
| | ||||||
* | main/acpica: upgrade to 20200110 | Leo | 2020-01-17 | 1 | -2/+2 | |
| | ||||||
* | main/py3-six: upgrade to 1.14.0 | Leo | 2020-01-17 | 1 | -2/+2 | |
| | ||||||
* | main/perl-io-stringy: upgrade to 2.113 | Leo | 2020-01-17 | 1 | -2/+2 | |
| | ||||||
* | main/ansible: security upgrade to 2.9.3 CVE-2019-14904 CVE-2019-14905 | Andy Postnikov | 2020-01-17 | 1 | -3/+6 | |
| | ||||||
* | main/perl-timedate: upgrade to 2.31 | Leo | 2020-01-17 | 1 | -23/+22 | |
| | ||||||
* | main/openldap: enable authentication delegation to Cyrus SASL | Leonardo Arena | 2020-01-17 | 1 | -1/+2 | |
| | | | | fixes #10957 | |||||
* | ==== snapshot 20200117 ====v20200117 | Natanael Copa | 2020-01-17 | 1 | -1/+1 | |
| | ||||||
* | main/perl-type-tiny: upgrade to 1.008003 | Leo | 2020-01-16 | 1 | -2/+2 | |
| | ||||||
* | main/rsync: use system zlib library | J0WI | 2020-01-16 | 1 | -2/+2 | |
| | ||||||
* | main/lftp: upgrade to 4.9.1 | Leo | 2020-01-16 | 1 | -8/+3 | |
| | ||||||
* | main/nginx: actually fix CVE-2019-20372 | Natanael Copa | 2020-01-16 | 2 | -2/+32 | |
| | | | | add the missing patch | |||||
* | main/nginx: fix CVE-2019-20372 | Natanael Copa | 2020-01-16 | 1 | -1/+3 | |
| | | | | fixes #11134 | |||||
* | main/openrc: allow to change interfaces config location | Jakub Jirutka | 2020-01-16 | 2 | -6/+6 | |
| | ||||||
* | main/openrc: rename deprecated $SVCNAME, use /run instead of /var/run | Jakub Jirutka | 2020-01-16 | 2 | -6/+5 | |
| | ||||||
* | main/mkinitfs: upgrade to 3.4.5 | Natanael Copa | 2020-01-16 | 2 | -30/+4 | |
| | ||||||
* | main/zfs-lts: rebuild against kernel 5.4.12-r1 | Natanael Copa | 2020-01-16 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-lts: rebuild against kernel 5.4.12-r1 | Natanael Copa | 2020-01-16 | 1 | -1/+1 | |
| |