| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
define ciphers for better security and performance
fix race condition in nhrp-events startup
close inactive IKE SAs
|
|
|
|
| |
taken from master commit e9e7886ac4e95e89ba3699315dffc40c61159838
|
|
|
|
| |
avoid creating superfluous child SAs during IKE SA reauthentication
|
| |
|
| |
|
|
|
|
| |
This is a residue from applying patches.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Backported from ce095fc43d6850ef1cc74190d2c6ea40aeceff26.
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 5d3999ccaee7d956bb75f5800e118e2e0e81dfa9)
|
|
|
|
|
|
|
| |
Closes !2650
(cherry picked from commit 8fd8655e06c3b22e4e31e04519f12bbb2c94ad58)
also remove unused doas.conf
|
|
|
|
|
|
|
|
|
|
| |
backport fix that adds newline to each cert in the bundle. The reason is
that trailing newline is no requirement so self generated certs may not
have it.
fixes #8379
(cherry picked from commit d9eab57971e1500ed4c2207ab3575d01442f43fd)
|
|
|
|
| |
fixes #11189
|
|
|
|
| |
fixes #11172
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes #11183
|
|
|
|
| |
fixes #11172
|
|
|
|
| |
ref: https://gitlab.alpinelinux.org/alpine/aports/issues/11131
|
|
|
|
| |
Also resolves https://gitlab.alpinelinux.org/alpine/aports/issues/11131 -- mariadb no longer depends on mariadb-test.
|
| |
|
|
|
|
|
|
|
| |
Fixes critical vulnerability leading to a possible privilege
escalation.
See https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html.
|
|
|
|
|
|
| |
CVE-2019-14902, CVE-2019-14907, CVE-2019-19344
ref #11155
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
upstream bug: https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10451
(cherry picked from commit 551139ef080cad0538ff12a7d8442510d2d27b34)
|
|
|
|
| |
(cherry picked from commit d22b75219ee6f59467fc9e646702ef8b061bc028)
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Without this patch fuser was never properly invoked.
|
| |
|
|
|
|
| |
(cherry picked from commit 047e4c683e032d20c3e63c29e783b912c2942581)
|
|
|
|
|
|
|
| |
fixes #11134
skip pkgrel=5 due to bad commit 732a2a015029 (main/nginx: fix
CVE-2019-20372) in master.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|