Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grype: update to 0.69.1
@ 2023-10-10 17:29 cinerea0
  2023-10-10 17:45 ` [PR PATCH] [Updated] " cinerea0
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2023-10-10 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages grype
https://github.com/void-linux/void-packages/pull/46565

grype: update to 0.69.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From cb5b816051ffe3c0174486cfdc6455b93bbf3ce6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 10 Oct 2023 13:29:03 -0400
Subject: [PATCH] grype: update to 0.69.1

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

diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index d40afcc7f1c09..92b1eb036ba65 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.69.0
+version=0.69.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
-checksum=d20e1fb2fdc28af123ce197ceef3ac9dd99327f3a298e7e3e2eb1dd5dd7b43a3
+checksum=662045a79c1697c9a181ec68133434fa86177dd26435e6998d32d094d11f3ce9
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

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

* Re: [PR PATCH] [Updated] grype: update to 0.69.1
  2023-10-10 17:29 [PR PATCH] grype: update to 0.69.1 cinerea0
@ 2023-10-10 17:45 ` cinerea0
  2023-10-11  0:52 ` cinerea0
  2023-10-11  7:48 ` [PR PATCH] [Merged]: grype: update to 0.70.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-10-10 17:45 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages grype
https://github.com/void-linux/void-packages/pull/46565

grype: update to 0.69.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From cce435f90b45708330f2424c6e8a0d14bcae8318 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 10 Oct 2023 13:45:10 -0400
Subject: [PATCH] grype: update to 0.69.1

---
 srcpkgs/grype/patches/fix-go-version.patch | 13 -------------
 srcpkgs/grype/template                     |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/grype/patches/fix-go-version.patch

diff --git a/srcpkgs/grype/patches/fix-go-version.patch b/srcpkgs/grype/patches/fix-go-version.patch
deleted file mode 100644
index 746a67a0a6b22..0000000000000
--- a/srcpkgs/grype/patches/fix-go-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Requirement for v1.21.1 has nothing to do with program capabilities, see https://github.com/anchore/grype/pull/1484
-diff --git a/go.mod b/go.mod
-index 3d72c07fa9..efdc329286 100644
---- a/go.mod
-+++ b/go.mod
-@@ -1,6 +1,6 @@
- module github.com/anchore/grype
- 
--go 1.21.1
-+go 1.21.0
- 
- require (
- 	github.com/CycloneDX/cyclonedx-go v0.7.1
diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index d40afcc7f1c09..92b1eb036ba65 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.69.0
+version=0.69.1
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
-checksum=d20e1fb2fdc28af123ce197ceef3ac9dd99327f3a298e7e3e2eb1dd5dd7b43a3
+checksum=662045a79c1697c9a181ec68133434fa86177dd26435e6998d32d094d11f3ce9
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

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

* Re: [PR PATCH] [Updated] grype: update to 0.69.1
  2023-10-10 17:29 [PR PATCH] grype: update to 0.69.1 cinerea0
  2023-10-10 17:45 ` [PR PATCH] [Updated] " cinerea0
@ 2023-10-11  0:52 ` cinerea0
  2023-10-11  7:48 ` [PR PATCH] [Merged]: grype: update to 0.70.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2023-10-11  0:52 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages grype
https://github.com/void-linux/void-packages/pull/46565

grype: update to 0.69.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 846704af55237e6a7216c962b5b513e342986c78 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 10 Oct 2023 20:52:35 -0400
Subject: [PATCH] grype: update to 0.70.0

---
 srcpkgs/grype/patches/fix-go-version.patch | 13 -------------
 srcpkgs/grype/template                     |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/grype/patches/fix-go-version.patch

diff --git a/srcpkgs/grype/patches/fix-go-version.patch b/srcpkgs/grype/patches/fix-go-version.patch
deleted file mode 100644
index 746a67a0a6b22..0000000000000
--- a/srcpkgs/grype/patches/fix-go-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Requirement for v1.21.1 has nothing to do with program capabilities, see https://github.com/anchore/grype/pull/1484
-diff --git a/go.mod b/go.mod
-index 3d72c07fa9..efdc329286 100644
---- a/go.mod
-+++ b/go.mod
-@@ -1,6 +1,6 @@
- module github.com/anchore/grype
- 
--go 1.21.1
-+go 1.21.0
- 
- require (
- 	github.com/CycloneDX/cyclonedx-go v0.7.1
diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template
index d40afcc7f1c09..cb4cceeb45aab 100644
--- a/srcpkgs/grype/template
+++ b/srcpkgs/grype/template
@@ -1,6 +1,6 @@
 # Template file for 'grype'
 pkgname=grype
-version=0.69.0
+version=0.70.0
 revision=1
 build_style=go
 build_helper=qemu
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/anchore/grype"
 distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
-checksum=d20e1fb2fdc28af123ce197ceef3ac9dd99327f3a298e7e3e2eb1dd5dd7b43a3
+checksum=eb54c0d1e6d824d7fc7240a8e9dd15b642bb4ca387f7bbc8de2cbff779635a19
 
 post_install() {
 	grype="${DESTDIR}/usr/bin/grype"

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

* Re: [PR PATCH] [Merged]: grype: update to 0.70.0
  2023-10-10 17:29 [PR PATCH] grype: update to 0.69.1 cinerea0
  2023-10-10 17:45 ` [PR PATCH] [Updated] " cinerea0
  2023-10-11  0:52 ` cinerea0
@ 2023-10-11  7:48 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-10-11  7:48 UTC (permalink / raw)
  To: ml

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

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

grype: update to 0.70.0
https://github.com/void-linux/void-packages/pull/46565

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


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

end of thread, other threads:[~2023-10-11  7:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-10 17:29 [PR PATCH] grype: update to 0.69.1 cinerea0
2023-10-10 17:45 ` [PR PATCH] [Updated] " cinerea0
2023-10-11  0:52 ` cinerea0
2023-10-11  7:48 ` [PR PATCH] [Merged]: grype: update to 0.70.0 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).