diff options
author | onefang | 2023-10-12 14:01:48 +1000 |
---|---|---|
committer | onefang | 2023-10-12 14:01:48 +1000 |
commit | 9f34f4b116dce6cbc8cabf503d74e8c1b4000bc8 (patch) | |
tree | 872998529b5bfd2e328258b335b0513cb5efe8ad | |
parent | Back up the Debian keyring. (diff) | |
download | apt-panopticon-9f34f4b116dce6cbc8cabf503d74e8c1b4000bc8.zip apt-panopticon-9f34f4b116dce6cbc8cabf503d74e8c1b4000bc8.tar.gz apt-panopticon-9f34f4b116dce6cbc8cabf503d74e8c1b4000bc8.tar.bz2 apt-panopticon-9f34f4b116dce6cbc8cabf503d74e8c1b4000bc8.tar.xz |
Update Debian and Devuan keyrings.
-rwxr-xr-x | apt-panopticon.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 4c58b55..23423e3 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -36,14 +36,14 @@ local notExist = | |||
36 | local referenceDebs = | 36 | local referenceDebs = |
37 | { | 37 | { |
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.05.26_all.deb", -- debian-keyring_2023.05.28_all.deb doesn't actually exist? It DID exist on some. lol | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.09.24_all.deb", -- debian-keyring_2023.05.28_all.deb doesn't actually exist? It DID exist on some. lol |
40 | -- Debian security package. NOTE this one should always be redirected? | 40 | -- Debian security package. NOTE this one should always be redirected? |
41 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/a/apt/apt-transport-https_1.8.2.2_all.deb", |
42 | } | 42 | } |
43 | local referenceDevs = | 43 | local referenceDevs = |
44 | { | 44 | { |
45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. | 45 | -- Devuan package. NOTE this one should not get redirected, but that's more a warning than an error. |
46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.05.28_all.deb", -- Devuan keeps changing this since the key expiry incident. | 46 | "merged/pool/DEVUAN/main/d/devuan-keyring/devuan-keyring_2023.10.07_all.deb", -- Devuan keeps changing this since the key expiry incident. |
47 | "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb", | 47 | "merged/pool/DEVUAN/main/b/base-files/base-files_13devuan1_all.deb", |
48 | } | 48 | } |
49 | 49 | ||