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
|
||||
(package
|
||||
(name "opensmtpd")
|
||||
(version "7.3.0p0")
|
||||
(version "7.3.0p1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.opensmtpd.org/archives/"
|
||||
"opensmtpd-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rnaa022pkdc15vkvlisv42dvcxchib40h0m97myfyqjralabmrd"))))
|
||||
(base32 "01ss6j1jadnd3ckgf9zpvrbdpipkf7m4l3isribqfwy2l50wsihv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list bdb
|
||||
libevent
|
||||
libressl
|
||||
linux-pam
|
||||
openssl ; XXX recommended libressl segfaults
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list bison groff)) ; for man pages
|
||||
|
|
Loading…
Reference in a new issue