Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-auditable: update to 0.6.2
@ 2024-02-26 12:03 tranzystorekk
  2024-02-29 19:26 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-02-26 12:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1375 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/48951

cargo-auditable: update to 0.6.2
- **cargo-auditable-bootstrap: update to 0.6.2**
- **cargo-auditable: update to 0.6.2**

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

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

cc @jcgruenhage

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

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

From b12d31a938d25621e02ddf015b56f56a7ffe00dc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 26 Feb 2024 13:02:04 +0100
Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.6.2

---
 .../patches/cargo-lock.patch                        | 13 -------------
 srcpkgs/cargo-auditable-bootstrap/template          |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch

diff --git a/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch b/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch
deleted file mode 100644
index c4988d4bb210f7..00000000000000
--- a/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Cargo.lock2 b/Cargo.lock
-index 00969c9e1c..5caabbda1c 100644
---- a/Cargo.lock2
-+++ b/Cargo.lock
-@@ -72,7 +72,7 @@ dependencies = [
- 
- [[package]]
- name = "cargo-auditable"
--version = "0.6.0"
-+version = "0.6.1"
- dependencies = [
-  "auditable-info",
-  "auditable-serde",
diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template
index 29ff88e83f5c19..a991c46018279e 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -1,8 +1,8 @@
 # Template file for 'cargo-auditable-bootstrap'
 # Keep synced with cargo-auditable
 pkgname=cargo-auditable-bootstrap
-version=0.6.1
-revision=2
+version=0.6.2
+revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
 # Required for bootstrapping purposes
@@ -11,9 +11,9 @@ short_desc="Bootstrap package for cargo-auditable"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
-changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
+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=091dc954c09408a9a2bdf1b01fa34f3e4bf7a7621966d2f4c4d5fc689a3baaf4
+checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
 repository=bootstrap
 
 post_install() {

From 89e9dd1738161954369cca90394c6b9b361d741f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 26 Feb 2024 13:02:34 +0100
Subject: [PATCH 2/2] cargo-auditable: update to 0.6.2

---
 srcpkgs/cargo-auditable/patches/cargo-lock.patch | 13 -------------
 srcpkgs/cargo-auditable/template                 |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/cargo-auditable/patches/cargo-lock.patch

diff --git a/srcpkgs/cargo-auditable/patches/cargo-lock.patch b/srcpkgs/cargo-auditable/patches/cargo-lock.patch
deleted file mode 100644
index c4988d4bb210f7..00000000000000
--- a/srcpkgs/cargo-auditable/patches/cargo-lock.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Cargo.lock2 b/Cargo.lock
-index 00969c9e1c..5caabbda1c 100644
---- a/Cargo.lock2
-+++ b/Cargo.lock
-@@ -72,7 +72,7 @@ dependencies = [
- 
- [[package]]
- name = "cargo-auditable"
--version = "0.6.0"
-+version = "0.6.1"
- dependencies = [
-  "auditable-info",
-  "auditable-serde",
diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template
index ebceaae7b9e35b..5e6af279babfa3 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.6.1
-revision=2
+version=0.6.2
+revision=1
 build_wrksrc=cargo-auditable
 build_style=cargo
 hostmakedepends="cargo-auditable-bootstrap"
@@ -10,9 +10,9 @@ short_desc="Tool for embedding dependency information in rust binaries"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
-changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
+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=091dc954c09408a9a2bdf1b01fa34f3e4bf7a7621966d2f4c4d5fc689a3baaf4
+checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
 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.2
  2024-02-26 12:03 [PR PATCH] cargo-auditable: update to 0.6.2 tranzystorekk
@ 2024-02-29 19:26 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-02-29 19:26 UTC (permalink / raw)
  To: ml

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

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

cargo-auditable: update to 0.6.2
https://github.com/void-linux/void-packages/pull/48951

Description:
- **cargo-auditable-bootstrap: update to 0.6.2**
- **cargo-auditable: update to 0.6.2**

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

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

cc @jcgruenhage

<!--
#### 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-02-29 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-26 12:03 [PR PATCH] cargo-auditable: update to 0.6.2 tranzystorekk
2024-02-29 19:26 ` [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).