summaryrefslogtreecommitdiffstats
path: root/bin
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
commite7a9696060be6dfd7c8d7aacf0f0705ed2f80739 (patch)
tree56bee432e7fd905b23fb372729756fcfdb0f92a9 /bin
parentefadbd219e33ad32efb1eefb9dfcd8005d617973 (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>
Diffstat (limited to 'bin')
-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