Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-rpi: upgrade to 4.19.79 | Natanael Copa | 2019-10-17 | 1 | -3/+3 | |
| | ||||||
* | main/mariadb: fix build by enable pam | Natanael Copa | 2019-10-17 | 2 | -4/+24 | |
| | | | | apparently PAM is required | |||||
* | main/mariadb: upgrade to 10.3.18 | Stefan Reiff | 2019-10-17 | 1 | -2/+2 | |
| | ||||||
* | main/tzdata: upgrade to 2019c | J0WI | 2019-10-17 | 1 | -4/+4 | |
| | ||||||
* | community/imagemagick6: security upgrade to 6.9.10.68 | J0WI | 2019-10-17 | 1 | -2/+2 | |
| | ||||||
* | community/imagemagick6: upgrade to 6.9.10.62 | J0WI | 2019-10-17 | 1 | -2/+2 | |
| | ||||||
* | main/python3: add CVE-2019-16935 to secfixes comment | Natanael Copa | 2019-10-17 | 1 | -0/+1 | |
| | ||||||
* | main/python3: reduce number of unit tests for PGO | Natanael Copa | 2019-10-17 | 2 | -2/+237 | |
| | | | | | | | | | | | Backport upstream patch that reduced number tests that are run for the profile guided optimization. This reduced build time significantly and fixes builders that hangs during build. Problem was introduced with commit df3979dba3df (main/python3: enable optimizations). Upstream issue: https://bugs.python.org/issue36044 | |||||
* | main/libssh2: fix for CVE-2019-17498 | Natanael Copa | 2019-10-17 | 2 | -2/+78 | |
| | | | | fixes #10883 | |||||
* | community/go: upgrade to 1.12.10 | Natanael Copa | 2019-10-16 | 1 | -2/+2 | |
| | ||||||
* | main/libssh2: security upgrade to 1.9.0 (CVE-2019-13115) | Natanael Copa | 2019-10-16 | 1 | -3/+5 | |
| | | | | fixes #10862 | |||||
* | main/bacula: use root as rundir owner for bacula-client | Leonardo Arena | 2019-10-16 | 3 | -11/+3 | |
| | | | | | | | | | Partially revert previous commit In case other bacula daemons run on the same host, their package will create the bacula user and group and their init script will set bacula as the owner of the rundir. bacula-fd will be able to write the pidfile in the same rundir since it runs as root. | |||||
* | main/python3: security upgrade to 3.7.5 (CVE-2019-16056) | Natanael Copa | 2019-10-15 | 1 | -4/+6 | |
| | ||||||
* | main/bacula: create bacula user for client package | Leonardo Arena | 2019-10-15 | 2 | -1/+8 | |
| | ||||||
* | main/bacula: upgrade to 9.4.4 | Leonardo Arena | 2019-10-15 | 1 | -2/+2 | |
| | ||||||
* | community/uacme: backport patch fixing uacme.sh | Jakub Jirutka | 2019-10-14 | 2 | -3/+81 | |
| | ||||||
* | community/mumble: upgrade to stable 1.3.0 release | Milan P. Stanić | 2019-10-14 | 1 | -13/+14 | |
| | | | | | | | current release in Alpine 3.10-stable is -rc1 and by this commit it is upgraded to upstream stable and fix sed script for /etc/murmur.ini by backporting changes from edge APKBUILD is synchronized to edge version | |||||
* | community/uacme: upgrade to 1.0.20 | Jakub Jirutka | 2019-10-14 | 1 | -2/+2 | |
| | | | | | This version fixes problem that can happen when retrieving directory over HTTP/2. | |||||
* | main/openssh: fix build | Natanael Copa | 2019-10-14 | 1 | -1/+1 | |
| | | | | | | | keep timestamps when copying the source tree. this is to avoid build error: ERROR: configure is out of date; please run autoreconf (and configure) | |||||
* | main/openssh: security upgrade to 8.1p1 | J0WI | 2019-10-14 | 2 | -67/+3 | |
| | ||||||
* | main/openssh: fix segfault with VerifyHostKeyDNS=yes | Natanael Copa | 2019-10-14 | 2 | -2/+62 | |
| | | | | | | | | fix a case in openbsd-compat where there are no DNS answers. Apparently OpenBSD returns ancount=0 but the answer struct is non NULL, while with musl the answer is NULL. fixes #8323 | |||||
* | scripts/bootstrap.sh: fix openssh bootstrap | Timo Teräs | 2019-10-13 | 1 | -2/+2 | |
| | | | | | | | Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it. (cherry picked from commit e6b7d47e7a19d968e9fee0faa43a74fd2ceba7c7) | |||||
* | main/faad2: security upgrade to 2.9.0 | Leo | 2019-10-12 | 1 | -4/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes: - CVE-2019-6956 - CVE-2018-20196 - CVE-2018-20199 - CVE-2018-20360 - CVE-2018-20362 - CVE-2018-19504 - CVE-2018-20195 - CVE-2018-20198 - CVE-2018-20358 - CVE-2018-20194 - CVE-2018-19503 - CVE-2018-20197 - CVE-2018-20357 - CVE-2018-20359 - CVE-2018-20361 - CVE-2019-15296 - CVE-2018-19502 ref #10696 Closes !423 | |||||
* | gitlab-ci: temporarily disable s390x | Kevin Daudt | 2019-10-12 | 1 | -7/+0 | |
| | | | | Until the runner is back. | |||||
* | gitlab-ci: add build job for aarch64 | Kevin Daudt | 2019-10-12 | 1 | -0/+9 | |
| | ||||||
* | main/libgcrypt: fix typo in -static description | Kevin Daudt | 2019-10-12 | 1 | -1/+1 | |
| | ||||||
* | main/libgcrypt: security upgrade to 1.8.5 | J0WI | 2019-10-12 | 2 | -483/+7 | |
| | | | | | | | CVE-2019-13627 ref #10823 Closes !418 | |||||
* | main/ruby: security upgrade to 2.5.7 | Leo | 2019-10-12 | 1 | -5/+10 | |
| | | | Closes !407 | |||||
* | main/sqlite: fix CVE-2019-16168 | Leo | 2019-10-11 | 2 | -2/+30 | |
| | | | | ref #10868 | |||||
* | community/wireshark: fix source= | Leo | 2019-10-11 | 1 | -1/+1 | |
| | ||||||
* | community/wireshark: security upgrade to 3.0.4 | Leo | 2019-10-11 | 1 | -3/+5 | |
| | | | | ref #10841 | |||||
* | community/exim: patch CVE-2019-16928 | J0WI | 2019-10-11 | 2 | -3/+44 | |
| | | | | ref #10834 | |||||
* | community/httpie: security upgrade to 1.0.3 | Leo | 2019-10-11 | 1 | -9/+9 | |
| | | | | ref #10840 | |||||
* | community/ceph: security upgrade to 14.2.3 | J0WI | 2019-10-10 | 1 | -4/+8 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -2/+2 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/drbd-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | community/wireguard-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.78-r0 | Natanael Copa | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.19.78 | Natanael Copa | 2019-10-10 | 1 | -3/+3 | |
| | ||||||
* | main/linux-vanilla: enable CONFIG_BLK_DEV_THROTTLING | Milan P. Stanić | 2019-10-10 | 10 | -26/+32 | |
| | | | | | | | This is needed for lxc-top to show I/O serviced reporting. 'cherry-pick' by hand from commit 6aef2d983bfc353adbf8d4e215c371140cdbe137 fixes #10754 | |||||
* | main/dmvpn: upgrade to 1.2.1 | Kaarle Ritvanen | 2019-10-10 | 1 | -2/+2 | |
| | ||||||
* | main/multipath-tools: update checksums | Carlo Landmeter | 2019-10-10 | 1 | -1/+1 | |
| | ||||||
* | main/multipath-tools: fix udev location | Carlo Landmeter | 2019-10-10 | 1 | -2/+5 | |
| | ||||||
* | communuty/jenkins: security upgrade to 2.199 | Francesco Colista | 2019-10-09 | 1 | -2/+11 | |
| | | | | | | | | | | | | From 2.197, it includes fixes for the following CVEs: - CVE-2019-10401 - CVE-2019-10402 - CVE-2019-10403 - CVE-2019-10404 - CVE-2019-10405 - CVE-2019-10406 Fixes #10826 | |||||
* | main/openssl: Fix openssl secfix version number | Alex Mirski-Fitton | 2019-10-08 | 1 | -1/+1 | |
| | | | | In 3.10, `pkgrel` is `0` not `1` as it is in the master branch. Secfix block should reflect this. | |||||
* | community/zoneminder: add missing symlink and deps | Kaarle Ritvanen | 2019-10-07 | 1 | -4/+6 | |
| |