Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] libgit2: update to 1.1.0.
@ 2021-02-04  5:52 ericonr
  2021-02-04 13:39 ` [PR PATCH] [Updated] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ericonr @ 2021-02-04  5:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages libgit2
https://github.com/void-linux/void-packages/pull/28456

[NOMERGE] libgit2: update to 1.1.0.
Latest release from October, 2020, but it had some regressions regarding unaligned access, which I believe affect us.

See https://github.com/libgit2/libgit2/issues/5745

PR is open so hopefully anyone who searches for it is aware that it's not fully working right now. We could backport the specific patch for that issue, but I don't fully fancy it.

@q66 since your name is here :P

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

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

From 36e42bf4e1065c9e6b1f04a9640b50fd203a3447 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 4 Feb 2021 02:49:45 -0300
Subject: [PATCH] libgit2: update to 1.1.0.

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

diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 16b611692eb..3dada2245c7 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
-revision=2
+version=1.1.0
+revision=1
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
 makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] [NOMERGE] libgit2: update to 1.1.0.
  2021-02-04  5:52 [PR PATCH] [NOMERGE] libgit2: update to 1.1.0 ericonr
@ 2021-02-04 13:39 ` ericonr
  2021-02-04 13:39 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-04 13:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages libgit2
https://github.com/void-linux/void-packages/pull/28456

[NOMERGE] libgit2: update to 1.1.0.
Latest release from October, 2020, but it had some regressions regarding unaligned access, which I believe affect us.

See https://github.com/libgit2/libgit2/issues/5745

PR is open so hopefully anyone who searches for it is aware that it's not fully working right now. We could backport the specific patch for that issue, but I don't fully fancy it.

@q66 since your name is here :P

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

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

From 97310c307d3af93a633c73d251c1ddc53ab3db9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 4 Feb 2021 02:49:45 -0300
Subject: [PATCH] libgit2: update to 1.1.0.

---
 common/shlibs            | 2 +-
 srcpkgs/libgit2/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 1523374f949..4b4a8c5b6c8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1359,7 +1359,7 @@ libunwind-ppc64.so.8 libunwind-1.2.1_1
 libunwind-setjmp.so.0 libunwind-1.4_1
 libmicrohttpd.so.12 libmicrohttpd-0.9.48_1
 libmicrodns.so.0 libmicrodns-0.1.0_1
-libgit2.so.1.0 libgit2-1.0.0_1
+libgit2.so.1.1 libgit2-1.1.0_1
 libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1
 libagg.so.2 agg-2.5_1
 libzzip-0.so.13 zziplib-0.13.62_1
diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 16b611692eb..3dada2245c7 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
-revision=2
+version=1.1.0
+revision=1
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
 makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] [NOMERGE] libgit2: update to 1.1.0.
  2021-02-04  5:52 [PR PATCH] [NOMERGE] libgit2: update to 1.1.0 ericonr
  2021-02-04 13:39 ` [PR PATCH] [Updated] " ericonr
@ 2021-02-04 13:39 ` ericonr
  2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-04 13:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages libgit2
https://github.com/void-linux/void-packages/pull/28456

[NOMERGE] libgit2: update to 1.1.0.
Latest release from October, 2020, but it had some regressions regarding unaligned access, which I believe affect us.

See https://github.com/libgit2/libgit2/issues/5745

PR is open so hopefully anyone who searches for it is aware that it's not fully working right now. We could backport the specific patch for that issue, but I don't fully fancy it.

@q66 since your name is here :P

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

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

From b137cac248a4a0f6b2be36dc6f8ef75f3c8a5388 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 4 Feb 2021 02:49:45 -0300
Subject: [PATCH] libgit2: update to 1.1.0.

---
 common/shlibs            | 2 +-
 srcpkgs/libgit2/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 35263ec4744..eb6ea18b541 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1359,7 +1359,7 @@ libunwind-ppc64.so.8 libunwind-1.2.1_1
 libunwind-setjmp.so.0 libunwind-1.4_1
 libmicrohttpd.so.12 libmicrohttpd-0.9.48_1
 libmicrodns.so.0 libmicrodns-0.1.0_1
-libgit2.so.1.0 libgit2-1.0.0_1
+libgit2.so.1.1 libgit2-1.1.0_1
 libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1
 libagg.so.2 agg-2.5_1
 libzzip-0.so.13 zziplib-0.13.62_1
diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template
index 16b611692eb..3dada2245c7 100644
--- a/srcpkgs/libgit2/template
+++ b/srcpkgs/libgit2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgit2'
 pkgname=libgit2
-version=1.0.1
-revision=2
+version=1.1.0
+revision=1
 build_style=cmake
 hostmakedepends="python3 git pkg-config"
 makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"
@@ -10,7 +10,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
 homepage="https://libgit2.org"
 distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
-checksum=1775427a6098f441ddbaa5bd4e9b8a043c7401e450ed761e69a415530fea81d2
+checksum=41a6d5d740fd608674c7db8685685f45535323e73e784062cf000a633d420d1e
 
 post_install() {
 	vlicense COPYING

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

* Re: [NOMERGE] libgit2: update to 1.1.0.
  2021-02-04  5:52 [PR PATCH] [NOMERGE] libgit2: update to 1.1.0 ericonr
  2021-02-04 13:39 ` [PR PATCH] [Updated] " ericonr
  2021-02-04 13:39 ` ericonr
@ 2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-03  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/28456#issuecomment-1115549638

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: [NOMERGE] libgit2: update to 1.1.0.
  2021-02-04  5:52 [PR PATCH] [NOMERGE] libgit2: update to 1.1.0 ericonr
                   ` (2 preceding siblings ...)
  2022-05-03  2:14 ` github-actions
@ 2022-05-17  2:14 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-17  2:14 UTC (permalink / raw)
  To: ml

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

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

[NOMERGE] libgit2: update to 1.1.0.
https://github.com/void-linux/void-packages/pull/28456

Description:
Latest release from October, 2020, but it had some regressions regarding unaligned access, which I believe affect us.

See https://github.com/libgit2/libgit2/issues/5745

PR is open so hopefully anyone who searches for it is aware that it's not fully working right now. We could backport the specific patch for that issue, but I don't fully fancy it.

@q66 since your name is here :P

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

end of thread, other threads:[~2022-05-17  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  5:52 [PR PATCH] [NOMERGE] libgit2: update to 1.1.0 ericonr
2021-02-04 13:39 ` [PR PATCH] [Updated] " ericonr
2021-02-04 13:39 ` ericonr
2022-05-03  2:14 ` github-actions
2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions

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).