[pkg-bacula-commits] [bacula] 01/02: add debian/patches/fix-bsmtp-ipv6.patch (Closes: #742914)

Carsten Leonhardt cl-guest at moszumanska.debian.org
Mon Jul 27 18:27:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

cl-guest pushed a commit to branch master
in repository bacula.

commit cfec755cb2f65b6c22a90f5041d1fb5ebe381eb5
Author: Carsten Leonhardt <leo at debian.org>
Date:   Mon Jul 27 17:36:35 2015 +0200

    add debian/patches/fix-bsmtp-ipv6.patch (Closes: #742914)
---
 debian/patches/fix-bsmtp-ipv6.patch | 16 ++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-bsmtp-ipv6.patch b/debian/patches/fix-bsmtp-ipv6.patch
new file mode 100644
index 0000000..38ecff5
--- /dev/null
+++ b/debian/patches/fix-bsmtp-ipv6.patch
@@ -0,0 +1,16 @@
+Description: fix bsmtp for IPv6-only hosts
+Author: Carsten Leonhardt <leo at carotec.de>
+Bug: http://bugs.bacula.org/view.php?id=2154
+Bug-Debian: https://bugs.debian.org/742914
+Last-Update: 2015-07-27
+--- a/src/tools/bsmtp.c
++++ b/src/tools/bsmtp.c
+@@ -83,7 +83,7 @@
+ static int mailport = 25;
+ static char my_hostname[MAXSTRING];
+ static bool content_utf8 = false;
+-static resolv_type default_resolv_type = RESOLV_PROTO_IPV4;
++static resolv_type default_resolv_type = RESOLV_PROTO_ANY;
+ 
+ /*
+  * Take input that may have names and other stuff and strip
diff --git a/debian/patches/series b/debian/patches/series
index e7740c5..065a498 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ fix-scriptdir-examples-devices.patch
 ppc64el-libtoolize.patch
 fix-src-tools-make-clean.patch
 fix-systemd-tmpfiles.d-location.patch
+fix-bsmtp-ipv6.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list