All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] sysvinit: make lastb.1 an alternative
@ 2016-04-12 18:25 Dan McGregor
  2016-04-12 18:25 ` [PATCH 2/3] sudo: fix pam config on systemd systems Dan McGregor
  2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
  0 siblings, 2 replies; 7+ messages in thread
From: Dan McGregor @ 2016-04-12 18:25 UTC (permalink / raw)
  To: openembedded-core

From: Dan McGregor <dan.mcgregor@usask.ca>

util-linux has an alternative for it. Add it to sysvinit too.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
index 0f0df85..884857a 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb
@@ -53,9 +53,10 @@ ALTERNATIVE_LINK_NAME[pidof] = "${base_bindir}/pidof"
 ALTERNATIVE_${PN}-sulogin = "sulogin"
 ALTERNATIVE_LINK_NAME[sulogin] = "${base_sbindir}/sulogin"
 
-ALTERNATIVE_${PN}-doc = "mountpoint.1 last.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
+ALTERNATIVE_${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
 
 ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1"
+ALTERNATIVE_LINK_NAME[lastb.1] = "${mandir}/man1/lastb.1"
 ALTERNATIVE_LINK_NAME[mesg.1] = "${mandir}/man1/mesg.1"
 ALTERNATIVE_LINK_NAME[mountpoint.1] = "${mandir}/man1/mountpoint.1"
 ALTERNATIVE_LINK_NAME[sulogin.8] = "${mandir}/man8/sulogin.8"
-- 
2.8.1



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

* [PATCH 2/3] sudo: fix pam config on systemd systems
  2016-04-12 18:25 [PATCH 1/3] sysvinit: make lastb.1 an alternative Dan McGregor
@ 2016-04-12 18:25 ` Dan McGregor
  2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
  1 sibling, 0 replies; 7+ messages in thread
From: Dan McGregor @ 2016-04-12 18:25 UTC (permalink / raw)
  To: openembedded-core

From: Dan McGregor <dan.mcgregor@usask.ca>

Pam_keyinit revoke causes issues on systemd systems. Make its use
optional. This brings it in line with Fedora 23 and Centos 7.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-extended/sudo/files/sudo.pam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/files/sudo.pam b/meta/recipes-extended/sudo/files/sudo.pam
index 5bc26e7..515eab0 100644
--- a/meta/recipes-extended/sudo/files/sudo.pam
+++ b/meta/recipes-extended/sudo/files/sudo.pam
@@ -2,5 +2,5 @@
 auth       include      common-auth
 account    include      common-account
 password   include      common-password
-session    required     pam_keyinit.so revoke
+session    optional     pam_keyinit.so revoke
 session    required     pam_limits.so
-- 
2.8.1



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

* [PATCH 3/3] git: update to 2.8.1
  2016-04-12 18:25 [PATCH 1/3] sysvinit: make lastb.1 an alternative Dan McGregor
  2016-04-12 18:25 ` [PATCH 2/3] sudo: fix pam config on systemd systems Dan McGregor
@ 2016-04-12 18:25 ` Dan McGregor
  2016-04-12 19:10   ` Denys Dmytriyenko
  2016-04-12 19:41   ` Burton, Ross
  1 sibling, 2 replies; 7+ messages in thread
From: Dan McGregor @ 2016-04-12 18:25 UTC (permalink / raw)
  To: openembedded-core

From: Dan McGregor <dan.mcgregor@usask.ca>

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-devtools/git/git_2.7.2.bb | 11 -----------
 meta/recipes-devtools/git/git_2.8.1.bb | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_2.7.2.bb
 create mode 100644 meta/recipes-devtools/git/git_2.8.1.bb

diff --git a/meta/recipes-devtools/git/git_2.7.2.bb b/meta/recipes-devtools/git/git_2.7.2.bb
deleted file mode 100644
index 3fd7151..0000000
--- a/meta/recipes-devtools/git/git_2.7.2.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require git.inc
-
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
-                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-                 "
-EXTRA_OEMAKE += "NO_GETTEXT=1"
-
-SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1"
-SRC_URI[tarball.sha256sum] = "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df"
-SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6"
-SRC_URI[manpages.sha256sum] = "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15"
diff --git a/meta/recipes-devtools/git/git_2.8.1.bb b/meta/recipes-devtools/git/git_2.8.1.bb
new file mode 100644
index 0000000..8978b72
--- /dev/null
+++ b/meta/recipes-devtools/git/git_2.8.1.bb
@@ -0,0 +1,11 @@
+require git.inc
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+EXTRA_OEMAKE += "NO_GETTEXT=1"
+
+SRC_URI[tarball.md5sum] = "1a12555182c1e9f781bc30a5c5f9515e"
+SRC_URI[tarball.sha256sum] = "cfc66324179b9ed62ee02833f29d39935f4ab66874125a3ab9d5bb9055c0cb67"
+SRC_URI[manpages.md5sum] = "60552f15a90b9fcdc1b92b222e2d2379"
+SRC_URI[manpages.sha256sum] = "df46de0c172049f935cc3736361b263c5ff289b77077c73053e63ae83fcf43f4"
-- 
2.8.1



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

