aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* community/ltb-project-ssp: upgrade to 1.3 and modernizeAndy Postnikov2018-12-273-40/+6
|
* 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
|
* 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.
* community/qt5-qtdeclarative: disable JIT on mips*alpine-mips-patches2018-12-272-3/+28
| | | | MIPS JIT code is broken in upstream, does not even compile.
* community/cpio: add minor security fixes, fix testsalpine-mips-patches2018-12-275-5/+466
| | | | | | | | | | | | - add fixes for CVE-2016-2037, integer overflow and inconsistent argument passing to printf-like functions, all from upstream. - add autoconf to checkdepends as autom4te is required to create built-in tests from templates; - remove bash from checkdepends (as it is useless without passing CONFIG_SHELL=/bin/bash to ./configure anyway) and replace the bash-style sequence expression at tests/symlink-long.at:30 to resolve test failure; - disable NLS and make explicit other default ./configure options.
* community/mongodb-tools: upgrade to 4.0.5Marc Vertes2018-12-271-4/+10
|
* community/mongodb: upgrade to 4.0.5Marc Vertes2018-12-271-2/+2
|
* community/java-gcj-compat: rebuild with gcc6-6.4.0-r9Timo Teräs2018-12-271-1/+1
|
* community/gcc6: fix gcc-java on armv7 and class cache pathTimo Teräs2018-12-272-5/+32
| | | | | - fix unwinding to work with arm thumb code - fix packaging to keep class cache in right path
* community/libteam: upgrade to 1.28Francesco Colista2018-12-261-2/+2
|
* community/libsass: upgrade to 3.5.5Francesco Colista2018-12-261-2/+2
|
* community/icingaweb2: upgrade to 2.6.2Francesco Colista2018-12-261-2/+2
|
* community/httpie: upgrade to 1.0.2Francesco Colista2018-12-261-3/+3
|
* community/gsoap: upgrade to 2.8.74Francesco Colista2018-12-261-3/+3
|
* community/gmime: upgrade to 3.2.3Francesco Colista2018-12-261-2/+2
|
* community/fwup: upgrade to 1.2.7Francesco Colista2018-12-261-2/+2
|
* community/dnsrecon: upgrade to 0.8.14Francesco Colista2018-12-261-2/+2
|
* community/caja-extensions: upgrade to 1.20.2Francesco Colista2018-12-261-2/+2
|
* community/asio: upgrade to 1.12.2Francesco Colista2018-12-261-10/+3
|
* community/abcde: upgrade to 2.9.2Francesco Colista2018-12-261-10/+5
|
* community/ttyd: bump pkgrel due to ABI change of libwebsocketsFrancesco Colista2018-12-261-1/+1
|
* community/aqbanking: update $sourceSören Tempel2018-12-261-3/+2
| | | | No pkgrel bump since the resulting binaries should be identical.
* community/z3: upgrade to 4.8.4Sören Tempel2018-12-263-31/+4
| | | | | | | | | | Both patches should no longer be needed: immintrin-i386-only.patch: has been applied upstream [0]. fix-ppc64le-ptr-size.patch: checks for __LP64__ now [1] which covers our cases. [0]: https://github.com/Z3Prover/z3/commit/a3ece29628501b405cb065f535ab0a003672fec0 [1]: https://github.com/Z3Prover/z3/commit/51a947b73d9d597029c30c62fe8d59d013a48f3c
* community/offlineimap: upgrade to 7.2.2Sören Tempel2018-12-261-2/+2
|
* community/outils: upgrade to 0.8Sören Tempel2018-12-261-2/+2
|
* community/zabbix: upgrade to 4.0.3Leonardo Arena2018-12-261-2/+2
|
* community/fwsnort: disable check()Leonardo Arena2018-12-261-1/+2
| | | | | ./test-fwsnort.pl: You must be root (or equivalent UID 0 account) to effectively test fwsnort at ./test-fwsnort.pl line 822. >>> ERROR: fwsnort: check failed
* community/libshairport: use opensslLeonardo Arena2018-12-261-17/+15
| | | | Modernize APKBUILD, update license, add check()
* community/suricata: use GNU wgetLeonardo Arena2018-12-261-2/+2
| | | | | | | | | | /usr/bin/wget -qO - https://rules.emergingthreats.net/open/suricata-4.0/emerging.rules.tar.gz | tar -x -z -C /home/buildozer/aports/community/suricata/pkg/suricata/etc/suricata/ -f - ssl_client: rules.emergingthreats.net: TLS connect failed wget: error getting response: Connection reset by peer gzip: invalid magic tar: Child returned status 1 tar: Error is not recoverable: exiting now make[1]: *** [Makefile:931: install-rules] Error 2
* testing/acme-client-plus: moved from communityLeonardo Arena2018-12-261-20/+0
| | | | | | acme-client is no longer maintained upstream See commit d4722b55db6f74526a7dd2b832e0c86d73f2f0fd
* community/lxcfs: upgrade to 3.0.3Roberto Oliveira2018-12-261-3/+3
|
* community/clamsmtp: does not build for s390xLeonardo Arena2018-12-261-2/+8
| | | | Add check()
* community/acf-clamsmtp: clamsmtp not avail on s390xLeonardo Arena2018-12-261-5/+3
|
* community/libreoffice: upgrade to 6.1.4.2J0WI2018-12-261-7/+7
| | | | Move to openssl, update url
* community/libhtp: upgrade to 0.5.29Roberto Oliveira2018-12-251-2/+2
|
* testing/acme-client: no longer maintained upstreamLeonardo Arena2018-12-253-61/+0
| | | | | | From project home page: "Attention acme-client-portable is no longer maintained."
* community/geany-plugins: upgrade to 1.34Roberto Oliveira2018-12-251-2/+4
| | | | Add "Vimode" plugin introduced in this version
* community/geany: upgrade to 1.34Roberto Oliveira2018-12-251-2/+2
|
* community/glances: upgrade to 3.0.2Roberto Oliveira2018-12-251-2/+2
|
* community/quassel: modernize and use qt5Natanael Copa2018-12-241-14/+11
|
* community/quassel: upgrade to 0.13.0Julen Landa Alustiza2018-12-241-2/+3
|
* community/lua-copas: bump pkgrelNatanael Copa2018-12-241-1/+1
| | | | previous commit also set tls 1.2 as the default so bump pkgrel
* community/lua-copas: fix testsNatanael Copa2018-12-244-17/+3243
| | | | add fixes from upstream for tests
* community/chromium: add -fno-delete-null-pointer-checksNatanael Copa2018-12-241-4/+7
| | | | needed for gcc