[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/216: gnu: talloc: Update to 2.4.2; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
52/216: gnu: talloc: Update to 2.4.2; fixes build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:15 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit efa81a5225d27e39c0588f6dc17005ba466425b3
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 08:49:02 2024 +0100
gnu: talloc: Update to 2.4.2; fixes build with gcc-14.
* gnu/packages/samba.scm (talloc): Update to 2.4.2.
Change-Id: I63d3f1668c5b7a75161c1dc189c26635092c0b64
---
gnu/packages/samba.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 758efa5546..1e51fc645c 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -311,14 +312,14 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.3.4")
+ (version "2.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "01b5pq39z1l26f86dy8jqb37fsjbvsvx5ji65jmy8rsy4sz9x7qp"))))
+ "19nqn6lygdwpfvc5g8jzany20hz126jfjlhajpwrh3z2cpjgkv45"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 16/216: gnu: Re-Add automake-1.16.5., (continued)
- 16/216: gnu: Re-Add automake-1.16.5., guix-commits, 2025/01/04
- 25/216: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/01/04
- 17/216: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/04
- 28/216: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2025/01/04
- 30/216: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/04
- 31/216: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2025/01/04
- 36/216: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2025/01/04
- 71/216: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/01/04
- 47/216: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/04
- 64/216: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/01/04
- 52/216: gnu: talloc: Update to 2.4.2; fixes build with gcc-14.,
guix-commits <=
- 43/216: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/04
- 67/216: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/04
- 74/216: gnu: xorg-server: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 79/216: gnu: gdl: Fix build with gcc-14., guix-commits, 2025/01/04
- 12/216: gnu: gettext: Update to 0.23., guix-commits, 2025/01/04
- 14/216: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/04
- 19/216: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/04
- 33/216: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/04
- 32/216: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/04
- 34/216: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/04