All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] can-utils: bump version
@ 2015-07-25  8:53 Yegor Yefremov
  2015-07-26 13:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 16+ messages in thread
From: Yegor Yefremov @ 2015-07-25  8:53 UTC (permalink / raw)
  To: buildroot

Remove upstreamed patches.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 .../0001-log2asc-include-sys-time.h.patch          | 28 ---------------
 ...Include-linux-sockios.h-to-fix-musl-build.patch | 42 ----------------------
 package/can-utils/can-utils.mk                     |  2 +-
 3 files changed, 1 insertion(+), 71 deletions(-)
 delete mode 100644 package/can-utils/0001-log2asc-include-sys-time.h.patch
 delete mode 100644 package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch

diff --git a/package/can-utils/0001-log2asc-include-sys-time.h.patch b/package/can-utils/0001-log2asc-include-sys-time.h.patch
deleted file mode 100644
index 30cf23b..0000000
--- a/package/can-utils/0001-log2asc-include-sys-time.h.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 50a71462a3291f7e08fa25f67b274792bb419211 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Tue, 14 Jul 2015 21:24:37 +0200
-Subject: [PATCH 1/2] log2asc: include sys/time.h
-
-Without this patch compilation against musl C library
-breaks, because struct timeval cannot be found.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- log2asc.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/log2asc.c b/log2asc.c
-index 29d13e8..8fb88a9 100644
---- a/log2asc.c
-+++ b/log2asc.c
-@@ -48,6 +48,7 @@
- #include <unistd.h>
- 
- #include <net/if.h>
-+#include <sys/time.h>
- #include <linux/can.h>
- 
- #include "lib.h"
--- 
-2.1.4
-
diff --git a/package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch b/package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch
deleted file mode 100644
index aca3eb4..0000000
--- a/package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 204cfffefb2ee6058e5d22a4b65cff22e6cff5ee Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Thu, 16 Jul 2015 21:30:02 +0200
-Subject: [PATCH 2/2] Include linux/sockios.h to fix musl build
-
-Including <sys/ioctl.h> and <net/if.h> is not sufficient
-to musl to find SIOCSIFNAME, so <linux/sockios.h> must be
-included too.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
----
- slcan_attach.c | 1 +
- slcand.c       | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/slcan_attach.c b/slcan_attach.c
-index ab8ff0a..485cbe3 100644
---- a/slcan_attach.c
-+++ b/slcan_attach.c
-@@ -52,6 +52,7 @@
- #include <net/if.h>
- #include <termios.h>
- #include <linux/tty.h>
-+#include <linux/sockios.h>
- 
- void print_usage(char *prg)
- {
-diff --git a/slcand.c b/slcand.c
-index e5e4752..e8c70e0 100644
---- a/slcand.c
-+++ b/slcand.c
-@@ -38,6 +38,7 @@
- #include <net/if.h>
- #include <termios.h>
- #include <linux/tty.h>
-+#include <linux/sockios.h>
- 
- /* Change this to whatever your daemon is called */
- #define DAEMON_NAME "slcand"
--- 
-2.1.4
-
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 23649fe..8e8ed4e 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 0eb1e3db2e20b0d895468363dbe6030cd8afa61c
+CAN_UTILS_VERSION = f0abaaacb0a3f620f73dd6fd716d7daa3c36a8e3
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
-- 
2.1.0

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

* [Buildroot] [PATCH] can-utils: bump version
  2015-07-25  8:53 [Buildroot] [PATCH] can-utils: bump version Yegor Yefremov
@ 2015-07-26 13:48 ` Thomas Petazzoni
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Petazzoni @ 2015-07-26 13:48 UTC (permalink / raw)
  To: buildroot

Dear Yegor Yefremov,

On Sat, 25 Jul 2015 10:53:50 +0200, Yegor Yefremov wrote:
> Remove upstreamed patches.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  .../0001-log2asc-include-sys-time.h.patch          | 28 ---------------
>  ...Include-linux-sockios.h-to-fix-musl-build.patch | 42 ----------------------
>  package/can-utils/can-utils.mk                     |  2 +-
>  3 files changed, 1 insertion(+), 71 deletions(-)
>  delete mode 100644 package/can-utils/0001-log2asc-include-sys-time.h.patch
>  delete mode 100644 package/can-utils/0002-Include-linux-sockios.h-to-fix-musl-build.patch

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] can-utils: bump version
  2016-12-20 17:10 Rahul Bedarkar
@ 2016-12-20 18:27 ` Peter Korsgaard
  0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2016-12-20 18:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Rahul" == Rahul Bedarkar <rahul.bedarkar@imgtec.com> writes:

 > This version bump also fixes:
 > http://autobuild.buildroot.net/results/0e5/0e5242376ff6aa82e89ed1172350e05009d48156

 > Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
 > Cc: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2016-12-20 17:10 Rahul Bedarkar
  2016-12-20 18:27 ` Peter Korsgaard
  0 siblings, 1 reply; 16+ messages in thread
From: Rahul Bedarkar @ 2016-12-20 17:10 UTC (permalink / raw)
  To: buildroot

This version bump also fixes:
http://autobuild.buildroot.net/results/0e5/0e5242376ff6aa82e89ed1172350e05009d48156

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.hash | 2 +-
 package/can-utils/can-utils.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/can-utils/can-utils.hash b/package/can-utils/can-utils.hash
index 5e0bccc..64c4cf6 100644
--- a/package/can-utils/can-utils.hash
+++ b/package/can-utils/can-utils.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  9899f8838d52459769b61ba3cb2d1e079a5d28fbef1a23859489753da91fce82  can-utils-64edc021d22441002028bc451548b9e7f1874b91.tar.gz
+sha256  c4b6b347c1c165a64c1156bb8816bce557945dd770f61b8bdc8fdb7c0744af27  can-utils-c3305fdd515464153d20199db232b6124bc962c0.tar.gz
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 46caf62..6be41a6 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 64edc021d22441002028bc451548b9e7f1874b91
+CAN_UTILS_VERSION = c3305fdd515464153d20199db232b6124bc962c0
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
-- 
2.6.2

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

* [Buildroot] [PATCH] can-utils: bump version
  2016-12-18  9:56 ` Thomas Petazzoni
@ 2016-12-18 12:05   ` Yegor Yefremov
  0 siblings, 0 replies; 16+ messages in thread
From: Yegor Yefremov @ 2016-12-18 12:05 UTC (permalink / raw)
  To: buildroot

On Sun, Dec 18, 2016 at 10:56 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Hello,
>
> On Fri, 16 Dec 2016 12:19:16 +0100, yegorslists at googlemail.com wrote:
>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>
> Seems to cause some build failures:
>
>   http://autobuild.buildroot.net/?reason=can-utils-64edc021d22441002028bc451548b9e7f1874b91

Looks like this one;

http://autobuild.buildroot.net/results/84f/84f8302ee94e6e6849f6b26cb697c2f9986bafe5/

I'll take a look at this next week. So far I've added myself as
interested in can-utils to DEVELOPERS file.

Yegor

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

* [Buildroot] [PATCH] can-utils: bump version
  2016-12-16 11:19 yegorslists at googlemail.com
  2016-12-17 14:09 ` Thomas Petazzoni
@ 2016-12-18  9:56 ` Thomas Petazzoni
  2016-12-18 12:05   ` Yegor Yefremov
  1 sibling, 1 reply; 16+ messages in thread
From: Thomas Petazzoni @ 2016-12-18  9:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 16 Dec 2016 12:19:16 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Seems to cause some build failures:

  http://autobuild.buildroot.net/?reason=can-utils-64edc021d22441002028bc451548b9e7f1874b91

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] can-utils: bump version
  2016-12-16 11:19 yegorslists at googlemail.com
