summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2022-01-12 20:54:05 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2022-01-12 20:54:05 +0100
commitd7c4c78ab3ac9ddac8cc3aa058d3a1d527dbddbf (patch)
treea2e56b0b72c1aa8c7744577c5ff1cc6bb67afa71
parentfedaf5c5d137b80a21e9dd3044795942cec2d971 (diff)
gen-DSA: Allow one more digit for the old style bug number format
The # prefixed bugnumber format was prefered to pass to the script, still we have the alternative of the digits only. Just bump the allowed digits by one now that we reached the 100000's bug. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
-rwxr-xr-xbin/gen-DSA2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index f909ca504d..b23608ab84 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -195,7 +195,7 @@ while [ $# -gt 0 ]; do
[cC][vV][eE]-*)
CVE="$CVE $(toupper "$1")"
;;
- [0-9][0-9][0-9][0-9][0-9][0-9]|[#][0-9]*)
+ [0-9][0-9][0-9][0-9][0-9][0-9][0-9]|[#][0-9]*)
BUGNUM="$BUGNUM ${1#\#}"
;;
*)

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