diff options
author | dvs1 | 2024-11-15 14:06:42 +1000 |
---|---|---|
committer | dvs1 | 2024-11-15 14:06:42 +1000 |
commit | f570db2d5b473d5bf19eb76ff55ecd8b7fd11f03 (patch) | |
tree | fdcbfcf49ee2a9e4f97c9a541d41f52998fe1615 | |
parent | apt-transport-https went away, try tor instead. (diff) | |
download | apt-panopticon-f570db2d5b473d5bf19eb76ff55ecd8b7fd11f03.zip apt-panopticon-f570db2d5b473d5bf19eb76ff55ecd8b7fd11f03.tar.gz apt-panopticon-f570db2d5b473d5bf19eb76ff55ecd8b7fd11f03.tar.bz2 apt-panopticon-f570db2d5b473d5bf19eb76ff55ecd8b7fd11f03.tar.xz |
Try exim4 for the Debian security test package.
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index 8393ebb..092bad5 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -38,7 +38,7 @@ local referenceDebs = | |||
38 | -- Debian package. | 38 | -- Debian package. |
39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_all.deb", | 39 | "merged/pool/DEBIAN/main/d/debian-keyring/debian-keyring_2024.09.22_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-tor_0.5_all.deb", | 41 | "merged/pool/DEBIAN-SECURITY/updates/main/e/exim4/exim4_4.96-15+deb12u5_all.deb", |
42 | } | 42 | } |
43 | local referenceDevs = | 43 | local referenceDevs = |
44 | { | 44 | { |