Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.46-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.46-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.46-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.46 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | main/git: upgrade to 2.17.1, add secfixes comments | prspkt | 2018-05-30 | 1 | -2/+5 | |
| | | | | fixes #8946 | |||||
* | community/lua-lpeg: disable luajit variant on aarch64 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | | | | the testsuite fails on aarch64 with libjit. disable it | |||||
* | testing/z3: claim maintainership | Sören Tempel | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | testing/z3: add check | Sören Tempel | 2018-05-30 | 1 | -0/+8 | |
| | ||||||
* | testing/z3: add python3 bindings | Sören Tempel | 2018-05-30 | 1 | -3/+15 | |
| | | | | | | I didn't manage to figure out yet how to easily build both the python2 and python3 binding. If anybody is interested in python2 support pull requests adding it are very welcome ;) | |||||
* | testing/z3: switch to the CMake buildsystem | Sören Tempel | 2018-05-30 | 1 | -9/+12 | |
| | ||||||
* | testing/z3: new aport | Sören Tempel | 2018-05-30 | 1 | -0/+33 | |
| | ||||||
* | testing/simgear: upgrade to 2017.4.0 | Leonardo Arena | 2018-05-30 | 1 | -12/+7 | |
| | ||||||
* | Revert "main/gnupg: Enabled smartcard support as subpkg" | Leonardo Arena | 2018-05-30 | 3 | -88/+6 | |
| | | | | | | This reverts commit 25365ec0f1695bc87e17f6a192b347c0d4b3a510. It appears to stuck on signing tests. Revert for now. | |||||
* | main/gnupg: Enabled smartcard support as subpkg | Marian Buschsieweke | 2018-05-30 | 3 | -6/+88 | |
| | | | | | | | | | - Added gnupg-scdaemon as subpackage - Enabled internal CCID driver (support for Gnuk, NitroKey, YubiKey, ...) - Added 60-scdaemon.rules udev rules to provide access to group gnupg - Added pre-install for subpackage to create group gnupg Fixes #8621 | |||||
* | testing/hylafaxplus: added missing dependency | Francesco Colista | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | community/prosody: Fixed bug in prosody.initd | Marian Buschsieweke | 2018-05-30 | 2 | -3/+3 | |
| | | | | | | prosody.initd calls luac, but prosody only depends an lua5.2 which provides luac5.2, but not luac. Calling luac5.2 instead luac allows the script to run correctly with only the dependencies of the package installed. | |||||
* | community/gogs: upgrade to 0.11.34 | ScrumpyJack | 2018-05-30 | 2 | -32/+6 | |
| | | | | Remove the need for glide, and upgrade to 0.11.34 | |||||
* | testing/py-cycler: modernize APKBUILD, add check() | Leonardo Arena | 2018-05-30 | 1 | -8/+12 | |
| | ||||||
* | testing/py-cycler: Build py2- and py3- versions as subpkgs | Marian Buschsieweke | 2018-05-30 | 1 | -5/+23 | |
| | ||||||
* | testing/py-qrcode: Added missing dependency py2-six | Marian Buschsieweke | 2018-05-30 | 1 | -7/+5 | |
| | ||||||
* | testing/postgis: upgrade to 2.4.4 | Bjoern Schilberg | 2018-05-30 | 2 | -40/+4 | |
| | | | | json-c-0.13.patch not needed anymore, see https://github.com/postgis/postgis/pull/173 | |||||
* | testing/gdal: upgrade to 2.3.0 | Bjoern Schilberg | 2018-05-30 | 1 | -4/+3 | |
| | ||||||
* | main/xf86-video-amdgpu: Upgrade to 18.0.1 | Taner Tas | 2018-05-30 | 1 | -3/+3 | |
| | ||||||
* | community/gwenhywfar: fix running the test suite with abuild rootbld | Sören Tempel | 2018-05-30 | 1 | -0/+1 | |
| | ||||||
* | community/gwenhywfar: fix tests | Sören Tempel | 2018-05-30 | 2 | -6/+16 | |
| | | | | devel.aqbanking.de is no longer up. Send requests to google.com instead. | |||||
* | main/busybox: upgrade to 1.28.4 | Natanael Copa | 2018-05-30 | 3 | -105/+3 | |
| | ||||||
* | main/busybox: properly fix wget https support | Natanael Copa | 2018-05-30 | 7 | -170/+307 | |
| | | | | | | | | | | | | | | | | | | | | | fix busybox wget https support by using an external ssl_client helper for https. Disable the use of external openssl. This was fixed to check certificates as a temporary solution. openssl can not produce any useful error messages on certificate errors. It is big. So we simply disable its use. For dynamic busybox we disable the internal ssl_client and the internal (broken) tls code, and build our own ssl_client which properly verifies the certificates. For the static busybox we enable the internal ssl_client and tls code, but we only allow its use with --no-check-certificates. This is so we still can fetch things from https in an emergency situation. We auto-install ssl_client if both libssl and busybox are installed. This is to keep backwards compatibility. | |||||
* | testing/jattach: new aport | jchipmunk | 2018-05-30 | 1 | -0/+24 | |
| | ||||||
* | testing/deroff: new aport | Sören Tempel | 2018-05-30 | 1 | -0/+42 | |
| | ||||||
* | testing/diction: add check | Sören Tempel | 2018-05-30 | 1 | -1/+6 | |
| | ||||||
* | testing/diction: new aport | Sören Tempel | 2018-05-30 | 1 | -0/+40 | |
| | ||||||
* | testing/tengine: disable for aarch64 | Leonardo Arena | 2018-05-30 | 1 | -3/+3 | |
| | | | | | ./configure: no supported file AIO was found Currently file AIO is supported on FreeBSD 4.3+ and Linux 2.6.22+ only | |||||
* | testing/proj4: upgrade to 5.0.1 | Bjoern Schilberg | 2018-05-30 | 1 | -4/+2 | |
| | ||||||
* | testing/libpurple-lurch: Update to version 0.6.7 | Marian Buschsieweke | 2018-05-30 | 1 | -7/+7 | |
| | ||||||
* | testing/seamonkey: Upgrade to 2.49.2 | Taner Tas | 2018-05-30 | 2 | -14/+26 | |
| | ||||||
* | main/xf86-video-ati: Upgrade to 18.0.1 | Taner Tas | 2018-05-30 | 1 | -3/+3 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | testing/aws-ena-driver-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.45-r0 | Natanael Copa | 2018-05-30 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.45 | Natanael Copa | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | community/neofetch: upgrade to 4.0.2 | Roberto Oliveira | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | community/mate-applets: upgrade to 1.20.2 | Roberto Oliveira | 2018-05-30 | 1 | -2/+2 | |
| | ||||||
* | community/py-pexpect: upgrade to 4.6 | Francesco Colista | 2018-05-30 | 1 | -2/+2 | |
| |