From bcd442a15bff2c995fddf092c3fc48b154a0ff6c Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 17 Jun 2008 12:59:26 +0000 Subject: Add security announcer script. svn path=/branches/BRANCH_6-3/; revision=5198 --- dist-tools/send-security-announce.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 dist-tools/send-security-announce.sh (limited to 'dist-tools') diff --git a/dist-tools/send-security-announce.sh b/dist-tools/send-security-announce.sh new file mode 100755 index 00000000..6ace729c --- /dev/null +++ b/dist-tools/send-security-announce.sh @@ -0,0 +1,16 @@ +test "$SEND_ANNOUNCEMENTS" = doit || { echo "read the source, luke! -> $0" ; cat "$0" ; exit 1 ; } + +ANN=fetchmail-SA-2008-02 +FILE=$HOME/mywork/fetchmail/BRANCH_6-3/$ANN.txt +test -r $FILE || { echo "Cannot find $FILE." ; exit 1 ; } +CVE=$(sed -n '/^CVE Name:/ { s/^.*:[ ]*//p;q; }' $FILE) +SUBJECT="fetchmail security announcement $ANN ($CVE)" + +nail -r ma+nomail@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \ + vulnwatch@vulnwatch.org + +nail -r ma+bt@dt.e-technik.uni-dortmund.de -s "$SUBJECT" <$FILE \ + bugtraq@securityfocus.com + +nail -r matthias.andree@gmx.de -s "$SUBJECT" <$FILE \ + vendor-sec@lst.de fetchmail-announce@lists.berlios.de -- cgit v1.2.3