mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] nss: Version bump. 3.92 -> 3.96
Date: Wed, 10 Jan 2024 17:57:26 +0100	[thread overview]
Message-ID: <20240110165726.4190964-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20231218190622.3950298-1-christian.melki@t2data.com>

Thanks, applied as 18d5590fcdb9d61cdd69992252057ae8760c9853.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:26 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Update, bunch of changes.
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_93.html
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_94.html
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_95.html
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_96.html (expected)
> 
> * Forward patchset, fix minor offset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231218190622.3950298-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/nss-3.92/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.96/0001-nss-fix-nsinstall-build.patch
> similarity index 100%
> rename from patches/nss-3.92/0001-nss-fix-nsinstall-build.patch
> rename to patches/nss-3.96/0001-nss-fix-nsinstall-build.patch
> diff --git a/patches/nss-3.92/0002-add-nss.pc.in.patch b/patches/nss-3.96/0002-add-nss.pc.in.patch
> similarity index 100%
> rename from patches/nss-3.92/0002-add-nss.pc.in.patch
> rename to patches/nss-3.96/0002-add-nss.pc.in.patch
> diff --git a/patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.96/0003-HACK-don-t-build-commands-that-need-zlib.patch
> similarity index 87%
> rename from patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
> rename to patches/nss-3.96/0003-HACK-don-t-build-commands-that-need-zlib.patch
> index c327693924d3..0447fef000e6 100644
> --- a/patches/nss-3.92/0003-HACK-don-t-build-commands-that-need-zlib.patch
> +++ b/patches/nss-3.96/0003-HACK-don-t-build-commands-that-need-zlib.patch
> @@ -12,10 +12,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>   1 file changed, 2 deletions(-)
>  
>  diff --git a/nss/cmd/manifest.mn b/nss/cmd/manifest.mn
> -index aafcf86fdbf5..9caddbc73ae4 100644
> +index 06bb99f4f8e0..4eb0024415ee 100644
>  --- a/nss/cmd/manifest.mn
>  +++ b/nss/cmd/manifest.mn
> -@@ -68,7 +68,6 @@ NSS_SRCDIRS = \
> +@@ -69,7 +69,6 @@ NSS_SRCDIRS = \
>    sdbthreadtst \
>    sdrtest \
>    selfserv  \
> @@ -23,7 +23,7 @@ index aafcf86fdbf5..9caddbc73ae4 100644
>    signver \
>    smimetools  \
>    ssltap  \
> -@@ -79,7 +78,6 @@ NSS_SRCDIRS = \
> +@@ -80,7 +79,6 @@ NSS_SRCDIRS = \
>    validation  \
>    vfychain \
>    vfyserv \
> diff --git a/patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.96/0004-HACK-fix-parallel-building-issue.patch
> similarity index 100%
> rename from patches/nss-3.92/0004-HACK-fix-parallel-building-issue.patch
> rename to patches/nss-3.96/0004-HACK-fix-parallel-building-issue.patch
> diff --git a/patches/nss-3.92/0005-fix-dependency-generation.patch b/patches/nss-3.96/0005-fix-dependency-generation.patch
> similarity index 100%
> rename from patches/nss-3.92/0005-fix-dependency-generation.patch
> rename to patches/nss-3.96/0005-fix-dependency-generation.patch
> diff --git a/patches/nss-3.92/series b/patches/nss-3.96/series
> similarity index 100%
> rename from patches/nss-3.92/series
> rename to patches/nss-3.96/series
> diff --git a/rules/nss.make b/rules/nss.make
> index 6c0266ceb9aa..8e177aaf0b7f 100644
> --- a/rules/nss.make
> +++ b/rules/nss.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss
>  #
>  # Paths and names
>  #
> -NSS_VERSION	:= 3.92
> -NSS_MD5		:= 589167c3be81d09b9e332ff17d46ebca
> +NSS_VERSION	:= 3.96
> +NSS_MD5		:= aea84f55f53799763bb7b712b250eac0
>  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)



      reply	other threads:[~2024-01-10 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 19:06 [ptxdist] [PATCH] " Christian Melki
2024-01-10 16:57 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240110165726.4190964-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox