Control: tags 1051795 + patch
Control: tags 1051795 + pending

Dear maintainer,

I've prepared an NMU for m2crypto (versioned as 0.38.0-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
Sebastian
diff -Nru m2crypto-0.38.0/debian/changelog m2crypto-0.38.0/debian/changelog
--- m2crypto-0.38.0/debian/changelog	2022-11-17 03:32:27.000000000 +0100
+++ m2crypto-0.38.0/debian/changelog	2023-10-17 21:44:49.000000000 +0200
@@ -1,3 +1,10 @@
+m2crypto (0.38.0-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Adapt testsuite to OpenSSL 3.1 error codes (Closes: #1051795).
+
+ -- Sebastian Andrzej Siewior <sebast...@breakpoint.cc>  Tue, 17 Oct 2023 21:44:49 +0200
+
 m2crypto (0.38.0-4) unstable; urgency=high
 
   [ Stefano Rivera ]
diff -Nru m2crypto-0.38.0/debian/patches/0005-Force-enable-tlsv1-for-the-tls1-tests.patch m2crypto-0.38.0/debian/patches/0005-Force-enable-tlsv1-for-the-tls1-tests.patch
--- m2crypto-0.38.0/debian/patches/0005-Force-enable-tlsv1-for-the-tls1-tests.patch	2022-11-17 03:32:27.000000000 +0100
+++ m2crypto-0.38.0/debian/patches/0005-Force-enable-tlsv1-for-the-tls1-tests.patch	2023-10-17 21:44:49.000000000 +0200
@@ -16,7 +16,7 @@
              with warnings.catch_warnings():
                  warnings.simplefilter('ignore', DeprecationWarning)
                  ctx = SSL.Context('tlsv1')
-+                ctx.set_cipher_list('DEFAULT@SECLEVEL=1')
++                ctx.set_cipher_list('DEFAULT@SECLEVEL=0')
              s = SSL.Connection(ctx)
              with six.assertRaisesRegex(self, SSL.SSLError,
                                         r'version|unexpected eof'):

Reply via email to