All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] php: move to version 7.1.8
@ 2017-08-08 20:16 Joe Slater
  2017-08-08 20:31 ` ✗ patchtest: failure for " Patchwork
  2017-08-08 20:37 ` [PATCH 1/1] " Leonardo Sandoval
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Slater @ 2017-08-08 20:16 UTC (permalink / raw)
  To: openembedded-core

Fixes many CVEs.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
 meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb}         | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/php/{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
 rename meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb} (64%)

diff --git a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
similarity index 100%
rename from meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
rename to meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb b/meta-oe/recipes-devtools/php/php_7.1.8.bb
similarity index 64%
rename from meta-oe/recipes-devtools/php/php_7.1.0.bb
rename to meta-oe/recipes-devtools/php/php_7.1.8.bb
index 210d91f..c0b2541 100644
--- a/meta-oe/recipes-devtools/php/php_7.1.0.bb
+++ b/meta-oe/recipes-devtools/php/php_7.1.8.bb
@@ -1,10 +1,10 @@
 require php.inc
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c0af599f66d0461c5837c695fcbc5c1e"
 
 SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
-SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
-SRC_URI[sha256sum] = "68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61"
+SRC_URI[md5sum] = "d22451dc20bbdf4b8bb656dc787c2a36"
+SRC_URI[sha256sum] = "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8"
 
 PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
                         --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
-- 
2.7.4



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

* ✗ patchtest: failure for php: move to version 7.1.8
  2017-08-08 20:16 [PATCH 1/1] php: move to version 7.1.8 Joe Slater
@ 2017-08-08 20:31 ` Patchwork
  2017-08-08 20:37 ` [PATCH 1/1] " Leonardo Sandoval
  1 sibling, 0 replies; 6+ messages in thread
From: Patchwork @ 2017-08-08 20:31 UTC (permalink / raw)
  To: Joe Slater; +Cc: openembedded-core

== Series Details ==

Series: php: move to version 7.1.8
Revision: 1
URL   : https://patchwork.openembedded.org/series/8129/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at a5bb13a5d7)

* Issue             Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list] 
  Suggested fix    Send the series again to the correct mailing list (ML)
  Suggested ML     openembedded-devel@lists.openembedded.org [http://git.openembedded.org/meta-openembedded/]
  Patch's path:    meta-oe/recipes-devtools/php/php_7.1.0.bb



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH 1/1] php: move to version 7.1.8
  2017-08-08 20:37 ` [PATCH 1/1] " Leonardo Sandoval
@ 2017-08-08 20:31   ` Martin Jansa
  2017-08-08 20:40     ` Slater, Joseph
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2017-08-08 20:31 UTC (permalink / raw)
  To: Leonardo Sandoval
  Cc: Joe Slater, Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2596 bytes --]

And wrong ML

On Tue, Aug 8, 2017 at 9:37 PM, Leonardo Sandoval <
leonardo.sandoval.gonzalez@linux.intel.com> wrote:

> On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote:
> > Fixes many CVEs.
>
> would be a plus if you list those.
>
> why LIC_FILES_CHKSUM changed?
>
> Leo
>
> >
> > Signed-off-by: Joe Slater <jslater@windriver.com>
> > ---
> >  .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
> >  meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb}         |
> 6 +++---
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >  rename meta-oe/recipes-devtools/php/{php-7.1.0 =>
> php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
> >  rename meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb}
> (64%)
> >
> > diff --git a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> b/meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_
> RUN-to-AC_TRY_LINK.patch
> > similarity index 100%
> > rename from meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-
> to-AC_TRY_LINK.patch
> > rename to meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-
> to-AC_TRY_LINK.patch
> > diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb
> b/meta-oe/recipes-devtools/php/php_7.1.8.bb
> > similarity index 64%
> > rename from meta-oe/recipes-devtools/php/php_7.1.0.bb
> > rename to meta-oe/recipes-devtools/php/php_7.1.8.bb
> > index 210d91f..c0b2541 100644
> > --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb
> > +++ b/meta-oe/recipes-devtools/php/php_7.1.8.bb
> > @@ -1,10 +1,10 @@
> >  require php.inc
> >
> > -LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078f
> e4"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=c0af599f66d0461c5837c695fcbc5c
> 1e"
> >
> >  SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
> > -SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
> > -SRC_URI[sha256sum] = "68bcfd7deed5b3474d81dec9f74d12
> 2058327e2bed0ac25bbc9ec70995228e61"
> > +SRC_URI[md5sum] = "d22451dc20bbdf4b8bb656dc787c2a36"
> > +SRC_URI[sha256sum] = "7064a00a9450565190890c7a4be04e
> 646e0be73b2e0f8c46ae34419f343ca2f8"
> >
> >  PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config
> \
> >                          --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config
> \
> > --
> > 2.7.4
> >
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 4335 bytes --]

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

* Re: [PATCH 1/1] php: move to version 7.1.8
  2017-08-08 20:16 [PATCH 1/1] php: move to version 7.1.8 Joe Slater
  2017-08-08 20:31 ` ✗ patchtest: failure for " Patchwork
