3
5
Fork 0
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:
Ricardo Wurmus 2021-09-30 15:30:49 +02:00
parent 6cd6b0abe7
commit 51a9b8fd8f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)