summaryrefslogtreecommitdiffstats
path: root/data/DTSA
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2019-07-07 10:48:42 +0800
committerPaul Wise <pabs@debian.org>2019-07-07 10:48:42 +0800
commitfd55de5b0311ea401e74ee102caa6b4829f26eca (patch)
tree35854e7994f219a43963994fad8b1e16ec2727a1 /data/DTSA
parent7fb4d7a790a68f03448bb3b02388955f58c4b0a2 (diff)
Update hardcoding of the name of the testing security suite
The name changed in bullseye from testing/updates to testing-security.
Diffstat (limited to 'data/DTSA')
-rwxr-xr-xdata/DTSA/dtsa4
-rw-r--r--data/DTSA/template4
-rw-r--r--data/DTSA/templates/footer.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa
index 55977e28d6..68fae53f3e 100755
--- a/data/DTSA/dtsa
+++ b/data/DTSA/dtsa
@@ -240,8 +240,8 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_
ascii.write("To use the Debian testing security archive, add the following lines to\n")
ascii.write("your /etc/apt/sources.list:\n")
ascii.write("\n")
- ascii.write("deb http://security.debian.org/ testing/updates main contrib non-free\n")
- ascii.write("deb-src http://security.debian.org/ testing/updates main contrib non-free\n")
+ ascii.write("deb http://security.debian.org/ testing-security main contrib non-free\n")
+ ascii.write("deb-src http://security.debian.org/ testing-security main contrib non-free\n")
ascii.write("\n")
ascii.write("To install the update, run this command as root:\n")
diff --git a/data/DTSA/template b/data/DTSA/template
index 04305c4d7f..6a2cbb6619 100644
--- a/data/DTSA/template
+++ b/data/DTSA/template
@@ -30,8 +30,8 @@ Upgrade Instructions
To use the Debian testing security archive, add the following lines to
your /etc/apt/sources.list:
- deb http://security.debian.org/ testing/updates main contrib non-free
- deb-src http://security.debian.org/ testing/updates main contrib non-free
+ deb http://security.debian.org/ testing-security main contrib non-free
+ deb-src http://security.debian.org/ testing-security main contrib non-free
To install the update, run this command as root:
diff --git a/data/DTSA/templates/footer.html b/data/DTSA/templates/footer.html
index dd48fea498..6662a61ac5 100644
--- a/data/DTSA/templates/footer.html
+++ b/data/DTSA/templates/footer.html
@@ -1,8 +1,8 @@
<br>
<dt>To use the Debian testing security archive, add the following lines to your /etc/apt/sources.list:<dt>
<br>
-<dd>deb http://security.debian.org/ testing/updates main contrib non-free</dd>
-<dd>deb-src http://security.debian.org/ testing/updates main contrib non-free</dd>
+<dd>deb http://security.debian.org/ testing-security main contrib non-free</dd>
+<dd>deb-src http://security.debian.org/ testing-security main contrib non-free</dd>
<br>
<!-- footer -->

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