All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs
@ 2026-08-14 19:58 Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL Fiona Klute via buildroot
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." I got annoyed
some package descriptions still had such links, so this series
replaces them: mostly with Gitlab links, in two cases with listed
project websites.

Side note: package/gstreamer1/gstd is the last package using
package/libsoup (as opposed to package/libsoup3), if that would be
updated we could get rid of package/libsoup.

Best regards,
Fiona

Fiona Klute (10):
  package/at-spi2-core: update project URL
  package/gvfs: update project URL
  package/libgee: update project URL
  package/libgudev: update project URL
  package/libpeas: update project URL
  package/libsecret: update project URL
  package/libsoup: update project URL
  package/libsoup3: update project URL
  package/cantarell: update project URL
  package/rygel: update project URL

 package/at-spi2-core/Config.in | 2 +-
 package/cantarell/Config.in    | 2 +-
 package/gvfs/Config.in         | 2 +-
 package/libgee/Config.in       | 2 +-
 package/libgudev/Config.in     | 2 +-
 package/libpeas/Config.in      | 2 +-
 package/libsecret/Config.in    | 2 +-
 package/libsoup/Config.in      | 2 +-
 package/libsoup3/Config.in     | 2 +-
 package/rygel/Config.in        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-15  9:21   ` Julien Olivain via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 02/10] package/gvfs: " Fiona Klute via buildroot
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/at-spi2-core/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/at-spi2-core/Config.in b/package/at-spi2-core/Config.in
index 2a1b21d375..915815393a 100644
--- a/package/at-spi2-core/Config.in
+++ b/package/at-spi2-core/Config.in
@@ -15,7 +15,7 @@ config BR2_PACKAGE_AT_SPI2_CORE
 	  GNOME platform and a library against which applications
 	  can be linked.
 
-	  https://wiki.gnome.org/Accessibility
+	  https://gitlab.gnome.org/GNOME/at-spi2-core
 
 comment "at-spi2-core needs a toolchain w/ dynamic library, wchar, threads"
 	depends on BR2_USE_MMU
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 02/10] package/gvfs: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 03/10] package/libgee: " Fiona Klute via buildroot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/gvfs/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gvfs/Config.in b/package/gvfs/Config.in
index 720b8e6c20..0fd9535bd0 100644
--- a/package/gvfs/Config.in
+++ b/package/gvfs/Config.in
@@ -15,7 +15,7 @@ config BR2_PACKAGE_GVFS
 	  all applications using the gio API. It also supports exposing
 	  the gvfs mounts to non-gio applications using fuse.
 
-	  https://wiki.gnome.org/Projects/gvfs
+	  https://gitlab.gnome.org/GNOME/gvfs
 
 comment "gvfs needs a toolchain w/ wchar, threads, dynamic library"
 	depends on BR2_USE_MMU
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 03/10] package/libgee: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 02/10] package/gvfs: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 04/10] package/libgudev: " Fiona Klute via buildroot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libgee/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libgee/Config.in b/package/libgee/Config.in
index cb33ec9ec2..b86a07d0fb 100644
--- a/package/libgee/Config.in
+++ b/package/libgee/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_LIBGEE
 	  Libgee is an utility library providing GObject-based
 	  interfaces and classes for commonly used data structures.
 
-	  https://wiki.gnome.org/Projects/Libgee
+	  https://gitlab.gnome.org/GNOME/libgee
 
 comment "libgee needs a toolchain w/ wchar, threads, gcc >= 4.9"
 	depends on BR2_USE_MMU
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 04/10] package/libgudev: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (2 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 03/10] package/libgee: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 05/10] package/libpeas: " Fiona Klute via buildroot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libgudev/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libgudev/Config.in b/package/libgudev/Config.in
index 21606ac4cc..46fe0bad97 100644
--- a/package/libgudev/Config.in
+++ b/package/libgudev/Config.in
@@ -11,7 +11,7 @@ config BR2_PACKAGE_LIBGUDEV
 	  It's now a project on its own. Required for building some
 	  programs that use udev, when using systemd.
 
-	  https://wiki.gnome.org/Projects/libgudev
+	  https://gitlab.gnome.org/GNOME/libgudev
 
 comment "libgudev needs udev /dev handling and a toolchain w/ wchar, threads"
 	depends on BR2_USE_MMU
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 05/10] package/libpeas: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (3 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 04/10] package/libgudev: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 06/10] package/libsecret: " Fiona Klute via buildroot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libpeas/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libpeas/Config.in b/package/libpeas/Config.in
index 33fae14d4c..a9ab94369b 100644
--- a/package/libpeas/Config.in
+++ b/package/libpeas/Config.in
@@ -18,7 +18,7 @@ config BR2_PACKAGE_LIBPEAS
 	      Python and Lua
 	    - Simplicity of the API
 
-	  https://wiki.gnome.org/Projects/Libpeas
+	  https://gitlab.gnome.org/GNOME/libpeas
 
 if BR2_PACKAGE_LIBPEAS
 
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 06/10] package/libsecret: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (4 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 05/10] package/libpeas: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 07/10] package/libsoup: " Fiona Klute via buildroot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libsecret/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsecret/Config.in b/package/libsecret/Config.in
index 04a3e46fe7..8db083b1c2 100644
--- a/package/libsecret/Config.in
+++ b/package/libsecret/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_LIBSECRET
 	  using DBus. gnome-keyring and ksecretservice are both
 	  implementations of a Secret Service.
 
-	  https://wiki.gnome.org/Projects/Libsecret
+	  https://gitlab.gnome.org/GNOME/libsecret
 
 comment "libsecret needs a toolchain w/ wchar, threads"
 	depends on BR2_USE_MMU
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 07/10] package/libsoup: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (5 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 06/10] package/libsecret: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 08/10] package/libsoup3: " Fiona Klute via buildroot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libsoup/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in
index 02e8e8b578..f566e9a508 100644
--- a/package/libsoup/Config.in
+++ b/package/libsoup/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBSOUP
 	  and the GLib main loop, to integrate well with GNOME
 	  applications.
 
-	  https://wiki.gnome.org/Projects/libsoup
+	  https://gitlab.gnome.org/GNOME/libsoup
 
 if BR2_PACKAGE_LIBSOUP
 
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 08/10] package/libsoup3: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (6 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 07/10] package/libsoup: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 09/10] package/cantarell: " Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 10/10] package/rygel: " Fiona Klute via buildroot
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project repository instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/libsoup3/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsoup3/Config.in b/package/libsoup3/Config.in
index 504cc3bd2b..d3a18ff06c 100644
--- a/package/libsoup3/Config.in
+++ b/package/libsoup3/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBSOUP3
 	  and the GLib main loop, to integrate well with GNOME
 	  applications.
 
-	  https://wiki.gnome.org/Projects/libsoup
+	  https://gitlab.gnome.org/GNOME/libsoup
 
 if BR2_PACKAGE_LIBSOUP3
 
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 09/10] package/cantarell: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (7 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 08/10] package/libsoup3: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  2026-08-14 19:58 ` [Buildroot] [PATCH 10/10] package/rygel: " Fiona Klute via buildroot
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project website instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/cantarell/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/cantarell/Config.in b/package/cantarell/Config.in
index 78af96d595..2dfec0889c 100644
--- a/package/cantarell/Config.in
+++ b/package/cantarell/Config.in
@@ -4,4 +4,4 @@ config BR2_PACKAGE_CANTARELL
 	  The Cantarell font family is a contemporary Humanist
 	  sans serif designed for on-screen reading.
 
