All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-06-12 17:35 Giulio Benetti
  2021-06-12 17:38 ` Giulio Benetti
  2021-07-20 20:44   ` Thomas Petazzoni
  0 siblings, 2 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-06-12 17:35 UTC (permalink / raw)
  To: buildroot

Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
Release Notes (not yet available, but should eventually land):
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libnss/libnss.hash | 4 ++--
 package/libnss/libnss.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
index 7b27d859b2..3fdb0af6ca 100644
--- a/package/libnss/libnss.hash
+++ b/package/libnss/libnss.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_66_RTM/src/SHA256SUMS
-sha256  89a79e3a756cf0ac9ba645f4d4c0fc58d4133134401fb0b6c8a74c420bb4cdc9  nss-3.66.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_67_RTM/src/SHA256SUMS
+sha256  f6549a9148cd27b394b40c77fa73111d5ea23cdb51d796665de1b7458f88ce7f  nss-3.67.tar.gz
 # Locally calculated
 sha256  a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4  nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index c5398c2959..32b4c379c7 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSS_VERSION = 3.66
+LIBNSS_VERSION = 3.67
 LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
 LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
 LIBNSS_DISTDIR = dist
-- 
2.25.1

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

* [Buildroot] [PATCH] package/libnss: bump version to 3.67
  2021-06-12 17:35 [Buildroot] [PATCH] package/libnss: bump version to 3.67 Giulio Benetti
@ 2021-06-12 17:38 ` Giulio Benetti
  2021-07-20 20:44   ` Thomas Petazzoni
  1 sibling, 0 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-06-12 17:38 UTC (permalink / raw)
  To: buildroot

Hello All,

this patch superseeds the one which bumps to 3.66 [1], but the one which 
updates libnspr to 4.31 [2] is needed.


[1]: 
https://patchwork.ozlabs.org/project/buildroot/patch/20210531102947.7501-3-giulio.benetti at benettiengineering.com/
[2]: 
https://patchwork.ozlabs.org/project/buildroot/patch/20210531102947.7501-2-giulio.benetti at benettiengineering.com/

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

On 6/12/21 7:35 PM, Giulio Benetti wrote:
> Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
> Release Notes (not yet available, but should eventually land):
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>   package/libnss/libnss.hash | 4 ++--
>   package/libnss/libnss.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
> index 7b27d859b2..3fdb0af6ca 100644
> --- a/package/libnss/libnss.hash
> +++ b/package/libnss/libnss.hash
> @@ -1,4 +1,4 @@
> -# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_66_RTM/src/SHA256SUMS
> -sha256  89a79e3a756cf0ac9ba645f4d4c0fc58d4133134401fb0b6c8a74c420bb4cdc9  nss-3.66.tar.gz
> +# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_67_RTM/src/SHA256SUMS
> +sha256  f6549a9148cd27b394b40c77fa73111d5ea23cdb51d796665de1b7458f88ce7f  nss-3.67.tar.gz
>   # Locally calculated
>   sha256  a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4  nss/COPYING
> diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
> index c5398c2959..32b4c379c7 100644
> --- a/package/libnss/libnss.mk
> +++ b/package/libnss/libnss.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBNSS_VERSION = 3.66
> +LIBNSS_VERSION = 3.67
>   LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
>   LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
>   LIBNSS_DISTDIR = dist
> 

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

