[Git][security-tracker-team/security-tracker][master] Update hardcoding of the name of the testing security suite
Paul Wise
pabs at debian.org
Sun Jul 7 03:49:14 BST 2019
Paul Wise pushed to branch master at Debian Security Tracker / security-tracker
Commits:
fd55de5b by Paul Wise at 2019-07-07T02:48:42Z
Update hardcoding of the name of the testing security suite
The name changed in bullseye from testing/updates to testing-security.
- - - - -
3 changed files:
- data/DTSA/dtsa
- data/DTSA/template
- data/DTSA/templates/footer.html
Changes:
=====================================
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")
=====================================
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:
=====================================
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 -->
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fd55de5b0311ea401e74ee102caa6b4829f26eca
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/fd55de5b0311ea401e74ee102caa6b4829f26eca
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20190707/1d14b5dc/attachment-0001.html>
More information about the debian-security-tracker-commits
mailing list