Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nss: update to 3.56
@ 2020-08-23  1:05 sgn
  2020-08-23  1:48 ` [PR REVIEW] " q66
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sgn @ 2020-08-23  1:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages nss-3.56
https://github.com/void-linux/void-packages/pull/24429

nss: update to 3.56
`aarch64*` needs `export NS_USE_GCC=1` to use the correct code path.

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

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

From 088ab5be45deacfc3a8be04b42b3d5b3dcef1ea5 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: Sat, 22 Aug 2020 08:40:03 +0700
Subject: [PATCH 1/2] nspr: update to 4.28.

---
 srcpkgs/nspr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index 433498beb3c..74759c0f6a3 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,6 +1,6 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.27
+version=4.28
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MPL-2.0"
 homepage="http://www.mozilla.org/projects/nspr/"
 distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
-checksum=6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b
+checksum=63defc8e19a80b6f98fcc7d5a89e84ea703c0b50aa6bc13bf7ad071adf433b56
 
 do_configure() {
 	CFLAGS="$CFLAGS -D_PR_POLL_AVAILABLE -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO -D_PR_INET6_PROBE"

From ffcd3d99acbf379528947e940ea84358c9deec90 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: Sat, 22 Aug 2020 08:40:05 +0700
Subject: [PATCH 2/2] nss: update to 3.56.

---
 srcpkgs/nss/template | 56 ++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 31 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 55b41037235..f366fed5336 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -1,9 +1,9 @@
 # Template file for 'nss'
 
-_nsprver=4.27
+_nsprver=4.28
 
 pkgname=nss
-version=3.55
+version=3.56
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
@@ -13,7 +13,15 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MPL-2.0"
 homepage="https://www.mozilla.org/projects/security/pki/nss"
 distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
-checksum=fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004
+checksum=f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c
+
+export NS_USE_GCC=1
+export LIBRUNPATH=
+export BUILD_OPT=1
+export NSS_USE_SYSTEM_SQLITE=1
+export NSS_ENABLE_WERROR=0
+export NSS_ENABLE_ECC=1
+export FREEBL_NO_DEPEND=1
 
 do_build() {
 	local _native_use64 _target_use64
@@ -22,21 +30,12 @@ do_build() {
 	vsed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' \
 		-i nss/coreconf/rules.mk
 
-	export LIBRUNPATH=
-	export BUILD_OPT=1
-	export NSS_USE_SYSTEM_SQLITE=1
-	export NSS_ENABLE_WERROR=0
-	export NSS_ENABLE_ECC=1
-	export FREEBL_NO_DEPEND=1
 	export NATIVE_CC="$BUILD_CC"
 	export NATIVE_FLAGS="$BUILD_CFLAGS"
 
 	if [ "$XBPS_WORDSIZE" = "64" ]; then
 		_native_use64="USE_64=1"
 	fi
-	if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
-		_target_use64="USE_64=1"
-	fi
 
 	# it's actually VSX, so disable on all BE ppc
 	case "$XBPS_TARGET_MACHINE" in
@@ -49,16 +48,18 @@ do_build() {
 	make ${makejobs} LD=$BUILD_LD LDFLAGS="$BUILD_LDFLAGS" ${_native_use64} -C coreconf
 
 	if [ "$CROSS_BUILD" ]; then
+		if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
+			CFLAGS+=" -DNS_PTR_GT_32"
+			_target_use64="USE_64=1"
+		fi
+
 		case "$XBPS_TARGET_MACHINE" in
-			aarch64*|ppc64*|x86_64*)
-				_ARCH="${XBPS_TARGET_MACHINE%-*}"
-				CFLAGS+=" -DNS_PTR_GT_32"
-				;;
-			arm*) _ARCH="arm";;
-			mips*) _ARCH="mips";;
-			ppc*) _ARCH="ppc";;
-			*) msg_error "$pkgver: unknown target machine\n";;
+		aarch64*|ppc*|x86_64*|mips*)
+			_ARCH="${XBPS_TARGET_MACHINE%-*}" ;;
+		arm*)	_ARCH="arm";;
+		*)	msg_error "$pkgver: unknown target machine\n";;
 		esac
+
 		# ... and then copy it to $wrksrc.
 		find ${wrksrc} -type f -name nsinstall -exec cp {} ${wrksrc} \;
 		make clean
@@ -84,21 +85,14 @@ do_build() {
 
 do_check() {
 	local _use_64
-	export LIBRUNPATH=
-	export BUILD_OPT=1
-	export NSS_USE_SYSTEM_SQLITE=1
-	export NSS_ENABLE_WERROR=0
-	export NSS_ENABLE_ECC=1
-	export FREEBL_NO_DEPEND=1
-	export NATIVE_CC="$BUILD_CC"
-	export NATIVE_FLAGS="$BUILD_CFLAGS"
+	if [ "$XBPS_WORDSIZE" = "64" ]; then
+		CFLAGS+=" -DNS_PTR_GT_32"
+		_use_64="USE_64=1"
+	fi
 	# We couldn't run test in cross compile!
 	export NSPR_INCLUDE_DIR=/usr/include/nspr
 	export NSPR_LIB_DIR=/usr/lib
 	export XCFLAGS="${CFLAGS}"
-	if [ "$XBPS_WORDSIZE" = "64" ]; then
-		_use_64="USE_64=1"
-	fi
 	cd nss/tests
 	env $_use_64 HOST=localhost DOMSUF=localdomain ./all.sh
 }

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

* Re: [PR REVIEW] nss: update to 3.56
  2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
@ 2020-08-23  1:48 ` q66
  2020-08-23  4:26 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: q66 @ 2020-08-23  1:48 UTC (permalink / raw)
  To: ml

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

