aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/freeradius: fix going though post-proxy on dead home serverNatanael Copa2020-04-203-2/+116
| | | | | | | we also add an upstream improvement for fix request running segfault. Related report: http://lists.freeradius.org/pipermail/freeradius-users/2020-April/097815.html
* main/git: fix and enable testsĐoàn Trần Công Danh2020-04-191-2/+9
|
* main/xen: fix various security issuesLeo2020-04-196-2/+365
| | | | | | | | | | | | For #11400 Fixed CVEs: - CVE-2020-11739 - CVE-2020-11740 - CVE-2020-11741 - CVE-2020-11742 - CVE-2020-11743
* [3.11] main/ansible: security upgrade to 2.9.7Keith Maxwell2020-04-171-2/+9
|
* main/mcpp: fix CVE-2019-14274Sören Tempel2020-04-172-9/+61
| | | | Patch taken from Debian.
* main/git: security upgrade to 2.24.2J0WI2020-04-141-19/+21
|
* main/st: set depends on ncurses-terminfo-baseMilan P. Stanić2020-04-111-2/+2
| | | | st* terminfo files are moved to ncurses-terminfo-base
* main/ncurses: fix missing vtXXX terminfo in ncurses-terminfo-baseMilan P. Stanić2020-04-111-33/+12
| | | | | change source to dev.alpinelinux.org because original is removed from upstream url
* main/dmvpn: file list for in-syncKaarle Ritvanen2020-04-112-1/+6
|
* main/in-sync: backport from edgeKaarle Ritvanen2020-04-114-0/+67
|
* main/strongswan: subpackage for logfile configKaarle Ritvanen2020-04-103-3/+33
|
* main/libssh: security upgrade to 0.9.4J0WI2020-04-091-2/+4
|
* main/gd: patch CVE-2018-14553 and CVE-2019-11038J0WI2020-04-083-5/+80
|
* main/mercurial: upgrade to 5.3.2Leo2020-04-061-4/+2
| | | | | | fixes a nasty bug that prevents usage of hg archive as requested in https://lists.alpinelinux.org/~alpine/aports/%3C20200310204748.28104-1-ludovic%40chabant.com%3E#%3Ce0bd0813-eb28-4843-9c9b-d208b6976b68@www.fastmail.com%3E
* main/xen: add missing CVE infoLeo2020-04-041-2/+2
|
* main/bubblewrap: security upgrade to 0.4.1Leo2020-04-041-7/+8
| | | | fixes CVE-2020-5291
* main/mbedtls: security upgrade to 2.16.5Leo2020-04-041-6/+10
|
* main/gnutls: add CVE secfixes infoLeo2020-04-031-1/+1
|
* main/haproxy: security upgrade to 2.0.14J0WI2020-04-021-2/+6
|
* main/libgit2: upgrade to 0.28.5Leo2020-04-021-2/+2
|
* main/apache2: modernizeJ0WI2020-04-011-18/+13
|
* main/apache2: security upgrade to 2.4.43J0WI2020-04-011-2/+5
|
* main/ruby: security upgrade to 2.6.6Robert Pritzkow2020-04-011-2/+5
| | | | fixes #11354
* main/uwsgi: use libucontext for ugreen pluginNatanael Copa2020-04-012-2/+17
| | | | | | | | | Should fix the error: !!! UNABLE to load uWSGI plugin: Error relocating /usr/lib/uwsgi/ugreen_plugin.so: makecontext: symbol not found !!! (cherry picked from commit b72b900a069882fed03225151e6bc05a3ab75cbc)
* main/gnutls: fix GNUTLS-SA-2020-03-31Leo2020-03-312-6/+41
|
* main/screen: fix patch for CVE-2020-9366Natanael Copa2020-03-312-2/+43
|
* main/screen: fix CVE-2020-9366Leo2020-03-301-3/+10
|
* main/py-dbus: fix packagingThomas Liske2020-03-291-2/+8
|
* main/unzip: actually fix CVE-2019-13232Leo2020-03-272-4/+491
| | | | use patch from Fedora
* main/unzip: fix CVE-2019-13232Leo2020-03-261-18/+18
|
* main/libvpx: add missing secfixes infoLeo2020-03-261-0/+9
|
* main/libmspack: security upgrade to 0.10.1_alphaLeo2020-03-261-11/+6
|
* main/vala: upgrade to 0.46.7Rasmus Thomsen2020-03-261-2/+2
|
* main/icu: fix CVE-2020-10531Leo2020-03-252-2/+112
| | | | see #11329
* main/apk-tools: upgrade to 2.10.5Timo Teräs2020-03-253-138/+5
| | | | (cherry picked from commit b0c8d5a73f31e35e716113acbb15b6bb3850fa05)
* main/bluez: fix CVE-2020-0556Leo2020-03-242-2/+196
| | | | see #11328
* ===== release 3.11.5 =====v3.11.5Natanael Copa2020-03-231-1/+1
|
* main/linux-rpi: upgrade to 5.4.27Natanael Copa2020-03-231-3/+3
|
* main/zfs-lts: rebuild against kernel 5.4.27-r0Natanael Copa2020-03-231-1/+1
|
* main/xtables-addons-lts: rebuild against kernel 5.4.27-r0Natanael Copa2020-03-231-1/+1
|
* main/drbd-lts: rebuild against kernel 5.4.27-r0Natanael Copa2020-03-231-1/+1
|
* main/linux-lts: upgrade to 5.4.27Natanael Copa2020-03-231-2/+2
|
* main/musl: backport fixes from 1.2.0Milan P. Stanić2020-03-217-1/+274
| | | | | | | | | wcwidth wrongly returned 0 for most of planes 4 and up missing case mapping between U+03F3 and U+037F wrong cacosh results for arguments with negative imaginary part wrong catanf/catanl results for various classes of arguments wrong return value for ungetc with argument outside [0,UCHAR_MAX] posix_openpt with no ptys available produced wrong errno
* main/gcc: fix wrong code when returning padded structMilan P. Stanić2020-03-202-2/+49
| | | | bug report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93402
* main/raspberrypi-bootloader: upgrade to 1.20200212Natanael Copa2020-03-201-3/+3
|
* main/linux-rpi: upgrade to 5.4.26Natanael Copa2020-03-201-3/+3
|
* main/linux-rpi: add check to verify kernel versionNatanael Copa2020-03-201-0/+5
| | | | | | | | Verfify that the patch does not contain wrong kernel version ref #11219 (cherry picked from commit bf10e38a44b00626894d1240fa094675668060fa)
* main/zfs-lts: rebuild against kernel 5.4.26-r0Natanael Copa2020-03-201-2/+2
|
* main/xtables-addons-lts: rebuild against kernel 5.4.26-r0Natanael Copa2020-03-201-2/+2
|
* main/drbd-lts: rebuild against kernel 5.4.26-r0Natanael Copa2020-03-201-2/+2
|