From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 1/1] gnu: openldap: Update to 2.4.44 [fixes CVE-2015-6908].
Date: Thu, 21 Apr 2016 14:57:49 -0400 [thread overview]
Message-ID: <1f630462eb8b61c3164562d0e1cc5d8b712977da.1461264947.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1461264947.git.leo@famulari.name>
In-Reply-To: <cover.1461264947.git.leo@famulari.name>
* gnu/packages/openldap.scm (openldap): Update to 2.4.44.
---
gnu/packages/openldap.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index d416a43..adb6f36 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
+;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -34,7 +35,7 @@
(define-public openldap
(package
(name "openldap")
- (version "2.4.42")
+ (version "2.4.44")
(source (origin
(method url-fetch)
@@ -51,7 +52,7 @@
"openldap-release/openldap-" version ".tgz")))
(sha256
(base32
- "0qwfpb5ipp2l76v11arghq5mr0sjc6xhjfg8a0kgsaw5qpib1dzf"))))
+ "0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
(build-system gnu-build-system)
(inputs `(("bdb" ,bdb)
("openssl" ,openssl)
--
2.7.4
next prev parent reply other threads:[~2016-04-21 18:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 18:57 [PATCH 0/1] Update OpenLDAP, fixing CVE-2015-6908 Leo Famulari
2016-04-21 18:57 ` Leo Famulari [this message]
2016-04-23 3:28 ` Mark H Weaver
2016-04-24 0:58 ` Leo Famulari
2016-04-24 1:40 ` Leo Famulari
2016-04-24 19:04 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1f630462eb8b61c3164562d0e1cc5d8b712977da.1461264947.git.leo@famulari.name \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).