@ 2016-12-17 14:09 ` Thomas Petazzoni
  2016-12-18  9:56 ` Thomas Petazzoni
  1 sibling, 0 replies; 16+ messages in thread
From: Thomas Petazzoni @ 2016-12-17 14:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 16 Dec 2016 12:19:16 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/can-utils/can-utils.hash | 2 +-
>  package/can-utils/can-utils.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2016-12-16 11:19 yegorslists at googlemail.com
  2016-12-17 14:09 ` Thomas Petazzoni
  2016-12-18  9:56 ` Thomas Petazzoni
  0 siblings, 2 replies; 16+ messages in thread
From: yegorslists at googlemail.com @ 2016-12-16 11:19 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.hash | 2 +-
 package/can-utils/can-utils.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/can-utils/can-utils.hash b/package/can-utils/can-utils.hash
index 09e3c4d..5e0bccc 100644
--- a/package/can-utils/can-utils.hash
+++ b/package/can-utils/can-utils.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 8db112e69fceef16617895fa9d4222221fdf44c19eef64912480336c59904765 can-utils-b70a76670dbe8925c2a7c75f90d36a28a8878d7a.tar.gz
+sha256  9899f8838d52459769b61ba3cb2d1e079a5d28fbef1a23859489753da91fce82  can-utils-64edc021d22441002028bc451548b9e7f1874b91.tar.gz
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index e95cf22..46caf62 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = b70a76670dbe8925c2a7c75f90d36a28a8878d7a
+CAN_UTILS_VERSION = 64edc021d22441002028bc451548b9e7f1874b91
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
-- 
2.1.4

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

* [Buildroot] [PATCH] can-utils: bump version
  2015-03-08 18:35 Yegor Yefremov
