gnu: openldap: Update list of source URLs.
* gnu/packages/openldap.scm (openldap)[source]: Remove former URI (domain name vanished) and add an up-to-date list of URLs. Reported by Alexander Vorobiev <alexander.vorobiev@gmail.com>.
This commit is contained in:
parent
df00e14892
commit
969ee403c8
@ -37,11 +37,21 @@
|
||||
(version "2.4.40")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/openldap-"
|
||||
version ".tgz"))
|
||||
(sha256 (base32
|
||||
"1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni"))))
|
||||
|
||||
;; See <http://www.openldap.org/software/download/> for a list of
|
||||
;; mirrors.
|
||||
(uri (list (string-append
|
||||
"ftp://mirror.switch.ch/mirror/OpenLDAP/"
|
||||
"openldap-release/openldap-" version ".tgz")
|
||||
(string-append
|
||||
"ftp://ftp.OpenLDAP.org/pub/OpenLDAP/"
|
||||
"openldap-release/openldap-" version ".tgz")
|
||||
(string-append
|
||||
"ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/"
|
||||
"openldap-release/openldap-" version ".tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("bdb" ,bdb)
|
||||
("openssl" ,openssl)
|
||||
|
Loading…
Reference in New Issue
Block a user