From 26a3b009b8f63ad39e435b1032f302408dfc12cb Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 15 Aug 2019 17:57:23 +0000 Subject: [PATCH] Add Buster security APT sources (refs: #16970) --- auto/config | 1 + config/chroot_sources/buster.chroot | 1 + 2 files changed, 2 insertions(+) diff --git a/auto/config b/auto/config index bb8f6e2fc2..edf6bcf62a 100755 --- a/auto/config +++ b/auto/config @@ -114,6 +114,7 @@ TORPROJECT_MIRROR="$(apt-mirror torproject)" perl -pi \ -E \ "s|^(deb(?:-src)?\s+)https?://ftp[.]us[.]debian[.]org/debian/?(\s+)|\$1$DEBIAN_MIRROR\$2| ; \ + s|^(deb(?:-src)?\s+)https?://security[.]debian[.]org/debian-security/?(\s+)|\$1$DEBIAN_SECURITY_MIRROR\$2| ; \ s|^(deb(?:-src)?\s+)https?://deb[.]torproject[.]org/torproject[.]org/?(\s+)|\$1$TORPROJECT_MIRROR\$2|" \ config/chroot_sources/*.chroot \ || fatal "APT mirror substitution failed with exit code $?" diff --git a/config/chroot_sources/buster.chroot b/config/chroot_sources/buster.chroot index 9e06097827..2635d936c4 100644 --- a/config/chroot_sources/buster.chroot +++ b/config/chroot_sources/buster.chroot @@ -1 +1,2 @@ deb http://ftp.us.debian.org/debian/ buster main contrib non-free +deb http://security.debian.org/debian-security buster/updates main contrib non-free -- GitLab