Importing the new upstream version 4.5.0 will need the enclosed changes.
Upstream commit dfee8d03468f25667a95902008933e3c4080d38d introduced an
ABI change that might have to be dealt with: Unifying
wolfSSL_sk_SSL_CIPHER_dup and wolfSSL_sk_X509_dup to wolfSSL_sk_dup.
From: Bastian Germann <bastiangerm...@fishpost.de>
Date: Fri, 11 Sep 2020 21:32:31 +0200
Subject: Disable upstream patches
---
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,8 +1,4 @@
 utf8.patch
-rename-hash-type.patch
-rename-validate-date-function.patch
-b07dfa425dc9416c4188830e79fd26.patch
-c8b87eab5f2fe2ae2c3527bbfb33db6ed8b55999.patch
 reproducible-build.patch
 improve-clean-target.patch
 dfsg.patch
From: Bastian Germann <bastiangerm...@fishpost.de>
Date: Fri, 11 Sep 2020 22:17:59 +0200
Subject: Keep the same tls/ssl versions
---
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-distro \
-		--enable-tls13 \
+		--enable-sslv3 \
+		--enable-tlsv10 \
 		--disable-examples \
 		--disable-silent-rules
 

Reply via email to