guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: 389-ds-base: Update to 1.4.0.31 [security fi


From: guix-commits
Subject: branch master updated: gnu: 389-ds-base: Update to 1.4.0.31 [security fixes].
Date: Wed, 03 Mar 2021 19:40:08 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 22ef895  gnu: 389-ds-base: Update to 1.4.0.31 [security fixes].
22ef895 is described below

commit 22ef895d2481964bf72b04bb5b4195c8cfb94754
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 4 01:39:07 2021 +0100

    gnu: 389-ds-base: Update to 1.4.0.31 [security fixes].
    
    * gnu/packages/openldap.scm (389-ds-base): Update to 1.4.0.31.
---
 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 c23a9f6..400f106 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -237,14 +237,14 @@ servers from Python programs.")
 (define-public 389-ds-base
   (package
     (name "389-ds-base")
-    (version "1.4.0.21")
+    (version "1.4.0.31")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://releases.pagure.org/389-ds-base/";
                                   "389-ds-base-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qd1ap5d5nxyiq0d19czfwc3h7iwl9lmr5sy7d7xmpr2by59aysr"))))
+                "1rs218iqxyclccsdqb529favdsmz88zw785lsxd9ln43ja3x3l65"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((srfi srfi-1)



reply via email to

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