@ 2015-03-08 19:35 ` Peter Korsgaard
  0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2015-03-08 19:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Yegor" == Yegor Yefremov <yegorslists@googlemail.com> writes:

 > Fixes following autobuild failure, via defining N_SLCAN, if not
 > already declared:

 > http://autobuild.buildroot.net/results/799/799561c928d711ada4070ae5e09f4097dd4091e3/

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2015-03-08 18:35 Yegor Yefremov
  2015-03-08 19:35 ` Peter Korsgaard
  0 siblings, 1 reply; 16+ messages in thread
From: Yegor Yefremov @ 2015-03-08 18:35 UTC (permalink / raw)
  To: buildroot

Fixes following autobuild failure, via defining N_SLCAN, if not
already declared:

http://autobuild.buildroot.net/results/799/799561c928d711ada4070ae5e09f4097dd4091e3/

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index c50c721..23649fe 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 002f8eba8703e88cdc6e97f6447a4ce346b739da
+CAN_UTILS_VERSION = 0eb1e3db2e20b0d895468363dbe6030cd8afa61c
 CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
-- 
2.1.0

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

* [Buildroot] [PATCH] can-utils: bump version
  2015-03-04 19:51 Yegor Yefremov
@ 2015-03-04 20:28 ` Thomas Petazzoni
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 20:28 UTC (permalink / raw)
  To: buildroot

Dear Yegor Yefremov,

On Wed,  4 Mar 2015 20:51:34 +0100, Yegor Yefremov wrote:
> Change download location as the package has moved to GitHub.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/can-utils/can-utils.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2015-03-04 19:51 Yegor Yefremov
  2015-03-04 20:28 ` Thomas Petazzoni
  0 siblings, 1 reply; 16+ messages in thread
From: Yegor Yefremov @ 2015-03-04 19:51 UTC (permalink / raw)
  To: buildroot

Change download location as the package has moved to GitHub.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 44713cf..c50c721 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 111f8d3acf6f6b30bf208fd9c98399c5fb9d29de
-CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
+CAN_UTILS_VERSION = 002f8eba8703e88cdc6e97f6447a4ce346b739da
+CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
 CAN_UTILS_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
2.1.0

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

* [Buildroot] [PATCH] can-utils: bump version
  2014-01-24 10:46 yegorslists at googlemail.com
@ 2014-01-25 12:25 ` Peter Korsgaard
  0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2014-01-25 12:25 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2014-01-24 10:46 yegorslists at googlemail.com
  2014-01-25 12:25 ` Peter Korsgaard
  0 siblings, 1 reply; 16+ messages in thread
From: yegorslists at googlemail.com @ 2014-01-24 10:46 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 743fe7c..44713cf 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 16c970d40e6c19dde705bad4751bab1a3a4f3a0d
+CAN_UTILS_VERSION = 111f8d3acf6f6b30bf208fd9c98399c5fb9d29de
 CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
 CAN_UTILS_AUTORECONF = YES
 
-- 
1.7.7

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

* [Buildroot] [PATCH] can-utils: bump version
  2013-09-17  7:10 yegorslists at googlemail.com
@ 2013-09-17 12:01 ` Peter Korsgaard
  0 siblings, 0 replies; 16+ messages in thread
From: Peter Korsgaard @ 2013-09-17 12:01 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] can-utils: bump version
@ 2013-09-17  7:10 yegorslists at googlemail.com
  2013-09-17 12:01 ` Peter Korsgaard
  0 siblings, 1 reply; 16+ messages in thread
From: yegorslists at googlemail.com @ 2013-09-17  7:10 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/can-utils/can-utils.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index c4a777b..743fe7c 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CAN_UTILS_VERSION = 836d3cc0122ce31a1b732d369cbd27b690c3110f
+CAN_UTILS_VERSION = 16c970d40e6c19dde705bad4751bab1a3a4f3a0d
 CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
 CAN_UTILS_AUTORECONF = YES
 
-- 
1.7.7

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

end of thread, other threads:[~2016-12-20 18:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-25  8:53 [Buildroot] [PATCH] can-utils: bump version Yegor Yefremov
2015-07-26 13:48 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2016-12-20 17:10 Rahul Bedarkar
2016-12-20 18:27 ` Peter Korsgaard
2016-12-16 11:19 yegorslists at googlemail.com
2016-12-17 14:09 ` Thomas Petazzoni
2016-12-18  9:56 ` Thomas Petazzoni
2016-12-18 12:05   ` Yegor Yefremov
2015-03-08 18:35 Yegor Yefremov
2015-03-08 19:35 ` Peter Korsgaard
2015-03-04 19:51 Yegor Yefremov
2015-03-04 20:28 ` Thomas Petazzoni
2014-01-24 10:46 yegorslists at googlemail.com
2014-01-25 12:25 ` Peter Korsgaard
2013-09-17  7:10 yegorslists at googlemail.com
2013-09-17 12:01 ` Peter Korsgaard

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.