Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-auditable: patch lockfile
@ 2023-04-17 18:57 jcgruenhage
  2023-04-18  7:14 ` classabbyamp
  2023-04-19 19:30 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: jcgruenhage @ 2023-04-17 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 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.6.1_2
https://github.com/void-linux/void-packages/pull/43498

cargo-auditable: patch lockfile
Fixes: #43482

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


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

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

From d90ccbc868a43fcb019c5242120a9320ad07af27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 17 Apr 2023 20:38:44 +0200
Subject: [PATCH 1/2] cargo-auditable-bootstrap: patch lockfile

---
 .../patches/cargo-lock.patch                        | 13 +++++++++++++
 srcpkgs/cargo-auditable-bootstrap/template          |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create 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
new file mode 100644
index 000000000000..c4988d4bb210
--- /dev/null
+++ b/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch
@@ -0,0 +1,13 @@
+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 5cf89cb6ed3f..29ff88e83f5c 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -2,7 +2,7 @@
 # Keep synced with cargo-auditable
 pkgname=cargo-auditable-bootstrap
 version=0.6.1
-revision=1
+revision=2
 build_wrksrc=cargo-auditable
 build_style=cargo
 # Required for bootstrapping purposes

From f0b592a65610aaf8669dc89f37dbe4e620329d28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 17 Apr 2023 20:39:18 +0200
Subject: [PATCH 2/2] cargo-auditable: patch lockfile

---
 srcpkgs/cargo-auditable/patches/cargo-lock.patch | 13 +++++++++++++
 srcpkgs/cargo-auditable/template                 |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
 create 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
new file mode 100644
index 000000000000..c4988d4bb210
--- /dev/null
+++ b/srcpkgs/cargo-auditable/patches/cargo-lock.patch
@@ -0,0 +1,13 @@
+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 a2c32237b8b0..ebceaae7b9e3 100644
--- a/srcpkgs/cargo-auditable/template
+++ b/srcpkgs/cargo-auditable/template
@@ -2,7 +2,7 @@
 # Keep synced with cargo-auditable-bootstrap
 pkgname=cargo-auditable
 version=0.6.1
-revision=1
+revision=2
 build_wrksrc=cargo-auditable
 build_style=cargo
 hostmakedepends="cargo-auditable-bootstrap"

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

* Re: cargo-auditable: patch lockfile
  2023-04-17 18:57 [PR PATCH] cargo-auditable: patch lockfile jcgruenhage
@ 2023-04-18  7:14 ` classabbyamp
  2023-04-19 19:30 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-18  7:14 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43498#issuecomment-1512565843

Comment:
changed fixes -> see so it doesn't close the tracking issue

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

* Re: [PR PATCH] [Merged]: cargo-auditable: patch lockfile
  2023-04-17 18:57 [PR PATCH] cargo-auditable: patch lockfile jcgruenhage
  2023-04-18  7:14 ` classabbyamp
@ 2023-04-19 19:30 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-19 19:30 UTC (permalink / raw)
  To: ml

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

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

cargo-auditable: patch lockfile
https://github.com/void-linux/void-packages/pull/43498

Description:
see #43482

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


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

end of thread, other threads:[~2023-04-19 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 18:57 [PR PATCH] cargo-auditable: patch lockfile jcgruenhage
2023-04-18  7:14 ` classabbyamp
2023-04-19 19:30 ` [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).