Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-auditable: update to 0.6.4
@ 2024-05-25  7:33 tranzystorekk
  2024-05-25 19:01 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-05-25  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages cargo-auditable
https://github.com/void-linux/void-packages/pull/50516

cargo-auditable: update to 0.6.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 [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/50516.patch is attached

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

From fa3726680c5f7401f9552c7492537639940cbfd2 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 May 2024 09:25:41 +0200
Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.6.4

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

diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template
index 532c4a6456e821..b333d683d70482 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -1,10 +1,11 @@
 # Template file for 'cargo-auditable-bootstrap'
 # Keep synced with cargo-auditable
 pkgname=cargo-auditable-bootstrap
-version=0.6.2
+version=0.6.4
 revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
+make_check_args="-- --skip test_wasm"
 # Required for bootstrapping purposes
 make_cmd=cargo
 short_desc="Bootstrap package for cargo-auditable"
@@ -13,7 +14,7 @@ license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
-checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
+checksum=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2
 repository=bootstrap
 
 post_install() {

From 90fa264167d62e8a9037bcba9e304c24bd93f275 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 25 May 2024 09:25:59 +0200
Subject: [PATCH 2/2] cargo-auditable: update to 0.6.4

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

diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template
index 46471696df0660..d68f29aeb3135c 100644
--- a/srcpkgs/cargo-auditable/template
+++ b/srcpkgs/cargo-auditable/template
@@ -1,10 +1,11 @@
 # Template file for 'cargo-auditable'
 # Keep synced with cargo-auditable-bootstrap
 pkgname=cargo-auditable
-version=0.6.2
+version=0.6.4
 revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
+make_check_args="-- --skip test_wasm"
 hostmakedepends="cargo-auditable-bootstrap"
 short_desc="Tool for embedding dependency information in rust binaries"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
@@ -12,7 +13,7 @@ license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
 distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
-checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
+checksum=3e3f4134d81b47277d34c44bc1169c9b0356612977651f8e98e2ba1a470b69a2
 conflicts=cargo-auditable-bootstrap
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: cargo-auditable: update to 0.6.4
  2024-05-25  7:33 [PR PATCH] cargo-auditable: update to 0.6.4 tranzystorekk
@ 2024-05-25 19:01 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-05-25 19:01 UTC (permalink / raw)
  To: ml

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

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

cargo-auditable: update to 0.6.4
https://github.com/void-linux/void-packages/pull/50516

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

end of thread, other threads:[~2024-05-25 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-25  7:33 [PR PATCH] cargo-auditable: update to 0.6.4 tranzystorekk
2024-05-25 19:01 ` [PR PATCH] [Merged]: " 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).