Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git: update to 2.45.0.
@ 2024-05-01 12:10 sgn
  2024-05-01 13:37 ` [PR PATCH] [Updated] " sgn
  2024-05-02  4:39 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2024-05-01 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages git-update
https://github.com/void-linux/void-packages/pull/50140

git: update to 2.45.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From e6899ef278fcdccf2e1476c860f4861bd8694d49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 1 May 2024 15:19:41 +0700
Subject: [PATCH] git: update to 2.45.0.

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

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 0d93d91380b366..fdcb3a9df139cf 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,6 +1,6 @@
 # Template file for 'git'
 pkgname=git
-version=2.44.0
+version=2.45.0
 revision=1
 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
 makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
@@ -14,7 +14,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=e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3
+checksum=0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
 replaces="git-perl>=0"
 python_version=3
 
@@ -47,8 +47,6 @@ do_configure() {
 		cat <<-EOF >>config.mak
 		ICONV_OMITS_BOM = Yes
 		NO_REGEX = Yes
-		# TZ=CST6CDT date --iso-8601=seconds -d"2005-01-31 18:00:00 -0600"
-		export GIT_SKIP_TESTS=t9604.2
 		EOF
 	fi
 }
@@ -64,12 +62,11 @@ do_build() {
 
 do_check() {
 	make test ${makejobs}
+	GIT_TEST_DEFAULT_HASH=sha256 make test ${makejobs}
+	GIT_TEST_DEFAULT_REF_FORMAT=reftable make test ${makejobs}
 	make -C contrib/diff-highlight test
 	make -C contrib/subtree test
 	make -C contrib/credential/netrc test
-	cd t
-	# 2.44.0
-	# GIT_TEST_DEFAULT_REF_FORMAT=reftable ./t0610-reftable-basics.sh
 }
 
 do_install() {

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

* Re: [PR PATCH] [Updated] git: update to 2.45.0.
  2024-05-01 12:10 [PR PATCH] git: update to 2.45.0 sgn
@ 2024-05-01 13:37 ` sgn
  2024-05-02  4:39 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-05-01 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages git-update
https://github.com/void-linux/void-packages/pull/50140

git: update to 2.45.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From a0b40dce5e5c2c3d55c00ded92e98dbd44d51619 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 1 May 2024 15:19:41 +0700
Subject: [PATCH] git: update to 2.45.0.

---
 srcpkgs/git/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/git/template b/srcpkgs/git/template
index 0d93d91380b366..fe1e7958d1a0d4 100644
--- a/srcpkgs/git/template
+++ b/srcpkgs/git/template
@@ -1,6 +1,6 @@
 # Template file for 'git'
 pkgname=git
-version=2.44.0
+version=2.45.0
 revision=1
 hostmakedepends="asciidoc gettext perl pkg-config tk xmlto"
 makedepends="libglib-devel libcurl-devel libsecret-devel pcre2-devel tk-devel"
@@ -14,7 +14,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=e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3
+checksum=0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
 replaces="git-perl>=0"
 python_version=3
 
@@ -41,14 +41,13 @@ do_configure() {
 	# this flag will skip shipping unneeded symlinks
 	# those symlinks were kept for scripts written before 2010
 	SKIP_DASHED_BUILT_INS = Yes
+	GIT_TEST_UTF8_LOCALE=C.UTF-8
 	EOF
 
 	if [ "$XBPS_TARGET_LIBC" = musl ]; then
 		cat <<-EOF >>config.mak
 		ICONV_OMITS_BOM = Yes
 		NO_REGEX = Yes
-		# TZ=CST6CDT date --iso-8601=seconds -d"2005-01-31 18:00:00 -0600"
-		export GIT_SKIP_TESTS=t9604.2
 		EOF
 	fi
 }
@@ -64,12 +63,13 @@ do_build() {
 
 do_check() {
 	make test ${makejobs}
+	GIT_TEST_DEFAULT_HASH=sha256 make test ${makejobs}
+	# svn and cvs, fail intermittent with reftable
+	GIT_TEST_DEFAULT_REF_FORMAT=reftable GIT_SKIP_TESTS='t9[16]??' \
+		make test ${makejobs}
 	make -C contrib/diff-highlight test
 	make -C contrib/subtree test
 	make -C contrib/credential/netrc test
-	cd t
-	# 2.44.0
-	# GIT_TEST_DEFAULT_REF_FORMAT=reftable ./t0610-reftable-basics.sh
 }
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: git: update to 2.45.0.
  2024-05-01 12:10 [PR PATCH] git: update to 2.45.0 sgn
  2024-05-01 13:37 ` [PR PATCH] [Updated] " sgn
@ 2024-05-02  4:39 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-05-02  4:39 UTC (permalink / raw)
  To: ml

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

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

git: update to 2.45.0.
https://github.com/void-linux/void-packages/pull/50140

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

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

<!--
#### 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:[~2024-05-02  4:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-01 12:10 [PR PATCH] git: update to 2.45.0 sgn
2024-05-01 13:37 ` [PR PATCH] [Updated] " sgn
2024-05-02  4:39 ` [PR PATCH] [Merged]: " sgn

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