Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nss: update to 3.46.1.
@ 2019-10-22  2:52 voidlinux-github
  2019-10-22  3:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  2:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1

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

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

From 384f38878b0b0759d1da431622b352a2d425fcf0 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH] nss: update to 3.46.1.

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

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..2d44188b0d4 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,7 +3,7 @@
 _nsprver=4.22
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS

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

* Re: [PR PATCH] [Updated] nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
  2019-10-22  3:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-22  3:01 ` voidlinux-github
  2019-10-22  3:08 ` [PR PATCH] [Updated] nspr: update to 4.23 & " voidlinux-github
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 e942294c700d3d609ccd73f6ac6dd2dbd55bb11f Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

---
 srcpkgs/nss/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..6680a9e79d2 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -1,19 +1,19 @@
 # Template file for 'nss'
 
-_nsprver=4.22
+_nsprver=4.23
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS

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

* Re: [PR PATCH] [Updated] nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
@ 2019-10-22  3:01 ` voidlinux-github
  2019-10-22  3:01 ` voidlinux-github
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 e942294c700d3d609ccd73f6ac6dd2dbd55bb11f Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

---
 srcpkgs/nss/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..6680a9e79d2 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -1,19 +1,19 @@
 # Template file for 'nss'
 
-_nsprver=4.22
+_nsprver=4.23
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS

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

* Re: [PR PATCH] [Updated] nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-22  3:08 ` [PR PATCH] [Updated] nspr: update to 4.23 & " voidlinux-github
@ 2019-10-22  3:08 ` voidlinux-github
  2019-10-22  3:29 ` voidlinux-github
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nspr: update to 4.23 & nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 870737da14a9a8a289cdfd4f341eaff2d04bb0d8 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

nspr is updated to 4.23 but nss 3.46.1 only requires 4.22
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
---
 srcpkgs/nss/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..7282b20205d 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,17 +3,17 @@
 _nsprver=4.22
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS

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

* Re: [PR PATCH] [Updated] nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
  2019-10-22  3:01 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-22  3:01 ` voidlinux-github
@ 2019-10-22  3:08 ` voidlinux-github
  2019-10-22  3:08 ` voidlinux-github
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nspr: update to 4.23 & nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 870737da14a9a8a289cdfd4f341eaff2d04bb0d8 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

nspr is updated to 4.23 but nss 3.46.1 only requires 4.22
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
---
 srcpkgs/nss/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..7282b20205d 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,17 +3,17 @@
 _nsprver=4.22
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS

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

* Re: [PR PATCH] [Updated] nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-22  3:29 ` voidlinux-github
@ 2019-10-22  3:29 ` voidlinux-github
  2019-10-22  3:33 ` voidlinux-github
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nspr: update to 4.23 & nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1
nss depends on nspr

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 8772294984d2fff7a8a524ea6b05e9f413b9c98e Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

While we're at it, also fix a quoting problem if user has changed
XBPS_CFLAGS, so that the -O flag isn't the first one, e.g:

    XBPS_CFLAGS=-march=native -O2 -pipe

nspr is updated to 4.23 but nss 3.46.1 only requires 4.22
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
---
 srcpkgs/nss/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..e26701eaea6 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,17 +3,17 @@
 _nsprver=4.22
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS
@@ -32,7 +32,7 @@ do_build() {
 
 	cd nss
 	# Build nsinstall for host.
-	make CC=$BUILD_CC LD=$BUILD_LD CFLAGS=$BUILD_CFLAGS LDFLAGS=$BUILD_LDFLAGS \
+	make CC=$BUILD_CC LD=$BUILD_LD CFLAGS="$BUILD_CFLAGS" LDFLAGS="$BUILD_LDFLAGS" \
 		${_native_use64} -C coreconf
 
 	if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Updated] nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-22  3:08 ` voidlinux-github
@ 2019-10-22  3:29 ` voidlinux-github
  2019-10-22  3:29 ` voidlinux-github
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages nss-3.46.1
https://github.com/void-linux/void-packages/pull/15686

nspr: update to 4.23 & nss: update to 3.46.1.
Firefox 70.0 requires nss 3.46.1
nss depends on nspr

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

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

From cec46d09705863c2c743c4f3ae5fb913040754c4 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:59:50 +0700
Subject: [PATCH 1/2] nspr: update to 4.23.

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

diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template
index a30f39088e1..6827b76f827 100644
--- a/srcpkgs/nspr/template
+++ b/srcpkgs/nspr/template
@@ -1,16 +1,16 @@
 # Template file for 'nspr'
 pkgname=nspr
-version=4.22
+version=4.23
 revision=1
 build_wrksrc=nspr
 build_style=gnu-configure
 makedepends="zlib-devel"
 short_desc="NetScape Portable Runtime"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430
+checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4
 
 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 8772294984d2fff7a8a524ea6b05e9f413b9c98e Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Tue, 22 Oct 2019 09:43:34 +0700