* [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 20:44   ` Thomas Petazzoni
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2021-07-20 20:44 UTC (permalink / raw)
  To: buildroot

Hello Giulio,

On Sat, 12 Jun 2021 19:35:13 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
> Release Notes (not yet available, but should eventually land):
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

This patch doesn't apply in master: master has libnss 3.65, and your
patch assumes a code base that has libnss 3.66.

Also, according to your reply to this e-mail, libnspr 4.31 is needed as
a requirement for this bump of libnss, so you should always resend both
in a single series.

Could you resend the libnspr and libnss version bumps in a single patch
series, rebased on master ?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 20:44   ` Thomas Petazzoni
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2021-07-20 20:44 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Joseph Kogut, buildroot

Hello Giulio,

On Sat, 12 Jun 2021 19:35:13 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
> Release Notes (not yet available, but should eventually land):
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

This patch doesn't apply in master: master has libnss 3.65, and your
patch assumes a code base that has libnss 3.66.

Also, according to your reply to this e-mail, libnspr 4.31 is needed as
a requirement for this bump of libnss, so you should always resend both
in a single series.

Could you resend the libnspr and libnss version bumps in a single patch
series, rebased on master ?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 21:09     ` Giulio Benetti
  0 siblings, 0 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-07-20 21:09 UTC (permalink / raw)
  To: buildroot

Hello Thomas,

On 7/20/21 10:44 PM, Thomas Petazzoni wrote:
> Hello Giulio,
> 
> On Sat, 12 Jun 2021 19:35:13 +0200
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
>> Release Notes (not yet available, but should eventually land):
>> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> 
> This patch doesn't apply in master: master has libnss 3.65, and your
> patch assumes a code base that has libnss 3.66.
> 
> Also, according to your reply to this e-mail, libnspr 4.31 is needed as
> a requirement for this bump of libnss, so you should always resend both
> in a single series.

Ah sorry, you're right.

> Could you resend the libnspr and libnss version bumps in a single patch
> series, rebased on master ?


Sure I can. Here there is a "problem" if we can call it that way. It's 
from some month that they release very very fast. Now they are at NSS 
3.68 and NSPR 4.32 [1], but very soon there will be version 3.69. Even 
if I send version bumps, they will release another version before you 
apply for sure. Let's see if it gets slower.
They also stopped emitting the Release Notes that doesn't help[2].

What can I do? Do I send the latest I see in the moment I bump and 
that's it, right?

[1]: https://hg.mozilla.org/projects/nss
[2]: 
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

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

* Re: [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 21:09     ` Giulio Benetti
  0 siblings, 0 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-07-20 21:09 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Joseph Kogut, buildroot

Hello Thomas,

On 7/20/21 10:44 PM, Thomas Petazzoni wrote:
> Hello Giulio,
> 
> On Sat, 12 Jun 2021 19:35:13 +0200
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Note: NSS 3.67(like NSS 3.66) requires NSPR 4.31.
>> Release Notes (not yet available, but should eventually land):
>> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.67_release_notes
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> 
> This patch doesn't apply in master: master has libnss 3.65, and your
> patch assumes a code base that has libnss 3.66.
> 
> Also, according to your reply to this e-mail, libnspr 4.31 is needed as
> a requirement for this bump of libnss, so you should always resend both
> in a single series.

Ah sorry, you're right.

> Could you resend the libnspr and libnss version bumps in a single patch
> series, rebased on master ?


Sure I can. Here there is a "problem" if we can call it that way. It's 
from some month that they release very very fast. Now they are at NSS 
3.68 and NSPR 4.32 [1], but very soon there will be version 3.69. Even 
if I send version bumps, they will release another version before you 
apply for sure. Let's see if it gets slower.
They also stopped emitting the Release Notes that doesn't help[2].

What can I do? Do I send the latest I see in the moment I bump and 
that's it, right?

[1]: https://hg.mozilla.org/projects/nss
[2]: 
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases

Best regards
-- 
Giulio Benetti
Benetti Engineering sas
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 21:33       ` Thomas Petazzoni
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2021-07-20 21:33 UTC (permalink / raw)
  To: buildroot

On Tue, 20 Jul 2021 23:09:05 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Sure I can. Here there is a "problem" if we can call it that way. It's 
> from some month that they release very very fast. Now they are at NSS 
> 3.68 and NSPR 4.32 [1], but very soon there will be version 3.69. Even 
> if I send version bumps, they will release another version before you 
> apply for sure. Let's see if it gets slower.
> They also stopped emitting the Release Notes that doesn't help[2].
> 
> What can I do? Do I send the latest I see in the moment I bump and 
> that's it, right?

Correct. Whenever you see a new version, send a new patch series which
is based on the latest master, and mark your previous patches in
patchwork as "Superseded".

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* Re: [Buildroot] [PATCH] package/libnss: bump version to 3.67
@ 2021-07-20 21:33       ` Thomas Petazzoni
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2021-07-20 21:33 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Joseph Kogut, buildroot

On Tue, 20 Jul 2021 23:09:05 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Sure I can. Here there is a "problem" if we can call it that way. It's 
> from some month that they release very very fast. Now they are at NSS 
> 3.68 and NSPR 4.32 [1], but very soon there will be version 3.69. Even 
> if I send version bumps, they will release another version before you 
> apply for sure. Let's see if it gets slower.
> They also stopped emitting the Release Notes that doesn't help[2].
> 
> What can I do? Do I send the latest I see in the moment I bump and 
> that's it, right?

Correct. Whenever you see a new version, send a new patch series which
is based on the latest master, and mark your previous patches in
patchwork as "Superseded".

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 0/2] Bump NSS and NSPR
  2021-07-20 20:44   ` Thomas Petazzoni
  (?)
  (?)
@ 2021-07-22 23:35   ` Giulio Benetti
  2021-07-22 23:35     ` [Buildroot] [PATCH 1/2] package/libnspr: bump to version 4.32 Giulio Benetti
                       ` (2 more replies)
  -1 siblings, 3 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-07-22 23:35 UTC (permalink / raw)
  To: buildroot; +Cc: Joseph Kogut, Giulio Benetti

