Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/cloudi: Upgrade to 1.7.5 | Michael Truog | 2018-12-27 | 3 | -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 dependency | Andy Postnikov | 2018-12-27 | 1 | -1/+1 | |
| | ||||||
* | community/php7-phalcon: upgrade to 3.4.2 | Valery Kartel | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | community/minetest: move to openssl, add openrc subpkg | Leonardo Arena | 2018-12-27 | 1 | -3/+3 | |
| | ||||||
* | community/gcc6: fix build on mips* | alpine-mips-patches | 2018-12-27 | 2 | -0/+29 | |
| | ||||||
* | community/ltb-project-ssp: upgrade to 1.3 and modernize | Andy Postnikov | 2018-12-27 | 3 | -40/+6 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: 6.0.0 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -4/+5 | |
| | ||||||
* | community/aws-ena-driver-vanilla: rebuild against kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -1/+1 | |
| | ||||||
* | community/upx: upgrade to 3.95 | alpine-mips-patches | 2018-12-27 | 1 | -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-patches | 2018-12-27 | 2 | -3/+28 | |
| | | | | MIPS JIT code is broken in upstream, does not even compile. | |||||
* | community/cpio: add minor security fixes, fix tests | alpine-mips-patches | 2018-12-27 | 5 | -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.5 | Marc Vertes | 2018-12-27 | 1 | -4/+10 | |
| | ||||||
* | community/mongodb: upgrade to 4.0.5 | Marc Vertes | 2018-12-27 | 1 | -2/+2 | |
| | ||||||
* | community/java-gcj-compat: rebuild with gcc6-6.4.0-r9 | Timo Teräs | 2018-12-27 | 1 | -1/+1 | |
| | ||||||
* | community/gcc6: fix gcc-java on armv7 and class cache path | Timo Teräs | 2018-12-27 | 2 | -5/+32 | |
| | | | | | - fix unwinding to work with arm thumb code - fix packaging to keep class cache in right path | |||||
* | community/libteam: upgrade to 1.28 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/libsass: upgrade to 3.5.5 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/icingaweb2: upgrade to 2.6.2 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/httpie: upgrade to 1.0.2 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | community/gsoap: upgrade to 2.8.74 | Francesco Colista | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | community/gmime: upgrade to 3.2.3 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/fwup: upgrade to 1.2.7 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/dnsrecon: upgrade to 0.8.14 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/caja-extensions: upgrade to 1.20.2 | Francesco Colista | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/asio: upgrade to 1.12.2 | Francesco Colista | 2018-12-26 | 1 | -10/+3 | |
| | ||||||
* | community/abcde: upgrade to 2.9.2 | Francesco Colista | 2018-12-26 | 1 | -10/+5 | |
| | ||||||
* | community/ttyd: bump pkgrel due to ABI change of libwebsockets | Francesco Colista | 2018-12-26 | 1 | -1/+1 | |
| | ||||||
* | community/aqbanking: update $source | Sören Tempel | 2018-12-26 | 1 | -3/+2 | |
| | | | | No pkgrel bump since the resulting binaries should be identical. | |||||
* | community/z3: upgrade to 4.8.4 | Sören Tempel | 2018-12-26 | 3 | -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.2 | Sören Tempel | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/outils: upgrade to 0.8 | Sören Tempel | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/zabbix: upgrade to 4.0.3 | Leonardo Arena | 2018-12-26 | 1 | -2/+2 | |
| | ||||||
* | community/fwsnort: disable check() | Leonardo Arena | 2018-12-26 | 1 | -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 openssl | Leonardo Arena | 2018-12-26 | 1 | -17/+15 | |
| | | | | Modernize APKBUILD, update license, add check() | |||||
* | community/suricata: use GNU wget | Leonardo Arena | 2018-12-26 | 1 | -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 community | Leonardo Arena | 2018-12-26 | 1 | -20/+0 | |
| | | | | | | acme-client is no longer maintained upstream See commit d4722b55db6f74526a7dd2b832e0c86d73f2f0fd | |||||
* | community/lxcfs: upgrade to 3.0.3 | Roberto Oliveira | 2018-12-26 | 1 | -3/+3 | |
| | ||||||
* | community/clamsmtp: does not build for s390x | Leonardo Arena | 2018-12-26 | 1 | -2/+8 | |
| | | | | Add check() | |||||
* | community/acf-clamsmtp: clamsmtp not avail on s390x | Leonardo Arena | 2018-12-26 | 1 | -5/+3 | |
| | ||||||
* | community/libreoffice: upgrade to 6.1.4.2 | J0WI | 2018-12-26 | 1 | -7/+7 | |
| | | | | Move to openssl, update url | |||||
* | community/libhtp: upgrade to 0.5.29 | Roberto Oliveira | 2018-12-25 | 1 | -2/+2 | |
| | ||||||
* | testing/acme-client: no longer maintained upstream | Leonardo Arena | 2018-12-25 | 3 | -61/+0 | |
| | | | | | | From project home page: "Attention acme-client-portable is no longer maintained." | |||||
* | community/geany-plugins: upgrade to 1.34 | Roberto Oliveira | 2018-12-25 | 1 | -2/+4 | |
| | | | | Add "Vimode" plugin introduced in this version | |||||
* | community/geany: upgrade to 1.34 | Roberto Oliveira | 2018-12-25 | 1 | -2/+2 | |
| | ||||||
* | community/glances: upgrade to 3.0.2 | Roberto Oliveira | 2018-12-25 | 1 | -2/+2 | |
| | ||||||
* | community/quassel: modernize and use qt5 | Natanael Copa | 2018-12-24 | 1 | -14/+11 | |
| | ||||||
* | community/quassel: upgrade to 0.13.0 | Julen Landa Alustiza | 2018-12-24 | 1 | -2/+3 | |
| | ||||||
* | community/lua-copas: bump pkgrel | Natanael Copa | 2018-12-24 | 1 | -1/+1 | |
| | | | | previous commit also set tls 1.2 as the default so bump pkgrel | |||||
* | community/lua-copas: fix tests | Natanael Copa | 2018-12-24 | 4 | -17/+3243 | |
| | | | | add fixes from upstream for tests | |||||
* | community/chromium: add -fno-delete-null-pointer-checks | Natanael Copa | 2018-12-24 | 1 | -4/+7 | |
| | | | | needed for gcc |