From fdf09c1f78aec0c171b983c94f6a59dafd917d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Tue, 24 Oct 2023 17:56:44 +0000 Subject: [PATCH] ring: move src origin from sid to mantic to get security fixes. --- helpers/make-ring | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helpers/make-ring b/helpers/make-ring index e0c0382c..02f1855f 100644 --- a/helpers/make-ring +++ b/helpers/make-ring @@ -17,9 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -EXTERNAL='deb-src http://ftp.debian.org/debian sid main' -REPOKEY=6ED0E7B82643E131 -VERSION=1 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu mantic universe' +VERSION=2 . ./config -- GitLab