gnu: opensmtpd: Update to 7.3.0p2 [security fixes].
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p2.master
parent
3802745802
commit
465af37f81
|
@ -3171,14 +3171,14 @@ from the Cyrus IMAP project.")
|
||||||
(define-public opensmtpd
|
(define-public opensmtpd
|
||||||
(package
|
(package
|
||||||
(name "opensmtpd")
|
(name "opensmtpd")
|
||||||
(version "7.3.0p1")
|
(version "7.3.0p2")
|
||||||
(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 "01ss6j1jadnd3ckgf9zpvrbdpipkf7m4l3isribqfwy2l50wsihv"))))
|
(base32 "0kjs5cxbh9lq51b8p20hxmiah61cfm8yzkcwpw9005cdp72zpkgw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb
|
(list bdb
|
||||||
|
|
Reference in New Issue