[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: OpenLDAP: Update to 2.4.47.
From: |
guix-commits |
Subject: |
03/10: gnu: OpenLDAP: Update to 2.4.47. |
Date: |
Sun, 10 Feb 2019 15:19:56 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit cb2c6364947017c06e8437477071f8d1098833a7
Author: Marius Bakke <address@hidden>
Date: Sun Feb 10 18:10:48 2019 +0100
gnu: OpenLDAP: Update to 2.4.47.
* gnu/packages/openldap.scm (openldap): Update to 2.4.47.
---
gnu/packages/openldap.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 368a953..0d07571 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -56,7 +56,7 @@
(define-public openldap
(package
(name "openldap")
- (version "2.4.46")
+ (version "2.4.47")
(source (origin
(method url-fetch)
@@ -73,7 +73,7 @@
"openldap-release/openldap-" version ".tgz")))
(sha256
(base32
- "0bab1km8f2nan1x0zgwliknbxg0zlf2pafxrr867kblrdfwdr44s"))))
+ "02sj0p1pq12hqq29b22m3f5zs2rykgvc0q3wlynxjcsjhrvmhk7m"))))
(build-system gnu-build-system)
(inputs `(("bdb" ,bdb-5.3)
("cyrus-sasl" ,cyrus-sasl)
- branch core-updates updated (0bba8a5 -> f9126dd), guix-commits, 2019/02/10
- 10/10: gnu: libidn2: Update to 2.1.1a., guix-commits, 2019/02/10
- 05/10: gnu: RHash: Update to 1.3.8., guix-commits, 2019/02/10
- 09/10: gnu: harfbuzz: Update to 2.3.1., guix-commits, 2019/02/10
- 08/10: gnu: graphite2: Update to 1.3.13., guix-commits, 2019/02/10
- 07/10: gnu: nghttp2: Update to 1.36.0., guix-commits, 2019/02/10
- 02/10: gnu: GnuTLS: Update to 3.6.6., guix-commits, 2019/02/10
- 03/10: gnu: OpenLDAP: Update to 2.4.47.,
guix-commits <=
- 04/10: gnu: libuv: Update to 1.26.0., guix-commits, 2019/02/10
- 06/10: gnu: nghttp2: Remove GCC7 workaround., guix-commits, 2019/02/10
- 01/10: Merge branch 'staging' into core-updates, guix-commits, 2019/02/10