summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-08-11 02:11:34 +0200
committerDaniel Peukert2023-08-11 02:11:34 +0200
commitaf191dc0a5de3b59a5fa241fe06e653e3a78c354 (patch)
treec8b704b82367cc3707a2a9fc056f89c301209d6d
parent8ddd33f7c629757509b305ce0fbfb0a273967f85 (diff)
downloadaur-af191dc0a5de3b59a5fa241fe06e653e3a78c354.tar.gz
Fix spacing
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--ct-honeybee.14
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e962e8de9f3..fa5fd801f5c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,13 +7,13 @@ pkgbase = ct-honeybee
arch = any
license = custom:CC0
depends = python
- source = ct-honeybee-20210914-1.tar.gz::https://github.com/SSLMate/ct-honeybee/archive/40157b03c9d93d932a92c308097efe0778410dc7.tar.gz
+ source = ct-honeybee-20210914.tar.gz::https://github.com/SSLMate/ct-honeybee/archive/40157b03c9d93d932a92c308097efe0778410dc7.tar.gz
source = ct-honeybee.service
source = ct-honeybee.timer
source = ct-honeybee.1
sha512sums = 9157c982f272d7b033bab36f42b378deead0b40a31c062f4a067198028022035ecb9b405428a479398820039318c0706e02ee1681d58ce885f5a7533d1a336be
sha512sums = 470c1107f0e21d40bf181a142df2900aae28ce1930b46ad881ef23508f5fb2f169b267a61a62c7c14711b088254432d0e32500d77a9530bb76196f3c6a7bc8e4
sha512sums = b8cb1eb7385b002c8926d6a57f2df297c98b9c3d5a6adadf2fa156cd52cf4902b1ccd6c8163eb404675bea7477e1114b1e08fea292c4749f9233391b681c47c0
- sha512sums = c4d1e87b22a6e025b7a6887296718fc2fb0d248a15b685c4342ec87ada66d3014d1ad7a9ac140f6e0c95ac233d3f079881ef2d104e3311bfc3735804dfa0c0e5
+ sha512sums = 1490250d25c3cdd1c3687ccd07c4eaeaece941fa13a42facf1e11af5d772d6b3ecf8ee011931ab2bcf354e437dd5ce72e4af69d7e6c415ca29b1e1c68f83c36f
pkgname = ct-honeybee
diff --git a/PKGBUILD b/PKGBUILD
index 5a2f83e4eb3b..7e37aba6d0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:CC0')
depends=('python')
install="$pkgname.install"
source=(
- "$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$_commit.tar.gz"
+ "$pkgname-$pkgver.tar.gz::$url/archive/$_commit.tar.gz"
"$pkgname.service"
"$pkgname.timer"
"$pkgname.1"
@@ -18,7 +18,7 @@ source=(
sha512sums=('9157c982f272d7b033bab36f42b378deead0b40a31c062f4a067198028022035ecb9b405428a479398820039318c0706e02ee1681d58ce885f5a7533d1a336be'
'470c1107f0e21d40bf181a142df2900aae28ce1930b46ad881ef23508f5fb2f169b267a61a62c7c14711b088254432d0e32500d77a9530bb76196f3c6a7bc8e4'
'b8cb1eb7385b002c8926d6a57f2df297c98b9c3d5a6adadf2fa156cd52cf4902b1ccd6c8163eb404675bea7477e1114b1e08fea292c4749f9233391b681c47c0'
- 'c4d1e87b22a6e025b7a6887296718fc2fb0d248a15b685c4342ec87ada66d3014d1ad7a9ac140f6e0c95ac233d3f079881ef2d104e3311bfc3735804dfa0c0e5')
+ '1490250d25c3cdd1c3687ccd07c4eaeaece941fa13a42facf1e11af5d772d6b3ecf8ee011931ab2bcf354e437dd5ce72e4af69d7e6c415ca29b1e1c68f83c36f')
_sourcedirectory="$pkgname-$_commit"
diff --git a/ct-honeybee.1 b/ct-honeybee.1
index a61069de9852..2f3cce337142 100644
--- a/ct-honeybee.1
+++ b/ct-honeybee.1
@@ -9,7 +9,7 @@ ct-honeybee - pollinates STHs between Certificate Transparency logs and auditors
.SH "DESCRIPTION"
The Certificate Transparency Honeybee (\fBct-honeybee\fR) is a lightweight program that retrieves signed tree heads (STHs) from Certificate Transparency logs and uploads them to auditors.
.PP
-You can help strengthen the integrity of the Certificate Transparency ecosystem by running \fBct-honeybee\fR on your workstation/server/toaster every hour or so (pick a random minute so that not everyone runs \fBct-honeybee\fR at the same time). Running \fBct-honeybee\fR from many different Internet vantage points increases the likelihood of detecting a misbehaving log which has presented a different view of the log to different clients.
+You can help strengthen the integrity of the Certificate Transparency ecosystem by running \fBct-honeybee\fR on your workstation/server/toaster every hour or so (pick a random minute so that not everyone runs \fBct-honeybee\fR at the same time). Running \fBct-honeybee\fR from many different Internet vantage points increases the likelihood of detecting a misbehaving log which has presented a different view of the log to different clients.
.PP
\fBct-honeybee\fR is stateless and won't write to your filesystem.
.
@@ -37,7 +37,7 @@ For each log: fetch the latest STH and add it to the list of STHs. For simplicit
Shuffle the list of auditors.
.
.IP "\n+[step]." 4
-For each auditor: upload the list of STHs to the auditor using the protocol described in Section 8.2 of draft-ietf-trans-gossip-00. Add each returned STH to the list of STHs so they get pollinated to subsequent auditors. Since we shuffle the list of auditors, we will pollinate in a different order each time ct-honeybee is run.
+For each auditor: upload the list of STHs to the auditor using the protocol described in Section 8.2 of draft-ietf-trans-gossip-00. Add each returned STH to the list of STHs so they get pollinated to subsequent auditors. Since we shuffle the list of auditors, we will pollinate in a different order each time ct-honeybee is run.
.
.SH "LEGALESE"
Written in 2017 by Opsmate, Inc. d/b/a SSLMate \<\fIsslmate@sslmate.com\fR\>