Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/efitools: fix parallel make | Timo Teräs | 2017-10-17 | 2 | -2/+16 |
| | |||||
* | testing/efitools: new aport | Timo Teräs | 2017-10-17 | 2 | -0/+42 |
| | | | | | EFI tools https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git | ||||
* | testing/sbsigntool: new aport | Timo Teräs | 2017-10-17 | 2 | -0/+337 |
| | | | | | Secure Boot signing tools https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/ | ||||
* | main/sudo: don't ship var/run, modernize | Timo Teräs | 2017-10-17 | 1 | -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. | ||||
* | community/captagent: upgrade to 6.2.11 | Kaarle Ritvanen | 2017-10-16 | 2 | -10/+10 |
| | |||||
* | main/wpa_supplicant: security upgrade | Sören Tempel | 2017-10-16 | 9 | -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.5 | Leonardo Arena | 2017-10-16 | 1 | -3/+3 |
| | |||||
* | main/acf-dnsmasq: upgrade to 0.7.1 | Ted Trask | 2017-10-16 | 1 | -5/+3 |
| | |||||
* | main/grub: remove grub-install warning | Carlo Landmeter | 2017-10-16 | 1 | -1/+4 |
| | | | | grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory. | ||||
* | readme: add information about .githooks | Jakub Jirutka | 2017-10-14 | 1 | -0/+11 |
| | |||||
* | git: add hook prepare-commit-msg | Jakub Jirutka | 2017-10-14 | 1 | -0/+45 |
| | |||||
* | testing/jenkins: upgrade to 2.73.2 | Roberto Oliveira | 2017-10-14 | 1 | -2/+2 |
| | |||||
* | community/youtube-dl: upgrade to 2017.10.12 | Timo Teräs | 2017-10-14 | 1 | -2/+2 |
| | |||||
* | main/qemu: disable check, some tests does not work on our builders | Jakub Jirutka | 2017-10-14 | 1 | -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 tests | Jakub Jirutka | 2017-10-14 | 5 | -9/+182 |
| | |||||
* | main/qemu: build with -O2 instead of -Os | Jakub Jirutka | 2017-10-14 | 1 | -1/+1 |
| | | | | Performance is definitely more important for QEMU than binaries size. | ||||
* | main/qemu: use /run instead of /var/run | Jakub Jirutka | 2017-10-14 | 2 | -3/+3 |
| | |||||
* | main/qemu: add subpackage -lang | Jakub Jirutka | 2017-10-14 | 1 | -1/+1 |
| | |||||
* | main/qemu: upgrade to 2.10.1 | Jakub Jirutka | 2017-10-14 | 3 | -11/+8 |
| | |||||
* | main/gnutls: allow tests to fail for now | Jakub Jirutka | 2017-10-14 | 1 | -1/+4 |
| | | | | Until we resolve what's wrong on builders. | ||||
* | main/gnutls: patch tests/scripts/common.sh instead of using coreutils | Jakub Jirutka | 2017-10-13 | 2 | -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 tests | Jakub Jirutka | 2017-10-13 | 1 | -0/+6 |
| | |||||
* | main/gnutls: upgrade to 3.6.0 | Jakub Jirutka | 2017-10-13 | 1 | -5/+3 |
| | |||||
* | Revert "Revert "community/py3-async-timeout: upgrade to 2.0.0"" | William Pitcock | 2017-10-13 | 1 | -2/+2 |
| | | | | This reverts commit d15d3f4b5215614701f41909ff864fd583fd8530. | ||||
* | main/libffi: add new pax mprotect race condition fixes, don't use emutramp ↵ | William Pitcock | 2017-10-13 | 2 | -2/+124 |
| | | | | support on x86_64 | ||||
* | Revert "community/py3-async-timeout: upgrade to 2.0.0" | Natanael Copa | 2017-10-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The build fails on kernels with PaX: Traceback (most recent call last): File "setup.py", line 4, in <module> from setuptools import setup File "/usr/lib/python3.6/site-packages/setuptools/__init__.py", line 14, in <module> from setuptools.dist import Distribution, Feature File "/usr/lib/python3.6/site-packages/setuptools/dist.py", line 20, in <module> from setuptools import windows_support File "/usr/lib/python3.6/site-packages/setuptools/windows_support.py", line 2, in <module> import ctypes File "/usr/lib/python3.6/ctypes/__init__.py", line 538, in <module> _reset_cache() File "/usr/lib/python3.6/ctypes/__init__.py", line 273, in _reset_cache CFUNCTYPE(c_int)(lambda: None) MemoryError Apparently it is related to libffi. Revert to unblock the builder for now. This reverts commit 771975ffc4c0e4e9f467af146d61bd94d95722d8. | ||||
* | main/libbsd: add harder dependency on musl > 1.1.16-r22 | William Pitcock | 2017-10-13 | 1 | -2/+2 |
| | | | | this is needed for fopencookie(3) symbol | ||||
* | community/docker-py: upgrade to 2.5.1 | Francesco Colista | 2017-10-13 | 1 | -2/+2 |
| | |||||
* | community/icingaweb2: upgrade to 2.4.2 | Francesco Colista | 2017-10-13 | 1 | -5/+3 |
| | |||||
* | main/iptables: rebuild against libnftnl-1.0.8 | Jakub Jirutka | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | main/nftables: upgrade to 0.8 | Jakub Jirutka | 2017-10-13 | 1 | -3/+3 |
| | |||||
* | main/libnftnl: upgrade to 1.0.8 | Jakub Jirutka | 2017-10-13 | 1 | -4/+2 |
| | |||||
* | main/libnftnl: modernize abuild | Jakub Jirutka | 2017-10-13 | 1 | -8/+5 |
| | |||||
* | main/nftables: modernize abuild | Jakub Jirutka | 2017-10-13 | 1 | -30/+12 |
| | |||||
* | main/znc: improve runscript | Jakub Jirutka | 2017-10-13 | 3 | -28/+36 |
| | |||||
* | main/znc: specify home directory for znc user | Jakub Jirutka | 2017-10-13 | 2 | -2/+2 |
| | |||||
* | main/znc: modernize and fix abuild | Jakub Jirutka | 2017-10-13 | 1 | -46/+31 |
| | |||||
* | testing/flatpak-builder: upgrade to 0.9.99 | André Klitzing | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | testing/flatpak: upgrade to 0.9.99 | André Klitzing | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | testing/ostree: upgrade to 2017.12 | André Klitzing | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | community/erlang: bump to 20.1.2 | gmile | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | community/cppcheck: upgrade to 1.81 | André Klitzing | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | community/py3-async-timeout: upgrade to 2.0.0 | Fabian Affolter | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | testing/wireguard: version bump to 0.0.20171011 | Jason A. Donenfeld | 2017-10-12 | 3 | -8/+8 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | community/go: upgrade to 1.9.1 | Natanael Copa | 2017-10-12 | 1 | -4/+4 |
| | |||||
* | testing/postgresql-orafce: new aport | Jakub Jirutka | 2017-10-12 | 1 | -0/+35 |
| | | | | | https://github.com/orafce/orafce Oracle's compatibility functions and packages for PostgreSQL | ||||
* | main/musl: back out clearenv change | William Pitcock | 2017-10-12 | 1 | -3/+1 |
| | |||||
* | Revert "community/borgbackup: upgrade to 1.1.0" | Roberto Oliveira | 2017-10-12 | 1 | -2/+2 |
| | | | | | Revert borgbackup upgrade for now. It is failing with different errors in some archs. | ||||
* | community/borgbackup: upgrade to 1.1.0 | Roberto Oliveira | 2017-10-12 | 1 | -2/+2 |
| | |||||
* | main/libbsd: upgrade to 0.8.6 | William Pitcock | 2017-10-12 | 2 | -136/+4 |
| | | | | - drop patch 0003-Fix-build-breaks-due-to-missing-a.out.h.patch, carried upstream |