Build against OpenSSL/QuicTLS 3.0.3+quic

This commit is contained in:
Tristan
2022-06-09 12:59:28 +01:00
parent 185dc86439
commit 34c6fcf982
6 changed files with 39 additions and 26 deletions

View File

@@ -1,3 +1,9 @@
haproxy (2.6.0-a1efc04-1~mangadex+1) experimental; urgency=medium
* Upgrade to OpenSSL 3.0.3 (QuicTLS 3.0.3+quic)
-- MangaDex <opensource@mangadex.org> Tue, 11 Jun 2022 08:30:00 +0200
haproxy (2.6.0-100~mangadex+1) experimental; urgency=medium
* Initial release. Packaging version is set to N+100 to ensure it's higher priority

View File

@@ -6,8 +6,8 @@ DEP_DIST_ROOT_QUICTLS = $(shell realpath ../../deps/quictls/dist)
BUILD_VERSION_REPOSHA = $(shell git rev-parse --short HEAD)
MAKEARGS = DEBUG="-DDEBUG_STRICT -DDEBUG_MEMORY_POOLS" \
DEFINE="-DMAX_SESS_STKCTR=5" \
MAKEARGS = DEBUG="-DDEBUG_MEMORY_POOLS -DDEBUG_STRICT" \
DEFINE="-DMAX_SESS_STKCTR=5 -DOPENSSL_API_COMPAT=0x10100000L -DOPENSSL_NO_DEPRECATED" \
IGNOREGIT=true \
LDFLAGS="-Wl,-rpath,/opt/quictls/lib" \
TARGET="linux-glibc" \