* Re: [PATCH 3/3] git: update to 2.8.1
  2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
@ 2016-04-12 19:10   ` Denys Dmytriyenko
  2016-04-12 19:41   ` Burton, Ross
  1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2016-04-12 19:10 UTC (permalink / raw)
  To: Dan McGregor; +Cc: openembedded-core

Passing -M parameter to git format-patch in this case would make better 
result.


On Tue, Apr 12, 2016 at 12:25:32PM -0600, Dan McGregor wrote:
> From: Dan McGregor <dan.mcgregor@usask.ca>
> 
> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
> ---
>  meta/recipes-devtools/git/git_2.7.2.bb | 11 -----------
>  meta/recipes-devtools/git/git_2.8.1.bb | 11 +++++++++++
>  2 files changed, 11 insertions(+), 11 deletions(-)
>  delete mode 100644 meta/recipes-devtools/git/git_2.7.2.bb
>  create mode 100644 meta/recipes-devtools/git/git_2.8.1.bb
> 
> diff --git a/meta/recipes-devtools/git/git_2.7.2.bb b/meta/recipes-devtools/git/git_2.7.2.bb
> deleted file mode 100644
> index 3fd7151..0000000
> --- a/meta/recipes-devtools/git/git_2.7.2.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -require git.inc
> -
> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> -                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> -                 "
> -EXTRA_OEMAKE += "NO_GETTEXT=1"
> -
> -SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1"
> -SRC_URI[tarball.sha256sum] = "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df"
> -SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6"
> -SRC_URI[manpages.sha256sum] = "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15"
> diff --git a/meta/recipes-devtools/git/git_2.8.1.bb b/meta/recipes-devtools/git/git_2.8.1.bb
> new file mode 100644
> index 0000000..8978b72
> --- /dev/null
> +++ b/meta/recipes-devtools/git/git_2.8.1.bb
> @@ -0,0 +1,11 @@
> +require git.inc
> +
> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> +                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> +                 "
> +EXTRA_OEMAKE += "NO_GETTEXT=1"
> +
> +SRC_URI[tarball.md5sum] = "1a12555182c1e9f781bc30a5c5f9515e"
> +SRC_URI[tarball.sha256sum] = "cfc66324179b9ed62ee02833f29d39935f4ab66874125a3ab9d5bb9055c0cb67"
> +SRC_URI[manpages.md5sum] = "60552f15a90b9fcdc1b92b222e2d2379"
> +SRC_URI[manpages.sha256sum] = "df46de0c172049f935cc3736361b263c5ff289b77077c73053e63ae83fcf43f4"
> -- 
> 2.8.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 3/3] git: update to 2.8.1
  2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
  2016-04-12 19:10   ` Denys Dmytriyenko
@ 2016-04-12 19:41   ` Burton, Ross
  2016-04-12 19:48     ` Dan McGregor
  1 sibling, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2016-04-12 19:41 UTC (permalink / raw)
  To: Dan McGregor; +Cc: OE-core

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

Far too late for master/krogoth, this can be merged after they've branched.

Ross

On 12 April 2016 at 19:25, Dan McGregor <danismostlikely@gmail.com> wrote:

> From: Dan McGregor <dan.mcgregor@usask.ca>
>
> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
> ---
>  meta/recipes-devtools/git/git_2.7.2.bb | 11 -----------
>  meta/recipes-devtools/git/git_2.8.1.bb | 11 +++++++++++
>  2 files changed, 11 insertions(+), 11 deletions(-)
>  delete mode 100644 meta/recipes-devtools/git/git_2.7.2.bb
>  create mode 100644 meta/recipes-devtools/git/git_2.8.1.bb
>
> diff --git a/meta/recipes-devtools/git/git_2.7.2.bb
> b/meta/recipes-devtools/git/git_2.7.2.bb
> deleted file mode 100644
> index 3fd7151..0000000
> --- a/meta/recipes-devtools/git/git_2.7.2.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -require git.inc
> -
> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> -
>  ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> -                 "
> -EXTRA_OEMAKE += "NO_GETTEXT=1"
> -
> -SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1"
> -SRC_URI[tarball.sha256sum] =
> "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df"
> -SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6"
> -SRC_URI[manpages.sha256sum] =
> "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15"
> diff --git a/meta/recipes-devtools/git/git_2.8.1.bb
> b/meta/recipes-devtools/git/git_2.8.1.bb
> new file mode 100644
> index 0000000..8978b72
> --- /dev/null
> +++ b/meta/recipes-devtools/git/git_2.8.1.bb
> @@ -0,0 +1,11 @@
> +require git.inc
> +
> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> +
>  ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> +                 "
> +EXTRA_OEMAKE += "NO_GETTEXT=1"
> +
> +SRC_URI[tarball.md5sum] = "1a12555182c1e9f781bc30a5c5f9515e"
> +SRC_URI[tarball.sha256sum] =
> "cfc66324179b9ed62ee02833f29d39935f4ab66874125a3ab9d5bb9055c0cb67"
> +SRC_URI[manpages.md5sum] = "60552f15a90b9fcdc1b92b222e2d2379"
> +SRC_URI[manpages.sha256sum] =
> "df46de0c172049f935cc3736361b263c5ff289b77077c73053e63ae83fcf43f4"
> --
> 2.8.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

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

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

* Re: [PATCH 3/3] git: update to 2.8.1
  2016-04-12 19:41   ` Burton, Ross
