Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-geiger: update to 0.11.4.
@ 2022-08-07  7:13 jcgruenhage
  2022-08-07 14:36 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-07  7:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 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.4_1
https://github.com/void-linux/void-packages/pull/38511

cargo-geiger: update to 0.11.4.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38511.patch is attached

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

From d6b7edf07814b1b3007dd65d03b3233ae8d3238a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 7 Aug 2022 09:13:20 +0200
Subject: [PATCH] cargo-geiger: update to 0.11.4.

---
 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 0b2f201450b1..a6682922b637 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.3
+version=0.11.4
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_wrksrc="${pkgname}"
@@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-geiger"
 distfiles="https://github.com/rust-secure-code/cargo-geiger/archive/cargo-geiger-${version}.tar.gz"
-checksum=f6d6e860a4c597b6a4eed1ed9ab800eb13741744768f7d3a5b2c2faee3922169
+checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR REVIEW] cargo-geiger: update to 0.11.4.
  2022-08-07  7:13 [PR PATCH] cargo-geiger: update to 0.11.4 jcgruenhage
@ 2022-08-07 14:36 ` classabbyamp
  2022-08-07 16:04 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-07 14:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38511#discussion_r939677897

Comment:
```suggestion
homepage="https://github.com/rust-secure-code/cargo-geiger"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] cargo-geiger: update to 0.11.4.
  2022-08-07  7:13 [PR PATCH] cargo-geiger: update to 0.11.4 jcgruenhage
  2022-08-07 14:36 ` [PR REVIEW] " classabbyamp
@ 2022-08-07 16:04 ` jcgruenhage
  2022-08-07 16:04 ` [PR REVIEW] " jcgruenhage
  2022-08-07 16:50 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-07 16:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 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.4_1
https://github.com/void-linux/void-packages/pull/38511

cargo-geiger: update to 0.11.4.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38511.patch is attached

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

From 5c7e63af84dc6564116d99a9b4ba16d1f7683fca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 7 Aug 2022 09:13:20 +0200
Subject: [PATCH] cargo-geiger: update to 0.11.4.

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

diff --git a/srcpkgs/cargo-geiger/template b/srcpkgs/cargo-geiger/template
index 0b2f201450b1..1fa9ab08ec20 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.3
+version=0.11.4
 revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_wrksrc="${pkgname}"
@@ -11,8 +11,9 @@ short_desc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 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=f6d6e860a4c597b6a4eed1ed9ab800eb13741744768f7d3a5b2c2faee3922169
+checksum=8f57da70a465c7fc2797b5142c51fd763e4569e0b3daf63205980be3a1af2576
 
 post_install() {
 	vlicense LICENSE-MIT

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

* Re: [PR REVIEW] cargo-geiger: update to 0.11.4.
  2022-08-07  7:13 [PR PATCH] cargo-geiger: update to 0.11.4 jcgruenhage
  2022-08-07 14:36 ` [PR REVIEW] " classabbyamp
  2022-08-07 16:04 ` [PR PATCH] [Updated] " jcgruenhage
@ 2022-08-07 16:04 ` jcgruenhage
  2022-08-07 16:50 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2022-08-07 16:04 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/38511#discussion_r939689501

Comment:
fixed, thanks :)


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

* Re: [PR PATCH] [Merged]: cargo-geiger: update to 0.11.4.
  2022-08-07  7:13 [PR PATCH] cargo-geiger: update to 0.11.4 jcgruenhage
                   ` (2 preceding siblings ...)
  2022-08-07 16:04 ` [PR REVIEW] " jcgruenhage
@ 2022-08-07 16:50 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-07 16:50 UTC (permalink / raw)
  To: ml

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

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

cargo-geiger: update to 0.11.4.
https://github.com/void-linux/void-packages/pull/38511

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 5+ messages in thread

end of thread, other threads:[~2022-08-07 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07  7:13 [PR PATCH] cargo-geiger: update to 0.11.4 jcgruenhage
2022-08-07 14:36 ` [PR REVIEW] " classabbyamp
2022-08-07 16:04 ` [PR PATCH] [Updated] " jcgruenhage
2022-08-07 16:04 ` [PR REVIEW] " jcgruenhage
2022-08-07 16:50 ` [PR PATCH] [Merged]: " 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).