Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update anchore tools
@ 2024-06-18 15:06 cinerea0
  0 siblings, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-06-18 15:06 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/50878

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/50878.patch is attached

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

From eedec03d0a4c8a78043b6cf2a3ae7430e99220ae Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 18 Jun 2024 11:01:52 -0400
Subject: [PATCH 1/2] syft: update to 1.7.0

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

diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template
index 3a35489d7ebbc4..9e38df398f1b0d 100644
--- a/srcpkgs/syft/template
+++ b/srcpkgs/syft/template
@@ -1,6 +1,6 @@
 # Template file for 'syft'
 pkgname=syft
-version=1.6.0
+version=1.7.0
 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=636546852c7eb76e763c1ebca88df03b6ac0788269fde336f29c71ca61b195a5
+checksum=a2d856f0a37a91b813b4c55578e286ec1030cde8f9091a6ac36652175d1ab445
 
 post_install() {
 	syft="${DESTDIR}/usr/bin/syft"

From 7b3b508a77f127353f996ed237e0da8af7e42e51 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 18 Jun 2024 11:03:00 -0400
Subject: [PATCH 2/2] grype: update to 0.79.1

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

diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index 3d2ac844c84a03..872965cde3d8cb 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.78.0
+version=0.79.1
 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=64da7755b8f4169003a66badcb8f9432138d1ff59f805b131d9ac5a44391dbd4
+checksum=02295009cbcbdbdf6745a41839837709774f10253014c25bf75301679e5266bc
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

^ 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

* [PR PATCH] Update anchore tools
@ 2024-04-05  1:46 cinerea0
  0 siblings, 0 replies; 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

end of thread, other threads:[~2024-06-18 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18 15:06 [PR PATCH] Update anchore tools cinerea0
  -- strict thread matches above, loose matches on Subject: below --
2024-05-12  1:38 cinerea0
2024-04-05  1:46 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).