[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14. |
Date: |
Wed, 18 Dec 2024 08:07:05 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 3379ef6613a589024ff47b375907213eff4839e3
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))
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., (continued)
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/18
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/18
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/18
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/18
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/18
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/18
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/18
- 20/74: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/18
- 35/74: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/18
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/18
- 45/74: gnu: openldap: Update to 2.6.9; fixes build with gcc-14.,
guix-commits <=
- 58/74: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/18
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/18
- 67/74: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/18
- 65/74: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/18
- 57/74: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/18
- 16/74: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/18
- 21/74: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/18
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/18
- 49/74: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/18
- 66/74: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/18