@ 2017-08-08 20:37 ` Leonardo Sandoval
  2017-08-08 20:31   ` Martin Jansa
  1 sibling, 1 reply; 6+ messages in thread
From: Leonardo Sandoval @ 2017-08-08 20:37 UTC (permalink / raw)
  To: Joe Slater; +Cc: openembedded-core

On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote:
> Fixes many CVEs.

would be a plus if you list those.

why LIC_FILES_CHKSUM changed?

Leo

> 
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>  .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
>  meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb}         | 6 +++---
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-devtools/php/{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
>  rename meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb} (64%)
> 
> diff --git a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> similarity index 100%
> rename from meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> rename to meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb b/meta-oe/recipes-devtools/php/php_7.1.8.bb
> similarity index 64%
> rename from meta-oe/recipes-devtools/php/php_7.1.0.bb
> rename to meta-oe/recipes-devtools/php/php_7.1.8.bb
> index 210d91f..c0b2541 100644
> --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb
> +++ b/meta-oe/recipes-devtools/php/php_7.1.8.bb
> @@ -1,10 +1,10 @@
>  require php.inc
>  
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c0af599f66d0461c5837c695fcbc5c1e"
>  
>  SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
> -SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
> -SRC_URI[sha256sum] = "68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61"
> +SRC_URI[md5sum] = "d22451dc20bbdf4b8bb656dc787c2a36"
> +SRC_URI[sha256sum] = "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8"
>  
>  PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
>                          --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
> -- 
> 2.7.4
> 




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

* Re: [PATCH 1/1] php: move to version 7.1.8
  2017-08-08 20:31   ` Martin Jansa
@ 2017-08-08 20:40     ` Slater, Joseph
  2017-08-08 21:56       ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Slater, Joseph @ 2017-08-08 20:40 UTC (permalink / raw)
  To: Martin Jansa, Leonardo Sandoval
  Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 3292 bytes --]

I’ll look at the CVEs.  LICENSE updated from 2016 to 2017.  Text is the same.    Joe

From: Martin Jansa [mailto:martin.jansa@gmail.com]
Sent: Tuesday, August 08, 2017 1:31 PM
To: Leonardo Sandoval
Cc: Slater, Joseph; Patches and discussions about the oe-core layer
Subject: Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8

And wrong ML

On Tue, Aug 8, 2017 at 9:37 PM, Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com<mailto:leonardo.sandoval.gonzalez@linux.intel.com>> wrote:
On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote:
> Fixes many CVEs.

would be a plus if you list those.

why LIC_FILES_CHKSUM changed?

Leo

