Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/linux-vanilla: upgrade to 4.14.71 | Natanael Copa | 2018-09-24 | 1 | -2/+2 | |
| | ||||||
* | aports: add support for armv7 [skip ci] | Oliver Smith | 2018-09-24 | 126 | -126/+126 | |
| | | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used: | |||||
* | testing/hub: fix build with `abuild rootbld` | Sören Tempel | 2018-09-22 | 1 | -3/+3 | |
| | ||||||
* | community/gogs: depend on go instead of go-tools | Sören Tempel | 2018-09-22 | 1 | -2/+2 | |
| | | | | | | go-tools was removed in 11c5f257c586b68e3567ece44133b21c02c88f00. It is unclear to me why gogs depended on go-tools in the first place. The build passes without go-tools so I guess it's fine to remove it. | |||||
* | testing/sos: new aport | Carlo Landmeter | 2018-09-21 | 3 | -0/+127 | |
| | ||||||
* | main/ulogd; fix patch and checksum | Leonardo Arena | 2018-09-21 | 2 | -4/+14 | |
| | ||||||
* | main/mariadb: dont run tests in fakeroot | Natanael Copa | 2018-09-21 | 1 | -0/+1 | |
| | | | | Does not seem to be needed and hopefully it fixes a deadlock on aarch64 | |||||
* | mailmap: add ops@ikke.info | Kevin Daudt | 2018-09-21 | 1 | -0/+1 | |
| | ||||||
* | main/ruby-bundler: upgrade to 1.16.5 | Jakub Jirutka | 2018-09-20 | 1 | -2/+2 | |
| | ||||||
* | community/perl-data-dumper: upgarde to 2.172, added -doc subpkg | Francesco Colista | 2018-09-20 | 1 | -8/+5 | |
| | ||||||
* | community/duo_unix: upgrade to 1.10.5 | Paul Morgan | 2018-09-20 | 1 | -2/+2 | |
| | | | | | | Changes from 1.10.4 include: - Fixed an accidental null pointer free on systems where getaddrinfo() is unsuccessful | |||||
* | testing/py3-netdisco: upgrade to 2.1.0 | Fabian Affolter | 2018-09-20 | 1 | -2/+2 | |
| | ||||||
* | testing/py-zeroconf: upgrade to 0.21.1 | Fabian Affolter | 2018-09-20 | 1 | -2/+2 | |
| | ||||||
* | main/musl: backport fix for getaddrinfo regression | Natanael Copa | 2018-09-20 | 2 | -1/+55 | |
| | ||||||
* | community/flatpak: upgrade to 1.0.2 | André Klitzing | 2018-09-20 | 1 | -3/+3 | |
| | ||||||
* | main/feh: upgrade to 2.28 | Sören Tempel | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | main/opusfile: clarify license | Sören Tempel | 2018-09-19 | 1 | -1/+1 | |
| | ||||||
* | main/opusfile: upgrade to 0.11 | Sören Tempel | 2018-09-19 | 1 | -7/+3 | |
| | ||||||
* | community/xfce4-panel: enable introspection | Natanael Copa | 2018-09-19 | 1 | -2/+4 | |
| | ||||||
* | testing/android-tools: upgrade to 9.0.0_p3 | Sören Tempel | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | main/xbanish: clarify license | Sören Tempel | 2018-09-19 | 1 | -1/+1 | |
| | ||||||
* | main/xbanish: modernize APKBUILD | Sören Tempel | 2018-09-19 | 1 | -5/+4 | |
| | ||||||
* | main/xbanish: upgrade to 1.6 | Pedro Filipe | 2018-09-19 | 1 | -3/+3 | |
| | ||||||
* | main/vblade: force our CFLAGS | Sören Tempel | 2018-09-19 | 1 | -1/+1 | |
| | | | | Without this change the code gets compiled with `-Wall -O2 -g`. | |||||
* | main/vblade: clarify license | Sören Tempel | 2018-09-19 | 1 | -1/+1 | |
| | | | | | | The tarball contains a GPL-2.0 license file. Neither the source files nor the README contain an or-later clause, thus it seems to be licensed under GPL-2.0-only. | |||||
* | main/vblade: update URL | Sören Tempel | 2018-09-19 | 1 | -1/+1 | |
| | | | | | The old sourceforce page contains a notice informing visitors that the project has moved to GitHub. | |||||
* | main/vblade: modernize APKBUILD | Sören Tempel | 2018-09-19 | 1 | -9/+5 | |
| | ||||||
* | main/vblade: upgrade to 24 | Pedro Filipe | 2018-09-19 | 1 | -5/+4 | |
| | ||||||
* | community/flatpak-builder: move from testing | André Klitzing | 2018-09-19 | 2 | -0/+0 | |
| | ||||||
* | community/flatpak: move from testing | André Klitzing | 2018-09-19 | 2 | -0/+0 | |
| | ||||||
* | main/py-boto: upgrade to 2.49.0 | Fabian Affolter | 2018-09-19 | 1 | -4/+4 | |
| | ||||||
* | main/py-sphinx: upgrade to 1.8.0 | Fabian Affolter | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | community/fzf: enable vetting in tests | Kevin Daudt | 2018-09-19 | 2 | -17/+2 | |
| | | | | | | | | d5cfcd38e disabled vetting while running the test suite due to failures because of an update in Go. This has now been fixed upstream, so enable vetting again by removing the relevant patch. | |||||
* | community/fzf: upgrade to 0.17.4 | Kevin Daudt | 2018-09-19 | 1 | -3/+3 | |
| | ||||||
* | main/charybdis: upgrade to 3.5.6, added -openrc subpkg | Francesco Colista | 2018-09-19 | 1 | -4/+4 | |
| | ||||||
* | testing/py-tabulate: fix maintainer | Andy Postnikov | 2018-09-19 | 1 | -1/+1 | |
| | ||||||
* | testing/py-cli_helpers: fix dependencies and enable tests | Andy Postnikov | 2018-09-19 | 1 | -2/+5 | |
| | ||||||
* | testing/py-tabulate: new aport | Andy Postnikov | 2018-09-19 | 1 | -0/+54 | |
| | ||||||
* | testing/py-cli_helpers: upgrade to 1.0.2 | Andy Postnikov | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | testing/py-pep8-naming: upgrade to 0.7.0 and modernize | Andy Postnikov | 2018-09-19 | 1 | -5/+3 | |
| | ||||||
* | community/bareos-webui: upgrade to 17.2.5 | Pedro Filipe | 2018-09-19 | 1 | -2/+3 | |
| | ||||||
* | community/phonon: upgrade to 4.10.1 | Pedro Filipe | 2018-09-19 | 1 | -6/+6 | |
| | | | | clean-up and fix check options | |||||
* | testing/py-backcall: enable test suite | Kevin Daudt | 2018-09-19 | 1 | -2/+10 | |
| | | | | | | pytest was broken due to missing dependencies, so the test suite did not work. This has been fixed in the mean time, so the test suite can now be run. | |||||
* | testing/wireguard: upgrade to 0.0.20180918 | Jason A. Donenfeld | 2018-09-19 | 2 | -5/+5 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||||
* | testing/py-zeroconf: upgrade to 0.21.0 | Fabian Affolter | 2018-09-19 | 1 | -2/+2 | |
| | ||||||
* | main/ipset: fix reloading of existing ipsets | Thomas Liske | 2018-09-18 | 2 | -3/+8 | |
| | | | | fixes #9149 | |||||
* | main/mariadb: work around pthread_detach issue | Kaarle Ritvanen | 2018-09-18 | 2 | -2/+15 | |
| | | | | | | https://jira.mariadb.org/browse/MDEV-17200 fixes #9407 | |||||
* | main/musl: fix race condition | Kaarle Ritvanen | 2018-09-18 | 4 | -164/+54 | |
| | ||||||
* | testing/kitty: fix ppc64le build break because of ioctl data size warning | Mike Sullivan | 2018-09-18 | 2 | -4/+28 | |
| | ||||||
* | main/libsndfile: security fix (CVE-2018-13139) | Leonardo Arena | 2018-09-18 | 2 | -10/+45 | |
| | | | | Partially fixes #9232 |