summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
-rw-r--r--debian/control1
-rw-r--r--debian/copyright2
3 files changed, 26 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd1a2f0..f69a0b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+mailscripts (0.7-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Fix the --bts-server argument.
+ The 0.6 release broke use of this argument.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 06 Mar 2019 11:37:42 -0700
+
+mailscripts (0.6-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Further ensure that superfluous shells are not
+ invoked by switching from system() and backticks to functions from
+ IPC::System::Simple.
+ - d/control: add runtime dependency on libipc-system-simple-perl.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 06 Mar 2019 11:14:30 -0700
+
+mailscripts (0.5-1) unstable; urgency=high
+
+ * notmuch-slurp-debbug: Avoid invoking entirely superfluous shells when
+ calling other tools. This is a security risk.
+ Thanks to Paul Wise for reporting that the code was doing that.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 05 Mar 2019 09:38:56 -0700
+
mailscripts (0.4-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
diff --git a/debian/control b/debian/control
index 8e7b8de..8bfe006 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Package: mailscripts
Depends:
libconfig-tiny-perl,
libfile-which-perl,
+ libipc-system-simple-perl,
libmime-tools-perl,
python3,
${misc:Depends},
diff --git a/debian/copyright b/debian/copyright
index 83c2ca9..b3d860e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ mailscripts
Collection of scripts for manipulating e-mail on Debian
Copyright (C)2017 Aurelien Aptel
-Copyright (C)2017-2018 Sean Whitton
+Copyright (C)2017-2019 Sean Whitton
These programs are free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as