package/libnss: bump version to 3.53.1

Bump version to 3.53.1 and add a patch from upstream[1] to fix build
failure.

Release notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.53.1_release_notes

[1]:
e955ece90b

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Giulio Benetti 2020-06-19 02:01:47 +02:00 committed by Thomas Petazzoni
parent 42718e13d2
commit 5fe9b16ffc
3 changed files with 33 additions and 3 deletions

View file

@ -0,0 +1,30 @@
From b0e9408ea779b37e97e706d037e497d2bf807593 Mon Sep 17 00:00:00 2001
From: Mike Hommey <mh@glandium.org>
Date: Wed, 3 Jun 2020 03:04:49 +0000
Subject: [PATCH] Bug 1642153 - Avoid infinite recursion when CHECKLOC is not
set. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D77596
--HG--
extra : moz-landing-system : lando
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
nss/cmd/shlibsign/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nss/cmd/shlibsign/Makefile b/cmd/shlibsign/Makefile
index 73641d996..a1192055c 100644
--- a/nss/cmd/shlibsign/Makefile
+++ b/nss/cmd/shlibsign/Makefile
@@ -96,4 +96,6 @@ else
endif
libs: install
+ifdef CHECKLOC
$(MAKE) $(CHECKLOC)
+endif
--
2.25.1

View file

@ -1,4 +1,4 @@
# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_52_RTM/src/SHA256SUMS
sha256 0a0aeb0cdda65ddcb64f746223df58b150f6803f4bfa1a4e876bbe6f9c4c1561 nss-3.52.tar.gz
# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_53_1_RTM/src/SHA256SUMS
sha256 2dccde67079b25c4e95ac3121f11b2819c37cf8c48ca263a45d8f83f7a315316 nss-3.53.1.tar.gz
# Locally calculated
sha256 a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4 nss/COPYING

View file

@ -4,7 +4,7 @@
#
################################################################################
LIBNSS_VERSION = 3.52
LIBNSS_VERSION = 3.53.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