[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/246: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
45/246: gnu: openldap: Update to 2.6.9; fixes build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:13 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 2e094a88d7f25e32ce49f1a88499e0aa85bd0000
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))
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., (continued)
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/13
- 22/246: gnu: expect: Fix build with gcc-14., guix-commits, 2025/01/13
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/13
- 21/246: gnu: torsocks: Fix build with gcc-14., guix-commits, 2025/01/13
- 30/246: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/13
- 28/246: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/01/13
- 36/246: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/01/13
- 39/246: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/13
- 45/246: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.,
guix-commits <=
- 44/246: gnu: ntp: Fix build with gcc-14., guix-commits, 2025/01/13
- 43/246: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/13
- 47/246: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/13
- 56/246: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/13
- 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/13
- 61/246: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/13
- 73/246: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/13
- 86/246: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/01/13
- 85/246: gnu: accountsservice: Fix build with gcc-14., guix-commits, 2025/01/13
- 95/246: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/01/13