From 680da90c69f60444186cb02aa66e62609023c1c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Jul 2019 10:55:22 -0400 Subject: use security.debian.org/debian-security There's supposed to be a /debian-security path in the url, according to various sources, including https://www.debian.org/security/ I tried it both ways for both stable and testing and oldstable, and it works with and without it for both. Presumably some url rewriting is fixing it up on the back end. --- src/Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index ecc82b57..bc190e59 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -110,7 +110,7 @@ stdArchiveLines = return . binandsrc =<< getMirror securityUpdates :: SourcesGenerator securityUpdates suite | isStable suite || suite == Testing = - let l = "deb http://security.debian.org/ " ++ securitysuite ++ " " ++ unwords stdSections + let l = "deb http://security.debian.org/debian-security " ++ securitysuite ++ " " ++ unwords stdSections in [l, srcLine l] | otherwise = [] where -- cgit v1.2.3