New review comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/24429#discussion_r475157921

Comment:
this is wrong for mips

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

* Re: [PR REVIEW] nss: update to 3.56
  2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
  2020-08-23  1:48 ` [PR REVIEW] " q66
@ 2020-08-23  4:26 ` sgn
  2020-08-23  4:33 ` [PR PATCH] [Updated] " sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-08-23  4:26 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24429#discussion_r475168562

Comment:
Yes, that's wrong!

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

* Re: [PR PATCH] [Updated] nss: update to 3.56
  2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
  2020-08-23  1:48 ` [PR REVIEW] " q66
  2020-08-23  4:26 ` sgn
@ 2020-08-23  4:33 ` sgn
  2020-08-24 11:38 ` sgn
  2020-08-26 23:41 ` [PR PATCH] [Merged]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-08-23  4:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages nss-3.56
https://github.com/void-linux/void-packages/pull/24429

nss: update to 3.56
`aarch64*` needs `export NS_USE_GCC=1` to use the correct code path.

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

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

From 088ab5be45deacfc3a8be04b42b3d5b3dcef1ea5 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: Sat, 22 Aug 2020 08:40:03 +0700
Subject: [PATCH 1/2] nspr: update to 4.28.

---
 srcpkgs/nspr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index 433498beb3c..74759c0f6a3 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,6 +1,6 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.27
+version=4.28
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MPL-2.0"
 homepage="http://www.mozilla.org/projects/nspr/"
 distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
