[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/216: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
45/216: gnu: openldap: Update to 2.6.9; fixes build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:13 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit d337bcfca5efb50da99b4d807ced709fab8c8568
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))
- 46/216: gnu: pth: Fix build with gcc-14., (continued)
- 46/216: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/04
- 51/216: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2025/01/04
- 77/216: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/04
- 83/216: gnu: xf86-video-nouveau: Fix build with gcc-14., guix-commits, 2025/01/04
- 20/216: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/04
- 24/216: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/04
- 26/216: gnu: xmlto: Fix build with gcc-14., guix-commits, 2025/01/04
- 55/216: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/04
- 40/216: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/04
- 35/216: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2025/01/04
- 45/216: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.,
guix-commits <=
- 56/216: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/04
- 44/216: gnu: ntp: Fix build with gcc-14., guix-commits, 2025/01/04
- 38/216: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/04
- 53/216: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/04
- 60/216: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04
- 58/216: gnu: netdde: Use -Wno-error=., guix-commits, 2025/01/04
- 80/216: gnu: gdl-minimal: Fix build with gcc-14., guix-commits, 2025/01/04
- 73/216: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/04
- 81/216: gnu: emacs: Fix build with gcc-14., guix-commits, 2025/01/04
- 102/216: gnu: zxing-cpp-1-2.0: Fix build with gcc-14., guix-commits, 2025/01/04