aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.10.3 ====v3.10.3Natanael Copa2019-10-211-1/+1
|
* main/raspberrypi-bootloader: upgrade to 1.20190925Natanael Copa2019-10-211-2/+2
|
* main/linux-rpi: upgrade to 4.19.80Natanael Copa2019-10-181-3/+3
|
* main/zfs-vanilla: rebuild against kernel 4.19.80-r0Natanael Copa2019-10-181-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.80-r0Natanael Copa2019-10-181-1/+1
|
* main/drbd-vanilla: rebuild against kernel 4.19.80-r0Natanael Copa2019-10-181-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.80-r0Natanael Copa2019-10-181-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.80-r0Natanael Copa2019-10-181-1/+1
|
* main/linux-vanilla: upgrade to 4.19.80Natanael Copa2019-10-181-2/+2
|
* main/python3: disable test threading on arm*Natanael Copa2019-10-171-1/+1
| | | | It runs for at least 6 hours so we consider it broken.
* main/sshguard: fix handling of shutdown signalLeo2019-10-171-1/+3
| | | | fixes #10859
* main/openresolv: add compat symlinksNatanael Copa2019-10-171-1/+7
| | | | | we moved libexecdir. add symlinks to old location so we dont break existing scripts or configs
* main/openresolv: upgrade to 3.9.2Milan P. Stanić2019-10-171-6/+5
| | | | | | | | | move helpers from /usr/lib to /usr/libexec/openresolv dir because resolvconf try to execute every file from its LIBEXECDIR remove not needed '|| return 1' from build function these changes are backported from edge
* main/e2fsprogs: fix CVE-2019-5094Leo2019-10-172-3/+200
| | | | ref #10835
* main/zfs-vanilla: rebuild against kernel 4.19.79-r0Natanael Copa2019-10-171-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.79-r0Natanael Copa2019-10-171-1/+1
|
* main/drbd-vanilla: rebuild against kernel 4.19.79-r0Natanael Copa2019-10-171-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.79-r0Natanael Copa2019-10-171-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.79-r0Natanael Copa2019-10-171-1/+1
|
* main/linux-vanilla: upgrade to 4.19.79Natanael Copa2019-10-171-2/+2
|
* main/zfs-vanilla: rebuild against ZFS 0.8.2Rasmus Thomsen2019-10-171-3/+3
|
* main/zfs: upgrade to 0.8.2Rasmus Thomsen2019-10-171-4/+5
|
* main/linux-rpi: upgrade to 4.19.79Natanael Copa2019-10-171-3/+3
|
* main/mariadb: fix build by enable pamNatanael Copa2019-10-172-4/+24
| | | | apparently PAM is required
* main/mariadb: upgrade to 10.3.18Stefan Reiff2019-10-171-2/+2
|
* main/tzdata: upgrade to 2019cJ0WI2019-10-171-4/+4
|
* main/python3: add CVE-2019-16935 to secfixes commentNatanael Copa2019-10-171-0/+1
|
* main/python3: reduce number of unit tests for PGONatanael Copa2019-10-172-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-17498Natanael Copa2019-10-172-2/+78
| | | | fixes #10883
* main/libssh2: security upgrade to 1.9.0 (CVE-2019-13115)Natanael Copa2019-10-161-3/+5
| | | | fixes #10862
* main/bacula: use root as rundir owner for bacula-clientLeonardo Arena2019-10-163-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 Copa2019-10-151-4/+6
|
* main/bacula: create bacula user for client packageLeonardo Arena2019-10-152-1/+8
|
* main/bacula: upgrade to 9.4.4Leonardo Arena2019-10-151-2/+2
|
* main/openssh: fix buildNatanael Copa2019-10-141-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.1p1J0WI2019-10-142-67/+3
|
* main/openssh: fix segfault with VerifyHostKeyDNS=yesNatanael Copa2019-10-142-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
* main/faad2: security upgrade to 2.9.0Leo2019-10-121-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
* main/libgcrypt: fix typo in -static descriptionKevin Daudt2019-10-121-1/+1
|
* main/libgcrypt: security upgrade to 1.8.5J0WI2019-10-122-483/+7
| | | | | | | CVE-2019-13627 ref #10823 Closes !418
* main/ruby: security upgrade to 2.5.7Leo2019-10-121-5/+10
| | | Closes !407
* main/sqlite: fix CVE-2019-16168Leo2019-10-112-2/+30
| | | | ref #10868
* main/zfs-vanilla: rebuild against kernel 4.19.78-r0Natanael Copa2019-10-101-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.78-r0Natanael Copa2019-10-101-1/+1
|
* main/drbd-vanilla: rebuild against kernel 4.19.78-r0Natanael Copa2019-10-101-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.78-r0Natanael Copa2019-10-101-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.78-r0Natanael Copa2019-10-101-1/+1
|
* main/linux-vanilla: upgrade to 4.19.78Natanael Copa2019-10-101-3/+3
|
* main/linux-vanilla: enable CONFIG_BLK_DEV_THROTTLINGMilan P. Stanić2019-10-1010-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.1Kaarle Ritvanen2019-10-101-2/+2
|