-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* gardenlinux 1443 uses openssl 3.1, but debian introduces dependency to openssl 3.2 with latest 8.12 patch * with-openssl-quic introduced in 3.2, see: https://github.com/openssl/openssl/blob/master/README-QUIC.md#using-openssl-with-quic
- Loading branch information
1 parent
c73b36e
commit 94d859e
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
debian_fixes/disable-quic-for-backport-using-openssl-3.1.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --color -Naur a/debian/rules b/debian/rules | ||
--- a/debian/rules 2025-02-17 11:59:14 | ||
+++ b/debian/rules 2025-02-17 12:01:19 | ||
@@ -55,8 +55,8 @@ | ||
autoreconf -fi && \ | ||
cp ../../ltmain.sh . && \ | ||
dh_auto_configure ${CONFIGURE_ARGS} --with-openssl \ | ||
- --with-openssl-quic \ | ||
- --with-nghttp3 | ||
+ --without-ngtcp2 \ | ||
+ --without-nghttp3 | ||
endif | ||
ifeq ($(filter pkg.curl.no-gnutls,$(DEB_BUILD_PROFILES)),) | ||
mkdir -p debian/build-gnutls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
disable-quic-for-backport-using-openssl-3.1.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters