* [PR PATCH] osv-scanner: update to 1.8.5.
@ 2024-09-18 20:35 icp1994
2024-09-20 16:18 ` [PR PATCH] [Updated] " icp1994
2024-09-22 17:11 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-09-18 20:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 480 bytes --]
There is a new pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages osv-scanner
https://github.com/void-linux/void-packages/pull/52266
osv-scanner: update to 1.8.5.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/52266.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52266.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]
From ae58dc707e5414d9b6dde2320f7a7dcc339eead2 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 16 Sep 2024 12:03:33 +0530
Subject: [PATCH] osv-scanner: update to 1.8.5.
---
srcpkgs/osv-scanner/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 0a71555f16e050..b04492a63420ce 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,6 +1,6 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.4
+version=1.8.5
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
@@ -12,4 +12,4 @@ license="Apache-2.0"
homepage="https://google.github.io/osv-scanner/"
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
-checksum=a3882cfe23b8d31b89bc771f112a2c796d5d42b8ec538399ce520216cfdbd835
+checksum=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.8.5.
2024-09-18 20:35 [PR PATCH] osv-scanner: update to 1.8.5 icp1994
@ 2024-09-20 16:18 ` icp1994
2024-09-22 17:11 ` [PR PATCH] [Merged]: " classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-09-20 16:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages osv-scanner
https://github.com/void-linux/void-packages/pull/52266
osv-scanner: update to 1.8.5.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/52266.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52266.patch --]
[-- Type: text/x-diff, Size: 1300 bytes --]
From afc45981528c85b6233ad4eab5fd221645ad1a1f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 16 Sep 2024 12:03:33 +0530
Subject: [PATCH] osv-scanner: update to 1.8.5.
---
srcpkgs/osv-scanner/template | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 0a71555f16e050..3d875eb3ddb083 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,15 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.4
+version=1.8.5
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
go_package="${go_import_path}/cmd/osv-scanner"
go_ldflags="-X main.version=${version}"
+make_check_args="-skip=_LocalDatabases"
short_desc="Vulnerability scanner which uses the data provided by https://osv.dev"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://google.github.io/osv-scanner/"
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
-checksum=a3882cfe23b8d31b89bc771f112a2c796d5d42b8ec538399ce520216cfdbd835
+checksum=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: osv-scanner: update to 1.8.5.
2024-09-18 20:35 [PR PATCH] osv-scanner: update to 1.8.5 icp1994
2024-09-20 16:18 ` [PR PATCH] [Updated] " icp1994
@ 2024-09-22 17:11 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-09-22 17:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 325 bytes --]
There's a merged pull request on the void-packages repository
osv-scanner: update to 1.8.5.
https://github.com/void-linux/void-packages/pull/52266
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-22 17:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-18 20:35 [PR PATCH] osv-scanner: update to 1.8.5 icp1994
2024-09-20 16:18 ` [PR PATCH] [Updated] " icp1994
2024-09-22 17:11 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).