gnu: opensmtpd: Update to 7.3.0p1.

* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1.
[inputs]: Replace openssl with now-working libressl.
This commit is contained in:
Tobias Geerinckx-Rice 2023-06-30 19:47:04 +02:00
parent 023ff65146
commit 4b2a2161a5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3175,20 +3175,20 @@ (define-public sieve-connect
(define-public opensmtpd (define-public opensmtpd
(package (package
(name "opensmtpd") (name "opensmtpd")
(version "7.3.0p0") (version "7.3.0p1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.opensmtpd.org/archives/" (uri (string-append "https://www.opensmtpd.org/archives/"
"opensmtpd-" version ".tar.gz")) "opensmtpd-" version ".tar.gz"))
(sha256 (sha256
(base32 "1rnaa022pkdc15vkvlisv42dvcxchib40h0m97myfyqjralabmrd")))) (base32 "01ss6j1jadnd3ckgf9zpvrbdpipkf7m4l3isribqfwy2l50wsihv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list bdb (list bdb
libevent libevent
libressl
linux-pam linux-pam
openssl ; XXX recommended libressl segfaults
zlib)) zlib))
(native-inputs (native-inputs
(list bison groff)) ; for man pages (list bison groff)) ; for man pages