[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
97/285: gnu: cifs-utils: Update to 6.10.
From: |
guix-commits |
Subject: |
97/285: gnu: cifs-utils: Update to 6.10. |
Date: |
Sun, 29 Dec 2019 20:44:08 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 91c4ac083f240526735559127e926cd2219167af
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 23 23:12:42 2019 +0100
gnu: cifs-utils: Update to 6.10.
* gnu/packages/samba.scm (cifs-utils): Update to 6.10.
[arguments]: Force a ‘bootstrap’.
Add a ‘create-man8dir’ phase.
---
gnu/packages/samba.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index a60b735..ecfbdd1 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -58,14 +58,14 @@
(define-public cifs-utils
(package
(name "cifs-utils")
- (version "6.9")
+ (version "6.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/linux-cifs/"
"cifs-utils/cifs-utils-" version ".tar.bz2"))
(sha256 (base32
- "175cp509wn1zv8p8mv37hkf6sxiskrsxdnq22mhlsg61jazz3n0q"))))
+ "19q4b5bzlxhn1hpi843xrp6f50d33w7m0rs26krkg5h3x742kz4j"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
@@ -81,12 +81,24 @@
(arguments
`(#:phases
(modify-phases %standard-phases
+ (replace 'bootstrap
+ ;; Force a bootstrap to fix a ‘cannot find install-sh, install.sh,
+ ;; or shtool’ error since version 6.10.
+ (lambda _
+ (invoke "autoreconf" "-vfi")
+ #t))
(add-before 'configure 'set-root-sbin
(lambda _
;; Don't try to install into "/sbin".
(setenv "ROOTSBINDIR"
(string-append (assoc-ref %outputs "out") "/sbin"))
- #t)))))
+ #t))
+ (add-before 'install 'create-man8dir
+ ;; Create a directory that isn't created since version 6.10.
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((out (assoc-ref outputs "out")))
+ (mkdir-p (string-append out "/share/man/man8"))
+ #t))))))
(synopsis "User-space utilities for Linux CIFS (Samba) mounts")
(description "@code{cifs-utils} is a set of user-space utilities for
mounting and managing @dfn{Common Internet File System} (CIFS) shares using
- 68/285: gnu: tbb: Update to 2020.0., (continued)
- 68/285: gnu: tbb: Update to 2020.0., guix-commits, 2019/12/29
- 64/285: gnu: nsd: Update to 4.2.4., guix-commits, 2019/12/29
- 66/285: gnu: dos2unix: Don't use NAME in source URI., guix-commits, 2019/12/29
- 63/285: gnu: knot: Update to 2.9.2., guix-commits, 2019/12/29
- 69/285: gnu: clustershell: Update to 1.8.3., guix-commits, 2019/12/29
- 67/285: gnu: dos2unix: Update to 7.4.1., guix-commits, 2019/12/29
- 73/285: gnu: guix-data-service: Update to 0.0.1-10.5c643e0., guix-commits, 2019/12/29
- 102/285: gnu: diffstat: Don't use NAME in source URI., guix-commits, 2019/12/29
- 98/285: gnu: cifs-utils: Update phase style., guix-commits, 2019/12/29
- 96/285: gnu: Add i3-gaps., guix-commits, 2019/12/29
- 97/285: gnu: cifs-utils: Update to 6.10.,
guix-commits <=
- 107/285: gnu: tevent: Update to 0.10.2., guix-commits, 2019/12/29
- 108/285: gnu: samba: Update to 4.11.4., guix-commits, 2019/12/29
- 117/285: gnu: gumbo-parser: Don't use unstable tarball., guix-commits, 2019/12/29
- 121/285: gnu: hiawatha: Update to 10.10., guix-commits, 2019/12/29
- 129/285: gnu: Add python-funcparserlib., guix-commits, 2019/12/29
- 135/285: gnu: Add arm-none-eabi-nano-toolchain-7-2018-q2-update., guix-commits, 2019/12/29
- 130/285: gnu: python-hy: Update to 0.17.0., guix-commits, 2019/12/29
- 134/285: gnu: Add arm-none-eabi-toolchain-7-2018-q2-update., guix-commits, 2019/12/29
- 136/285: gnu: axoloti-patcher, axoloti-runtime: Update to 1.0.12-2., guix-commits, 2019/12/29
- 141/285: gnu: ffmpegthumbnailer: Update to 2.2.2., guix-commits, 2019/12/29