* [ptxdist] [PATCH] ca-certificates: Version bump. 3.100 -> 3.101
@ 2024-06-10 19:14 Christian Melki
2024-06-10 19:14 ` [ptxdist] [PATCH] nss: " Christian Melki
2024-06-15 14:58 ` [ptxdist] [APPLIED] ca-certificates: " Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2024-06-10 19:14 UTC (permalink / raw)
To: ptxdist
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_101.html
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/ca-certificates.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make
index a667d2d26..8eeec1086 100644
--- a/rules/ca-certificates.make
+++ b/rules/ca-certificates.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
#
# Paths and names
#
-CA_CERTIFICATES_VERSION := NSS_3_100_RTM
-CA_CERTIFICATES_MD5 := c5dc443a649e31ebdb26243bbb5855ad
+CA_CERTIFICATES_VERSION := NSS_3_101_RTM
+CA_CERTIFICATES_MD5 := 429b34c077b1c133321e553266c552da
CA_CERTIFICATES := ca-certificates-$(CA_CERTIFICATES_VERSION)
CA_CERTIFICATES_SUFFIX := txt
CA_CERTIFICATES_URL := https://hg.mozilla.org/projects/nss/raw-file/$(CA_CERTIFICATES_VERSION)/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH] nss: Version bump. 3.100 -> 3.101
2024-06-10 19:14 [ptxdist] [PATCH] ca-certificates: Version bump. 3.100 -> 3.101 Christian Melki
@ 2024-06-10 19:14 ` Christian Melki
2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-15 14:58 ` [ptxdist] [APPLIED] ca-certificates: " Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2024-06-10 19:14 UTC (permalink / raw)
To: ptxdist
Various fixes.
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_101.html
* Forward patchset, applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-nss-fix-nsinstall-build.patch | 0
patches/{nss-3.100 => nss-3.101}/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.100 => nss-3.101}/series | 0
rules/nss.make | 4 ++--
7 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{nss-3.100 => nss-3.101}/0001-nss-fix-nsinstall-build.patch (100%)
rename patches/{nss-3.100 => nss-3.101}/0002-add-nss.pc.in.patch (100%)
rename patches/{nss-3.100 => nss-3.101}/0003-HACK-don-t-build-commands-that-need-zlib.patch (100%)
rename patches/{nss-3.100 => nss-3.101}/0004-HACK-fix-parallel-building-issue.patch (100%)
rename patches/{nss-3.100 => nss-3.101}/0005-fix-dependency-generation.patch (100%)
rename patches/{nss-3.100 => nss-3.101}/series (100%)
diff --git a/patches/nss-3.100/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.101/0001-nss-fix-nsinstall-build.patch
similarity index 100%
rename from patches/nss-3.100/0001-nss-fix-nsinstall-build.patch
rename to patches/nss-3.101/0001-nss-fix-nsinstall-build.patch
diff --git a/patches/nss-3.100/0002-add-nss.pc.in.patch b/patches/nss-3.101/0002-add-nss.pc.in.patch
similarity index 100%
rename from patches/nss-3.100/0002-add-nss.pc.in.patch
rename to patches/nss-3.101/0002-add-nss.pc.in.patch
diff --git a/patches/nss-3.100/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.101/0003-HACK-don-t-build-commands-that-need-zlib.patch
similarity index 100%
rename from patches/nss-3.100/0003-HACK-don-t-build-commands-that-need-zlib.patch
rename to patches/nss-3.101/0003-HACK-don-t-build-commands-that-need-zlib.patch
diff --git a/patches/nss-3.100/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.101/0004-HACK-fix-parallel-building-issue.patch
similarity index 100%
rename from patches/nss-3.100/0004-HACK-fix-parallel-building-issue.patch
rename to patches/nss-3.101/0004-HACK-fix-parallel-building-issue.patch
diff --git a/patches/nss-3.100/0005-fix-dependency-generation.patch b/patches/nss-3.101/0005-fix-dependency-generation.patch
similarity index 100%
rename from patches/nss-3.100/0005-fix-dependency-generation.patch
rename to patches/nss-3.101/0005-fix-dependency-generation.patch
diff --git a/patches/nss-3.100/series b/patches/nss-3.101/series
similarity index 100%
rename from patches/nss-3.100/series
rename to patches/nss-3.101/series
diff --git a/rules/nss.make b/rules/nss.make
index c0bee15aa..92283e926 100644
--- a/rules/nss.make
+++ b/rules/nss.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss
#
# Paths and names
#
-NSS_VERSION := 3.100
-NSS_MD5 := 91d114f373c71ed04c4fca96958cdcd1
+NSS_VERSION := 3.101
+NSS_MD5 := e9bb98ad40e088d0707c732fd2748bed
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] 4+ messages in thread
* Re: [ptxdist] [APPLIED] nss: Version bump. 3.100 -> 3.101
2024-06-10 19:14 ` [ptxdist] [PATCH] nss: " Christian Melki
@ 2024-06-15 14:58 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-06-15 14:58 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as fa7d09cdc241bb6da7c3dbb135e039acbe70cd85.
Michael
[sent from post-receive hook]
On Sat, 15 Jun 2024 16:58:47 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Various fixes.
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_101.html
>
> * Forward patchset, applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240610191438.154471-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/nss-3.100/0001-nss-fix-nsinstall-build.patch b/patches/nss-3.101/0001-nss-fix-nsinstall-build.patch
> similarity index 100%
> rename from patches/nss-3.100/0001-nss-fix-nsinstall-build.patch
> rename to patches/nss-3.101/0001-nss-fix-nsinstall-build.patch
> diff --git a/patches/nss-3.100/0002-add-nss.pc.in.patch b/patches/nss-3.101/0002-add-nss.pc.in.patch
> similarity index 100%
> rename from patches/nss-3.100/0002-add-nss.pc.in.patch
> rename to patches/nss-3.101/0002-add-nss.pc.in.patch
> diff --git a/patches/nss-3.100/0003-HACK-don-t-build-commands-that-need-zlib.patch b/patches/nss-3.101/0003-HACK-don-t-build-commands-that-need-zlib.patch
> similarity index 100%
> rename from patches/nss-3.100/0003-HACK-don-t-build-commands-that-need-zlib.patch
> rename to patches/nss-3.101/0003-HACK-don-t-build-commands-that-need-zlib.patch
> diff --git a/patches/nss-3.100/0004-HACK-fix-parallel-building-issue.patch b/patches/nss-3.101/0004-HACK-fix-parallel-building-issue.patch
> similarity index 100%
> rename from patches/nss-3.100/0004-HACK-fix-parallel-building-issue.patch
> rename to patches/nss-3.101/0004-HACK-fix-parallel-building-issue.patch
> diff --git a/patches/nss-3.100/0005-fix-dependency-generation.patch b/patches/nss-3.101/0005-fix-dependency-generation.patch
> similarity index 100%
> rename from patches/nss-3.100/0005-fix-dependency-generation.patch
> rename to patches/nss-3.101/0005-fix-dependency-generation.patch
> diff --git a/patches/nss-3.100/series b/patches/nss-3.101/series
> similarity index 100%
> rename from patches/nss-3.100/series
> rename to patches/nss-3.101/series
> diff --git a/rules/nss.make b/rules/nss.make
> index c0bee15aa9d5..92283e926f79 100644
> --- a/rules/nss.make
> +++ b/rules/nss.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NSS) += nss
> #
> # Paths and names
> #
> -NSS_VERSION := 3.100
> -NSS_MD5 := 91d114f373c71ed04c4fca96958cdcd1
> +NSS_VERSION := 3.101
> +NSS_MD5 := e9bb98ad40e088d0707c732fd2748bed
> 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] 4+ messages in thread
* Re: [ptxdist] [APPLIED] ca-certificates: Version bump. 3.100 -> 3.101
2024-06-10 19:14 [ptxdist] [PATCH] ca-certificates: Version bump. 3.100 -> 3.101 Christian Melki
2024-06-10 19:14 ` [ptxdist] [PATCH] nss: " Christian Melki
@ 2024-06-15 14:58 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-06-15 14:58 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 4e4d7391386a454b98e23edf72948f0fea1b1690.
Michael
[sent from post-receive hook]
On Sat, 15 Jun 2024 16:58:48 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_101.html
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240610191438.154471-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make
> index a667d2d26911..8eeec10865c8 100644
> --- a/rules/ca-certificates.make
> +++ b/rules/ca-certificates.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
> #
> # Paths and names
> #
> -CA_CERTIFICATES_VERSION := NSS_3_100_RTM
> -CA_CERTIFICATES_MD5 := c5dc443a649e31ebdb26243bbb5855ad
> +CA_CERTIFICATES_VERSION := NSS_3_101_RTM
> +CA_CERTIFICATES_MD5 := 429b34c077b1c133321e553266c552da
> CA_CERTIFICATES := ca-certificates-$(CA_CERTIFICATES_VERSION)
> CA_CERTIFICATES_SUFFIX := txt
> CA_CERTIFICATES_URL := https://hg.mozilla.org/projects/nss/raw-file/$(CA_CERTIFICATES_VERSION)/lib/ckfw/builtins/certdata.$(CA_CERTIFICATES_SUFFIX)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-15 15:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-10 19:14 [ptxdist] [PATCH] ca-certificates: Version bump. 3.100 -> 3.101 Christian Melki
2024-06-10 19:14 ` [ptxdist] [PATCH] nss: " Christian Melki
2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-15 14:58 ` [ptxdist] [APPLIED] ca-certificates: " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox