mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
updating openldap
This commit is contained in:
parent
75816817c2
commit
2c0a928135
2 changed files with 9 additions and 9 deletions
|
@ -13,11 +13,11 @@
|
||||||
#:use-module (gnu packages tls)
|
#:use-module (gnu packages tls)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public openldap-2.5.7
|
(define-public openldap
|
||||||
(package
|
(package
|
||||||
(inherit gnu:openldap)
|
(inherit gnu:openldap)
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
(version "2.5.7")
|
(version "2.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
(string-append "https://mirror.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
(string-append "https://mirror.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
(string-append "https://mirror.lyrahosting.com/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
(string-append "https://mirror.lyrahosting.com/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
))
|
))
|
||||||
(sha256 ( base32 "1ayr76sa5hjwldqzis5v71sbp88hd3hysc00gw1raqn33c05g5za" ))
|
(sha256 ( base32 "0kqswk8pxgnlibh0kz6py3a2x3yh9pfk6pyr2nx9lgjpmh75h75p" ))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
@ -83,11 +83,11 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public openldap-2.6.0
|
(define-public openldap-2.5.7
|
||||||
(package
|
(package
|
||||||
(inherit openldap-2.5.7)
|
(inherit openldap)
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
(version "2.6.0")
|
(version "2.5.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
(string-append "https://mirror.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
(string-append "https://mirror.koddos.net/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
(string-append "https://mirror.lyrahosting.com/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
(string-append "https://mirror.lyrahosting.com/OpenLDAP/" "openldap-release/openldap-" version ".tgz")
|
||||||
))
|
))
|
||||||
(sha256 ( base32 "0kqswk8pxgnlibh0kz6py3a2x3yh9pfk6pyr2nx9lgjpmh75h75p" ))
|
(sha256 ( base32 "1ayr76sa5hjwldqzis5v71sbp88hd3hysc00gw1raqn33c05g5za" ))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
(define-public openldap-2.5.9
|
(define-public openldap-2.5.9
|
||||||
(package
|
(package
|
||||||
(inherit openldap-2.5.7)
|
(inherit openldap)
|
||||||
(name "openldap")
|
(name "openldap")
|
||||||
(version "2.5.9")
|
(version "2.5.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
openldap-configuration make-openldap-configuration
|
openldap-configuration make-openldap-configuration
|
||||||
openldap-configuration?
|
openldap-configuration?
|
||||||
(openldap openldap-configuration-openldap
|
(openldap openldap-configuration-openldap
|
||||||
(default openldap-2.6.0)
|
(default openldap)
|
||||||
)
|
)
|
||||||
(uri openldap-configuration-uri
|
(uri openldap-configuration-uri
|
||||||
(default "ldapi:// ldap://")
|
(default "ldapi:// ldap://")
|
||||||
|
|
Loading…
Add table
Reference in a new issue