GNU bug report logs -
#60918
[PATCH 19/25] gnu: Add govulncheck.
Previous Next
Reported by: Katherine Cox-Buday <cox.katherine.e <at> gmail.com>
Date: Wed, 18 Jan 2023 01:46:15 UTC
Severity: normal
Tags: patch
Merged with 60898,
60899,
60900,
60901,
60902,
60903,
60904,
60905,
60906,
60907,
60908,
60909,
60910,
60911,
60912,
60913,
60914,
60915,
60916,
60917,
60919,
60920,
60921,
60922
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
* gnu/packages/golang.scm (govulncheck): New variable.
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -2956,6 +2956,57 @@ (define-public go-golang-org-x-crypto
> + (version "0.0.0-20221229164908-ebf31f7dc3ef")
Please use git-version.
> + (arguments
> + `(#:import-path "golang.org/x/vuln"
> + #:go ,go-1.19
> + #:install-source? #f
> + #:phases ,#~(modify-phases %standard-phases
> + (add-after 'unpack 'remove-go-mod-tidy
> + (lambda _
> + (substitute* "src/golang.org/x/vuln/checks.bash"
> + (("go mod tidy")
> + #$(file-append coreutils-minimal "/bin/true")))))
> + (replace 'build
> + (lambda arguments
> + (apply (assoc-ref %standard-phases
> + 'build)
> + `(,@arguments #:import-path
> + "golang.org/x/vuln/cmd/govulncheck")))))))
Please try to see if you can remove ``(replace 'build ...)'' et cetera.
> + (synopsis "Go Vulnerability Management")
(synopsis "Manage data from the Go Vulnerability Database")
> + (description
> + "This repository contains packages for accessing and analyzing data from the
> +@@url{https://vuln.go.dev,Go Vulnerability Database}. It contains the
> +following:")
(description
"This package provides a Go library and program for accessing and analysing
data from the @url{https://vuln.go.dev, Go Vulnerability Database.")
-- (
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.