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
commit07761e434715a4fe5a05d29afdbb1569d117f37b (patch)
tree3a02d779292235fe294e7c178d326aafa9539fb3 /bin
parent028ffc55b4b3433366b2fa05274ed2f1404ecbcf (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