Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/glm: upgrade to 0.9.9.2 | Pedro Filipe | 2018-12-28 | 1 | -6/+7 | |
| | ||||||
* | main/redis: upgrade to 4.0.12 | J0WI | 2018-12-28 | 1 | -2/+2 | |
| | ||||||
* | main/perl-file-slurp: Update to 9999.25 | Simon Frankenberger | 2018-12-28 | 1 | -9/+14 | |
| | ||||||
* | main/perl-universal-require: Update to 0.18 | Simon Frankenberger | 2018-12-28 | 1 | -18/+14 | |
| | ||||||
* | main/perl-net-openssh: modernize and upgrade to 0.78 | J0WI | 2018-12-28 | 1 | -5/+5 | |
| | ||||||
* | main/acpica: upgrade to 20181213 | Roberto Oliveira | 2018-12-28 | 1 | -2/+2 | |
| | ||||||
* | main/acpica: upgrade to 20181003 | prspkt | 2018-12-28 | 1 | -2/+2 | |
| | ||||||
* | main/doxygen: upgrade to 1.8.15 | Roberto Oliveira | 2018-12-28 | 1 | -3/+3 | |
| | ||||||
* | main/alpine-ipxe: fix aarch64 build | Timo Teräs | 2018-12-28 | 2 | -1/+50 | |
| | | | | cherry-pick upstream PR fixing the issue | |||||
* | main/confuse: security upgrade to 3.2.2 | Roberto Oliveira | 2018-12-27 | 1 | -2/+6 | |
| | | | | - CVE-2018-14447 | |||||
* | main/cython: upgrade to 0.29.2 | Roberto Oliveira | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/libcap-ng: fix cross-compiling without python pre-installed | alpine-mips-patches | 2018-12-27 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This aport have no intention to package python bindings so: - tell ./configure explicitly there is no 'swig'; - tell ./configure explicitly neither python nor python3 is needed (this effectively avoids fatal AM_PATH_PYTHON invocation); - replace makedepends= with empty makedepends_build= for symmetry with makedepends_host=. Rationale follows. If neither python nor python3 is pre-installed in the build system, cross-compilation fails: checking for swig... no configure: WARNING: "Swig not found - python bindings will not be made" checking whether to create python bindings... testing checking for python... no checking for python2... no checking for python3... no checking for python3.5... no checking for python3.4... no checking for python3.3... no checking for python3.2... no checking for python3.1... no checking for python3.0... no checking for python2.7... no checking for python2.6... no checking for python2.5... no checking for python2.4... no checking for python2.3... no checking for python2.2... no checking for python2.1... no checking for python2.0... no configure: error: no suitable Python interpreter found >>> ERROR: libcap-ng: build failed This error is printed by AM_PATH_PYTHON at ./configure.ac:125 which assumes lack of python is fatal when invoked without the third arg. Also note the swig warning. After replacing 'makedepends="python3 $depends_dev"' at APKBUILD:10 with 'makedepends_build="python3"', cross-configure succeeds saying python is of no use anyway: checking whether to create python bindings... testing checking for python... no checking for python2... no checking for python3... /usr/bin/python3 checking for python version... 3.6 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.6/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.6/site-packages configure: WARNING: "Python headers not found - python bindings will not be made" checking whether to create python3 bindings... investigating checking for python3-config... no sh: yes: unknown operand Python3 bindings will NOT be built | |||||
* | main/libunwind: enable for x86 | Natanael Copa | 2018-12-27 | 1 | -3/+5 | |
| | | | | we need to disable stack protector | |||||
* | main/tcl: upgrade to 8.6.9 | alpine-mips-patches | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/tk: upgrade to 8.6.9 | alpine-mips-patches | 2018-12-27 | 1 | -3/+3 | |
| | ||||||
* | main/drbd9-vanilla: upgrade to 9.0.16-1 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -3/+3 | |
| | ||||||
* | main/devicemaster-linux-vanilla: upgrade to 4.28 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 2 | -5/+49 | |
| | ||||||
* | main/zfs-vanilla: upgrade to 0.7.12 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -4/+4 | |
| | ||||||
* | main/dahdi-linux-vanilla: upgrade to 3.0.0 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 5 | -474/+4 | |
| | ||||||
* | main/dahdi-linux: upgrade to 3.0.0 | Natanael Copa | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/zfs: update to 0.7.12 | Natanael Copa | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/spl-vanilla: update to 0.7.12 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -7/+3 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against 4.19.12 kernel | Natanael Copa | 2018-12-27 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.19.12, modernize | Natanael Copa | 2018-12-27 | 9 | -6250/+7212 | |
| | ||||||
* | main/cups: upgrade to 2.2.10 | Roberto Oliveira | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | main/libpcap: build fix | Natanael Copa | 2018-12-27 | 2 | -3/+17 | |
| | | | | include limits.h for PATH_MAX. Fixes build on ppc64le | |||||
* | main/xrdp: upgrade to 0.9.9, added -openrc subpkg | Francesco Colista | 2018-12-26 | 1 | -5/+4 | |
| | ||||||
* | main/vala: upgrade to 0.42.4 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/tumbler: upgrade to 0.2.3 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/tslib: upgrade to 1.18 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/oniguruma: upgrade to 6.9.1 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/nghttp2: upgrade to 1.35.1 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/mtools: upgrade to 4.0.23 | Francesco Colista | 2018-12-26 | 1 | -9/+3 | |
| | ||||||
* | main/mrtg: upgrade to 2.17.7 | Francesco Colista | 2018-12-26 | 1 | -9/+3 | |
| | ||||||
* | main/monit: upgrade to 5.25.2, added -openrc subpackage | Francesco Colista | 2018-12-26 | 1 | -4/+4 | |
| | ||||||
* | main/mdadm: upgrade to 4.1 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/logrotate: upgrade to 3.15.0, added -openrc subpkg | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/logcheck: upgrade to 1.3.19 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/libxkbcommon: upgrade to 0.8.2 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/mosquitto: bump pkgrel due to ABI change of libwebsockets | Francesco Colista | 2018-12-26 | 1 | -1/+1 | |
| | ||||||
* | main/libwebsockets: upgrade to 3.1.0 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/libwebp: upgrade to 1.0.1 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/chrony: update PIDFILE location | Sören Tempel | 2018-12-26 | 2 | -4/+4 | |
| | | | | | | | | | | | The default pidfile location changed with chrony 3.4 [0] but wasn't changed in the OpenRC service. Therefore OpenRC was no longer able to detect the status of the chronyd service. Fixes #9674 Fixes #9645 [0]: https://git.tuxfamily.org/chrony/chrony.git/commit/?h=3.4&id=e50dc739d88feca6e0da034406034f3d3cf60ca4 | |||||
* | main/libedit: upgrade to 20181209.3.1 | Sören Tempel | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/libpciaccess: upgrade to 0.14 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/libpcap: upgrade to 1.9.0 | Francesco Colista | 2018-12-26 | 1 | -7/+4 | |
| | ||||||
* | main/libgpg-error: upgrade to 1.33 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | main/libgit2: upgrade to 0.27.7 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | main/libgcrypt: upgrade to 1.8.4 | Francesco Colista | 2018-12-26 | 1 | -5/+3 | |
| | ||||||
* | main/libevdev: upgrade to 1.6.0 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| |