[Secure-testing-commits] r19639 - bin
Raphael Geissert
geissert at alioth.debian.org
Mon Jul 2 22:32:53 UTC 2012
Author: geissert
Date: 2012-07-02 22:32:53 +0000 (Mon, 02 Jul 2012)
New Revision: 19639
Modified:
bin/gen-DSA
Log:
The Bugnum field shouldn't contain the hash character
Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA 2012-07-02 22:07:47 UTC (rev 19638)
+++ bin/gen-DSA 2012-07-02 22:32:53 UTC (rev 19639)
@@ -66,7 +66,7 @@
PACKAGE="$(tolower "$1")"
VULNERABILITY="$2"
CVE="$(toupper "$3")"
-BUGNUM="$4"
+BUGNUM="${4#\#}"
CVE="$(split_n_sort "$CVE")"
cve_spacing=
More information about the Secure-testing-commits
mailing list