summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-08-27 01:13:54 +0000
committerJoey Hess <joeyh@debian.org>2005-08-27 01:13:54 +0000
commita105f8e8a04ed9275d8ca2076b6a351dbc521f1d (patch)
treec2f2df8b1a69a096796d3aef954af6f40b8ee8d9 /data
parent3e988c88ac85501a6112e38cd43bdd67143ec897 (diff)
forgot to check these changes in while at work
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@1664 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'data')
-rw-r--r--data/DTSA/DTSA-1-11
-rw-r--r--data/DTSA/list2
-rwxr-xr-xdata/DTSA/sndadvisory13
-rw-r--r--data/DTSA/template5
4 files changed, 19 insertions, 2 deletions
diff --git a/data/DTSA/DTSA-1-1 b/data/DTSA/DTSA-1-1
index bc5baf1f84..c0a96fc95f 100644
--- a/data/DTSA/DTSA-1-1
+++ b/data/DTSA/DTSA-1-1
@@ -53,3 +53,4 @@ To install the update, run this command as root:
For further information about the Debian testing security team, please refer
to http://secure-testing.debian.net/
+
diff --git a/data/DTSA/list b/data/DTSA/list
index 4dc23247ca..83f860b391 100644
--- a/data/DTSA/list
+++ b/data/DTSA/list
@@ -1,3 +1,5 @@
[26 Aug 2005] DTSA-1-1 kismet - remote code execution
{CAN-2005-2626 CAN-2005-2627}
- kismet 2005.08.R1-0.1etch1 (high)
+NOTE: joeyh working on gaim
+NOTE: joeyh investingating doing mozilla-*
diff --git a/data/DTSA/sndadvisory b/data/DTSA/sndadvisory
new file mode 100755
index 0000000000..a4f64d3d68
--- /dev/null
+++ b/data/DTSA/sndadvisory
@@ -0,0 +1,13 @@
+#!/bin/sh
+set -e
+vuln=$(grep "^Vulnerability.*: " $1 | cut -d ':' -f 2 | sed 's/^ //')
+package=$(grep "^Package.*: " $1 | cut -d ':' -f 2 | sed 's/^ //')
+if [ -z "$vuln" ] || [ -z "$package" ]; then
+ echo "cannot determine info"
+ exit 1
+fi
+subject="[$(basename $1)] New $package packages fix $vuln"
+echo "$subject"
+gpg --charset utf-8 --no-verbose --output - --armor --textmode --clearsign $1 |
+mail -s "$subject" secure-testing-announce@lists.alioth.debian.org
+echo "Sent."
diff --git a/data/DTSA/template b/data/DTSA/template
index 919f6ad127..80441ea63e 100644
--- a/data/DTSA/template
+++ b/data/DTSA/template
@@ -1,8 +1,8 @@
-------------------------------------------------------------------------------
+-----------------------------------------------------------------------------
Debian Testing Security Advisory __ADVISORYX__http://secure-testing.debian.net
secure-testing-team@lists.alioth.debian.org __XXXXXXXXXXXXXXXXXXXXXXXWHOAMI__
__DATE__
-------------------------------------------------------------------------------
+-----------------------------------------------------------------------------
Package : __PACKAGE__
Vulnerability : __SHORTDESC__
@@ -42,3 +42,4 @@ To install the update, run this command as root:
For further information about the Debian testing security team, please refer
to http://secure-testing.debian.net/
+

© 2014-2024 Faster IT GmbH | imprint | privacy policy