From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 16 Mar 2023 15:32:21 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pcoeS-002lDO-3o for lore@lore.pengutronix.de; Thu, 16 Mar 2023 15:32:21 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pcoeS-0004oJ-6D; Thu, 16 Mar 2023 15:32:20 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pcodg-0003nG-Rl; Thu, 16 Mar 2023 15:31:32 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pcodg-004ZQe-6P; Thu, 16 Mar 2023 15:31:32 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pcodf-00FS1i-AD; Thu, 16 Mar 2023 15:31:31 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 16 Mar 2023 15:31:31 +0100 Message-Id: <20230316143131.3682562-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230312091230.3208687-1-christian.melki@t2data.com> References: <20230312091230.3208687-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] nss: Version bump. 3.88 -> 3.89 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as f8ad6ca8a07f8f2964737828895122f2b3ee8999. Michael [sent from post-receive hook] On Thu, 16 Mar 2023 15:31:31 +0100, Christian Melki wrote: > Minor changes, bugfixes. > https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_89.html > > * Forward patchset. Applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20230312091230.3208687-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/nss-3.88/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.89/0001-nss-fix-nsinstall-build.patch > similarity index 100% > rename from patches/nss-3.88/0001-nss-fix-nsinstall-build.patch > rename to patches/nss-3.89/0001-nss-fix-nsinstall-build.patch > diff --git a/patches/nss-3.88/0002-add-nss.pc.in.patch b/patches/nss-3.89/0002-add-nss.pc.in.patch > similarity index 100% > rename from patches/nss-3.88/0002-add-nss.pc.in.patch > rename to patches/nss-3.89/0002-add-nss.pc.in.patch > diff --git a/patches/nss-3.88/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.89/0003-HACK-don-t-build-commands-that-need-zlib.patch > similarity index 100% > rename from patches/nss-3.88/0003-HACK-don-t-build-commands-that-need-zlib.patch > rename to patches/nss-3.89/0003-HACK-don-t-build-commands-that-need-zlib.patch > diff --git a/patches/nss-3.88/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.89/0004-HACK-fix-parallel-building-issue.patch > similarity index 100% > rename from patches/nss-3.88/0004-HACK-fix-parallel-building-issue.patch > rename to patches/nss-3.89/0004-HACK-fix-parallel-building-issue.patch > diff --git a/patches/nss-3.88/0005-fix-dependency-generation.patch b/patches/nss-3.89/0005-fix-dependency-generation.patch > similarity index 100% > rename from patches/nss-3.88/0005-fix-dependency-generation.patch > rename to patches/nss-3.89/0005-fix-dependency-generation.patch > diff --git a/patches/nss-3.88/series b/patches/nss-3.89/series > similarity index 100% > rename from patches/nss-3.88/series > rename to patches/nss-3.89/series > diff --git a/rules/nss.make b/rules/nss.make > index bf6f067b95d3..7d499dc70324 100644 > --- a/rules/nss.make > +++ b/rules/nss.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss > # > # Paths and names > # > -NSS_VERSION := 3.88 > -NSS_MD5 := 9570f728198e1850aa2f2c075ea7cbee > +NSS_VERSION := 3.89 > +NSS_MD5 := 9d5b910dcec7ef8aeb88b53803454f63 > NSS := nss-$(NSS_VERSION) > NSS_SUFFIX := tar.gz > NSS_URL := https://ftp.mozilla.org/pub/security/nss/releases/NSS_$(subst .,_,$(NSS_VERSION))_RTM/src/$(NSS).$(NSS_SUFFIX)