aboutsummaryrefslogtreecommitdiffstats
path: root/english/lts
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/lts
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/lts')
-rw-r--r--english/lts/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/lts/security/Makefile b/english/lts/security/Makefile
index 3e0b8b47062..15642b5fd10 100644
--- a/english/lts/security/Makefile
+++ b/english/lts/security/Makefile
@@ -79,7 +79,7 @@ ifeq "$(LANGUAGE)" "en"
map := $(HTMLDIR)/map-dla.txt
$(map): $(ENGLISHDIR)/$(CUR_DIR)/dla.list
- ../../security/mk-dsa-dla-list -s DLA 90000 | sed -e 's/^DLA-//; s/-1 / /' > $(map)
+ ../../security/mk-dsa-dla-list -s DLA 90000 | perl -pane '/(DLA-)(\d+)-1/p && print "$2 ${^POSTMATCH}";s/^DLA-//;' > $(map)
install:: $(map)

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