* [PR PATCH] osv-scanner: update to 1.9.0.
@ 2024-10-29 20:08 icp1994
2024-12-02 20:00 ` [PR PATCH] [Updated] " icp1994
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-10-29 20:08 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/52840
osv-scanner: update to 1.9.0.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]
From 920ca1482a623d3d1c73a45093db9d35a5f82ceb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.0.
---
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 3d875eb3ddb083..ab3d328ef4fefe 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.5
+version=1.9.0
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
@@ -13,4 +13,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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=85ce158b6dce22cddc19b652bdc5150145b57119e3acfa8e3ae5ba1cfa449a3f
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.9.0.
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
@ 2024-12-02 20:00 ` icp1994
2024-12-09 6:45 ` [PR PATCH] [Updated] osv-scanner: update to 1.9.1 icp1994
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-12-02 20:00 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/52840
osv-scanner: update to 1.9.0.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]
From 738bf293b70f28f5c51380154b7d113a79170245 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.1.
---
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 3d875eb3ddb083..fabdcb27558642 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.5
+version=1.9.1
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
@@ -13,4 +13,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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.9.1.
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
2024-12-02 20:00 ` [PR PATCH] [Updated] " icp1994
@ 2024-12-09 6:45 ` icp1994
2024-12-09 6:53 ` icp1994
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-12-09 6:45 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/52840
osv-scanner: update to 1.9.1.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]
From d4e7fe6d7e2a273af084c7673130ccc12a9d3317 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.1.
---
srcpkgs/osv-scanner/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 3d875eb3ddb083..af5e93cf86c46f 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,16 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.5
+version=1.9.1
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"
+make_check_args="-skip=_LocalDatabases -skip=_Update"
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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.9.1.
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
2024-12-02 20:00 ` [PR PATCH] [Updated] " icp1994
2024-12-09 6:45 ` [PR PATCH] [Updated] osv-scanner: update to 1.9.1 icp1994
@ 2024-12-09 6:53 ` icp1994
2024-12-09 7:01 ` icp1994
2025-01-22 18:55 ` icp1994
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-12-09 6:53 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/52840
osv-scanner: update to 1.9.1.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]
From fbe3fe3fefc45cfdef648347bc727e268ddbe931 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.1.
---
srcpkgs/osv-scanner/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 3d875eb3ddb083..a62cabbd17d623 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,16 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.5
+version=1.9.1
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"
+make_check_args="-skip='_LocalDatabases|_Update'"
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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.9.1.
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
` (2 preceding siblings ...)
2024-12-09 6:53 ` icp1994
@ 2024-12-09 7:01 ` icp1994
2025-01-22 18:55 ` icp1994
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-12-09 7:01 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/52840
osv-scanner: update to 1.9.1.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]
From 601b3d236b3515fd084a19d50fba69c270071877 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.1.
---
srcpkgs/osv-scanner/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 3d875eb3ddb083..d758da5f554d07 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,16 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.5
+version=1.9.1
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"
+make_check_args="-skip=(_LocalDatabases|_Update)"
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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] osv-scanner: update to 1.9.1.
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
` (3 preceding siblings ...)
2024-12-09 7:01 ` icp1994
@ 2025-01-22 18:55 ` icp1994
4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2025-01-22 18:55 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/52840
osv-scanner: update to 1.9.1.
#### 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/52840.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osv-scanner-52840.patch --]
[-- Type: text/x-diff, Size: 1351 bytes --]
From d5d3c490fe48a30adcc2e4770c11edf1debaebae Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 4 Oct 2024 23:19:26 +0530
Subject: [PATCH] osv-scanner: update to 1.9.2.
---
srcpkgs/osv-scanner/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/osv-scanner/template b/srcpkgs/osv-scanner/template
index 3d875eb3ddb083..b4f38525b6ebe9 100644
--- a/srcpkgs/osv-scanner/template
+++ b/srcpkgs/osv-scanner/template
@@ -1,16 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
-version=1.8.5
+version=1.9.2
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"
+make_check_args="-skip=(_LocalDatabases|_Update)"
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=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
+checksum=e2b62d114102eb9903e7ed110f69560bbf91b57c3163a256f532ab26dde45a49
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-22 18:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29 20:08 [PR PATCH] osv-scanner: update to 1.9.0 icp1994
2024-12-02 20:00 ` [PR PATCH] [Updated] " icp1994
2024-12-09 6:45 ` [PR PATCH] [Updated] osv-scanner: update to 1.9.1 icp1994
2024-12-09 6:53 ` icp1994
2024-12-09 7:01 ` icp1994
2025-01-22 18:55 ` icp1994
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).