summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/tests/security2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2005e1d..a4cfc41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,7 +32,8 @@ exim4 (4.80-8) UNRELEASED; urgency=low
* Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
Closes: #710018
+ tests/CVE-2010-4344.py is GPLv2 - Add license header.
- + tests/daemon does not bashisms, change shebang to /bin/sh.
+ + tests/daemon and tests/security do not use bashisms, change shebang
+ to /bin/sh.
-- Andreas Metzler <ametzler@debian.org> Wed, 02 Jan 2013 19:47:00 +0100
diff --git a/debian/tests/security b/debian/tests/security
index 7023c74..26aba86 100644
--- a/debian/tests/security
+++ b/debian/tests/security
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#----------------------
# Testing exim security
#----------------------