Control: tags 957517 + patch

Dear maintainer,

I've prepared an NMU for mailutils (versioned as 1:3.9-3.2). The diff
is attached to this message.

Cheers
-- 
Sebastian Ramacher
diff -Nru mailutils-3.9/debian/changelog mailutils-3.9/debian/changelog
--- mailutils-3.9/debian/changelog	2020-06-27 13:59:09.000000000 +0200
+++ mailutils-3.9/debian/changelog	2020-07-27 10:32:44.000000000 +0200
@@ -1,3 +1,11 @@
+mailutils (1:3.9-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Apply upstream patch to fix build with GCC 10 (Closes:
+    #957517)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 27 Jul 2020 10:32:44 +0200
+
 mailutils (1:3.9-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru mailutils-3.9/debian/patches/Fix-https-savannah.gnu.org-bugs-index.php-57787.patch mailutils-3.9/debian/patches/Fix-https-savannah.gnu.org-bugs-index.php-57787.patch
--- mailutils-3.9/debian/patches/Fix-https-savannah.gnu.org-bugs-index.php-57787.patch	1970-01-01 01:00:00.000000000 +0100
+++ mailutils-3.9/debian/patches/Fix-https-savannah.gnu.org-bugs-index.php-57787.patch	2020-07-27 10:31:32.000000000 +0200
@@ -0,0 +1,39 @@
+From a493d90bea98cf57c1b7f177ca940237602bb42a Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff <g...@gnu.org>
+Date: Thu, 9 Jul 2020 20:46:49 +0300
+Subject: [PATCH] Fix https://savannah.gnu.org/bugs/index.php?57787
+
+---
+ imap4d/imap4d.h | 2 --
+ lib/tcpwrap.h   | 2 +-
+ 2 files changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/imap4d/imap4d.h b/imap4d/imap4d.h
+index 96a34fed8..7b8313311 100644
+--- a/imap4d/imap4d.h
++++ b/imap4d/imap4d.h
+@@ -230,8 +230,6 @@ extern int global_tls_mode;
+ extern int test_mode;
+ extern int silent_expunge;
+ 
+-int tls_available;
+-
+ /* Input functions */
+ extern mu_stream_t iostream;
+ extern int  io_untagged_response (int, const char *, ...) MU_PRINTFLIKE(2,3);
+diff --git a/lib/tcpwrap.h b/lib/tcpwrap.h
+index 1c91b61d4..897c41b19 100644
+--- a/lib/tcpwrap.h
++++ b/lib/tcpwrap.h
+@@ -17,7 +17,7 @@
+ #include <mailutils/types.h>
+ 
+ extern int mu_tcp_wrapper_enable;
+-const char *mu_tcp_wrapper_daemon;
++extern const char *mu_tcp_wrapper_daemon;
+ extern int mu_tcpwrapper_access (int fd);
+ extern void mu_tcpwrapper_cfg_init (void);
+ extern int mu_tcp_wrapper_prefork (int fd, 
+-- 
+2.28.0.rc2
+
diff -Nru mailutils-3.9/debian/patches/series mailutils-3.9/debian/patches/series
--- mailutils-3.9/debian/patches/series	2020-03-22 22:32:06.000000000 +0100
+++ mailutils-3.9/debian/patches/series	2020-07-27 10:32:05.000000000 +0200
@@ -1 +1,2 @@
 python3.8.patch
+Fix-https-savannah.gnu.org-bugs-index.php-57787.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to