Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]     cargo-auditable: update to 0.5.3.
@ 2022-11-14  9:16 jcgruenhage
  2022-11-14 16:43 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: jcgruenhage @ 2022-11-14  9:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-auditable-0.5.3_1
https://github.com/void-linux/void-packages/pull/40516

    cargo-auditable: update to 0.5.3.
- cargo-auditable-bootstrap: update to 0.5.3.
- cargo-auditable: update to 0.5.3.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-auditable-0.5.3_1-40516.patch --]
[-- Type: text/x-diff, Size: 2605 bytes --]

From cff7f9d45d5227d3d2b06730d6b55e2b4a41a2ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 14 Nov 2022 10:11:39 +0100
Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.5.3.

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

diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template
index 78fdc27db310..20621a63594d 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -1,7 +1,7 @@
 # Template file for 'cargo-auditable-bootstrap'
 # Keep synced with cargo-auditable
 pkgname=cargo-auditable-bootstrap
-version=0.5.2
+version=0.5.3
 revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
@@ -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-auditable"
 distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
-checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd
+checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f
 
 post_install() {
 	vlicense ../LICENSE-MIT

From c9506a3758c29be0cc3a36e11cfe38a23727cd7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 14 Nov 2022 10:11:48 +0100
Subject: [PATCH 2/2] cargo-auditable: update to 0.5.3.

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

diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template
index 642e02a534cd..902d58fb2114 100644
--- a/srcpkgs/cargo-auditable/template
+++ b/srcpkgs/cargo-auditable/template
@@ -1,8 +1,8 @@
 # Template file for 'cargo-auditable'
 # Keep synced with cargo-auditable-bootstrap
 pkgname=cargo-auditable
-version=0.5.2
-revision=2
+version=0.5.3
+revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
 hostmakedepends="cargo-auditable-bootstrap"
@@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
-checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd
+checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f
 conflicts=cargo-auditable-bootstrap
 
 post_install() {

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

* Re: [PR PATCH] [Merged]:     cargo-auditable: update to 0.5.3.
  2022-11-14  9:16 [PR PATCH] cargo-auditable: update to 0.5.3 jcgruenhage
@ 2022-11-14 16:43 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-11-14 16:43 UTC (permalink / raw)
  To: ml

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

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

    cargo-auditable: update to 0.5.3.
https://github.com/void-linux/void-packages/pull/40516

Description:
- cargo-auditable-bootstrap: update to 0.5.3.
- cargo-auditable: update to 0.5.3.

<!-- 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] 2+ messages in thread

end of thread, other threads:[~2022-11-14 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  9:16 [PR PATCH] cargo-auditable: update to 0.5.3 jcgruenhage
2022-11-14 16:43 ` [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).