* [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1
@ 2019-10-06 14:03 Bernd Kuhls
2019-10-06 15:02 ` Giulio Benetti
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2019-10-06 14:03 UTC (permalink / raw)
To: buildroot
Release notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
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 678f39b090..53c20149a0 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_42_1_RTM/src/SHA256SUMS
-sha256 6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef nss-3.46.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_46_1_RTM/src/SHA256SUMS
+sha256 3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651 nss-3.46.1.tar.gz
# Locally calculated
sha256 a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4 nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index 776f232ad5..5bbd013538 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNSS_VERSION = 3.46
+LIBNSS_VERSION = 3.46.1
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.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1
2019-10-06 14:03 [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1 Bernd Kuhls
@ 2019-10-06 15:02 ` Giulio Benetti
2019-10-07 21:10 ` Thomas Petazzoni
2019-10-30 10:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Giulio Benetti @ 2019-10-06 15:02 UTC (permalink / raw)
To: buildroot
Hi Bernd,
On 10/6/19 4:03 PM, Bernd Kuhls wrote:
> Release notes:
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-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 678f39b090..53c20149a0 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_42_1_RTM/src/SHA256SUMS
> -sha256 6b699649d285602ba258a4b0957cb841eafc94eff5735a9da8da0adbb9a10cef nss-3.46.tar.gz
> +# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_46_1_RTM/src/SHA256SUMS
> +sha256 3bf7e0ed7db98803f134c527c436cc68415ff17257d34bd75de14e9a09d13651 nss-3.46.1.tar.gz
> # Locally calculated
> sha256 a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4 nss/COPYING
> diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
> index 776f232ad5..5bbd013538 100644
> --- a/package/libnss/libnss.mk
> +++ b/package/libnss/libnss.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBNSS_VERSION = 3.46
> +LIBNSS_VERSION = 3.46.1
> 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
>
--
Giulio Benetti
Benetti Engineering sas
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1
2019-10-06 14:03 [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1 Bernd Kuhls
2019-10-06 15:02 ` Giulio Benetti
@ 2019-10-07 21:10 ` Thomas Petazzoni
2019-10-30 10:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-10-07 21:10 UTC (permalink / raw)
To: buildroot
On Sun, 6 Oct 2019 16:03:04 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:
> Release notes:
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/libnss/libnss.hash | 4 ++--
> package/libnss/libnss.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1
2019-10-06 14:03 [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1 Bernd Kuhls
2019-10-06 15:02 ` Giulio Benetti
2019-10-07 21:10 ` Thomas Petazzoni
@ 2019-10-30 10:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-10-30 10:25 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes:
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2019.02.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-30 10:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 14:03 [Buildroot] [PATCH 1/1] package/libnss: bump version to 3.46.1 Bernd Kuhls
2019-10-06 15:02 ` Giulio Benetti
2019-10-07 21:10 ` Thomas Petazzoni
2019-10-30 10:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox