aboutsummaryrefslogtreecommitdiffstats
path: root/english/security
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2024-01-03 09:00:02 +0100
committerThomas Lange <lange@debian.org>2024-01-03 09:00:02 +0100
commit2dfb9490fef7832c0bb9046c16948d0e7485e629 (patch)
tree3bf3495e68cde68a10566433cc13d51667448bf0 /english/security
parent3f5346f070fca6bcadb3ee9642345ff75996f813 (diff)
also map DSA-xxxx-1 to mail URL (and similar for DLA)
until now we only mapped DSA-1234 (without -1) but for -2 ,-3,.. we mapped those names with -N
Diffstat (limited to 'english/security')
-rw-r--r--english/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/security/Makefile b/english/security/Makefile
index a51d7cc95da..9b721ef2c4d 100644
--- a/english/security/Makefile
+++ b/english/security/Makefile
@@ -86,7 +86,7 @@ ifeq "$(LANGUAGE)" "en"
map := $(HTMLDIR)/map-dsa.txt
$(map): $(ENGLISHDIR)/$(CUR_DIR)/dsa.list
- ./mk-dsa-dla-list -s DSA 90000 | sed -e 's/^DSA-//; s/-1 / /' > $(HTMLDIR)/map-dsa.txt
+ ./mk-dsa-dla-list -s DSA 90000 | perl -pane '/(DSA-)(\d+)-1/p && print "$2 ${^POSTMATCH}";s/^DSA-//;' > $(map)
install:: $(map)

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