From f0e6ceff3aab555632da84be4f9ef26d3b56304e Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Sun, 10 May 2020 22:19:27 +0300 Subject: [PATCH] nss: update to 3.52 Signed-off-by: Lucian Cristian (cherry picked from commit 867fa4c68c89f3e0e850b4ee3c50da14eb1c940b) --- libs/nss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/nss/Makefile b/libs/nss/Makefile index a38c5cf973..e1b5ba8233 100644 --- a/libs/nss/Makefile +++ b/libs/nss/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nss -PKG_VERSION:=3.51.1 +PKG_VERSION:=3.52 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://download.cdn.mozilla.net/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src \ https://archive.mozilla.org/pub/security/$(PKG_NAME)/releases/NSS_$(subst .,_,$(PKG_VERSION))_RTM/src -PKG_HASH:=085c5eaceef040eddea639e2e068e70f0e368f840327a678ef74ae3d6c15ca78 +PKG_HASH:=0a0aeb0cdda65ddcb64f746223df58b150f6803f4bfa1a4e876bbe6f9c4c1561 PKG_MAINTAINER:=Lucian Cristian PKG_LICENCE:=MPL-2.0 -- 2.30.2