aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/py3-pytest: upgrade to 5.3.2Leo2019-12-161-2/+2
|
* main/libmicrohttpd: upgrade to 0.9.69Oleg Titov2019-12-161-2/+2
|
* main/libical: upgrade to 3.0.7Leo2019-12-161-5/+2
|
* main/run-parts: upgrade to 4.9.1Leo2019-12-151-4/+2
|
* main/mariadb-connector-c: upgrade to 3.1.6Leo2019-12-151-4/+2
|
* main/haproxy: upgrade to 2.1.1Milan P. Stanić2019-12-151-2/+2
|
* main/nftables: upgrade to 0.9.3Francesco Colista2019-12-151-2/+2
|
* main/libnftnl: upgrade to 1.1.5Francesco Colista2019-12-152-3/+43
|
* main/perl-io-stringy: upgrade to 2.112Leo2019-12-151-5/+5
|
* main/perl-fcgi: upgrade to 0.79Leo2019-12-151-17/+15
|
* main/re2c: upgrade to 1.3Leo2019-12-151-5/+2
|
* main/bctoolbox: upgrade to 4.3.0Francesco Colista2019-12-152-8/+9
|
* main/perl-type-tiny: upgrade to 1.008000Leo2019-12-151-11/+9
|
* main/fuse3: upgrade to 3.9.0Leo2019-12-151-2/+2
|
* main/imlib2: upgrade to 1.6.1Leo2019-12-141-2/+2
|
* main/ctags: explicitly depend on python for checkSören Tempel2019-12-141-1/+1
| | | | | | | | | Python is already implicitly installed due to py3-docutils, thus no pkgrel bump. Without python installed the build system will use the shell script misc/units to run unit tests instead of misc/units.py. Unfortunately, this shell script is not compatible with busybox ash. See: https://github.com/universal-ctags/ctags/issues/2369#issuecomment-564779705
* main/perl-cpanel-json-xs: upgrade to 4.18Francesco Colista2019-12-141-2/+2
|
* main/fribidi: upgrade to 1.0.8Leo2019-12-141-10/+4
|
* main/nsd: upgrade to 4.2.4Leo2019-12-141-3/+3
|
* main/py3-phonenumbers: upgrade to 8.11.1Leo2019-12-141-2/+2
|
* main/protobuf: upgrade to 3.11.2Leo2019-12-141-2/+2
|
* main/acpica: upgrade to 20191213Leo2019-12-141-4/+2
|
* ==== release 3.11.0_rc2 ====v3.11.0_rc2Natanael Copa2019-12-131-1/+1
|
* main/knot: upgrade to 2.9.2Jakub Jirutka2019-12-131-2/+2
|
* main/libxpm: upgrade to 3.5.13Leo2019-12-131-8/+3
|
* main/linux-rpi: upgrade to 5.4.3Natanael Copa2019-12-131-8/+13
|
* main/zfs-lts: rebuild against kernel 5.4.3-r0Natanael Copa2019-12-131-1/+1
|
* main/xtables-addons-lts: rebuild against kernel 5.4.3-r0Natanael Copa2019-12-131-1/+1
|
* main/drbd-lts: rebuild against kernel 5.4.3-r0Natanael Copa2019-12-131-1/+1
|
* main/linux-lts: upgrade to 5.4.3Natanael Copa2019-12-131-2/+2
|
* community/{qemu*,ceph}: move to communityNatanael Copa2019-12-1329-1869/+0
| | | | | | move qemu and ceph to community. Thi sis to reduce maintenenance workload for security fixes. Upstream qemu appears to have less support time than 2 years.
* main/vim: upgrade to 8.2.0Kevin Daudt2019-12-121-2/+2
|
* main/libedit: upgrade to 20191211.3.1Drew DeVault2019-12-122-36/+4
|
* main/linux-lts: rename /boot/dtbs dir to /boot/dtbs-ltsMilan P. Stanić2019-12-121-1/+1
|
* main/unbound: upgrade to 1.9.6Leo2019-12-121-3/+3
|
* main/krb5: upgrade to 1.17.1Leo2019-12-121-3/+3
|
* main/py3-tappy: upgrade to 2.6.2Leo2019-12-121-3/+3
|
* main/pinentry: remove gtk and gnome in favor of pinentry-uiBart Ribbers2019-12-127-57/+9
|
* main/alpine-conf: use cdn as default answer in setup-apkreposNatanael Copa2019-12-122-2/+30
|
* main/syslinux: use lts kernel as the defaultNatanael Copa2019-12-122-3/+3
| | | | fixes #11020
* main/gpsd: upgrade to 3.19Nathan Angelacos2019-12-121-3/+3
|
* community/perl-date-extract: move from mainLeo2019-12-121-45/+0
|
* community/perl-datetime-format-natural: move from mainLeo2019-12-121-42/+0
|
* main/perl-datetime-format-natural: upgrade to 1.08Leo2019-12-121-7/+7
|
* main/py3-paramiko: upgrade to 2.7.1Leo2019-12-121-2/+2
|
* main/unrar: upgrade to 5.8.5Leo2019-12-111-2/+2
|
* main/ctags: disable check on s390xSören Tempel2019-12-111-0/+6
| | | | See: https://github.com/universal-ctags/ctags/issues/2369
* main/busybox: fix ipv6 onlyNatanael Copa2019-12-112-3/+3
| | | | | | | disable PPREFER_IPV4_ADDRESS which breaks ipv6-only and is considered harmful. See https://bugs.busybox.net/show_bug.cgi?id=12381 fixes #10937
* main/busybox: Ensure all paths for busybox existsOlliver Schinagl2019-12-111-1/+1
| | | | | | | | | | | | When busybox --install is called (without parameters) the user is responsible to ensure all paths are created. While this is probably a bug in upstream busybox, it has been working this way since forever. Until this is fixed upstream, lets ensure that if busybox is installed very early on, all paths needed do actually exist preventing 'no such file or directory' errors during install. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* main/busybox: Fix licenseOlliver Schinagl2019-12-111-1/+2
| | | | | | | | | Busybox is licensed gpl2-only. Fix this. While here, also disable pkg-config related shellcheck warning, where we need word splitting. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>