mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: 389-ds-base: Update to 1.4.4.17.
* gnu/packages/openldap.scm (389-ds-base): Update to 1.4.4.17. [source]: Use release tarball from Github. [arguments]: Remove wrapping of readnsstate.
This commit is contained in:
parent
6cd6b0abe7
commit
51a9b8fd8f
1 changed files with 5 additions and 6 deletions
|
@ -216,14 +216,14 @@ servers from Python programs.")
|
|||
(define-public 389-ds-base
|
||||
(package
|
||||
(name "389-ds-base")
|
||||
(version "1.4.0.31")
|
||||
(version "1.4.4.17")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://releases.pagure.org/389-ds-base/"
|
||||
"389-ds-base-" version ".tar.bz2"))
|
||||
(uri (string-append "https://github.com/389ds/389-ds-base/archive/"
|
||||
"389-ds-base-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rs218iqxyclccsdqb529favdsmz88zw785lsxd9ln43ja3x3l65"))))
|
||||
"0i8m4crbnjjhfb7cq758rd0fxyz36i291yq6fykkprjykz9s3zv4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((srfi srfi-1)
|
||||
|
@ -322,8 +322,7 @@ servers from Python programs.")
|
|||
"/sbin/dsctl"
|
||||
"/sbin/dsidm"
|
||||
"/bin/ds-logpipe.py"
|
||||
"/bin/ds-replcheck"
|
||||
"/bin/readnsstate"))))))))
|
||||
"/bin/ds-replcheck"))))))))
|
||||
(inputs
|
||||
`(("bdb" ,bdb)
|
||||
("cracklib" ,cracklib)
|
||||
|
|
Loading…
Reference in a new issue