Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update anchore tools
@ 2024-04-05  1:46 cinerea0
  2024-04-05 13:19 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 3+ messages in thread
From: cinerea0 @ 2024-04-05  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages anchore
https://github.com/void-linux/void-packages/pull/49710

Update anchore tools
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/49710.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anchore-49710.patch --]
[-- Type: text/x-diff, Size: 2311 bytes --]

From 1b7af07b3aa08af53310e05eb000d3dd2e0ccff1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 4 Apr 2024 21:44:56 -0400
Subject: [PATCH 1/2] syft: update to 1.1.1

---
 srcpkgs/syft/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index 1057618dc378aa..641358526e0282 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -1,6 +1,6 @@
 # Template file for 'syft'
 pkgname=syft
-version=1.1.0
+version=1.1.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://github.com/anchore/syft"
 changelog="https://github.com/anchore/syft/releases"
 distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
-checksum=5fbc5774fce472e8331ae0619e7f1cf12fdb3b358dcc46c52f3f3a0aaeeb1d07
+checksum=965333b5da9310a3982fe930ccd1b3efd23b78c0ba7b4c4659cf9102c591d150
 
 post_install() {
 	syft="${DESTDIR}/usr/bin/syft"

From 6e63f3f770fb3f3acc989e97284aeb460dec165c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 4 Apr 2024 21:45:16 -0400
Subject: [PATCH 2/2] grype: update to 0.75.0, adopt

---
 srcpkgs/grype/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index 310346d7debae5..6fd2d835bfb025 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.74.7
+version=0.75.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -8,12 +8,12 @@ go_import_path="github.com/anchore/grype"
 go_package="github.com/anchore/grype/cmd/grype"
 go_ldflags="-X main.version=${version}"
 short_desc="Vulnerability scanner for container images and filesystems"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
 changelog="https://github.com/anchore/grype/releases"
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
-checksum=3a94ff42cd68a28638e30b87ae7c5216fdafb2b2f6239498cd0b49c942c1353c
+checksum=cd7029afa414a90d0700dbda1562487b8f8f197408d1b0a76367b854301248f2
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: Update anchore tools
  2024-04-05  1:46 [PR PATCH] Update anchore tools cinerea0
@ 2024-04-05 13:19 ` cinerea0
  0 siblings, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-05 13:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

There's a merged pull request on the void-packages repository

Update anchore tools
https://github.com/void-linux/void-packages/pull/49710

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PR PATCH] Update anchore tools
@ 2024-05-12  1:38 cinerea0
  0 siblings, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-12  1:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages anchore
https://github.com/void-linux/void-packages/pull/50286

Update anchore tools
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/50286.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-anchore-50286.patch --]
[-- Type: text/x-diff, Size: 2003 bytes --]

From 0dd9a536b5897412e93b60971d7ae422a648e2a3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 11 May 2024 21:36:32 -0400
Subject: [PATCH 1/2] syft: update to 1.4.1

---
 srcpkgs/syft/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index 739b9df8bf6b4f..ec2835e6ce0472 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -1,6 +1,6 @@
 # Template file for 'syft'
 pkgname=syft
-version=1.3.0
+version=1.4.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://github.com/anchore/syft"
 changelog="https://github.com/anchore/syft/releases"
 distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
-checksum=6916cb0d38c4dc56efe2171bd343b4c9a9fa19a34b46ecedcd209d6e298643b6
+checksum=822808af90626929dd7725df511a674386303482a1ddd316345066e6de09b157
 
 post_install() {
 	syft="${DESTDIR}/usr/bin/syft"

From 3062e5ab8bbf95eb6b904199068bb165c2f07f48 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 11 May 2024 21:36:53 -0400
Subject: [PATCH 2/2] grype: update to 0.77.4

---
 srcpkgs/grype/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index 082fb56ce46642..c4366f5471f52b 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.77.2
+version=0.77.4
 revision=1
 build_style=go
 build_helper=qemu
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
 changelog="https://github.com/anchore/grype/releases"
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
-checksum=d48040b1aaae323c08e54fbd8dae86f5925cd17616ed68c066a57083d9776ba4
+checksum=c95abb1ebd70d10708a8971f3c9211697e1413afa8b139e72832f40c018c4bff
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-12  1:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-05  1:46 [PR PATCH] Update anchore tools cinerea0
2024-04-05 13:19 ` [PR PATCH] [Merged]: " cinerea0
2024-05-12  1:38 [PR PATCH] " cinerea0

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).