-	  https://wiki.gnome.org/Projects/CantarellFonts
+	  https://cantarell.gnome.org/
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 10/10] package/rygel: update project URL
  2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
                   ` (8 preceding siblings ...)
  2026-08-14 19:58 ` [Buildroot] [PATCH 09/10] package/cantarell: " Fiona Klute via buildroot
@ 2026-08-14 19:58 ` Fiona Klute via buildroot
  9 siblings, 0 replies; 12+ messages in thread
From: Fiona Klute via buildroot @ 2026-08-14 19:58 UTC (permalink / raw)
  To: buildroot
  Cc: Fabrice Fontaine, Joseph Kogut, Nathaniel Roach, Thomas Devoogdt,
	Fiona Klute

wiki.gnome.org has a big deprecation warning saying "All information
on this site is out of date and should not be used." Point at the
project website instead.

Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
---
 package/rygel/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rygel/Config.in b/package/rygel/Config.in
index a3c2bd29da..1a5c1493ea 100644
--- a/package/rygel/Config.in
+++ b/package/rygel/Config.in
@@ -34,7 +34,7 @@ config BR2_PACKAGE_RYGEL
 	  Most Rygel functionality is implemented through a plug-in
 	  mechanism.
 
-	  https://wiki.gnome.org/Projects/Rygel
+	  https://rygel-project.org/
 
 if BR2_PACKAGE_RYGEL
 
-- 
2.55.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL
  2026-08-14 19:58 ` [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL Fiona Klute via buildroot
@ 2026-08-15  9:21   ` Julien Olivain via buildroot
  0 siblings, 0 replies; 12+ messages in thread
From: Julien Olivain via buildroot @ 2026-08-15  9:21 UTC (permalink / raw)
  To: Fiona Klute
  Cc: buildroot, Fabrice Fontaine, Joseph Kogut, Nathaniel Roach,
	Thomas Devoogdt

On 14/08/2026 21:58, Fiona Klute via buildroot wrote:
> wiki.gnome.org has a big deprecation warning saying "All information
> on this site is out of date and should not be used." Point at the
> project repository instead.
> 
> Signed-off-by: Fiona Klute <fiona.klute@gmx.de>

Series applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-08-15  9:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 19:58 [Buildroot] [PATCH 00/10] Replace all wiki.gnome.org URLs Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 01/10] package/at-spi2-core: update project URL Fiona Klute via buildroot
2026-08-15  9:21   ` Julien Olivain via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 02/10] package/gvfs: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 03/10] package/libgee: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 04/10] package/libgudev: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 05/10] package/libpeas: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 06/10] package/libsecret: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 07/10] package/libsoup: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 08/10] package/libsoup3: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 09/10] package/cantarell: " Fiona Klute via buildroot
2026-08-14 19:58 ` [Buildroot] [PATCH 10/10] package/rygel: " Fiona Klute via buildroot

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.