[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/249: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
54/249: gnu: tevent: Update to 0.16.1; fixes build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:23 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 1a520338408c16b5edc8f9da50e105f36fae6648
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 10:11:07 2024 +0100
gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
* gnu/packages/samba.scm (tevent): Update to 0.16.1.
Change-Id: I1ea6d75b49eaa243d5e895c2699757ccf9e7bd2c
---
gnu/packages/samba.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 1e51fc645c..c8b4d60b5f 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -387,14 +387,14 @@ destructors. It is the core memory allocator used in
Samba.")
(define-public tevent
(package
(name "tevent")
- (version "0.13.0")
+ (version "0.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
version ".tar.gz"))
(sha256
(base32
- "030x6ziapxiqvmi2m23ri2p9rsa202gfqr7b3cv48lx5gy8plhxr"))))
+ "17h293jyya0ad4znral5vhi8qd5qqhcn6wz4dxgr1h9dygh72a9n"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 42/249: gnu: gamin: Fix build with gcc-14., (continued)
- 42/249: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/01/06
- 40/249: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/06
- 46/249: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/06
- 47/249: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/06
- 64/249: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/01/06
- 49/249: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/06
- 50/249: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/06
- 65/249: gnu: bootstrap: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2025/01/06
- 58/249: gnu: netdde: Use -Wno-error=., guix-commits, 2025/01/06
- 62/249: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/06
- 54/249: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.,
guix-commits <=
- 71/249: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/01/06
- 67/249: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/06
- 63/249: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/06
- 73/249: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/01/06
- 78/249: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14., guix-commits, 2025/01/06
- 77/249: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/06
- 79/249: gnu: gdl: Fix build with gcc-14., guix-commits, 2025/01/06
- 81/249: gnu: emacs: Fix build with gcc-14., guix-commits, 2025/01/06
- 84/249: gnu: upower: Disable failing test., guix-commits, 2025/01/06
- 80/249: gnu: gdl-minimal: Fix build with gcc-14., guix-commits, 2025/01/06