[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/249: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
45/249: gnu: openldap: Update to 2.6.9; fixes build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:22 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 7907da44bf0521a204aa0968df3c3b7597902a95
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 efc4a9cc06..93350356ca 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))
- 09/249: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., (continued)
- 09/249: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2025/01/06
- 08/249: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2025/01/06
- 28/249: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/01/06
- 29/249: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/06
- 43/249: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/06
- 34/249: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/06
- 39/249: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/06
- 38/249: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/06
- 37/249: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2025/01/06
- 35/249: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/06
- 45/249: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.,
guix-commits <=
- 48/249: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/06
- 51/249: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/01/06
- 61/249: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/06
- 66/249: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2025/01/06
- 69/249: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/01/06
- 74/249: gnu: xorg-server: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/06
- 82/249: gnu: xf86-video-nv: Update to 2.1.23; fixes build with gcc-14., guix-commits, 2025/01/06
- 89/249: gnu: libshout: Fix build with gcc-14., guix-commits, 2025/01/06
- 90/249: gnu: classpath-bootstrap: Fix build with gcc-14., guix-commits, 2025/01/06
- 102/249: gnu: zxing-cpp-1-2.0: Fix build with gcc-14., guix-commits, 2025/01/06