aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* community/openjdk7: fix hotspot build with gcc8Timo Teräs2018-12-201-3/+3
| | | | | | | There is at least one (possibly more) places where signed overflow needs to work or things break. It is formally UB, but fortunately there is compiler flag to not break things when possible. Fixes build on x86_64.
* community/chromium: upgrade to 71.0.3578.98Natanael Copa2018-12-1917-485/+255
|
* community/libpsl: needs python to buildLeonardo Arena2018-12-191-2/+2
|
* community/qt5-qtscript: fix build on mips* (sgidefs.h)alpine-mips-patches2018-12-192-4/+18
|
* community/libreswan: do not use local copy of CERT_CompareAVAalpine-mips-patches2018-12-192-2/+3
| | | | | | | | | | | | | | | | | | | | As lib/libswan/nss_copies.c says: /* * The NSS function CERT_CompareAVA() appears in the NSS header files, * but the library does not actually export the function. This is a copy * of that function until upstream NSS is fixed and the fix available in * the common Linux distributions. This workaround is enabled using * NSS_REQ_AVA_COPY=true * * See also: * https://bugzilla.mozilla.org/show_bug.cgi?id=1336487 * https://bugzilla.mozilla.org/show_bug.cgi?id=294538 */ So disable the work-around on Alpine since main/nss is new enough. This is also a build fix for mips* as nss_copies.c expects that libc provides <sgidefs.h> in the standard location.
* community/nodejs-current: pass -latomic depending on host_archalpine-mips-patches2018-12-192-3/+3
| | | | Check host_arch not target_arch to decide whether -latomic is necessary.
* community/openzwave: needs xmllint to buildLeonardo Arena2018-12-191-3/+4
| | | | | | | | | | | | | | | | | | | | | | Disable check() due to errors below: Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 118. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 118, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 130. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 130, near "%warnings) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 142. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 142, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 151. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 151, near "%errors) " Experimental each on scalar is now forbidden at cpp/build/testconfig.pl line 169. Type of arg 1 to each must be hash or array (not single ref constructor) at cpp/build/testconfig.pl line 169, near "%warnings) " cpp/build/testconfig.pl has too many errors. make: [Makefile:47: xmltest] Error 255 (ignored)
* community/openzwave: build fix for ppc64leLeonardo Arena2018-12-192-10/+41
| | | | Update license, modernize APKBUILD
* community/libspectre: update testsCarlo Landmeter2018-12-191-13/+11
|
* community/go: fix target float ABI on mips*alpine-mips-patches2018-12-191-4/+4
|
* community/nextcloud-client: disable on s390x due to qt5-webengineCarlo Landmeter2018-12-191-1/+1
|
* community/xfce4-taskmanager: upgrade to 1.2.2Natanael Copa2018-12-181-2/+2
|
* community/mate-panel: upgrade to 1.21.3Paul Bredbury2018-12-181-4/+6
| | | | including patch required for compilation.
* community/marco: upgrade to 1.21.1Paul Bredbury2018-12-181-5/+5
| | | | | | | Add xpresent, for low-latency vertical sync. Add startup-notification, to prevent temporary black screen on xorg start. Prevent ambiguity of whether default CFLAGS are included, e.g. -Os.
* community/crystal upgrade to 0.27.0, remove libresslMilan P. Stanić2018-12-188-184/+55
| | | | | | | upgrade to 0.27.0 version build with openssl instead of libressl remove paxmark build dependence fix test specs according to advice from upstream
* community/go: upgrade to 1.11.4Natanael Copa2018-12-181-3/+3
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.89-r0Natanael Copa2018-12-181-1/+1
|
* community/aws-ena-driver-vanilla: rebuild against kernel 4.14.89-r0Natanael Copa2018-12-181-1/+1
|
* community/java-gcj-compat: bump gcc 6.4.0 pkgrel to 8Roberto Oliveira2018-12-181-1/+1
| | | | gcc 6.4.0 is a required dependency and current pkgrel is version 8
* community/xxhash: disable tests on armhfLeonardo Arena2018-12-181-2/+5
| | | | make: *** [Makefile:129: check] Bus error
* community/zstd: fix ~15% speed degradation on x86*alpine-mips-patches2018-12-182-6/+24
| | | | | | | | | | | | | | | | | | This is the same memcpy()-in-hot-path xxHash problem as described in community/xxhash commit message. The bug makes "zstd -1" or "zstd -t" ~15% slower on x86_64 though higher levels (>= 9) are almost unaffected. Other aport changes: - make sure zlib/lzma/lz4 support is not compiled in automatically (status quo, just make it explicit); - re-enable armv7 since it is certainly well-supported by upstream, was disabled by some script in the first place and should not be affected by "Bus error" (i.e. some alignment problem) mentioned in commit 2bae66907... - use faster and shorter "make check" (unlike extensive "make test") on arm* builders.
* community/xxhash: fix 20x speed degradation on x86*, upgrade to 0.6.5alpine-mips-patches2018-12-182-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yes, it is 20 times slower on x86* than it should be because xxhash.c always uses "safe" memcpy()-based methods for unaligned memory access (XXH_readXX) irregardless of input alignment due to x86-default XXH_FORCE_ALIGN_CHECK=0. This ends up with real memcpy() calls in hot path (with -O2 too). The bug affects Alpine x86* (not just edge, but at least 3.8 too -- i.e. this is not something introduced in 0.6.5) for aligned and unaligned inputs. Other architectures are severely affected for unaligned inputs only. The fix lifts the XXH_FORCE_MEMORY_ACCESS=1 condition to enable XXH_readXX methods based on __attribute__((__packed__)) usage everywhere except ARMv6 (which is covered by its own case earlier). This is safe and fast because the compiler will either: - use direct storage access instructions on capable architectures such as aarch64, armv7, ppc64le, s390x, x86* irregardless of input alignment; - or use relatively fast LWL/LWR instructions on mips* with unaligned input; - or use byte load/stores and shifts/ors on armel with unaligned input which is still faster then memcpy() call. All aports that use xxhash.c are likely affected. For example, community/zstd suffers too though not so grave (~15% difference for "zstd -t" on big archive) and main/lz4 is twice slower on basic compression levels. Other aport changes: - modernize; - enable check(); it is short and fast so suitable for slow builders too. The python part is left intact though newer version exists.
* community/nbd: upgrade to 3.18Natanael Copa2018-12-171-3/+3
|