>
> Signed-off-by: Joe Slater <jslater@windriver.com<mailto:jslater@windriver.com>>
> ---
>  .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
>  meta-oe/recipes-devtools/php/{php_7.1.0.bb<http://php_7.1.0.bb> => php_7.1.8.bb<http://php_7.1.8.bb>}         | 6 +++---
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-devtools/php/{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
>  rename meta-oe/recipes-devtools/php/{php_7.1.0.bb<http://php_7.1.0.bb> => php_7.1.8.bb<http://php_7.1.8.bb>} (64%)
>
> diff --git a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch b/meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> similarity index 100%
> rename from meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> rename to meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
> diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb<http://php_7.1.0.bb> b/meta-oe/recipes-devtools/php/php_7.1.8.bb<http://php_7.1.8.bb>
> similarity index 64%
> rename from meta-oe/recipes-devtools/php/php_7.1.0.bb<http://php_7.1.0.bb>
> rename to meta-oe/recipes-devtools/php/php_7.1.8.bb<http://php_7.1.8.bb>
> index 210d91f..c0b2541 100644
> --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb<http://php_7.1.0.bb>
> +++ b/meta-oe/recipes-devtools/php/php_7.1.8.bb<http://php_7.1.8.bb>
> @@ -1,10 +1,10 @@
>  require php.inc
>
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4<file:///\\LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4>"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c0af599f66d0461c5837c695fcbc5c1e<file:///\\LICENSE;md5=c0af599f66d0461c5837c695fcbc5c1e>"
>
>  SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch<file:///\\change-AC_TRY_RUN-to-AC_TRY_LINK.patch>"
> -SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
> -SRC_URI[sha256sum] = "68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61"
> +SRC_URI[md5sum] = "d22451dc20bbdf4b8bb656dc787c2a36"
> +SRC_URI[sha256sum] = "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8"
>
>  PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
>                          --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
> --
> 2.7.4
>


--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org<mailto:Openembedded-core@lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Type: text/html, Size: 6903 bytes --]

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

* Re: [PATCH 1/1] php: move to version 7.1.8
  2017-08-08 20:40     ` Slater, Joseph
@ 2017-08-08 21:56       ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2017-08-08 21:56 UTC (permalink / raw)
  To: Slater, Joseph; +Cc: Patches and discussions about the oe-core layer

On Tue, Aug 8, 2017 at 1:40 PM, Slater, Joseph <joe.slater@windriver.com> wrote:
> I’ll look at the CVEs.  LICENSE updated from 2016 to 2017.  Text is the
> same.    Joe

I have posted an upgrade to 7.1.7 which addresses some of concerns
raised here plus build
fixes when compiling with clang.

https://patchwork.openembedded.org/series/8131/#

>
>
>
> From: Martin Jansa [mailto:martin.jansa@gmail.com]
> Sent: Tuesday, August 08, 2017 1:31 PM
> To: Leonardo Sandoval
> Cc: Slater, Joseph; Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [oe-core][PATCH 1/1] php: move to version 7.1.8
>
>
>
> And wrong ML
>
>
>
> On Tue, Aug 8, 2017 at 9:37 PM, Leonardo Sandoval
> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>
> On Tue, 2017-08-08 at 13:16 -0700, Joe Slater wrote:
>> Fixes many CVEs.
>
> would be a plus if you list those.
>
> why LIC_FILES_CHKSUM changed?
>
> Leo
>
>
>>
>> Signed-off-by: Joe Slater <jslater@windriver.com>
>> ---
>>  .../{php-7.1.0 => php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch | 0
>>  meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb}         | 6
>> +++---
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>  rename meta-oe/recipes-devtools/php/{php-7.1.0 =>
>> php-7.1.8}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
>>  rename meta-oe/recipes-devtools/php/{php_7.1.0.bb => php_7.1.8.bb} (64%)
>>
>> diff --git
>> a/meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
>> b/meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
>> similarity index 100%
>> rename from
>> meta-oe/recipes-devtools/php/php-7.1.0/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
>> rename to
>> meta-oe/recipes-devtools/php/php-7.1.8/change-AC_TRY_RUN-to-AC_TRY_LINK.patch
>> diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb
>> b/meta-oe/recipes-devtools/php/php_7.1.8.bb
>> similarity index 64%
>> rename from meta-oe/recipes-devtools/php/php_7.1.0.bb
>> rename to meta-oe/recipes-devtools/php/php_7.1.8.bb
>> index 210d91f..c0b2541 100644
>> --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb
>> +++ b/meta-oe/recipes-devtools/php/php_7.1.8.bb
>> @@ -1,10 +1,10 @@
>>  require php.inc
>>
>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=b602636d46a61c0ac0432bbf5c078fe4"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c0af599f66d0461c5837c695fcbc5c1e"
>>
>>  SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch"
>> -SRC_URI[md5sum] = "54e364b60a88db77adb96aacb10f10a4"
>> -SRC_URI[sha256sum] =
>> "68bcfd7deed5b3474d81dec9f74d122058327e2bed0ac25bbc9ec70995228e61"
>> +SRC_URI[md5sum] = "d22451dc20bbdf4b8bb656dc787c2a36"
>> +SRC_URI[sha256sum] =
>> "7064a00a9450565190890c7a4be04e646e0be73b2e0f8c46ae34419f343ca2f8"
>>
>>  PACKAGECONFIG[mysql] =
>> "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \
>>
>> --with-pdo-mysql=${STAGING_BINDIR_CROSS}/mysql_config \
>> --
>> 2.7.4
>>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


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

end of thread, other threads:[~2017-08-08 21:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 20:16 [PATCH 1/1] php: move to version 7.1.8 Joe Slater
2017-08-08 20:31 ` ✗ patchtest: failure for " Patchwork
2017-08-08 20:37 ` [PATCH 1/1] " Leonardo Sandoval
2017-08-08 20:31   ` Martin Jansa
2017-08-08 20:40     ` Slater, Joseph
2017-08-08 21:56       ` Khem Raj

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.