me
/
guix
Archived
1
0
Fork 0

gnu: opensmtpd-next: Update to 6.6.0p1.

* gnu/packages/mail.scm (opensmtpd-next): Update to 6.6.0p1.
[inputs]: Replace openssl with libressl.
master
Tobias Geerinckx-Rice 2019-10-26 22:36:54 +02:00
parent ce1178d5d3
commit 996aca2852
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 5 additions and 3 deletions

View File

@ -2269,20 +2269,22 @@ e-mails with other systems speaking the SMTP protocol.")
(define-public opensmtpd-next (define-public opensmtpd-next
(package (package
(name "opensmtpd-next") (name "opensmtpd-next")
(version "6.4.2p1") (version "6.6.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 "0pgv080ai7d98l9340jadp9wjiaqj2qvgpqhilcz0kps2mdiawbd")))) (base32 "1sgwbvc28h9nyyj4lv8d9b4ilzz03p2j1j763yr759k336a2193m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bdb" ,bdb) `(("bdb" ,bdb)
("libasr" ,libasr) ("libasr" ,libasr)
("libevent" ,libevent) ("libevent" ,libevent)
("libressl" ,libressl) ;; XXX Upstream recommends LibreSSL, which doesn't support TLS 1.3 yet,
;; and requires a development release (3.0.2). Use OpenSSL instead.
("openssl" ,openssl)
("linux-pam" ,linux-pam) ("linux-pam" ,linux-pam)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs