aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/atkmm: upgrade to 2.28.0Leo2019-08-221-17/+10
|
* main/xcalib: upgrade to 0.10Leo2019-08-221-30/+13
|
* main/xrdp: upgrade to 0.9.11Leo2019-08-221-3/+3
|
* main/linux-vanilla: avoid pulling in all firmware during buildNatanael Copa2019-08-221-1/+1
| | | | | | | | | | | We need to have linux-firmware in makedepends because the runtime dependency is addedin package() function, and we need to make sure that build order resolver gets that it needs to build linux-firmware before the linux-vanilla. Make it possible for build servers and lxc containers etc to manually install linux-firmware-none to avoid pull in all linux firmware dependencies during build.
* main/xauth: upgrade to 1.1Leo2019-08-221-5/+3
|
* rebuild packages for new userspace-rcuLeo2019-08-221-1/+1
|
* main/userspace-rcu: upgrade to 0.11.1Leo2019-08-221-3/+3
|
* main/tslib: upgrade to 1.20Leo2019-08-221-6/+6
|
* main/sysstat: upgrade to 12.1.6Leo2019-08-221-7/+4
|
* main/libx11: provide static libraries in libx11-staticLeo2019-08-221-3/+2
| | | | ref #10749
* main/rsyslog: upgrade to 8.1908.0Leo2019-08-221-4/+3
|
* main/lz4: upgrade to 1.9.2Leo2019-08-221-4/+3
|
* main/geeqie: upgrade to 1.5.1Leo2019-08-222-132/+4
|
* main/run-parts: upgrade to 4.8.6.3Leo2019-08-221-9/+7
|
* main/zstd: upgrade to 1.4.3Leo2019-08-222-16/+2
|
* main/dhcpcd: upgrade to 8.0.3Leo2019-08-221-2/+2
|
* main/kamailio: upgrade to 5.2.4Leonardo Arena2019-08-221-3/+3
|
* main/perl-mail-dkim: upgrade to 0.56Leonardo Arena2019-08-221-2/+2
|
* main/ncdu: upgrade to 1.14.1Leo2019-08-211-9/+3
|
* main/tar: compile against aclJ0WI2019-08-211-10/+4
|
* main/nghttp2: fix failing testSimon Frankenberger2019-08-212-5/+19
| | | | | Also remove the --without-spdylay options as it no longer exists and fix an unittest error on my machine.
* main/py3-hiredis: update to 1.0.0, py3 only, adoptEivind Uggedal2019-08-215-83/+82
| | | | | | | | | * Drop py2 version * Adopt package (again) * Modernize * Add python3 support * Run tests * Patch to work with system hiredis 0.14
* main/acpica: upgrade to 20190816Leo2019-08-211-2/+2
|
* main/bison: upgrade to 3.4.1Leo2019-08-211-4/+4
|
* main/nspr: upgrade to 4.22Leo2019-08-211-3/+2
|
* main/nsd: upgrade to 4.2.2Leo2019-08-211-4/+4
|
* main/nftables: upgrade to 0.9.2Leo2019-08-211-4/+3
|
* main/libnftnl: upgrade to 1.1.4Leo2019-08-211-3/+2
|
* main/libheif: upgrade to 1.5.0Leo2019-08-211-4/+7
| | | | Fixes CVE-2019-11471
* main/libarchive: upgrade to 3.4.0Leo2019-08-211-8/+8
|
* main/openldap: comment out empty linesTetsuo NOMURA2019-08-212-5/+5
| | | | fixes #10472
* main/kbd: backport setfont bug fix from upstreamSören Tempel2019-08-212-2/+72
| | | | | | | Without this fixing using kbd setfont through the consolefont OpenRC service doesn't work properly. See: https://gitlab.alpinelinux.org/alpine/aports/issues/10741
* main/libnftnl: upgrade to 1.1.4Sören Tempel2019-08-211-2/+2
|
* main/jasper: removeLeo2019-08-213-84/+0
| | | | | | fixes #10717 ref https://github.com/mdadams/jasper/issues/208
* main/nfdump: upgrade to 1.6.18Leo2019-08-211-6/+16
|
* main/help2man: upgrade to 1.47.11Leo2019-08-211-2/+2
|
* main/gtk-doc: upgrade to 1.32Leo2019-08-211-2/+2
|
* main/dhcp: add -libs-static subpackagetcely2019-08-211-4/+13
|
* main/dhcp: backwards compattcely2019-08-211-0/+11
|
* main/dhcp: style changestcely2019-08-211-7/+11
|
* main/dhcp: add GPG detailstcely2019-08-211-0/+7
|
* main/dhcp: downloads.isc.orgtcely2019-08-211-1/+1
|
* main/wpa_supplicant: misc fixes for init.dNatanael Copa2019-08-213-9/+38
| | | | | | | | | Make sure wpa_supplicant is started after udev-settle Enable dbus if wpa_supplicant_conf is not set and default config is missing. This way networkmanager will work out of the box. Let user explicitly enable/disable dbus via wpa_supplicant_dbus.
* main/conntrack-tools: upgrade to 1.4.5Leo2019-08-211-30/+11
|
* main/libnetfilter_conntrack: upgrade to 1.0.7Leo2019-08-211-19/+8
|
* main/libnetfilter_log: rebuild to depend on libnfnetlink via pc:Leo2019-08-211-24/+10
|
* main/libnfnetlink: rebuild for providing pc:libnfnetlinkLeo2019-08-211-22/+10
|
* main/pmacct: upgrade to 1.7.3Leo2019-08-219-90/+54
| | | | | | | - Build uacctd daemon by enabling nflog - Use supervise-dameon for proper process supervision - Add name and description to daemons - Remove examples since they contain compiled code
* main/kbd: disable tests on s390xLeo2019-08-201-0/+2
| | | | | | ref #10747 Closes GH-10257
* main/ell: upgrade to 0.21Milan P. Stanić2019-08-203-4/+68
| | | | | | cherry-pick fix-out-of-bounds-access from development branch cherry-pick T1-timeout-crash from development branch Closes !30