* [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump
@ 2020-07-26 0:53 Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.27 Giulio Benetti
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Giulio Benetti @ 2020-07-26 0:53 UTC (permalink / raw)
To: buildroot
Hello,
this patchset bump NSPR and NSS version. NSS 3.55 requires NSPR 4.27 so
these 2 patches must be applied subsequently.
I've already built with utils/test-pkg -p libnss and the main 6 builds
were OK.
Giulio Benetti (2):
package/libnspr: bump version to 4.27
package/libnss: bump version to 3.55
package/libnspr/libnspr.hash | 4 ++--
package/libnspr/libnspr.mk | 2 +-
package/libnss/libnss.hash | 4 ++--
package/libnss/libnss.mk | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.27
2020-07-26 0:53 [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Giulio Benetti
@ 2020-07-26 0:53 ` Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.55 Giulio Benetti
2020-07-27 11:26 ` [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Yann E. MORIN
2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2020-07-26 0:53 UTC (permalink / raw)
To: buildroot
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libnspr/libnspr.hash | 4 ++--
package/libnspr/libnspr.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libnspr/libnspr.hash b/package/libnspr/libnspr.hash
index 2a89ca0b53..d6f87fd9a0 100644
--- a/package/libnspr/libnspr.hash
+++ b/package/libnspr/libnspr.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/nspr/releases/v4.26/src/SHA256SUMS
-sha256 fc9d142d85b74ffd2e6374a0c9016f3f2dac074225e24df3070e5a72d31b773d nspr-4.26.tar.gz
+# From https://ftp.mozilla.org/pub/nspr/releases/v4.27/src/SHA256SUMS
+sha256 6d495192b6ab00a3c28db053492cf794329f7c0351a5728db198111a1816e89b nspr-4.27.tar.gz
# Locally calculated
sha256 fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85 nspr/LICENSE
diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk
index db8884ee65..8510d29e36 100644
--- a/package/libnspr/libnspr.mk
+++ b/package/libnspr/libnspr.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNSPR_VERSION = 4.26
+LIBNSPR_VERSION = 4.27
LIBNSPR_SOURCE = nspr-$(LIBNSPR_VERSION).tar.gz
LIBNSPR_SITE = https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(LIBNSPR_VERSION)/src
LIBNSPR_SUBDIR = nspr
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.55
2020-07-26 0:53 [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.27 Giulio Benetti
@ 2020-07-26 0:53 ` Giulio Benetti
2020-07-27 11:26 ` [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Yann E. MORIN
2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2020-07-26 0:53 UTC (permalink / raw)
To: buildroot
Bump version to 3.55. Unfortunately local patch is still pending
upstream and not applied and I've just asked why:
https://bugzilla.mozilla.org/show_bug.cgi?id=1642174
This version requires NSPR 4.27.
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.55_release_notes
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libnss/libnss.hash | 4 ++--
package/libnss/libnss.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
index aedc0669de..08ba914d9d 100644
--- a/package/libnss/libnss.hash
+++ b/package/libnss/libnss.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_54_RTM/src/SHA256SUMS
-sha256 dab18bbfcf5e347934cda664df75ce9fd912a5772686c40d3c805e53c08d6e43 nss-3.54.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_55_RTM/src/SHA256SUMS
+sha256 fc692e3db45a082ee6328cd989e795c171a00df9c518df090937f7604f850004 nss-3.55.tar.gz
# Locally calculated
sha256 a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4 nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index 8bf7f0d85d..a5e4432f8c 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNSS_VERSION = 3.54
+LIBNSS_VERSION = 3.55
LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
LIBNSS_DISTDIR = dist
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump
2020-07-26 0:53 [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.27 Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.55 Giulio Benetti
@ 2020-07-27 11:26 ` Yann E. MORIN
2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-07-27 11:26 UTC (permalink / raw)
To: buildroot
Giulio, All,
On 2020-07-26 02:53 +0200, Giulio Benetti spake thusly:
> this patchset bump NSPR and NSS version. NSS 3.55 requires NSPR 4.27 so
> these 2 patches must be applied subsequently.
>
> I've already built with utils/test-pkg -p libnss and the main 6 builds
> were OK.
>
> Giulio Benetti (2):
> package/libnspr: bump version to 4.27
> package/libnss: bump version to 3.55
Both applied to master, thanks.
Regards,
Yann E. MORIN.
> package/libnspr/libnspr.hash | 4 ++--
> package/libnspr/libnspr.mk | 2 +-
> package/libnss/libnss.hash | 4 ++--
> package/libnss/libnss.mk | 2 +-
> 4 files changed, 6 insertions(+), 6 deletions(-)
>
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-27 11:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-26 0:53 [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.27 Giulio Benetti
2020-07-26 0:53 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.55 Giulio Benetti
2020-07-27 11:26 ` [Buildroot] [PATCH 0/2] package/libnss and libnspr version bump Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox