Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-absorb: repatch for libgit2
@ 2023-12-01  2:20 tranzystorekk
  2023-12-01  5:30 ` icp1994
  2023-12-01  5:52 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2023-12-01  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages git-absorb-git2
https://github.com/void-linux/void-packages/pull/47511

git-absorb: repatch for libgit2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @icp1994 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-absorb-git2-47511.patch --]
[-- Type: text/x-diff, Size: 1735 bytes --]

From d8027a4aa199585f8a1bb53fbb9299e9b7ddf90c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 1 Dec 2023 03:16:17 +0100
Subject: [PATCH] git-absorb: repatch for libgit2

---
 srcpkgs/git-absorb/patches/downgrade-git2.patch | 13 +++++++++++++
 srcpkgs/git-absorb/template                     |  6 +++++-
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/git-absorb/patches/downgrade-git2.patch

diff --git a/srcpkgs/git-absorb/patches/downgrade-git2.patch b/srcpkgs/git-absorb/patches/downgrade-git2.patch
new file mode 100644
index 0000000000000..afcacd4a8df05
--- /dev/null
+++ b/srcpkgs/git-absorb/patches/downgrade-git2.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 97dc720..85435bc 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -21,7 +21,7 @@ name = "git-absorb"
+ path = "src/main.rs"
+ 
+ [dependencies.git2]
+-version = "~0.18"
++version = "~0.17"
+ default-features = false
+ 
+ [dependencies]
diff --git a/srcpkgs/git-absorb/template b/srcpkgs/git-absorb/template
index d0087b544d531..ae05cdf3a3e8d 100644
--- a/srcpkgs/git-absorb/template
+++ b/srcpkgs/git-absorb/template
@@ -1,7 +1,7 @@
 # Template file for 'git-absorb'
 pkgname=git-absorb
 version=0.6.11
-revision=1
+revision=2
 build_style=cargo
 build_helper=qemu
 hostmakedepends="pkg-config"
@@ -13,6 +13,10 @@ homepage="https://github.com/tummychow/git-absorb"
 distfiles="https://github.com/tummychow/git-absorb/archive/refs/tags/${version}.tar.gz"
 checksum=36c3b2c7bcd1d9db5d1dedd02d6b0ac58faaeb6fd50df7ff01f5cf87e5367b52
 
+post_patch() {
+	cargo update --package git2@0.18.1 --precise 0.17.2
+}
+
 post_install() {
 	vlicense LICENSE.md
 	vman Documentation/git-absorb.1

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

* Re: git-absorb: repatch for libgit2
  2023-12-01  2:20 [PR PATCH] git-absorb: repatch for libgit2 tranzystorekk
@ 2023-12-01  5:30 ` icp1994
  2023-12-01  5:52 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-12-01  5:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/47511#issuecomment-1835489753

Comment:
Oh oops - forgot about the dyn link.

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

* Re: [PR PATCH] [Merged]: git-absorb: repatch for libgit2
  2023-12-01  2:20 [PR PATCH] git-absorb: repatch for libgit2 tranzystorekk
  2023-12-01  5:30 ` icp1994
@ 2023-12-01  5:52 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-12-01  5:52 UTC (permalink / raw)
  To: ml

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

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

git-absorb: repatch for libgit2
https://github.com/void-linux/void-packages/pull/47511

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

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

cc @icp1994 

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

end of thread, other threads:[~2023-12-01  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01  2:20 [PR PATCH] git-absorb: repatch for libgit2 tranzystorekk
2023-12-01  5:30 ` icp1994
2023-12-01  5:52 ` [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).