mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: zutils: Update to 1.9.
* gnu/packages/compression.scm (zutils): Update to 1.9.
This commit is contained in:
parent
297aad07fe
commit
2f6504735b
1 changed files with 3 additions and 6 deletions
|
@ -1980,14 +1980,13 @@ (define-public quazip
|
||||||
(define-public zutils
|
(define-public zutils
|
||||||
(package
|
(package
|
||||||
(name "zutils")
|
(name "zutils")
|
||||||
;; Check and remove the lint-hidden-cve property when updating.
|
(version "1.9")
|
||||||
(version "1.8")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/zutils/zutils-" version ".tar.lz"))
|
(uri (string-append "mirror://savannah/zutils/zutils-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dx35mv78fgqgz6sszs05ng8ipz2xy09ry9vpmka2rmy08b7x907"))))
|
(base32 "0y2wm8wqr1wi1b1fv45dn50njv4q81p6ifx0279ji1bq56qkrn2r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1995,8 +1994,7 @@ (define-public zutils
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'disable-failing-tests
|
(add-before 'check 'disable-failing-tests
|
||||||
;; XXX ‘zgrep -L’ inverts the exit status too, which the test suite
|
;; XXX https://lists.nongnu.org/archive/html/zutils-bug/2020-07/msg00005.html
|
||||||
;; doesn't expect. Bug report probably stuck in moderation.
|
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "testsuite/check.sh"
|
(substitute* "testsuite/check.sh"
|
||||||
(("\"\\$\\{ZGREP\\}\" -N -L \"GNU\"") "true")
|
(("\"\\$\\{ZGREP\\}\" -N -L \"GNU\"") "true")
|
||||||
|
@ -2011,7 +2009,6 @@ (define-public zutils
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Needed to extract the source tarball and run the test suite.
|
;; Needed to extract the source tarball and run the test suite.
|
||||||
`(("lzip" ,lzip)))
|
`(("lzip" ,lzip)))
|
||||||
(properties `((lint-hidden-cve . ("CVE-2018-1000637"))))
|
|
||||||
(home-page "https://www.nongnu.org/zutils/zutils.html")
|
(home-page "https://www.nongnu.org/zutils/zutils.html")
|
||||||
(synopsis "Utilities that transparently operate on compressed files")
|
(synopsis "Utilities that transparently operate on compressed files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue