From fd55de5b0311ea401e74ee102caa6b4829f26eca Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 7 Jul 2019 10:48:42 +0800 Subject: Update hardcoding of the name of the testing security suite The name changed in bullseye from testing/updates to testing-security. --- data/DTSA/dtsa | 4 ++-- data/DTSA/template | 4 ++-- data/DTSA/templates/footer.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'data/DTSA') 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 @@
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

-- cgit v1.2.3