summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 21:56:43 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 21:56:43 +0200
commite782e30e7ad2914e284f6fc5caa8f3dd4154d891 (patch)
tree498bb600c1c030a0826550ddc18f94225f1d7836
parent6a1da8b0d53aa474af320fec8438392e08117ca1 (diff)
typo at patches/050_greylist.diff
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/050_greylist.diff4
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6602270..193d7a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mailgraph (1.14-14) UNRELEASED; urgency=medium
+
+ * Fix debian/patches/050_greylist.diff (LP: #1499625).
+ - Thanks to Edgar Wiesmann <edgar.wiesmann@rif-ev.de>.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 27 Sep 2015 21:37:43 +0200
+
mailgraph (1.14-13) unstable; urgency=medium
* debian/mailgraph.install
diff --git a/debian/patches/050_greylist.diff b/debian/patches/050_greylist.diff
index 53fd408..61c9c7e 100644
--- a/debian/patches/050_greylist.diff
+++ b/debian/patches/050_greylist.diff
@@ -1,6 +1,8 @@
Description: Add postgrey and greylisting support to mailgraph
+ - 2015-09-27: correct typo (LP: #1499625)
Author: Alexander Bech <alex@bakarasse.de>
Origin: http://www.bakarasse.de/pages/en/linux/mailgraph.php
+Last-Update: 2015-09-27
--- a/mailgraph.cgi
+++ b/mailgraph.cgi
@@ -143,7 +145,7 @@ Origin: http://www.bakarasse.de/pages/en/linux/mailgraph.php
$daemon_rrd_dir = $opt{daemon_rrd} if defined $opt{daemon_rrd};
$rrd = $opt{rrd_name}.".rrd" if defined $opt{rrd_name};
$rrd_virus = $opt{rrd_name}."_virus.rrd" if defined $opt{rrd_name};
-+ $rrd_virus = $opt{rrd_name}."_greylist.rrd" if defined $opt{rrd_name};
++ $rrd_greylist = $opt{rrd_name}."_greylist.rrd" if defined $opt{rrd_name};
# compile --ignore-host regexps
if(defined $opt{'ignore-host'}) {