me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd-filter-dkimsign: Update to 0.6.

* gnu/packages/mail.scm (opensmtpd-filter-dkimsign): Update to 0.6.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:01 +01:00
parent 7f58c1be47
commit 5a957ca6b2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -3294,7 +3294,7 @@ writing OpenSMTPd filters.")
(define-public opensmtpd-filter-dkimsign
(package
(name "opensmtpd-filter-dkimsign")
(version "0.5")
(version "0.6")
(source
(origin
(method url-fetch)
@ -3303,7 +3303,7 @@ writing OpenSMTPd filters.")
(string-append "https://distfiles.sigtrap.nl/"
"filter-dkimsign-" version ".tar.gz")))
(sha256
(base32 "0jwp47ixibnz8rghn193bk2hxh1j1zfrnidml18j7d7cylxfrd55"))))
(base32 "1hrn31hayr0hb32km5c42hhbaxw7g3jcgm59p0v0ydlj1fs0sprv"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@ -3324,8 +3324,8 @@ writing OpenSMTPd filters.")
(list mandoc)) ; silently installs empty man page without
(inputs
(list libevent libopensmtpd
;; XXX Our OpenSMTPd package uses libressl, but this package currently
;; supports HAVE_ED25519 only with openssl. Switch back when possible.
;; Our OpenSMTPd package uses libressl, but this package currently
;; supports HAVE_ED25519 only with openssl.
openssl))
(home-page "http://imperialat.at/dev/filter-dkimsign/")
(synopsis "OpenSMTPd filter for signing mail with DKIM")