[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14. |
Date: |
Wed, 18 Dec 2024 08:07:06 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit af603b2314baec8598ef429343c135fe3deff034
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 4ed9b11647..29cad5a3c6 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>
@@ -2068,14 +2068,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
- 16/74: gnu: Re-Add automake-1.16.5., (continued)
- 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
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/18
- 63/74: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/18
- 74/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/18
- 73/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/18
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14.,
guix-commits <=
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 68/74: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2024/12/18
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/18
- 64/74: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/18
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 69/74: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2024/12/18
- 59/74: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/18
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/18
- 60/74: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 52/74: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/18