mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] nss: Version bump. 3.91 -> 3.92.
@ 2023-07-29  5:23 Christian Melki
  2023-08-01  7:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-07-29  5:23 UTC (permalink / raw)
  To: ptxdist

Minor changes.
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_92.html

* Forward patchset. Applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../{nss-3.91 => nss-3.92}/0001-nss-fix-nsinstall-build.patch | 0
 patches/{nss-3.91 => nss-3.92}/0002-add-nss.pc.in.patch       | 0
 .../0003-HACK-don-t-build-commands-that-need-zlib.patch       | 0
 .../0004-HACK-fix-parallel-building-issue.patch               | 0
 .../0005-fix-dependency-generation.patch                      | 0
 patches/{nss-3.91 => nss-3.92}/series                         | 0
 rules/nss.make                                                | 4 ++--
 7 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{nss-3.91 => nss-3.92}/0001-nss-fix-nsinstall-build.patch (100%)
 rename patches/{nss-3.91 => nss-3.92}/0002-add-nss.pc.in.patch (100%)
 rename patches/{nss-3.91 => nss-3.92}/0003-HACK-don-t-build-commands-that-need-zlib.patch (100%)
 rename patches/{nss-3.91 => nss-3.92}/0004-HACK-fix-parallel-building-issue.patch (100%)
 rename patches/{nss-3.91 => nss-3.92}/0005-fix-dependency-generation.patch (100%)
 rename patches/{nss-3.91 => nss-3.92}/series (100%)

diff --git a/patches/nss-3.91/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.92/0001-nss-fix-nsinstall-build.patch
similarity index 100%
rename from patches/nss-3.91/0001-nss-fix-nsinstall-build.patch
rename to patches/nss-3.92/0001-nss-fix-nsinstall-build.patch
diff --git a/patches/nss-3.91/0002-add-nss.pc.in.patch b/patches/nss-3.92/0002-add-nss.pc.in.patch
similarity index 100%
rename from patches/nss-3.91/0002-add-nss.pc.in.patch
rename to patches/nss-3.92/0002-add-nss.pc.in.patch
diff --git a/patches/nss-3.91/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
similarity index 100%
rename from patches/nss-3.91/0003-HACK-don-t-build-commands-that-need-zlib.patch
rename to patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
diff --git a/patches/nss-3.91/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch
similarity index 100%
rename from patches/nss-3.91/0004-HACK-fix-parallel-building-issue.patch
rename to patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch
diff --git a/patches/nss-3.91/0005-fix-dependency-generation.patch b/patches/nss-3.92/0005-fix-dependency-generation.patch
similarity index 100%
rename from patches/nss-3.91/0005-fix-dependency-generation.patch
rename to patches/nss-3.92/0005-fix-dependency-generation.patch
diff --git a/patches/nss-3.91/series b/patches/nss-3.92/series
similarity index 100%
rename from patches/nss-3.91/series
rename to patches/nss-3.92/series
diff --git a/rules/nss.make b/rules/nss.make
index e768af1be..6c0266ceb 100644
--- a/rules/nss.make
+++ b/rules/nss.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss
 #
 # Paths and names
 #
-NSS_VERSION	:= 3.91
-NSS_MD5		:= a8168bc23c9e9b5419aede4984ba259e
+NSS_VERSION	:= 3.92
+NSS_MD5		:= 589167c3be81d09b9e332ff17d46ebca
 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)
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] nss: Version bump. 3.91 -> 3.92.
  2023-07-29  5:23 [ptxdist] [PATCH] nss: Version bump. 3.91 -> 3.92 Christian Melki
@ 2023-08-01  7:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-08-01  7:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 973a2412df73d8e6b6e191be3576ab9da41d3d79.

Michael

[sent from post-receive hook]

On Tue, 01 Aug 2023 09:49:05 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes.
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_92.html
> 
> * Forward patchset. Applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230729052354.1393302-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/nss-3.91/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.92/0001-nss-fix-nsinstall-build.patch
> similarity index 100%
> rename from patches/nss-3.91/0001-nss-fix-nsinstall-build.patch
> rename to patches/nss-3.92/0001-nss-fix-nsinstall-build.patch
> diff --git a/patches/nss-3.91/0002-add-nss.pc.in.patch b/patches/nss-3.92/0002-add-nss.pc.in.patch
> similarity index 100%
> rename from patches/nss-3.91/0002-add-nss.pc.in.patch
> rename to patches/nss-3.92/0002-add-nss.pc.in.patch
> diff --git a/patches/nss-3.91/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
> similarity index 100%
> rename from patches/nss-3.91/0003-HACK-don-t-build-commands-that-need-zlib.patch
> rename to patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
> diff --git a/patches/nss-3.91/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch
> similarity index 100%
> rename from patches/nss-3.91/0004-HACK-fix-parallel-building-issue.patch
> rename to patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch
> diff --git a/patches/nss-3.91/0005-fix-dependency-generation.patch b/patches/nss-3.92/0005-fix-dependency-generation.patch
> similarity index 100%
> rename from patches/nss-3.91/0005-fix-dependency-generation.patch
> rename to patches/nss-3.92/0005-fix-dependency-generation.patch
> diff --git a/patches/nss-3.91/series b/patches/nss-3.92/series
> similarity index 100%
> rename from patches/nss-3.91/series
> rename to patches/nss-3.92/series
> diff --git a/rules/nss.make b/rules/nss.make
> index e768af1be00b..6c0266ceb9aa 100644
> --- a/rules/nss.make
> +++ b/rules/nss.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss
>  #
>  # Paths and names
>  #
> -NSS_VERSION	:= 3.91
> -NSS_MD5		:= a8168bc23c9e9b5419aede4984ba259e
> +NSS_VERSION	:= 3.92
> +NSS_MD5		:= 589167c3be81d09b9e332ff17d46ebca
>  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)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-01  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-29  5:23 [ptxdist] [PATCH] nss: Version bump. 3.91 -> 3.92 Christian Melki
2023-08-01  7:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox