Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security/osv-scanner: Update to 1.9.0 #305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions security/osv-scanner/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= osv-scanner
DISTVERSIONPREFIX= v
DISTVERSION= 1.8.2
PORTREVISION= 1
DISTVERSION= 1.9.0
CATEGORIES= security

MAINTAINER= [email protected]
Expand All @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.21,modules

_BUILD_VERSION= ${DISTVERSION}
_BUILD_COMMIT= 1ea785e
_BUILD_COMMIT= 1386406
_BUILD_DATE= $$(date +%Y-%m-%d)

GO_MODULE= github.com/google/${PORTNAME}
Expand All @@ -25,8 +24,8 @@ GO_BUILDFLAGS= -ldflags "\
-X main.date=${_BUILD_DATE} \
-X main.commit=${_BUILD_COMMIT}"

PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md

OPTIONS_DEFINE= DOCS

Expand Down
10 changes: 5 additions & 5 deletions security/osv-scanner/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1720621608
SHA256 (go/security_osv-scanner/osv-scanner-v1.8.2/v1.8.2.mod) = b330a09097662dda308c1d00070863cec5bab7ad766b431132204e62bcfbd4d0
SIZE (go/security_osv-scanner/osv-scanner-v1.8.2/v1.8.2.mod) = 5340
SHA256 (go/security_osv-scanner/osv-scanner-v1.8.2/v1.8.2.zip) = 3f2258a6e28d170b6e59415af5d21a42b3be63dbc9cdf38bc28b080e2a072c37
SIZE (go/security_osv-scanner/osv-scanner-v1.8.2/v1.8.2.zip) = 6873207
TIMESTAMP = 1727902262
SHA256 (go/security_osv-scanner/osv-scanner-v1.9.0/v1.9.0.mod) = 671fe1fdfc3d4f0cfa8dd74f7785d6c55f28b089154c3104c5759bb61646ff5a
SIZE (go/security_osv-scanner/osv-scanner-v1.9.0/v1.9.0.mod) = 5009
SHA256 (go/security_osv-scanner/osv-scanner-v1.9.0/v1.9.0.zip) = 58f51971ded2a75358a3900ce77844acfd9238c5a74785fad4e7db563808858e
SIZE (go/security_osv-scanner/osv-scanner-v1.9.0/v1.9.0.zip) = 7432577
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- internal/sourceanalysis/go.go.orig 2024-06-21 19:21:07.662367000 +0200
+++ internal/sourceanalysis/go.go 2024-06-21 19:21:27.715630000 +0200
@@ -18,7 +18,7 @@
--- internal/sourceanalysis/go.go.orig 1979-11-29 23:00:00 UTC
+++ internal/sourceanalysis/go.go
@@ -18,7 +18,7 @@ func goAnalysis(r reporter.Reporter, pkgs []models.Pac
)

func goAnalysis(r reporter.Reporter, pkgs []models.PackageVulns, source models.SourceInfo) {
Expand Down