[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/290: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
44/290: gnu: openldap: Update to 2.6.9; fixes build with gcc-14. |
Date: |
Mon, 31 Mar 2025 05:05:36 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit 601934221ed8b9f677bd471b2878d6f470f1c219
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 16:07:12 2024 +0100
gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
* gnu/packages/openldap.scm (openldap): Update to 2.6.9.
Change-Id: Ie9967139a7346c8fccc96ab88d3e6399aab6bdfe
---
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 8d3c94e8ae..87c5142f49 100644
--- a/gnu/packages/openldap.scm
+++ b/gnu/packages/openldap.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2023 Brian Cully <bjc@spork.org>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -69,7 +70,7 @@
(define-public openldap
(package
(name "openldap")
- (version "2.6.4")
+ (version "2.6.9")
(source (origin
(method url-fetch)
;; See <http://www.openldap.org/software/download/> for a list of
@@ -85,7 +86,7 @@
"openldap-release/openldap-" version ".tgz")))
(sha256
(base32
- "1489li52sjxm1f97v927jxaxzfk6v9sa32ixrw30qhvq07jh85ym"))))
+ "1zxjws0mcm9cjwhhb7v1qq6g7avqlnx7ydcr1pzhsd68x5rxrdrc"))))
(build-system gnu-build-system)
(inputs (list bdb-5.3 cyrus-sasl gnutls libgcrypt zlib))
(native-inputs (list libtool groff bdb-5.3))
- 25/290: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., (continued)
- 25/290: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/03/31
- 24/290: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/03/31
- 29/290: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/03/31
- 31/290: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/03/31
- 32/290: gnu: localed: Fix build with gcc-14., guix-commits, 2025/03/31
- 33/290: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/03/31
- 34/290: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/03/31
- 35/290: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/03/31
- 39/290: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/03/31
- 41/290: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/03/31
- 44/290: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.,
guix-commits <=
- 47/290: gnu: Add cryptsetup-minimal., guix-commits, 2025/03/31
- 48/290: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/03/31
- 51/290: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/03/31
- 49/290: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/03/31
- 53/290: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/03/31
- 52/290: gnu: slim: Fix build with gcc-14., guix-commits, 2025/03/31
- 58/290: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2025/03/31
- 66/290: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/03/31
- 67/290: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/03/31
- 68/290: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/03/31