gnu: openldap: Update to 2.4.45.
* gnu/packages/openldap.scm (openldap): Update to 2.4.45. [replacement]: Remove field. (openldap/fixed): Remove variable.
This commit is contained in:
parent
f65805485d
commit
47415332d7
|
@ -40,8 +40,7 @@
|
||||||
(define-public openldap
|
(define-public openldap
|
||||||
(package
|
(package
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
(replacement openldap/fixed)
|
(version "2.4.45")
|
||||||
(version "2.4.44")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
||||||
|
@ -51,14 +50,14 @@
|
||||||
"ftp://mirror.switch.ch/mirror/OpenLDAP/"
|
"ftp://mirror.switch.ch/mirror/OpenLDAP/"
|
||||||
"openldap-release/openldap-" version ".tgz")
|
"openldap-release/openldap-" version ".tgz")
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://ftp.OpenLDAP.org/pub/OpenLDAP/"
|
"https://www.openldap.org/software/download/OpenLDAP/"
|
||||||
"openldap-release/openldap-" version ".tgz")
|
"openldap-release/openldap-" version ".tgz")
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/"
|
"ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/"
|
||||||
"openldap-release/openldap-" version ".tgz")))
|
"openldap-release/openldap-" version ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
|
"091qvwk5dkcpp17ziabcnh3rg3m7qwzw2pihfcd1d5fdxgywzmnd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("bdb" ,bdb-5.3)
|
(inputs `(("bdb" ,bdb-5.3)
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
@ -79,15 +78,7 @@
|
||||||
(description
|
(description
|
||||||
"OpenLDAP is a free implementation of the Lightweight Directory Access Protocol.")
|
"OpenLDAP is a free implementation of the Lightweight Directory Access Protocol.")
|
||||||
(license openldap2.8)
|
(license openldap2.8)
|
||||||
(home-page "http://www.openldap.org/")))
|
(home-page "https://www.openldap.org/")))
|
||||||
|
|
||||||
(define openldap/fixed
|
|
||||||
(package
|
|
||||||
(inherit openldap)
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(inherit (package-source openldap))
|
|
||||||
(patches (search-patches "openldap-CVE-2017-9287.patch"))))))
|
|
||||||
|
|
||||||
(define-public nss-pam-ldapd
|
(define-public nss-pam-ldapd
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue