[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/246: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
78/246: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:18 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 41c8effdf8fedd3dcc3472f2d976b22a048c4c2e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 30 18:35:06 2024 +0100
gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14.
* gnu/packages/samba.scm (samba/pinned): Update to 4.18.1
(samba)[version,source]: Remove fields.
Change-Id: I912f1bd1280f6422b0c167c3227a4c477e21b040
---
gnu/packages/samba.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 4c0a2f05b7..5b175d358a 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -178,7 +178,7 @@ external dependencies.")
(hidden-package
(package
(name "samba")
- (version "4.17.0")
+ (version "4.18.1")
(source
;; For updaters: the current PGP fingerprint is
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
@@ -187,7 +187,7 @@ external dependencies.")
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
- (base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
+ (base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
(build-system gnu-build-system)
(arguments
(list
@@ -297,16 +297,6 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public samba
(package
(inherit samba/pinned)
- (version "4.18.1")
- (source
- ;; For updaters: the current PGP fingerprint is
- ;; 81F5E2832BD2545A1897B713AA99442FB680B620.
- (origin
- (method url-fetch)
- (uri (string-append "https://download.samba.org/pub/samba/stable/"
- "samba-" version ".tar.gz"))
- (sha256
- (base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf"))))
(properties (alist-delete 'hidden? (package-properties samba/pinned)))))
(define-public talloc
- 97/246: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., (continued)
- 97/246: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/01/13
- 24/246: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/13
- 38/246: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2025/01/13
- 46/246: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/13
- 40/246: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/13
- 42/246: gnu: gamin: Fix build with gcc-14., guix-commits, 2025/01/13
- 53/246: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/13
- 52/246: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/13
- 67/246: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/13
- 77/246: gnu: vala-0.52: Fix build with gcc-14., guix-commits, 2025/01/13
- 78/246: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14.,
guix-commits <=
- 05/246: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2025/01/13
- 07/246: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/13
- 19/246: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/13
- 55/246: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/13
- 62/246: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/13
- 60/246: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/13
- 71/246: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/01/13
- 84/246: gnu: upower: Disable failing test., guix-commits, 2025/01/13
- 93/246: gnu: vde2: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/13
- 94/246: gnu: opensc: Update to 0.26.0; fixes build with gcc-14., guix-commits, 2025/01/13