diff options
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 79bdd19..d558485 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -38,7 +38,8 @@ local referenceDebs = | |||
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.12.24_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2023.12.24_all.deb", |
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 | "merged/pool/DEBIAN-SECURITY/updates/main/g/glibc/libc6-dev_2.36-9+deb12u6_amd64.deb", | ||
42 | } | 43 | } |
43 | local referenceDevs = | 44 | local referenceDevs = |
44 | { | 45 | { |