-checksum=6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b
+checksum=63defc8e19a80b6f98fcc7d5a89e84ea703c0b50aa6bc13bf7ad071adf433b56
 
 do_configure() {
 	CFLAGS="$CFLAGS -D_PR_POLL_AVAILABLE -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO -D_PR_INET6_PROBE"

From 1fbded9a215d19f3f39e045bf8d77a10bc3accca 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: Sat, 22 Aug 2020 08:40:05 +0700
Subject: [PATCH 2/2] nss: update to 3.56.

---
 srcpkgs/nss/template | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 55b41037235..1e4c7b579a8 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -1,9 +1,9 @@
 # Template file for 'nss'
 
-_nsprver=4.27
+_nsprver=4.28
 
 pkgname=nss
-version=3.55
+version=3.56
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
@@ -13,7 +13,15 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="MPL-2.0"
 homepage="https://www.mozilla.org/projects/security/pki/nss"
 distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
-checksum=fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004
+checksum=f875e0e8ed3b5ce92d675be4a55aa25a8c1199789a4a01f69b5f2327e2048e9c
+
+export NS_USE_GCC=1
+export LIBRUNPATH=
+export BUILD_OPT=1
+export NSS_USE_SYSTEM_SQLITE=1
+export NSS_ENABLE_WERROR=0
+export NSS_ENABLE_ECC=1
+export FREEBL_NO_DEPEND=1
 
 do_build() {
 	local _native_use64 _target_use64
@@ -22,21 +30,12 @@ do_build() {
 	vsed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' \
 		-i nss/coreconf/rules.mk
 
-	export LIBRUNPATH=
-	export BUILD_OPT=1
-	export NSS_USE_SYSTEM_SQLITE=1
-	export NSS_ENABLE_WERROR=0
-	export NSS_ENABLE_ECC=1
-	export FREEBL_NO_DEPEND=1
 	export NATIVE_CC="$BUILD_CC"
 	export NATIVE_FLAGS="$BUILD_CFLAGS"
 
 	if [ "$XBPS_WORDSIZE" = "64" ]; then
 		_native_use64="USE_64=1"
 	fi
-	if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
-		_target_use64="USE_64=1"
-	fi
 
 	# it's actually VSX, so disable on all BE ppc
 	case "$XBPS_TARGET_MACHINE" in
@@ -49,14 +48,17 @@ do_build() {
 	make ${makejobs} LD=$BUILD_LD LDFLAGS="$BUILD_LDFLAGS" ${_native_use64} -C coreconf
 
 	if [ "$CROSS_BUILD" ]; then
+		if [ "$XBPS_TARGET_WORDSIZE" = "64" ]; then
+			CFLAGS+=" -DNS_PTR_GT_32"
+			_target_use64="USE_64=1"
+		fi
+
 		case "$XBPS_TARGET_MACHINE" in
-			aarch64*|ppc64*|x86_64*)
+			aarch64*|ppc*|x86_64*)
 				_ARCH="${XBPS_TARGET_MACHINE%-*}"
-				CFLAGS+=" -DNS_PTR_GT_32"
 				;;
 			arm*) _ARCH="arm";;
 			mips*) _ARCH="mips";;
-			ppc*) _ARCH="ppc";;
 			*) msg_error "$pkgver: unknown target machine\n";;
 		esac
 		# ... and then copy it to $wrksrc.
@@ -84,14 +86,6 @@ do_build() {
 
 do_check() {
 	local _use_64
-	export LIBRUNPATH=
-	export BUILD_OPT=1
-	export NSS_USE_SYSTEM_SQLITE=1
-	export NSS_ENABLE_WERROR=0
-	export NSS_ENABLE_ECC=1
-	export FREEBL_NO_DEPEND=1
-	export NATIVE_CC="$BUILD_CC"
-	export NATIVE_FLAGS="$BUILD_CFLAGS"
 	# We couldn't run test in cross compile!
 	export NSPR_INCLUDE_DIR=/usr/include/nspr
 	export NSPR_LIB_DIR=/usr/lib

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

* Re: nss: update to 3.56
  2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
                   ` (2 preceding siblings ...)
  2020-08-23  4:33 ` [PR PATCH] [Updated] " sgn
@ 2020-08-24 11:38 ` sgn
  2020-08-26 23:41 ` [PR PATCH] [Merged]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-08-24 11:38 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24429#issuecomment-679075269

Comment:
Tested with
- x86_64 glibc, musl, glibc on sandybridge
- i686
- aarch64 glibc and musl

---
Will merge in 2020-08-26

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

* Re: [PR PATCH] [Merged]: nss: update to 3.56
  2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
                   ` (3 preceding siblings ...)
  2020-08-24 11:38 ` sgn
@ 2020-08-26 23:41 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2020-08-26 23:41 UTC (permalink / raw)
  To: ml

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

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

nss: update to 3.56
https://github.com/void-linux/void-packages/pull/24429

Description:
`aarch64*` needs `export NS_USE_GCC=1` to use the correct code path.

* tested with x86_64 (glibc, musl, and glibc in sandy bridge), i686
* Will run another test with aarch64* in qemu-user-static

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

end of thread, other threads:[~2020-08-26 23:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23  1:05 [PR PATCH] nss: update to 3.56 sgn
2020-08-23  1:48 ` [PR REVIEW] " q66
2020-08-23  4:26 ` sgn
2020-08-23  4:33 ` [PR PATCH] [Updated] " sgn
2020-08-24 11:38 ` sgn
2020-08-26 23:41 ` [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).