aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* community/qt5-qtdeclarative: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtconnectivity: upgrade to 5.12.0André Klitzing2018-12-281-2/+2
|
* community/qt5-qtbase: upgrade to 5.12.0André Klitzing2018-12-283-40/+4
|
* main/perl-universal-require: Update to 0.18Simon Frankenberger2018-12-281-18/+14
|
* main/perl-net-openssh: modernize and upgrade to 0.78J0WI2018-12-281-5/+5
|
* main/acpica: upgrade to 20181213Roberto Oliveira2018-12-281-2/+2
|
* main/acpica: upgrade to 20181003prspkt2018-12-281-2/+2
|
* main/doxygen: upgrade to 1.8.15Roberto Oliveira2018-12-281-3/+3
|
* main/alpine-ipxe: fix aarch64 buildTimo Teräs2018-12-282-1/+50
| | | | cherry-pick upstream PR fixing the issue
* community/upx: disable tests on s390xLeonardo Arena2018-12-281-1/+3
| | | | | checking -pie... >>> ERROR: upx: check failed
* community/minetest: install init scripts in main packageLeonardo Arena2018-12-281-5/+5
|
* community/virtualbox-guest-additions: upgrade to 6.0.0Natanael Copa2018-12-284-51/+46
|
* community/kbuild: upgrade to 0.1.9998.3149Natanael Copa2018-12-288-172/+59
|
* community/fzf: fix build break during packaging phaseMike Sullivan2018-12-281-2/+1
|
* community/py-sip: upgrade to 4.19.13alpine-mips-patches2018-12-281-2/+2
| | | | | | | | | | | | | | | | | | This version particularly fixes -Wformat warnings from 4.19.7: siplib.c: In function 'parsePass1': siplib.c:5369:58: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument %s overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~ siplib.c:5379:59: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=] PyErr_Format(PyExc_OverflowError, "argument '%s' overflowed: %s", ~^ %d failure.arg_nr, exc_str); ~~~~~~~~~~~~~~
* community/fzf: disable on armv7Milan P. Stanić2018-12-281-2/+2
| | | | it is already disabled on aarch64 and armhf
* community/zstd: upgrade to 1.3.8Oleg Titov2018-12-281-3/+3
|
* testing/gflags: upgrade to 2.2.2wener2018-12-281-2/+2
|
* community/minetest: remove openrc subpackageAndy Postnikov2018-12-271-1/+1
|
* community/xmlsec: upgrade to 1.2.27J0WI2018-12-272-32/+5
| | | | Resolves #9110
* testing/snes9x: upgrade to 1.58Taner Tas2018-12-271-8/+18
|
* testing/usbip-utils: upgrade to 4.18.13wener2018-12-271-2/+2
|
* community/cloudi: Upgrade to 1.7.5Michael Truog2018-12-273-36/+6
| | | | | | * s390x architecture is enabled after testing with RHEL 7.4 (LinuxONE-Medium VM) and adding test fixes to CloudI 1.7.5 * 0001-Fix-autoconf-Erlang-version-check.patch is no longer necessary
* community/mongodb-tools: add make perl dependencyAndy Postnikov2018-12-271-1/+1
|
* community/php7-phalcon: upgrade to 3.4.2Valery Kartel2018-12-271-2/+2
|
* main/confuse: security upgrade to 3.2.2Roberto Oliveira2018-12-271-2/+6
| | | | - CVE-2018-14447
* community/minetest: move to openssl, add openrc subpkgLeonardo Arena2018-12-271-3/+3
|
* community/gcc6: fix build on mips*alpine-mips-patches2018-12-272-0/+29
|
* main/cython: upgrade to 0.29.2Roberto Oliveira2018-12-271-2/+2
|
* main/libcap-ng: fix cross-compiling without python pre-installedalpine-mips-patches2018-12-271-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 x86Natanael Copa2018-12-271-3/+5
| | | | we need to disable stack protector
* community/ltb-project-ssp: upgrade to 1.3 and modernizeAndy Postnikov2018-12-273-40/+6
|
* main/tcl: upgrade to 8.6.9alpine-mips-patches2018-12-271-2/+2
|
* main/tk: upgrade to 8.6.9alpine-mips-patches2018-12-271-3/+3
|
* testing/wireguard-virt: upgrade to 0.0.20181218 and kernel 4.19.12Natanael Copa2018-12-271-3/+3
|
* testing/wireguard-vanilla: rebuild against kernel 4.19.12Natanael Copa2018-12-271-2/+2
|
* testing/ipt-netflow-vanilla: upgrade to 2.3 and kernel 4.19.12Natanael Copa2018-12-271-4/+4
|
* community/virtualbox-guest-modules-vanilla: 6.0.0 and kernel 4.19.12Natanael Copa2018-12-271-4/+5
|
* community/aws-ena-driver-vanilla: rebuild against kernel 4.19.12Natanael Copa2018-12-271-1/+1
|
* main/drbd9-vanilla: upgrade to 9.0.16-1 and kernel 4.19.12Natanael Copa2018-12-271-3/+3
|
* main/devicemaster-linux-vanilla: upgrade to 4.28 and kernel 4.19.12Natanael Copa2018-12-272-5/+49
|
* main/zfs-vanilla: upgrade to 0.7.12 and kernel 4.19.12Natanael Copa2018-12-271-4/+4
|
* main/dahdi-linux-vanilla: upgrade to 3.0.0 and kernel 4.19.12Natanael Copa2018-12-275-474/+4
|
* main/dahdi-linux: upgrade to 3.0.0Natanael Copa2018-12-271-2/+2
|
* main/zfs: update to 0.7.12Natanael Copa2018-12-271-2/+2
|
* main/spl-vanilla: update to 0.7.12 and kernel 4.19.12Natanael Copa2018-12-271-7/+3
|
* main/xtables-addons-vanilla: rebuild against 4.19.12 kernelNatanael Copa2018-12-271-1/+1
|
* main/linux-vanilla: upgrade to 4.19.12, modernizeNatanael Copa2018-12-279-6250/+7212
|
* main/cups: upgrade to 2.2.10Roberto Oliveira2018-12-271-2/+2
|
* community/upx: upgrade to 3.95alpine-mips-patches2018-12-271-11/+47
| | | | | | | | | | | | | | | UPX 3.94 seems completely broken even on x86_64 due to toolchain upgrade. - use cleaner method to force CXXFLAGS precedence over "-O2"; - add basic check() -- passes on x86_64 and mipseln8hf, may need tweak for other architectures; Just for the record: out-of-tree hard-float mips* is still broken for any application that uses FPU because UPX does not copy the attribute section to the compressed binary so the usual "FR=1 code in FR=0 context" problem arises. In-tree soft-float mips* should not be affected.