aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email.lua
diff options
context:
space:
mode:
authoronefang2019-11-26 01:04:19 +1000
committeronefang2019-11-26 01:04:19 +1000
commitb9ab9b2bbd7a8134f04bf7716de743ca938cb13e (patch)
treebdf2d4ef8c578c403e33bffc09af90616f011436 /apt-panopticon-report-email.lua
parentBasic integrity check - GPG verify Release files. (diff)
downloadapt-panopticon-b9ab9b2bbd7a8134f04bf7716de743ca938cb13e.zip
apt-panopticon-b9ab9b2bbd7a8134f04bf7716de743ca938cb13e.tar.gz
apt-panopticon-b9ab9b2bbd7a8134f04bf7716de743ca938cb13e.tar.bz2
apt-panopticon-b9ab9b2bbd7a8134f04bf7716de743ca938cb13e.tar.xz
Report Integrity results.
Diffstat (limited to 'apt-panopticon-report-email.lua')
-rwxr-xr-xapt-panopticon-report-email.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua
index 136ac56..d36aab0 100755
--- a/apt-panopticon-report-email.lua
+++ b/apt-panopticon-report-email.lua
@@ -195,7 +195,7 @@ if nil == file then C("opening mirrors file - " .. e) else
195 local dns = "[skip]" 195 local dns = "[skip]"
196 local protocol = status(k, results, "Protocol") 196 local protocol = status(k, results, "Protocol")
197 local sanity = "[skip]" 197 local sanity = "[skip]"
198 local integrity = "[skip]" 198 local integrity = status(k, results, "Integrity")
199 local updated = "[skip]" 199 local updated = "[skip]"
200 file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" .. 200 file:write( " http: " .. http .. " https: " .. https .. " DNS-RR: " .. dns .. " Protocol: " .. protocol .. "\n" ..
201 " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n") 201 " URL-sanity: " .. sanity .. " Integrity: " .. integrity .. " Updated: " .. updated .. "\n")