Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-geiger: update to 0.11.5.
@ 2023-01-14 13:39 jcgruenhage
  2023-04-02  9:28 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jcgruenhage @ 2023-01-14 13:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-geiger-0.11.5
https://github.com/void-linux/void-packages/pull/41638

cargo-geiger: update to 0.11.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-geiger-0.11.5-41638.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 89507645f044efcf540ad4caa57dfc732e844c17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 14:38:35 +0100
Subject: [PATCH] cargo-geiger: update to 0.11.5.

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

diff --git a/srcpkgs/cargo-geiger/template b/srcpkgs/cargo-geiger/template
index e0400a70e908..1e7e7aacd7d1 100644
--- a/srcpkgs/cargo-geiger/template
+++ b/srcpkgs/cargo-geiger/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-geiger'
 pkgname=cargo-geiger
-version=0.11.4
+version=0.11.5
 revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-geiger"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
-checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
+checksum=a5d6e96ddbd57db84b5bb51b686578512974e82764c427d6acaabd0e609ed1b6
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Updated] cargo-geiger: update to 0.11.5.
  2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
@ 2023-04-02  9:28 ` jcgruenhage
  2023-04-02 19:41 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-04-02  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-geiger-0.11.5
https://github.com/void-linux/void-packages/pull/41638

cargo-geiger: update to 0.11.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-geiger-0.11.5-41638.patch --]
[-- Type: text/x-diff, Size: 2370 bytes --]

From 8fbb7eba3c704fc87c9327146602cdef451073d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 14:38:35 +0100
Subject: [PATCH 1/2] cargo-geiger: update to 0.11.5.

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

diff --git a/srcpkgs/cargo-geiger/template b/srcpkgs/cargo-geiger/template
index e0400a70e908..1e7e7aacd7d1 100644
--- a/srcpkgs/cargo-geiger/template
+++ b/srcpkgs/cargo-geiger/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-geiger'
 pkgname=cargo-geiger
-version=0.11.4
+version=0.11.5
 revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-geiger"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
-checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
+checksum=a5d6e96ddbd57db84b5bb51b686578512974e82764c427d6acaabd0e609ed1b6
 
 post_install() {
 	vlicense LICENSE-MIT

From 5b3877ebef89195336e05c43bc764e336cce4d4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 2 Apr 2023 11:28:40 +0200
Subject: [PATCH 2/2] cargo-geiger: update to 0.11.6.

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

diff --git a/srcpkgs/cargo-geiger/template b/srcpkgs/cargo-geiger/template
index 1e7e7aacd7d1..cd5a0cb99793 100644
--- a/srcpkgs/cargo-geiger/template
+++ b/srcpkgs/cargo-geiger/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-geiger'
 pkgname=cargo-geiger
-version=0.11.5
+version=0.11.6
 revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-geiger"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
-checksum=a5d6e96ddbd57db84b5bb51b686578512974e82764c427d6acaabd0e609ed1b6
+checksum=962445199fe64063eca4327387a4d39fa34f8ba955a279880b1228bb86f04086
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: cargo-geiger: update to 0.11.5.
  2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
  2023-04-02  9:28 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-04-02 19:41 ` paper42
  2023-04-03  6:33 ` jcgruenhage
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-04-02 19:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41638#issuecomment-1493423716

Comment:
squash the commits

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

* Re: cargo-geiger: update to 0.11.5.
  2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
  2023-04-02  9:28 ` [PR PATCH] [Updated] " jcgruenhage
  2023-04-02 19:41 ` paper42
@ 2023-04-03  6:33 ` jcgruenhage
  2023-04-03  6:37 ` [PR PATCH] [Updated] " jcgruenhage
  2023-04-06 16:42 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-04-03  6:33 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/41638#issuecomment-1493750965

Comment:
right, forgot to do that, sorry :)


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

* Re: [PR PATCH] [Updated] cargo-geiger: update to 0.11.5.
  2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
                   ` (2 preceding siblings ...)
  2023-04-03  6:33 ` jcgruenhage
@ 2023-04-03  6:37 ` jcgruenhage
  2023-04-06 16:42 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-04-03  6:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-geiger-0.11.5
https://github.com/void-linux/void-packages/pull/41638

cargo-geiger: update to 0.11.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-geiger-0.11.5-41638.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 21bc79a0ea26eee3f6f1657c35659ac31fcf4b50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 14 Jan 2023 14:38:35 +0100
Subject: [PATCH] cargo-geiger: update to 0.11.6.

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

diff --git a/srcpkgs/cargo-geiger/template b/srcpkgs/cargo-geiger/template
index e0400a70e908..cd5a0cb99793 100644
--- a/srcpkgs/cargo-geiger/template
+++ b/srcpkgs/cargo-geiger/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-geiger'
 pkgname=cargo-geiger
-version=0.11.4
+version=0.11.6
 revision=1
 build_wrksrc="${pkgname}"
 build_style=cargo
@@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-geiger"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
-checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
+checksum=962445199fe64063eca4327387a4d39fa34f8ba955a279880b1228bb86f04086
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Merged]: cargo-geiger: update to 0.11.5.
  2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
                   ` (3 preceding siblings ...)
  2023-04-03  6:37 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-04-06 16:42 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-04-06 16:42 UTC (permalink / raw)
  To: ml

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

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

cargo-geiger: update to 0.11.5.
https://github.com/void-linux/void-packages/pull/41638

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-06 16:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 13:39 [PR PATCH] cargo-geiger: update to 0.11.5 jcgruenhage
2023-04-02  9:28 ` [PR PATCH] [Updated] " jcgruenhage
2023-04-02 19:41 ` paper42
2023-04-03  6:33 ` jcgruenhage
2023-04-03  6:37 ` [PR PATCH] [Updated] " jcgruenhage
2023-04-06 16:42 ` [PR PATCH] [Merged]: " paper42

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