Control: tags 1006393 + pending

Dear maintainer,

I've prepared an NMU for libewf (versioned as 20140807-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru libewf-20140807/debian/changelog libewf-20140807/debian/changelog
--- libewf-20140807/debian/changelog	2019-12-03 16:38:28.000000000 +0100
+++ libewf-20140807/debian/changelog	2022-05-20 22:27:52.000000000 +0200
@@ -1,3 +1,11 @@
+libewf (20140807-2.1) unstable; urgency=medium
+
+  [ Simon Chopin ]
+  * d/p/OpenSSL3.patch: cherry-picked from upstream to fix the build
+    against OpenSSL 3.0 (Closes: #1006393)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Fri, 20 May 2022 22:27:52 +0200
+
 libewf (20140807-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru libewf-20140807/debian/patches/OpenSSL3.patch libewf-20140807/debian/patches/OpenSSL3.patch
--- libewf-20140807/debian/patches/OpenSSL3.patch	1970-01-01 01:00:00.000000000 +0100
+++ libewf-20140807/debian/patches/OpenSSL3.patch	2022-05-20 22:27:02.000000000 +0200
@@ -0,0 +1,37 @@
+From 033ea5b4e5f8f1248f74a2ec61fc1be183c6c46b Mon Sep 17 00:00:00 2001
+From: Joachim Metz <joachim.m...@gmail.com>
+Date: Thu, 18 Nov 2021 06:51:25 +0100
+Subject: [PATCH] Changes for building with OpenSSL 3 #164
+Origin: https://github.com/libyal/libewf/commit/033ea5b4e5f8f1248f74a2ec61fc1be183c6c46b
+
+---
+ ewftools/ewftools_output.c | 12 +++++++++++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/ewftools/ewftools_output.c b/ewftools/ewftools_output.c
+index 07ef5e24..07312055 100644
+--- a/ewftools/ewftools_output.c
++++ b/ewftools/ewftools_output.c
+@@ -238,11 +238,21 @@ void ewftools_output_version_detailed_fprint(
+ 	 LIBHMAC_VERSION_STRING );
+ 
+ #if defined( HAVE_LIBCRYPTO )
++#if defined( SHLIB_VERSION_NUMBER )
+ 	fprintf(
+ 	 stream,
+ 	 " (libcrypto %s)",
+ 	 SHLIB_VERSION_NUMBER );
+-#endif
++
++#elif defined( OPENSSL_VERSION_MAJOR ) && defined( OPENSSL_VERSION_MINOR )
++	fprintf(
++	 stream,
++	 " (libcrypto %d.%d)",
++	 OPENSSL_VERSION_MAJOR,
++	 OPENSSL_VERSION_MINOR );
++
++#endif /* defined( SHLIB_VERSION_NUMBER ) */
++#endif /* defined( HAVE_LIBCRYPTO ) */
+ #endif
+ 
+ #if defined( HAVE_LIBODRAW ) || defined( HAVE_LOCAL_LIBODRAW )
diff -Nru libewf-20140807/debian/patches/series libewf-20140807/debian/patches/series
--- libewf-20140807/debian/patches/series	2019-12-03 16:38:28.000000000 +0100
+++ libewf-20140807/debian/patches/series	2022-05-20 22:27:02.000000000 +0200
@@ -1 +1,2 @@
 Drop-ax_libfguid_pc_libs_private-from-libewf.pc.patch
+OpenSSL3.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to