Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/postfix: upgrade to 3.4.9 | Andy Postnikov | 2020-02-05 | 1 | -2/+2 | |
| | ||||||
* | main/uwsgi: actually add post-upgrade script | Jakub Jirutka | 2020-02-04 | 1 | -2/+2 | |
| | ||||||
* | main/uwsgi: mitigate backward compat. breakage in -python3 and -gevent3 | Jakub Jirutka | 2020-02-04 | 2 | -3/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages uwsgi-python and uwsgi-gevent were removed and packages uwsgi-python3 and uwsgi-gevent3 renamed to uwsgi-python and uwsgi-gevent, respectively; without setting $provides and adding a warning message. This breakes backward compatibility with previous versions of the packages and thus introduces problems with upgrade to Alpine v3.11. The worst is that the names overlap, so when users with uwsgi-python or uwsgi-gevent (Python 2) installed upgrade to Alpine v3.11, they will suddenly end-up with Python 3 versions without noticing. This may lead to hard times trying to figure out why the app doesn't work correctly! Users with uwsgi-python3 or uwsgi-gevent3 installed will not be able to upgrade because of missing packages. After they find what happend and install uwsgi-python or uwsgi-gevent instead, they would have to also fix their uWSGI configuration to load correct plugin. Also all the major distros (except Arch Linux) name uWSGI Python 3 plugin as python3(_plugin.so) or python38(_plugin.so) and keep this name even after purging Python 2. That's consistent with naming Python 3 binary as python3 and not python. Unfortunately, there's no way how to fix this mess now without introducing another breaking change in v3.11 branch. This patch just fixes the upgrade path for uwsgi-python3 and uwsgi-gevent3 users and adds post-upgrade warning message. This problem was introduced in commit 3ee2dbe9737e86f9432a72e9cf49f41de7e5804b authored by @Leo and committed by @ncopa. | |||||
* | community/containerd: fix whitespace damage in comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | main/zzliplib: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | community/sox: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | main/faac: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | main/e2fsprogs: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -2/+2 | |
| | ||||||
* | main/lz4: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | main/libebml: fix secfixes comment | Natanael Copa | 2020-02-04 | 1 | -1/+1 | |
| | ||||||
* | main/py3-django: security upgrade to 1.11.28 | Kaarle Ritvanen | 2020-02-04 | 1 | -2/+4 | |
| | ||||||
* | main/open-iscsi: fix path of commands on initd, add -dev and -libs subpkg | Leo | 2020-02-03 | 2 | -6/+5 | |
| | | | | fixes #11183 | |||||
* | community/libbpf: upgrade to 0.0.6 | Adam Jensen | 2020-02-02 | 1 | -3/+3 | |
| | ||||||
* | community/bcc: add static subpackage | Adam Jensen | 2020-02-02 | 3 | -30/+48 | |
| | ||||||
* | main/sudo: don't warn about missing /etc/environment with no PAM | Leo | 2020-01-31 | 1 | -2/+4 | |
| | | | | fixes #11172 | |||||
* | community/gcc6: fix wrong code when returning padded struct | Milan P. Stanić | 2020-01-30 | 2 | -2/+49 | |
| | | | | bug report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402 | |||||
* | community/kea: fix problem with kea service doesn't want to stop | Jakub Jirutka | 2020-01-30 | 2 | -2/+3 | |
| | | | | | | | It often happens to me that kea process got stuck when stopping the service. This patch changes the behaviour of the start-stop-daemon to send SIGINT to the process if it doesn't die within 5 seconds and if it's still running after 1 second, then SIGKILL. | |||||
* | main/mariadb: upgrade to 10.4.12 and fix deps | Carlo Landmeter | 2020-01-29 | 1 | -3/+15 | |
| | | | | ref: https://gitlab.alpinelinux.org/alpine/aports/issues/11131 | |||||
* | main/mariadb: upgrade to 10.4.11 | Jake Buchholz | 2020-01-29 | 1 | -2/+8 | |
| | | | | Also resolves https://gitlab.alpinelinux.org/alpine/aports/issues/11131 -- mariadb no longer depends on mariadb-test. | |||||
* | main/opensmtpd: add secfixes | Jakub Jirutka | 2020-01-29 | 1 | -0/+4 | |
| | ||||||
* | community/openjdk8: security upgrade to 8.242.08 | J0WI | 2020-01-29 | 1 | -11/+19 | |
| | | | | fixes #11150 | |||||
* | community/orca: upgrade to 3.34.2 | Rasmus Thomsen | 2020-01-29 | 1 | -2/+2 | |
| | ||||||
* | main/opensmtpd: security upgrade to 6.6.2p1 | Jakub Jirutka | 2020-01-29 | 2 | -18/+4 | |
| | | | | | | | Fixes critical vulnerability leading to a possible privilege escalation. See https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html. | |||||
* | community/webkit2gtk: upgrade to 2.26.3 | Rasmus Thomsen | 2020-01-28 | 1 | -2/+2 | |
| | ||||||
* | community/php7: security upgrade to 7.3.14 (CVE-2020-7059 CVE-2020-7060) | J0WI | 2020-01-27 | 1 | -3/+6 | |
| | ||||||
* | community/wireshark: security upgrade to 3.0.8 (CVE-2020-7045) | Leonardo Arena | 2020-01-27 | 1 | -3/+5 | |
| | | | | ref #11156 | |||||
* | main/samba: security upgrade to 4.11.5 | Leonardo Arena | 2020-01-27 | 1 | -3/+7 | |
| | | | | | | CVE-2019-14902, CVE-2019-14907, CVE-2019-19344 ref #11155 | |||||
* | main/freeradius: fix segfault in process request_running() | Jakub Jirutka | 2020-01-26 | 2 | -2/+27 | |
| | ||||||
* | community/kea: move binary kea-lfc to kea-common, remove subpkg kea-utils | Jakub Jirutka | 2020-01-26 | 1 | -9/+3 | |
| | | | | | kea-lfc is actually not just an optional tools, it's run by kea-dhcp4 and kea-dhcp6 when memfile lease-database is used. | |||||
* | community/kea: fix depends_dev | Jakub Jirutka | 2020-01-26 | 1 | -3/+3 | |
| | ||||||
* | community/google-authenticator: upgrade to 1.08 | Leo | 2020-01-25 | 1 | -2/+2 | |
| | ||||||
* | main/alpine-conf: unbreak lbu | Natanael Copa | 2020-01-24 | 2 | -2/+43 | |
| | | | | | | | | | rex regression in lbu that was introduced with commit commit 7ebf92cda21a (main/alpine-conf: fix lbu exit codes on error) ref https://gitlab.alpinelinux.org/alpine/alpine-conf/merge_requests/4 (cherry picked from commit 892a21c6fdd1b7e135bf44180f6a1a1265c3a6ca) | |||||
* | main/alpine-conf: backport lbu fix for listing ciphers | Natanael Copa | 2020-01-24 | 2 | -2/+31 | |
| | | | | | | upstream bug: https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10451 (cherry picked from commit 551139ef080cad0538ff12a7d8442510d2d27b34) | |||||
* | community/chromium: upgrade to 79.0.3945.130 | Natanael Copa | 2020-01-24 | 1 | -2/+2 | |
| | | | | | | fixes #11160 (cherry picked from commit 27a8fe38c7b36c997b538316edbcac97f4bfaf8f) | |||||
* | community/chromium: change maintainer | Carlo Landmeter | 2020-01-24 | 1 | -1/+1 | |
| | | | | (cherry picked from commit cb24bdbce161cc920c6a911904a7bff76631d065) | |||||
* | main/luajit: add support for s390x | J0WI | 2020-01-24 | 2 | -5/+43699 | |
| | | | | (cherry picked from commit d22b75219ee6f59467fc9e646702ef8b061bc028) | |||||
* | community/firefox-esr: upgrade to 68.4.2 | Milan P. Stanić | 2020-01-23 | 1 | -2/+2 | |
| | ||||||
* | community/gdal: upgrade to 3.0.3 | Holger Jaekel | 2020-01-22 | 1 | -3/+3 | |
| | ||||||
* | main/iproute2: fix LIBDIR for tc plugins | Milan P. Stanić | 2020-01-22 | 1 | -2/+2 | |
| | | | | | | | default tc LIBDIR is /usr/lib and not /lib, by removing LIBDIR from make invocation in APKBUILD build function package functions put tc helper in /usr/lib, and then 'tc' can find them fixes: #6948 | |||||
* | main/awall: upgrade to 1.7.0 | Kaarle Ritvanen | 2020-01-20 | 1 | -2/+2 | |
| | ||||||
* | community/cesnet-tcs-cli: upgrade to 0.3.0 | Jakub Jirutka | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/ansible: security upgrade to 2.9.3 CVE-2019-14904 CVE-2019-14905 | Andy Postnikov | 2020-01-18 | 1 | -2/+5 | |
| | ||||||
* | community/phpmyadmin: add secfixes | Andy Postnikov | 2020-01-18 | 1 | -0/+5 | |
| | ||||||
* | community/php7-pecl-xdebug: upgrade to 2.9.1 | Andy Postnikov | 2020-01-18 | 1 | -2/+2 | |
| | ||||||
* | main/openrc: fix do_unmount function | Sören Tempel | 2020-01-17 | 2 | -1/+30 | |
| | | | | Without this patch fuser was never properly invoked. | |||||
* | ==== release 3.11.3 ====v3.11.4v3.11.3 | Natanael Copa | 2020-01-16 | 1 | -1/+1 | |
| | ||||||
* | main/mkinitfs: upgrade to 3.4.5 | Natanael Copa | 2020-01-16 | 1 | -4/+3 | |
| | | | | (cherry picked from commit 047e4c683e032d20c3e63c29e783b912c2942581) | |||||
* | main/nginx: fix CVE-2019-20372 | Natanael Copa | 2020-01-16 | 2 | -1/+33 | |
| | | | | | | | fixes #11134 skip pkgrel=5 due to bad commit 732a2a015029 (main/nginx: fix CVE-2019-20372) in master. | |||||
* | main/openrc: allow to change interfaces config location | Jakub Jirutka | 2020-01-16 | 2 | -7/+13 | |
| | | | | | | This is basically a backport of 6a467d4a814f4ce4ce59f9022e656fad7a4c79aa but implemented in more cautious way to be more sure that it will surely not cause any compatibility breakages. | |||||
* | main/zfs-lts: rebuild against kernel 5.4.12-r1 | Natanael Copa | 2020-01-16 | 1 | -2/+2 | |
| |