loqs

Results 24 issues of loqs

git-crypt 1c905faeb595f5a64d460c923ec3401cd37b5acc fails to build with openssl 3.0.0 as OPENSSL_API_COMPAT is not defined since [1]. Same result with tag 0.6.0 546664f152ec0441dd46700eb06e63a0414ec877. This causes the 1.0 code to be used which...

**Issue** conky fails to build with glibc 2.34 or later due to [1] which stopped MINSIGSTKSZ being a constant so it can no longer be used to set the size...

### Problem: Check fails when s2n-tls 1.1.1 is built with openssl 3.0.0 with ``` cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF -S . -B build ``` UNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF is for https://github.com/aws/s2n-tls/issues/2989 and functions...

type/new_crypto

If dog fails to compile, or if there is a problem during the build process, then please include the following information in your report: - The exact dog commit you...

This is similar to #552 openssl 3 also has no FIPS_mode() it was replaced by EVP_default_properties_is_fips_enabled(). However openssl 3 made EVP_MD_CTX_FLAG_NON_FIPS_ALLOW a [NOOP](https://github.com/openssl/openssl/commit/47b4ccea9cb9b924d058fd5a8583f073b7a41656). coturn 4.5.2 openssl 3.0.1 ``` ./configure \...

There no longer appears to be an issue with werkzeug 2.1.0 as no test failures are produced using 2.2.3. Allowing up to the latest release (2.3.7) of werkzeug would be...

testing

Versions: firebird [v5.0.0-RC1](https://github.com/FirebirdSQL/firebird/releases/tag/v5.0.0-RC1) gcc 13.2.1 tomcrypt not installed To reproduce: ``` autoreconf -vfi ./configure --without-tomcrypt --enable-client-only make .... g++ -I/var/cache/github/firebird/src/include/gen -I/var/cache/github/firebird/src/include -I/var/cache/github/firebird/extern/boost -I/var/cache/github/firebird/extern/libcds -DCDS_BUILD_STATIC_LIB -I/var/cache/github/firebird/extern/re2 -ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -DAMD64 -pipe...

Versions: firebird 5.0.0.1306 gcc 13.2.1 This means the resulting static library will be built without for example distribution hardening. This results in all the firebird binaries that link to that...

## Expected behavior FFLAGS will be used for all parts of the build. ## Actual behavior FFLAGS are used for everything except libparpack. ## Where/how to reproduce the problem -...