This patchset bumps NSS and NSPR version. NSS 3.68 requires NSPR 4.32 so let's
both.

Giulio Benetti (2):
  package/libnspr: bump to version 4.32
  package/libnss: bump to version 3.68

 package/libnspr/libnspr.hash | 4 ++--
 package/libnspr/libnspr.mk   | 2 +-
 package/libnss/libnss.hash   | 4 ++--
 package/libnss/libnss.mk     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/2] package/libnspr: bump to version 4.32
  2021-07-22 23:35   ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Giulio Benetti
@ 2021-07-22 23:35     ` Giulio Benetti
  2021-07-22 23:35     ` [Buildroot] [PATCH 2/2] package/libnss: bump to version 3.68 Giulio Benetti
  2021-07-25 13:09     ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Thomas Petazzoni
  2 siblings, 0 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-07-22 23:35 UTC (permalink / raw)
  To: buildroot; +Cc: Joseph Kogut, Giulio Benetti

Bump to version 4.32

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libnspr/libnspr.hash | 4 ++--
 package/libnspr/libnspr.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libnspr/libnspr.hash b/package/libnspr/libnspr.hash
index 8ca0f573b9..13d3958735 100644
--- a/package/libnspr/libnspr.hash
+++ b/package/libnspr/libnspr.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/nspr/releases/v4.30/src/SHA256SUMS
-sha256  8d4cd8f8409484dc4c3d31e180354bfc506573eccf86cd691106a1ef7edc913b  nspr-4.30.tar.gz
+# From https://ftp.mozilla.org/pub/nspr/releases/v4.32/src/SHA256SUMS
+sha256  bb6bf4f534b9559cf123dcdc6f9cd8167de950314a90a88b2a329c16836e7f6c  nspr-4.32.tar.gz
 # Locally calculated
 sha256  fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85  nspr/LICENSE
diff --git a/package/libnspr/libnspr.mk b/package/libnspr/libnspr.mk
index 67fb738b57..58a3338c60 100644
--- a/package/libnspr/libnspr.mk
+++ b/package/libnspr/libnspr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSPR_VERSION = 4.30
+LIBNSPR_VERSION = 4.32
 LIBNSPR_SOURCE = nspr-$(LIBNSPR_VERSION).tar.gz
 LIBNSPR_SITE = https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v$(LIBNSPR_VERSION)/src
 LIBNSPR_SUBDIR = nspr
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/libnss: bump to version 3.68
  2021-07-22 23:35   ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Giulio Benetti
  2021-07-22 23:35     ` [Buildroot] [PATCH 1/2] package/libnspr: bump to version 4.32 Giulio Benetti
@ 2021-07-22 23:35     ` Giulio Benetti
  2021-07-25 13:09     ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Thomas Petazzoni
  2 siblings, 0 replies; 12+ messages in thread
