[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/75: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
47/75: gnu: tdb: Update to 1.4.12; fixes build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:38 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 0294bf41fc6d56b22dc8574c94fbf8b9c1a7678a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 17:47:55 2024 +0100
gnu: tdb: Update to 1.4.12; fixes build with gcc-14.
* gnu/packages/databases.scm (tdb): Update to 2.6.9.
Change-Id: I63d3f1668c5b7a75161c1dc189c26635092c0b64
---
gnu/packages/databases.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 27b2ecf3c2..23a21ef455 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 David Craven <david@craven.ch>
-;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
@@ -2067,14 +2067,14 @@ changes.")
(define-public tdb
(package
(name "tdb")
- (version "1.4.7")
+ (version "1.4.12")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tdb/tdb-"
version ".tar.gz"))
(sha256
(base32
- "03n2hz4sv003gpkyp57hk5kiw4xk9f2dkxq75kzk2gskxy6idyx4"))))
+ "0yndhh829ai2p3n4i63h1rhl22dcvzba0rffgqihjbc1k1sb5r3c"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 03/75: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", (continued)
- 03/75: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 08/75: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 11/75: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 01/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 17/75: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 19/75: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/75: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 16/75: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 52/75: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 35/75: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/15
- 47/75: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.,
guix-commits <=
- 74/75: squash! REMOVEME gnu: Add gcc-11-fixed, enhancing `relax-gcc-14s-strictness' stage., guix-commits, 2024/12/15
- 10/75: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/15
- 09/75: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/15
- 27/75: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/15
- 28/75: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/15
- 30/75: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 29/75: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/15
- 45/75: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/15
- 59/75: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 71/75: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/15