| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
/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
|
|
|
|
|
|
| |
acme-client is no longer maintained upstream
See commit d4722b55db6f74526a7dd2b832e0c86d73f2f0fd
|
| |
|
|
|
|
| |
Add check()
|
| |
|
|
|
|
| |
Move to openssl, update url
|
| |
|
|
|
|
|
|
| |
From project home page:
"Attention acme-client-portable is no longer maintained."
|
|
|
|
| |
Add "Vimode" plugin introduced in this version
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
previous commit also set tls 1.2 as the default so bump pkgrel
|
|
|
|
| |
add fixes from upstream for tests
|
|
|
|
| |
needed for gcc
|
|
|
|
| |
ClamSMTP in now in community
|
|
|
|
|
|
| |
Original source appears dead
Modernize APKBUILD
|
|
|
|
| |
Home page unreachable since some time, no updates from upstream in some years.
|
|
|
|
| |
Needed by smokeping
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Check host_arch not target_arch to decide whether -latomic is necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|