mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
023ff65146
commit
4b2a2161a5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue