mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97
@ 2024-01-23 17:13 Christian Melki
  2024-01-25 17:27 ` Michael Olbrich
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2024-01-23 17:13 UTC (permalink / raw)
  To: ptxdist

Looks minor.
https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected)

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/ca-certificates.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make
index 5ddf2b6d7..328adbb51 100644
--- a/rules/ca-certificates.make
+++ b/rules/ca-certificates.make
@@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
 #
 # Paths and names
 #
-CA_CERTIFICATES_VERSION		:= NSS_3_96_RTM
+CA_CERTIFICATES_VERSION		:= NSS_3_97_RTM
 CA_CERTIFICATES_MD5		:= 0f959b6e7001196c91a06ffe60e80270
 CA_CERTIFICATES			:= ca-certificates-$(CA_CERTIFICATES_VERSION)
 CA_CERTIFICATES_SUFFIX		:= txt
-- 
2.34.1




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

* Re: [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97
  2024-01-23 17:13 [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97 Christian Melki
@ 2024-01-25 17:27 ` Michael Olbrich
  2024-01-25 19:16   ` Christian Melki
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2024-01-25 17:27 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

On Tue, Jan 23, 2024 at 06:13:33PM +0100, Christian Melki wrote:
> Looks minor.
> https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected)
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  rules/ca-certificates.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make
> index 5ddf2b6d7..328adbb51 100644
> --- a/rules/ca-certificates.make
> +++ b/rules/ca-certificates.make
> @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
>  #
>  # Paths and names
>  #
> -CA_CERTIFICATES_VERSION		:= NSS_3_96_RTM
> +CA_CERTIFICATES_VERSION		:= NSS_3_97_RTM
>  CA_CERTIFICATES_MD5		:= 0f959b6e7001196c91a06ffe60e80270

Version change without new md5 looks wrong.

Michael

>  CA_CERTIFICATES			:= ca-certificates-$(CA_CERTIFICATES_VERSION)
>  CA_CERTIFICATES_SUFFIX		:= txt
> -- 
> 2.34.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97
  2024-01-25 17:27 ` Michael Olbrich
@ 2024-01-25 19:16   ` Christian Melki
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Melki @ 2024-01-25 19:16 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

On 1/25/24 18:27, Michael Olbrich wrote:
> On Tue, Jan 23, 2024 at 06:13:33PM +0100, Christian Melki wrote:
>> Looks minor.
>> https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM
>> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected)
>>
>> Signed-off-by: Christian Melki <christian.melki@t2data.com>
>> ---
>>  rules/ca-certificates.make | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make
>> index 5ddf2b6d7..328adbb51 100644
>> --- a/rules/ca-certificates.make
>> +++ b/rules/ca-certificates.make
>> @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
>>  #
>>  # Paths and names
>>  #
>> -CA_CERTIFICATES_VERSION		:= NSS_3_96_RTM
>> +CA_CERTIFICATES_VERSION		:= NSS_3_97_RTM
>>  CA_CERTIFICATES_MD5		:= 0f959b6e7001196c91a06ffe60e80270
> 
> Version change without new md5 looks wrong.
> 
> Michael
> 

It does, but is correct afaict.

I've bumped previously without certdata changes,
mostly to avoid any questions regarding the latest version of certdata.
Ie, up to version 3.97 this was considered correct.
One such commit is 86b242369709092941d8700fd30c9c8d6dfc9f67

I should have been clearer, but the good summary page wasn't updated
yet, hence the expected remark.

Regards,
Christian

>>  CA_CERTIFICATES			:= ca-certificates-$(CA_CERTIFICATES_VERSION)
>>  CA_CERTIFICATES_SUFFIX		:= txt
>> -- 
>> 2.34.1
>>
>>
>>
> 




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

* Re: [ptxdist] [APPLIED] ca-certificates: Version bump. 3.96 -> 3.97
  2024-01-23 17:13 [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97 Christian Melki
  2024-01-25 17:27 ` Michael Olbrich
@ 2024-02-08 16:03 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 172982887b5044fb73a15e2871c3e76b405def52.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:03 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Looks minor.
> https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM
> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected)
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240123171333.49986-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 5ddf2b6d72ab..328adbb518b9 100644
> --- a/rules/ca-certificates.make
> +++ b/rules/ca-certificates.make
> @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_CA_CERTIFICATES) += ca-certificates
>  #
>  # Paths and names
>  #
> -CA_CERTIFICATES_VERSION		:= NSS_3_96_RTM
> +CA_CERTIFICATES_VERSION		:= NSS_3_97_RTM
>  CA_CERTIFICATES_MD5		:= 0f959b6e7001196c91a06ffe60e80270
>  CA_CERTIFICATES			:= ca-certificates-$(CA_CERTIFICATES_VERSION)
>  CA_CERTIFICATES_SUFFIX		:= txt



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

end of thread, other threads:[~2024-02-08 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 17:13 [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97 Christian Melki
2024-01-25 17:27 ` Michael Olbrich
2024-01-25 19:16   ` Christian Melki
2024-02-08 16:03 ` [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