Subject: [PATCH 2/2] nss: update to 3.46.1.

While we're at it, also fix a quoting problem if user has changed
XBPS_CFLAGS, so that the -O flag isn't the first one, e.g:

    XBPS_CFLAGS=-march=native -O2 -pipe

nspr is updated to 4.23 but nss 3.46.1 only requires 4.22
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
---
 srcpkgs/nss/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 693e4524e26..e26701eaea6 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -3,17 +3,17 @@
 _nsprver=4.22
 
 pkgname=nss
-version=3.46
+version=3.46.1
 revision=1
 hostmakedepends="perl"
 makedepends="nspr-devel sqlite-devel zlib-devel"
 depends="nspr>=${_nsprver}"
 short_desc="Mozilla Network Security Services"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong 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=6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef
+checksum=3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651
 
 do_build() {
 	# Respect LDFLAGS
@@ -32,7 +32,7 @@ do_build() {
 
 	cd nss
 	# Build nsinstall for host.
-	make CC=$BUILD_CC LD=$BUILD_LD CFLAGS=$BUILD_CFLAGS LDFLAGS=$BUILD_LDFLAGS \
+	make CC=$BUILD_CC LD=$BUILD_LD CFLAGS="$BUILD_CFLAGS" LDFLAGS="$BUILD_LDFLAGS" \
 		${_native_use64} -C coreconf
 
 	if [ "$CROSS_BUILD" ]; then

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-22  3:29 ` voidlinux-github
@ 2019-10-22  3:33 ` voidlinux-github
  2019-10-22  3:34 ` voidlinux-github
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:33 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check` passed on x86_64 and x86_64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-22  3:33 ` voidlinux-github
@ 2019-10-22  3:34 ` voidlinux-github
  2019-10-22  3:35 ` voidlinux-github
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:34 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check` passed on 

- [x] x86_64
- [x] x86_64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-22  3:34 ` voidlinux-github
@ 2019-10-22  3:35 ` voidlinux-github
  2019-10-22  3:35 ` voidlinux-github
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:35 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check` passed on 

- [x] x86_64
- [x] x86_64-musl
- [] aarch64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-22  3:35 ` voidlinux-github
@ 2019-10-22  3:35 ` voidlinux-github
  2019-10-22  4:36 ` voidlinux-github
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  3:35 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check` passed on 

- [x] x86_64
- [x] x86_64-musl
- [ ] aarch64
- [ ] aarch64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-22  3:35 ` voidlinux-github
@ 2019-10-22  4:36 ` voidlinux-github
  2019-10-22  7:15 ` voidlinux-github
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  4:36 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check nss` passed on 

- [x] x86_64
- [x] x86_64-musl
- [ ] aarch64
- [ ] aarch64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-22  4:36 ` voidlinux-github
@ 2019-10-22  7:15 ` voidlinux-github
  2019-10-22 14:23 ` voidlinux-github
  2019-10-24 12:00 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22  7:15 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check nss` passed on 

- [x] x86_64
- [x] x86_64-musl
- [x] aarch64
- [ ] aarch64-musl

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

* Re: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-22  7:15 ` voidlinux-github
@ 2019-10-22 14:23 ` voidlinux-github
  2019-10-24 12:00 ` [PR PATCH] [Merged]: " voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-22 14:23 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/15686#issuecomment-544792497

Comment:
`./xbps-src check nss` passed on 

- [x] x86_64
- [x] x86_64-musl
- [x] aarch64
- [x] aarch64-musl

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

* Re: [PR PATCH] [Merged]: nspr: update to 4.23 & nss: update to 3.46.1.
  2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-22 14:23 ` voidlinux-github
@ 2019-10-24 12:00 ` voidlinux-github
  13 siblings, 0 replies; 15+ messages in thread
From: voidlinux-github @ 2019-10-24 12:00 UTC (permalink / raw)
  To: ml

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

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

nspr: update to 4.23 & nss: update to 3.46.1.
https://github.com/void-linux/void-packages/pull/15686

Description:
Firefox 70.0 requires nss 3.46.1
nss depends on nspr

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

end of thread, other threads:[~2019-10-24 12:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22  2:52 [PR PATCH] nss: update to 3.46.1 voidlinux-github
2019-10-22  3:01 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-22  3:01 ` voidlinux-github
2019-10-22  3:08 ` [PR PATCH] [Updated] nspr: update to 4.23 & " voidlinux-github
2019-10-22  3:08 ` voidlinux-github
2019-10-22  3:29 ` voidlinux-github
2019-10-22  3:29 ` voidlinux-github
2019-10-22  3:33 ` voidlinux-github
2019-10-22  3:34 ` voidlinux-github
2019-10-22  3:35 ` voidlinux-github
2019-10-22  3:35 ` voidlinux-github
2019-10-22  4:36 ` voidlinux-github
2019-10-22  7:15 ` voidlinux-github
2019-10-22 14:23 ` voidlinux-github
2019-10-24 12:00 ` [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).