orbea
orbea
When linking internal dependencies that were linekd using `$(LIBTOOL)` the ideal method is to use the generated libtool archive (`.la`) file. This fixes the build with slibtool which doesn't find...
As I am sure is well known modern Postfix releases are broken with LibreSSL, OpenBSD outright uses OpenSSL. https://github.com/openbsd/ports/blob/dce94975560b18e52943920a42ff29ca6a191611/mail/postfix/stable/Makefile#L7 And the Postfix 3.5 releases are the oldest that work with...
When building keepalived-2.2.7 it fails because `SSL_set0_wbio()` is not implemented. Are there any plans for this function? ``` check_ssl.c: In function 'ssl_connect': check_ssl.c:240:17: error: implicit declaration of function 'SSL_set0_wbio'; did...
With LibreSSL the command `openssl genrsa` doesn't support the `-rand` command-line argument as does OpenSSL, but Gentoo inside the eclasses has this function. ``` # @FUNCTION: gen_key # @INTERNAL #...
When building pypy3 `7.3.11` on Gentoo the build fails because of several missing defines in LibreSSL. ``` x86_64-gentoo-linux-musl-gcc -O2 -pipe -Werror=implicit-function-declaration -Werror=implicit-int -fPIC -I/var/tmp/portage/dev-python/pypy3-7.3.11_p1/work/pypy3.9-v7.3.11-src/include/pypy3.9 -c _pypy_openssl.c -o ./_pypy_openssl.o _pypy_openssl.c: In...
Both hostapd and wpa_supplicant which use the same code base fail because `SSL_set1_sigalgs_list()` (And `SSL_set_cert_cb()`, see: https://github.com/libressl/portable/issues/534) is missing. ``` ../src/crypto/tls_openssl.c: In function 'tls_set_conn_flags': ../src/crypto/tls_openssl.c:3265:21: error: implicit declaration of function...
OS: `Gentoo` libressl: `3.5.2` freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/5517ed19ca059735b07049542a9ea96ded9f3201 The build fails with libressl and it seems there have been multiple changes upstream since the version currently in OpenBSD. ``` src/lib/tls/base.c: In function...
### What happens? In many (Most?) games I experience often frequent minor audio popping and clicking sounds. This is highly distracting and makes it harder to enjoy games. I have...
There have been quite a few trivial fixes which have added up over time and it would be nice to have these in distros, is it possible to tag a...
When building with --disable-sdl and using slibtool it fails with many undefined references for x11 and xxf86vm symbols. This is because the build doesn't link with either and uses -no-undefined....