[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/63: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
52/63: gnu: tevent: Update to 0.16.1; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:29:14 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit fdb2140ee7c20a852a835816cc43a6c7cd3bfc5d
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 1fe49da584..d026887a21 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -386,14 +386,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
- 49/63: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., (continued)
- 49/63: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 55/63: gnu: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/12
- 58/63: Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.", guix-commits, 2024/12/12
- 62/63: REMOVEME gnu: commencement: static-bash-for-glibc: Avoid rebuild., guix-commits, 2024/12/12
- 60/63: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/12
- 61/63: REMOVEME gnu: commencement: bash-mesboot: Avoid rebuild., guix-commits, 2024/12/12
- 24/63: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 45/63: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/12
- 44/63: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 47/63: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/12
- 52/63: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.,
guix-commits <=
- 53/63: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 56/63: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/12
- 05/63: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/12
- 08/63: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/12
- 46/63: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/12
- 63/63: REMOVEME gnu: Add bdb-4.8-orig to avoid a world rebuild at this time., guix-commits, 2024/12/12
- 11/63: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/12
- 16/63: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2024/12/12
- 09/63: gnu: gettext: Update to 0.23., guix-commits, 2024/12/12
- 20/63: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/12