aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/znc: disable build on s390x for nowRoberto Oliveira2017-10-171-1/+1
| | | | | Guile package is currently disable for s390x because of a build failure and is a dependency for znc.
* main/pkgconf: upgrade to 1.3.10William Pitcock2017-10-171-4/+2
|
* main/qemu: fix optionsJakub Jirutka2017-10-171-3/+5
|
* main/hostapd: security fixesLeonardo Arena2017-10-178-4/+994
| | | | | | | | | | | | | | | - CVE-2017-13077 - CVE-2017-13078 - CVE-2017-13079 - CVE-2017-13080 - CVE-2017-13081 - CVE-2017-13082 - CVE-2017-13084 (not applicable) - CVE-2017-13086 - CVE-2017-13087 - CVE-2017-13088 https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
* main/sudo: don't ship var/run, modernizeTimo Teräs2017-10-171-6/+6
| | | | | | | now that alpine-baselayout does that as symlink, we can't ship it as directory from other packages. sudo keeps some timestamp files there, and will create the directory if it's missing. so just delete it from the package.
* main/wpa_supplicant: security upgradeSören Tempel2017-10-169-1/+1038
| | | | | | | | | | | | | | CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 See also: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
* main/pciutils: upgrade to 3.5.5Leonardo Arena2017-10-161-3/+3
|
* main/acf-dnsmasq: upgrade to 0.7.1Ted Trask2017-10-161-5/+3
|
* main/grub: remove grub-install warningCarlo Landmeter2017-10-161-1/+4
| | | | grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory.
* main/qemu: disable check, some tests does not work on our buildersJakub Jirutka2017-10-141-5/+2
| | | | | | | There are a lot of errors like: socket_accept failed: Resource temporarily unavailable and: Could not access KVM kernel module: No such file or directory
* main/qemu: run testsJakub Jirutka2017-10-145-9/+182
|
* main/qemu: build with -O2 instead of -OsJakub Jirutka2017-10-141-1/+1
| | | | Performance is definitely more important for QEMU than binaries size.
* main/qemu: use /run instead of /var/runJakub Jirutka2017-10-142-3/+3
|
* main/qemu: add subpackage -langJakub Jirutka2017-10-141-1/+1
|
* main/qemu: upgrade to 2.10.1Jakub Jirutka2017-10-143-11/+8
|
* main/gnutls: allow tests to fail for nowJakub Jirutka2017-10-141-1/+4
| | | | Until we resolve what's wrong on builders.
* main/gnutls: patch tests/scripts/common.sh instead of using coreutilsJakub Jirutka2017-10-132-3/+17
| | | | | It passed on my machine and some builders, so there's something wrong on x86 and x86_64 builders. However, this method is better anyway.
* main/gnutls: run testsJakub Jirutka2017-10-131-0/+6
|
* main/gnutls: upgrade to 3.6.0Jakub Jirutka2017-10-131-5/+3
|
* main/libffi: add new pax mprotect race condition fixes, don't use emutramp ↵William Pitcock2017-10-132-2/+124
| | | | support on x86_64
* main/libbsd: add harder dependency on musl > 1.1.16-r22William Pitcock2017-10-131-2/+2
| | | | this is needed for fopencookie(3) symbol
* main/iptables: rebuild against libnftnl-1.0.8Jakub Jirutka2017-10-131-1/+1
|
* main/nftables: upgrade to 0.8Jakub Jirutka2017-10-131-3/+3
|
* main/libnftnl: upgrade to 1.0.8Jakub Jirutka2017-10-131-4/+2
|
* main/libnftnl: modernize abuildJakub Jirutka2017-10-131-8/+5
|
* main/nftables: modernize abuildJakub Jirutka2017-10-131-30/+12
|
* main/znc: improve runscriptJakub Jirutka2017-10-133-28/+36
|
* main/znc: specify home directory for znc userJakub Jirutka2017-10-132-2/+2
|
* main/znc: modernize and fix abuildJakub Jirutka2017-10-131-46/+31
|
* main/musl: back out clearenv changeWilliam Pitcock2017-10-121-3/+1
|
* main/libbsd: upgrade to 0.8.6William Pitcock2017-10-122-136/+4
| | | | - drop patch 0003-Fix-build-breaks-due-to-missing-a.out.h.patch, carried upstream
* main/libbsd: enable funopen(3)William Pitcock2017-10-122-58/+1
|
* main/musl: update to alpine version 1.1.16-r21William Pitcock2017-10-1215-1/+1115
| | | | | | | | | | | | - incorporate unreleased upstream bugfixes from august to present: - fix OOB reads in memmem implementations - fix undefined behaviour in memset - fix memory leak in clearenv - fix unicode processing bugs - fix signal masking issue with pthread_create - fix glob descent with GLOB_PERIOD - implement fopencookie(3)
* main/perl: use system zlibNatanael Copa2017-10-111-2/+14
| | | | | | | | | | | The bundled zlib 1.2.8 is vulnerable to: - CVE-2016-9843 - CVE-2016-9841 - CVE-2016-9840 - CVE-2016-9842 Force building with system zlib, and while at it, also do that with bzip2
* main/ghostscript: security upgrade to 9.22. Fixes #7992Francesco Colista2017-10-111-12/+4
|
* main/apk-tools: fix mounting proc (fixes #7162)Timo Teräs2017-10-102-2/+32
|
* main/openssh: don't use _subpackages uninitializedTimo Teräs2017-10-101-4/+5
| | | | | | | | This confuses lua-ports' scanning of packages. _subpackages is also used in other aports, and not initializing it will cause lua-aports' scanning script to leak values from previous pkg. This caused lua-aports' to think openssh is dirty, but running abuild later thinks nothing was needed to be done.
* main/perl: security upgrade to 5.26.1 (CVE-2017-12837,CVE-2017-12883)Natanael Copa2017-10-101-2/+9
| | | | fixes #7897
* main/apache2: upgrade to 2.4.28Kaarle Ritvanen2017-10-103-257/+3
|
* main/sshfs: rebuild (missing from repo)Carlo Landmeter2017-10-091-1/+1
|
* main/libxfce4util: disable docsNatanael Copa2017-10-091-3/+3
| | | | gtkdoc-mktmpl was removed from upstream gtk-doc. disable docs for now
* main/libxfce4ui: disable docsNatanael Copa2017-10-091-3/+3
| | | | | gtk-doc 1.26 removed support of gtkdoc-mktmpl which is used but libxfce4ui. disable docs for now
* main/gtk-doc: fix depends and modernizeNatanael Copa2017-10-092-15/+98
|
* main/xfwm4: modernise, add tests, add libepoxy depA. Wilcox2017-10-091-8/+12
|
* main/xfconf: modernise, fix deps, add + disable testsA. Wilcox2017-10-091-13/+14
|
* main/libxfce4util: modernise, fix deps, add testsA. Wilcox2017-10-091-9/+12
|
* main/libxfce4ui: modernise, add tests, fix depsA. Wilcox2017-10-091-18/+16
|
* main/garcon: modernise, fix deps, add testA. Wilcox2017-10-091-8/+11
|
* main/exo: modernise, fix deps, add test suiteA. Wilcox2017-10-091-19/+13
|
* main/openrc: modloop.initd: avoid error with ↵Casper Ti. Vector2017-10-092-4/+3
| | | | `BOOT_IMAGE=(loop)/boot/vmlinuz-hardened'.