@ 2016-04-12 19:48     ` Dan McGregor
  2016-04-19  2:44       ` Paul Eggleton
  0 siblings, 1 reply; 7+ messages in thread
From: Dan McGregor @ 2016-04-12 19:48 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Works for me. I'm not in a hurry.

On 12 April 2016 at 13:41, Burton, Ross <ross.burton@intel.com> wrote:
> Far too late for master/krogoth, this can be merged after they've branched.
>
> Ross
>
> On 12 April 2016 at 19:25, Dan McGregor <danismostlikely@gmail.com> wrote:
>>
>> From: Dan McGregor <dan.mcgregor@usask.ca>
>>
>> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
>> ---
>>  meta/recipes-devtools/git/git_2.7.2.bb | 11 -----------
>>  meta/recipes-devtools/git/git_2.8.1.bb | 11 +++++++++++
>>  2 files changed, 11 insertions(+), 11 deletions(-)
>>  delete mode 100644 meta/recipes-devtools/git/git_2.7.2.bb
>>  create mode 100644 meta/recipes-devtools/git/git_2.8.1.bb
>>
>> diff --git a/meta/recipes-devtools/git/git_2.7.2.bb
>> b/meta/recipes-devtools/git/git_2.7.2.bb
>> deleted file mode 100644
>> index 3fd7151..0000000
>> --- a/meta/recipes-devtools/git/git_2.7.2.bb
>> +++ /dev/null
>> @@ -1,11 +0,0 @@
>> -require git.inc
>> -
>> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
>> -
>> ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
>> -                 "
>> -EXTRA_OEMAKE += "NO_GETTEXT=1"
>> -
>> -SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1"
>> -SRC_URI[tarball.sha256sum] =
>> "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df"
>> -SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6"
>> -SRC_URI[manpages.sha256sum] =
>> "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15"
>> diff --git a/meta/recipes-devtools/git/git_2.8.1.bb
>> b/meta/recipes-devtools/git/git_2.8.1.bb
>> new file mode 100644
>> index 0000000..8978b72
>> --- /dev/null
>> +++ b/meta/recipes-devtools/git/git_2.8.1.bb
>> @@ -0,0 +1,11 @@
>> +require git.inc
>> +
>> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
>> +
>> ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
>> +                 "
>> +EXTRA_OEMAKE += "NO_GETTEXT=1"
>> +
>> +SRC_URI[tarball.md5sum] = "1a12555182c1e9f781bc30a5c5f9515e"
>> +SRC_URI[tarball.sha256sum] =
>> "cfc66324179b9ed62ee02833f29d39935f4ab66874125a3ab9d5bb9055c0cb67"
>> +SRC_URI[manpages.md5sum] = "60552f15a90b9fcdc1b92b222e2d2379"
>> +SRC_URI[manpages.sha256sum] =
>> "df46de0c172049f935cc3736361b263c5ff289b77077c73053e63ae83fcf43f4"
>> --
>> 2.8.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>


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