From: Giulio Benetti @ 2021-07-22 23:35 UTC (permalink / raw)
  To: buildroot; +Cc: Joseph Kogut, Giulio Benetti

libnss 3.68 requires libnspr 4.32.

Release Notes (not yet available, but should eventually land):
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.68_release_notes

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libnss/libnss.hash | 4 ++--
 package/libnss/libnss.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libnss/libnss.hash b/package/libnss/libnss.hash
index 02fda14eec..b8c58e3425 100644
--- a/package/libnss/libnss.hash
+++ b/package/libnss/libnss.hash
@@ -1,4 +1,4 @@
-# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_65_RTM/src/SHA256SUMS
-sha256  32170f6c188212a78bf9fdacffa2eeed0d564ef8faae63fd8ae971b208e8c637  nss-3.65.tar.gz
+# From https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_68_RTM/src/SHA256SUMS
+sha256  c402b32cac83034ec1c3d826ef4306cd14a066d7d9a6f4c30d82b3bc043c725b  nss-3.68.tar.gz
 # Locally calculated
 sha256  a20c1a32d1f8102432360b42e932869f7c11c7cdbacf9cac554c422132af47f4  nss/COPYING
diff --git a/package/libnss/libnss.mk b/package/libnss/libnss.mk
index 90f30698ff..100ce2f8aa 100644
--- a/package/libnss/libnss.mk
+++ b/package/libnss/libnss.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNSS_VERSION = 3.65
+LIBNSS_VERSION = 3.68
 LIBNSS_SOURCE = nss-$(LIBNSS_VERSION).tar.gz
 LIBNSS_SITE = https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_$(subst .,_,$(LIBNSS_VERSION))_RTM/src
 LIBNSS_DISTDIR = dist
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 0/2] Bump NSS and NSPR
  2021-07-22 23:35   ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Giulio Benetti
  2021-07-22 23:35     ` [Buildroot] [PATCH 1/2] package/libnspr: bump to version 4.32 Giulio Benetti
  2021-07-22 23:35     ` [Buildroot] [PATCH 2/2] package/libnss: bump to version 3.68 Giulio Benetti
@ 2021-07-25 13:09     ` Thomas Petazzoni
  2 siblings, 0 replies; 12+ messages in thread
From: Thomas Petazzoni @ 2021-07-25 13:09 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Joseph Kogut, buildroot

On Fri, 23 Jul 2021 01:35:42 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Giulio Benetti (2):
>   package/libnspr: bump to version 4.32
>   package/libnss: bump to version 3.68

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-07-25 13:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-12 17:35 [Buildroot] [PATCH] package/libnss: bump version to 3.67 Giulio Benetti
2021-06-12 17:38 ` Giulio Benetti
2021-07-20 20:44 ` Thomas Petazzoni
2021-07-20 20:44   ` Thomas Petazzoni
2021-07-20 21:09   ` Giulio Benetti
2021-07-20 21:09     ` Giulio Benetti
2021-07-20 21:33     ` Thomas Petazzoni
2021-07-20 21:33       ` Thomas Petazzoni
2021-07-22 23:35   ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Giulio Benetti
2021-07-22 23:35     ` [Buildroot] [PATCH 1/2] package/libnspr: bump to version 4.32 Giulio Benetti
2021-07-22 23:35     ` [Buildroot] [PATCH 2/2] package/libnss: bump to version 3.68 Giulio Benetti
2021-07-25 13:09     ` [Buildroot] [PATCH 0/2] Bump NSS and NSPR Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.