Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Git: Update to 2.24.0
@ 2019-11-04 14:56 voidlinux-github
  2019-11-04 15:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-04 16:45 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-04 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages git
https://github.com/void-linux/void-packages/pull/16107

Git: Update to 2.24.0
I'm running: `./xbps check git` on x86_64-musl.

But, it should be fine since I'm running its test daily.

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

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

From cd407fbbb59c044861bb34eefb428d8a9df1eb9e Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 4 Nov 2019 21:50:17 +0700
Subject: [PATCH 1/2] git: update to 2.24.0.

---
 srcpkgs/git/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 774b789ac38..3325499c584 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
-version=2.23.0
-revision=3
+version=2.24.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
  ac_cv_snprintf_returns_bogus=no"
@@ -16,7 +16,7 @@ license="GPL-2.0-only"
 homepage="https://git-scm.com/"
 changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
 distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
-checksum=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
+checksum=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
 replaces="git-perl>=0"
 register_shell=/usr/bin/git-shell
 
@@ -25,6 +25,7 @@ subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		configure_args+=" ac_cv_fread_reads_directories=yes"
+		export GIT_SKIP_TESTS='t3900'
 		;;
 	*) configure_args+=" ac_cv_fread_reads_directories=no" ;;
 esac
@@ -49,7 +50,7 @@ post_build() {
 }
 
 post_install() {
-	make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
+	make DESTDIR=${DESTDIR} install-doc
 	vinstall contrib/completion/git-completion.bash 644 \
 		usr/share/bash-completion/completions git
 	vinstall contrib/completion/git-prompt.sh 644 usr/share/git

From 57fa5f55a41350fdacfbcd78e1bd1ee1a0f1583a Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 4 Nov 2019 21:49:58 +0700
Subject: [PATCH 2/2] chroot-git: update to 2.24.0.

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

diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template
index 47be736943e..1313caa3935 100644
--- a/srcpkgs/chroot-git/template
+++ b/srcpkgs/chroot-git/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-git'
 pkgname=chroot-git
-version=2.23.0
-revision=3
+version=2.24.0
+revision=1
 bootstrap=yes
 wrksrc="git-${version}"
 build_style=gnu-configure
@@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://git-scm.com/"
 distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
-checksum=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
+checksum=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
 
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="perl"

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

* Re: [PR PATCH] [Updated] Git: Update to 2.24.0
  2019-11-04 14:56 [PR PATCH] Git: Update to 2.24.0 voidlinux-github
@ 2019-11-04 15:36 ` voidlinux-github
  2019-11-04 16:45 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-04 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages git
https://github.com/void-linux/void-packages/pull/16107

Git: Update to 2.24.0
`./xbps check git` on x86_64-musl ran just fine by skipping t3900.


~But, it should be fine since I'm running its test daily.~ (written when test was running)

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

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

From a2cdb0ab59d99318fec55701c98e9a37e5928aeb Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 4 Nov 2019 21:50:17 +0700
Subject: [PATCH 1/2] git: update to 2.24.0.

---
 srcpkgs/git/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 774b789ac38..3325499c584 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,7 +1,7 @@
 # Template file for 'git'
 pkgname=git
-version=2.23.0
-revision=3
+version=2.24.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-curl --with-expat --with-tcltk --with-libpcre2
  ac_cv_snprintf_returns_bogus=no"
@@ -16,7 +16,7 @@ license="GPL-2.0-only"
 homepage="https://git-scm.com/"
 changelog="https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/${version}.txt"
 distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
-checksum=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
+checksum=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
 replaces="git-perl>=0"
 register_shell=/usr/bin/git-shell
 
@@ -25,6 +25,7 @@ subpackages="git-cvs git-svn gitk git-gui git-all git-libsecret"
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
 		configure_args+=" ac_cv_fread_reads_directories=yes"
+		export GIT_SKIP_TESTS='t3900'
 		;;
 	*) configure_args+=" ac_cv_fread_reads_directories=no" ;;
 esac
@@ -49,7 +50,7 @@ post_build() {
 }
 
 post_install() {
-	make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
+	make DESTDIR=${DESTDIR} install-doc
 	vinstall contrib/completion/git-completion.bash 644 \
 		usr/share/bash-completion/completions git
 	vinstall contrib/completion/git-prompt.sh 644 usr/share/git

From ef70cac32f40de6e4aa8951b6e4d02ee4b40ebb4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 4 Nov 2019 21:49:58 +0700
Subject: [PATCH 2/2] chroot-git: update to 2.24.0.

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

diff --git a/srcpkgs/chroot-git/template b/srcpkgs/chroot-git/template
index 47be736943e..1313caa3935 100644
--- a/srcpkgs/chroot-git/template
+++ b/srcpkgs/chroot-git/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-git'
 pkgname=chroot-git
-version=2.23.0
-revision=3
+version=2.24.0
+revision=1
 bootstrap=yes
 wrksrc="git-${version}"
 build_style=gnu-configure
@@ -15,7 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://git-scm.com/"
 distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
-checksum=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
+checksum=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
 
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="perl"

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

* Re: [PR PATCH] [Merged]: Git: Update to 2.24.0
  2019-11-04 14:56 [PR PATCH] Git: Update to 2.24.0 voidlinux-github
  2019-11-04 15:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-04 16:45 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-04 16:45 UTC (permalink / raw)
  To: ml

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

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

Git: Update to 2.24.0
https://github.com/void-linux/void-packages/pull/16107

Description:
`./xbps check git` on x86_64-musl ran just fine by skipping t3900.


~But, it should be fine since I'm running its test daily.~ (written when test was running)

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

end of thread, other threads:[~2019-11-04 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 14:56 [PR PATCH] Git: Update to 2.24.0 voidlinux-github
2019-11-04 15:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-04 16:45 ` [PR PATCH] [Merged]: " voidlinux-github

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