aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* community/acf-clamsmtp: moved from mainLeonardo Arena2018-12-241-0/+25
| | | | ClamSMTP in now in community
* community/clamsmtp: update source, license and add openrc subpkgLeonardo Arena2018-12-241-22/+13
| | | | | | Original source appears dead Modernize APKBUILD
* community/clamsmtp: move to communityLeonardo Arena2018-12-246-0/+128
| | | | Home page unreachable since some time, no updates from upstream in some years.
* main/perl-data-hexdump: moved from communityLeonardo Arena2018-12-241-44/+0
| | | | Needed by smokeping
* community/mate-control-center: upgrade to 1.21.2Paul Bredbury2018-12-241-2/+2
|
* community/mate-settings-daemon: upgrade to 1.21.2Paul Bredbury2018-12-241-2/+2
|
* community/mate-desktop: upgrade to 1.21.2Paul Bredbury2018-12-241-2/+2
|
* community/sniproxy: upgrade to 0.6.0Leonardo Arena2018-12-241-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modernize APKBUILD, update license, disable tests, add openrc subpkg Several tests fail under abuild: PASS: address_test PASS: buffer_test PASS: cfg_tokenizer_test PASS: table_test PASS: http_test PASS: tls_test PASS: binder_test FAIL: connection_reset_test PASS: bad_request_test FAIL: fallback_test FAIL: functional_test FAIL: bind_source_test FAIL: fd_limit_test FAIL: ipv6_v6only_test FAIL: proxy_header_test SKIP: transparent_proxy_test PASS: config_test FAIL: reuseport_test FAIL: reload_test FAIL: slow_client_test PASS: resolv_test PASS: bad_dns_request_test Running "make check" manually there's only one fail: PASS: address_test PASS: buffer_test PASS: cfg_tokenizer_test PASS: table_test PASS: http_test PASS: tls_test PASS: binder_test PASS: functional_test PASS: bad_request_test PASS: bind_source_test PASS: connection_reset_test PASS: fallback_test PASS: fd_limit_test PASS: ipv6_v6only_test FAIL: proxy_header_test PASS: reload_test PASS: reuseport_test PASS: slow_client_test SKIP: transparent_proxy_test PASS: config_test PASS: resolv_test PASS: bad_dns_request_test
* community/php7-pecl-msgpack: moved from testing/php7-msgpackAndy Postnikov2018-12-222-0/+115
|
* community/php7-pecl-lzf: moved from testingAndy Postnikov2018-12-221-0/+38
|
* community/gitea: security upgrade to 1.6.2Bwko2018-12-221-2/+2
|
* community/babl: upgrade to 0.1.60Roberto Oliveira2018-12-211-2/+2
|
* community/vlc: rebuild against libliveMedia.so.65Natanael Copa2018-12-211-1/+1
|
* community/live-media: fix broken download source linkMike Sullivan2018-12-211-2/+2
|
* community/tomcat-native: fix source download location and versionMike Sullivan2018-12-211-2/+2
|
* community/pgbadger: fix source download locationMike Sullivan2018-12-211-2/+2
|
* community/java-jna: fix build break by disabling Werror flagMike Sullivan2018-12-212-1/+14
|
* community/imagemagick6: fix broken download linkMike Sullivan2018-12-211-2/+2
|
* community/py3-openzwave: disable Werror to fix snprintf build errorMike Sullivan2018-12-212-3/+16
|
* community/php7-pecl-apcu: upgrade to 5.1.16Andy Postnikov2018-12-211-2/+2
|
* community/py-zope-component: upgrade to 4.5Fabian Affolter2018-12-211-2/+2
|
* community/libgdata: add missing checkdependsRoberto Oliveira2018-12-201-1/+2
|
* community/arch-install-scripts: upgrade to 20 and modernize abuildAndré Klitzing2018-12-201-8/+6
|
* community/certbot: upgrade to 0.29.1Andy Postnikov2018-12-201-2/+2
|
* community/sbc: Fix crash in arm assembly codeRobert Yang2018-12-202-3/+370
| | | | | | | | | | | | | sbc is crashing due to GCC 5+ generating incorrect code. A patch [1] to fix this was submitted to upstream sbc but there hasn't been any follow up [2]. This patch has been tested with gcc 8.2.0-r1. Before applying this patch bluetooth a2dp audio on an arm device does not work. pulseaudio will crash in sbc_analyze_eight_armv6. After applying this patch bluetooth a2dp audio works. [1] https://marc.info/?l=linux-bluetooth&m=152535913710490&w=2 [2] https://marc.info/?l=linux-bluetooth&m=154464978110178&w=2
* community/libraw: upgrade to 0.19.1Roberto Oliveira2018-12-201-2/+2
|
* community/cfengine: fix needed symlinksNatanael Copa2018-12-202-3/+16
| | | | | | | | | The tools seems to require binaries to be available from /var/lib/cfengine/bin. https://tracker.mender.io/browse/CFE-2936 we also add a post-install that creates the keys.