guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: openldap: Update to 2.4.45.


From: Leo Famulari
Subject: 03/05: gnu: openldap: Update to 2.4.45.
Date: Sun, 4 Jun 2017 15:16:20 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 47415332d70cd9166b0914ce43018ae57083c120
Author: Leo Famulari <address@hidden>
Date:   Sat Jun 3 16:17:38 2017 -0400

    gnu: openldap: Update to 2.4.45.
    
    * gnu/packages/openldap.scm (openldap): Update to 2.4.45.
    [replacement]: Remove field.
    (openldap/fixed): Remove variable.
---
 gnu/packages/openldap.scm | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm
index 24bf603..a146ef3 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -40,8 +40,7 @@
 (define-public openldap
   (package
    (name "openldap")
-   (replacement openldap/fixed)
-   (version "2.4.44")
+   (version "2.4.45")
    (source (origin
             (method url-fetch)
 
@@ -51,14 +50,14 @@
                         "ftp://mirror.switch.ch/mirror/OpenLDAP/";
                         "openldap-release/openldap-" version ".tgz")
                        (string-append
-                        "ftp://ftp.OpenLDAP.org/pub/OpenLDAP/";
+                        "https://www.openldap.org/software/download/OpenLDAP/";
                         "openldap-release/openldap-" version ".tgz")
                        (string-append
                         "ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/";
                         "openldap-release/openldap-" version ".tgz")))
             (sha256
              (base32
-              "0044p20hx07fwgw2mbwj1fkx04615hhs1qyx4mawj2bhqvrnppnp"))))
+              "091qvwk5dkcpp17ziabcnh3rg3m7qwzw2pihfcd1d5fdxgywzmnd"))))
    (build-system gnu-build-system)
    (inputs `(("bdb" ,bdb-5.3)
              ("cyrus-sasl" ,cyrus-sasl)
@@ -79,15 +78,7 @@
    (description
     "OpenLDAP is a free implementation of the Lightweight Directory Access 
Protocol.")
    (license openldap2.8)
-   (home-page "http://www.openldap.org/";)))
-
-(define openldap/fixed
-  (package
-    (inherit openldap)
-    (source
-      (origin
-        (inherit (package-source openldap))
-        (patches (search-patches "openldap-CVE-2017-9287.patch"))))))
+   (home-page "https://www.openldap.org/";)))
 
 (define-public nss-pam-ldapd
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]