From: Lucian Cristian Date: Thu, 20 Oct 2022 12:08:13 +0000 (+0000) Subject: nss: update to 4.84 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=990748d135737a71fc049a85959ca5229b9f7720;p=feed%2Fpackages.git nss: update to 4.84 Signed-off-by: Lucian Cristian --- diff --git a/libs/nss/Makefile b/libs/nss/Makefile index cc0213abb4..1a201aea29 100644 --- a/libs/nss/Makefile +++ b/libs/nss/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nss -PKG_VERSION:=3.78 +PKG_VERSION:=3.84 PKG_RELEASE:=$(AUTORELEASE) 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:=f455f341e787c1167328e80a84f77b9a557d595066dda6486a1874d72da68800 +PKG_HASH:=9a387ffe350ff14f001d943f96cc0c064891551d71e1a97a5ddbffe7f1207a25 PKG_MAINTAINER:=Lucian Cristian PKG_LICENCE:=MPL-2.0 diff --git a/libs/nss/patches/003-openwrt_fix.patch b/libs/nss/patches/003-openwrt_fix.patch index 598e2f41b1..c7a3d83c81 100644 --- a/libs/nss/patches/003-openwrt_fix.patch +++ b/libs/nss/patches/003-openwrt_fix.patch @@ -22,7 +22,7 @@ --- a/nss/coreconf/arch.mk +++ b/nss/coreconf/arch.mk -@@ -306,7 +306,7 @@ else +@@ -284,7 +284,7 @@ else OBJDIR_NAME_COMPILER = $(COMPILER_TAG) endif OBJDIR_NAME_BASE = $(OS_TARGET)$(OS_RELEASE)$(CPU_TAG)$(OBJDIR_NAME_COMPILER)$(LIBC_TAG)$(IMPL_STRATEGY)$(OBJDIR_TAG) diff --git a/libs/nss/patches/020-getopt.patch b/libs/nss/patches/020-getopt.patch index 23ac68b519..f6239e0b9b 100644 --- a/libs/nss/patches/020-getopt.patch +++ b/libs/nss/patches/020-getopt.patch @@ -1,8 +1,8 @@ --- a/nss/coreconf/nsinstall/nsinstall.c +++ b/nss/coreconf/nsinstall/nsinstall.c -@@ -36,8 +36,8 @@ typedef unsigned int mode_t; - #undef HAVE_FCHMOD - #endif +@@ -32,8 +32,8 @@ typedef unsigned int mode_t; + + #define HAVE_FCHMOD -#ifdef LINUX #include