From 1aaa1b08348219219b2c758c361fdd0a82ca488d Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sun, 20 Oct 2024 10:29:55 +1000 Subject: Update some test package versions. --- apt-panopticon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 40baa58..5d6cb70 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua @@ -36,7 +36,7 @@ local notExist = local referenceDebs = { -- Debian package. - "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.03.24_all.deb", + "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.06.24_all.deb", -- Debian security package. NOTE this one should always be redirected? "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", } @@ -45,7 +45,7 @@ local referenceDevs = -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. -- Hmmm used to be _all, but it was split to the individual archs. Seems pointless, each one is the same size as the previous all. - "merged/pool/DEVUAN/main/b/base-files/base-files_13.3devuan1_amd64.deb", + "merged/pool/DEVUAN/main/b/base-files/base-files_13.5devuan1_amd64.deb", } local keyring = "/usr/share/keyrings/devuan-archive-keyring.gpg" -- cgit v1.1