* Re: [PATCH 3/3] git: update to 2.8.1
  2016-04-12 19:48     ` Dan McGregor
@ 2016-04-19  2:44       ` Paul Eggleton
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2016-04-19  2:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: yocto-security

On the other hand, AFAICT we are currently still vulnerable to a remote code
execution issue:

  https://ma.ttias.be/remote-code-execution-git-versions-client-server-2-7-1-cve-2016-2324-cve-2016-2315/

Given we provide git for native use in the buildtools as well as on target
I think we really ought to be addressing this before release. Whether we
should do that by upgrading to 2.7.4 or attempting to apply patches I'm
not sure.

Cheers,
Paul

On Tue, 12 Apr 2016 13:48:26 Dan McGregor wrote:
> Works for me. I'm not in a hurry.
> 
> On 12 April 2016 at 13:41, Burton, Ross <ross.burton@intel.com> wrote:
> > Far too late for master/krogoth, this can be merged after they've
> > branched.
> > 
> > Ross
> > 
> > On 12 April 2016 at 19:25, Dan McGregor <danismostlikely@gmail.com> wrote:
> >> From: Dan McGregor <dan.mcgregor@usask.ca>
> >> 
> >> Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
> >> ---
> >> 
> >>  meta/recipes-devtools/git/git_2.7.2.bb | 11 -----------
> >>  meta/recipes-devtools/git/git_2.8.1.bb | 11 +++++++++++
> >>  2 files changed, 11 insertions(+), 11 deletions(-)
> >>  delete mode 100644 meta/recipes-devtools/git/git_2.7.2.bb
> >>  create mode 100644 meta/recipes-devtools/git/git_2.8.1.bb
> >> 
> >> diff --git a/meta/recipes-devtools/git/git_2.7.2.bb
> >> b/meta/recipes-devtools/git/git_2.7.2.bb
> >> deleted file mode 100644
> >> index 3fd7151..0000000
> >> --- a/meta/recipes-devtools/git/git_2.7.2.bb
> >> +++ /dev/null
> >> @@ -1,11 +0,0 @@
> >> -require git.inc
> >> -
> >> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> >> -
> >> ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> >> -                 "
> >> -EXTRA_OEMAKE += "NO_GETTEXT=1"
> >> -
> >> -SRC_URI[tarball.md5sum] = "162ddc6c9b243899ad67ebd6b1c166b1"
> >> -SRC_URI[tarball.sha256sum] =
> >> "58959e3ef3046403216a157dfc683c4d7f0dd83365463b8dd87063ded940a0df"
> >> -SRC_URI[manpages.md5sum] = "7bb067d6363f537b92c3b8b813ff9ed6"
> >> -SRC_URI[manpages.sha256sum] =
> >> "e6b5481fd6e24a1d1b155ef17363b313d47025bf6da880737fa872ab78e24f15"
> >> diff --git a/meta/recipes-devtools/git/git_2.8.1.bb
> >> b/meta/recipes-devtools/git/git_2.8.1.bb
> >> new file mode 100644
> >> index 0000000..8978b72
> >> --- /dev/null
> >> +++ b/meta/recipes-devtools/git/git_2.8.1.bb
> >> @@ -0,0 +1,11 @@
> >> +require git.inc
> >> +
> >> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> >> +
> >> ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> >> +                 "
> >> +EXTRA_OEMAKE += "NO_GETTEXT=1"
> >> +
> >> +SRC_URI[tarball.md5sum] = "1a12555182c1e9f781bc30a5c5f9515e"
> >> +SRC_URI[tarball.sha256sum] =
> >> "cfc66324179b9ed62ee02833f29d39935f4ab66874125a3ab9d5bb9055c0cb67"
> >> +SRC_URI[manpages.md5sum] = "60552f15a90b9fcdc1b92b222e2d2379"
> >> +SRC_URI[manpages.sha256sum] =
> >> "df46de0c172049f935cc3736361b263c5ff289b77077c73053e63ae83fcf43f4"
> >> --
> >> 2.8.1
> >> 
> >> --
> >> _______________________________________________
> >> Openembedded-core mailing list
> >> Openembedded-core@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

end of thread, other threads:[~2016-04-19  2:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 18:25 [PATCH 1/3] sysvinit: make lastb.1 an alternative Dan McGregor
2016-04-12 18:25 ` [PATCH 2/3] sudo: fix pam config on systemd systems Dan McGregor
2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
2016-04-12 19:10   ` Denys Dmytriyenko
2016-04-12 19:41   ` Burton, Ross
2016-04-12 19:48     ` Dan McGregor
2016-04-19  2:44       ` Paul Eggleton

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.