All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/libnss: bump version
@ 2021-03-21  7:59 Giulio Benetti
  2021-03-21  7:59 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.30 Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-03-21  7:59 UTC (permalink / raw)
  To: buildroot

This patchset update libnss version as well as libnspr version because
NSS 3.63 requires NSPR 4.30

Giulio Benetti (2):
  package/libnspr: bump version to 4.30
  package/libnss: bump version to 3.63

 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.30
  2021-03-21  7:59 [Buildroot] [PATCH 0/2] package/libnss: bump version Giulio Benetti
@ 2021-03-21  7:59 ` Giulio Benetti
  2021-03-21  7:59 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.63 Giulio Benetti
  2021-03-21  8:59 ` [Buildroot] [PATCH 0/2] package/libnss: bump version Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-03-21  7:59 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 f8f8fa76b9..8ca0f573b9 100644
--- a/package/libnspr/libnspr.hash
+++ b/package/libnspr/libnspr.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/nspr/releases/v4.29/src/SHA256SUMS
-sha256  22286bdb8059d74632cc7c2865c139e63953ecfb33bf4362ab58827e86e92582  nspr-4.29.tar.gz
+# From https://ftp.mozilla.org/pub/nspr/releases/v4.30/src/SHA256SUMS
+sha256  8d4cd8f8409484dc4c3d31e180354bfc506573eccf86cd691106a1ef7edc913b  nspr-4.30.tar.gz
 # Locally calculated
 sha256  fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85  nspr/LICENSE
diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk
index 6f072cb6d2..67fb738b57 100644
--- a/package/libnspr/libnspr.mk
+++ b/package/libnspr/libnspr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSPR_VERSION = 4.29
+LIBNSPR_VERSION = 4.30
 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.63
  2021-03-21  7:59 [Buildroot] [PATCH 0/2] package/libnss: bump version Giulio Benetti
  2021-03-21  7:59 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.30 Giulio Benetti
@ 2021-03-21  7:59 ` Giulio Benetti
  2021-03-21  8:59 ` [Buildroot] [PATCH 0/2] package/libnss: bump version Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2021-03-21  7:59 UTC (permalink / raw)
  To: buildroot

Note: NSS 3.63 requires NSPR 4.30.
Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.63_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 85c694bc66..b3e7a2935d 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_62_RTM/src/SHA256SUMS
-sha256  86d6df7cece25b8d4efa53e4c19af903c484eb79871163f37b5232bb406a5478  nss-3.62.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_63_RTM/src/SHA256SUMS
+sha256  182d2fef629102ae9423aabf2c192242b565cf5098e82c5a26cf70c5e4ea2221  nss-3.63.tar.gz
 # Locally calculated
 sha256  a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4  nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index b3391cfe6d..d333a92210 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSS_VERSION = 3.62
+LIBNSS_VERSION = 3.63
 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: bump version
  2021-03-21  7:59 [Buildroot] [PATCH 0/2] package/libnss: bump version Giulio Benetti
  2021-03-21  7:59 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.30 Giulio Benetti
  2021-03-21  7:59 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.63 Giulio Benetti
@ 2021-03-21  8:59 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2021-03-21  8:59 UTC (permalink / raw)
  To: buildroot

Giulio, All,

On 2021-03-21 08:59 +0100, Giulio Benetti spake thusly:
> This patchset update libnss version as well as libnspr version because
> NSS 3.63 requires NSPR 4.30
> 
> Giulio Benetti (2):
>   package/libnspr: bump version to 4.30
>   package/libnss: bump version to 3.63

Series of two 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:[~2021-03-21  8:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  7:59 [Buildroot] [PATCH 0/2] package/libnss: bump version Giulio Benetti
2021-03-21  7:59 ` [Buildroot] [PATCH 1/2] package/libnspr: bump version to 4.30 Giulio Benetti
2021-03-21  7:59 ` [Buildroot] [PATCH 2/2] package/libnss: bump version to 3.63 Giulio Benetti
2021-03-21  8:59 ` [Buildroot] [PATCH 0/2] package/libnss: bump version Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.