mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ntfs-3g: Update to 2022.10.3 [security fixes].
* gnu/packages/linux.scm (ntfs-3g): Update to 2022.10.3. [source]: Don't explicitly return #t from snippet. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
c11f585366
commit
bbf9adf525
1 changed files with 4 additions and 6 deletions
|
@ -6137,21 +6137,20 @@ invocations of itself.")
|
||||||
(define-public ntfs-3g
|
(define-public ntfs-3g
|
||||||
(package
|
(package
|
||||||
(name "ntfs-3g")
|
(name "ntfs-3g")
|
||||||
(version "2022.5.17")
|
(version "2022.10.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://tuxera.com/opensource/"
|
(uri (string-append "https://tuxera.com/opensource/"
|
||||||
"ntfs-3g_ntfsprogs-" version ".tgz"))
|
"ntfs-3g_ntfsprogs-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14zbsl7m32f796dkr334zbkj5rba7xa8smxb2ysf3095jyvgp284"))
|
"030pakw3h1z6p8phdbyb0hw0bb868znvrri96rg88jq7d3p3c3pj"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
;; Install under $prefix.
|
;; Install under $prefix.
|
||||||
(substitute* '("src/Makefile.in" "ntfsprogs/Makefile.in")
|
(substitute* '("src/Makefile.in" "ntfsprogs/Makefile.in")
|
||||||
(("/sbin")
|
(("/sbin")
|
||||||
"@sbindir@"))
|
"@sbindir@"))))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list util-linux ; libuuid
|
(inputs (list util-linux ; libuuid
|
||||||
fuse))
|
fuse))
|
||||||
|
@ -6175,8 +6174,7 @@ invocations of itself.")
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(sbin (string-append out "/sbin")))
|
(sbin (string-append out "/sbin")))
|
||||||
(symlink "mount.ntfs-3g"
|
(symlink "mount.ntfs-3g"
|
||||||
(string-append sbin "/mount.ntfs")))
|
(string-append sbin "/mount.ntfs"))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
|
(home-page "https://www.tuxera.com/community/open-source-ntfs-3g/")
|
||||||
(synopsis "Read-write access to NTFS file systems")
|
(synopsis "Read-write access to NTFS file systems")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue