mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/9] acl: fix license
@ 2019-04-05 12:25 Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 2/9] inetutils: " Christian Hermann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/acl.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/acl.make b/rules/acl.make
index b950b0401..429baf148 100644
--- a/rules/acl.make
+++ b/rules/acl.make
@@ -23,10 +23,8 @@ ACL_SUFFIX	:= tar.gz
 ACL_URL		:= http://download.savannah.gnu.org/releases/acl/$(ACL).src.$(ACL_SUFFIX)
 ACL_SOURCE	:= $(SRCDIR)/$(ACL).src.$(ACL_SUFFIX)
 ACL_DIR		:= $(BUILDDIR)/$(ACL)
-ACL_LICENSE	:= GPL-2.0-only AND LGPL-2.1-only
-ACL_LICENSE_FILES := \
-	file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
-	file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
+ACL_LICENSE	:= LGPL-2.1-or-later
+ACL_LICENSE_FILES := file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -67,6 +65,8 @@ ifdef PTXCONF_ACL_TOOLS
 	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/chacl)
 	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/setfacl)
 	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/getfacl)
+	ACL_LICENSE+= AND GPL-2.0.or-later
+	ACL_LICENSE_FILES+=file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
 endif
 	@$(call install_lib, acl, 0, 0, 0644, libacl)
 
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/9] inetutils: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 3/9] nodejs: " Christian Hermann
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/inetutils.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/inetutils.make b/rules/inetutils.make
index fcbfd80ee..b90bd1e6f 100644
--- a/rules/inetutils.make
+++ b/rules/inetutils.make
@@ -23,6 +23,7 @@ INETUTILS		:= inetutils-$(INETUTILS_VERSION)
 INETUTILS_SUFFIX	:= tar.gz
 INETUTILS_URL		:= $(call ptx/mirror, GNU, inetutils/$(INETUTILS).$(INETUTILS_SUFFIX))
 INETUTILS_SOURCE	:= $(SRCDIR)/$(INETUTILS).$(INETUTILS_SUFFIX)
+INETUTILS_LICENSE	:= GPL-3.0-or-later
 INETUTILS_DIR		:= $(BUILDDIR)/$(INETUTILS)
 
 # ----------------------------------------------------------------------------
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 3/9] nodejs: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 2/9] inetutils: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 4/9] ntp: " Christian Hermann
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/nodejs.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/nodejs.make b/rules/nodejs.make
index f469db1d6..6bf8447e8 100644
--- a/rules/nodejs.make
+++ b/rules/nodejs.make
@@ -25,7 +25,7 @@ NODEJS_SUFFIX	:= tar.gz
 NODEJS_URL	:= http://nodejs.org/dist/$(NODEJS_VERSION)/$(NODEJS).$(NODEJS_SUFFIX)
 NODEJS_SOURCE	:= $(SRCDIR)/$(NODEJS).$(NODEJS_SUFFIX)
 NODEJS_DIR	:= $(BUILDDIR)/$(NODEJS)
-NODEJS_LICENSE	:= unknown
+NODEJS_LICENSE	:= MIT
 
 NODEJS_SRCDIR		:= $(PTXDIST_WORKSPACE)/local_src
 NODEJS_MODULE_LIST	:= $(call remove_quotes, $(PTXCONF_NODEJS_MODULE_LIST))
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 4/9] ntp: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 2/9] inetutils: " Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 3/9] nodejs: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 5/9] openldap: " Christian Hermann
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/ntp.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/ntp.make b/rules/ntp.make
index 5d51ae4fc..a8d2b2f25 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -24,7 +24,7 @@ NTP_SUFFIX	:= tar.gz
 NTP_URL		:= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX)
 NTP_SOURCE	:= $(SRCDIR)/$(NTP).$(NTP_SUFFIX)
 NTP_DIR		:= $(BUILDDIR)/$(NTP)
-NTP_LICENSE	:= ntp
+NTP_LICENSE	:= BSD-2-Clause
 NTP_LICENSE_FILES	:= file://COPYRIGHT;md5=e877a1d567a6a58996d2b66e3e387003
 
 # ----------------------------------------------------------------------------
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 5/9] openldap: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (2 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 4/9] ntp: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 6/9] pciutils: " Christian Hermann
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/openldap.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/openldap.make b/rules/openldap.make
index 730cd1206..53802342e 100644
--- a/rules/openldap.make
+++ b/rules/openldap.make
@@ -25,7 +25,7 @@ OPENLDAP_URL		:= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$(OPENLDAP
 OPENLDAP_SOURCE		:= $(SRCDIR)/$(OPENLDAP).$(OPENLDAP_SUFFIX)
 OPENLDAP_DIR		:= $(BUILDDIR)/$(OPENLDAP)
 # http://www.openldap.org/software/release/license.html
-OPENLDAP_LICENSE	:= OpenLDAP Public License
+OPENLDAP_LICENSE	:= OLDAP-2.0
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 6/9] pciutils: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (3 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 5/9] openldap: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 7/9] perl: " Christian Hermann
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/pciutils.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/pciutils.make b/rules/pciutils.make
index 6ef7e14f7..be930fc60 100644
--- a/rules/pciutils.make
+++ b/rules/pciutils.make
@@ -24,7 +24,7 @@ PCIUTILS_SUFFIX		:= tar.xz
 PCIUTILS_URL		:= $(call ptx/mirror, KERNEL, ../software/utils/pciutils/$(PCIUTILS).$(PCIUTILS_SUFFIX))
 PCIUTILS_SOURCE		:= $(SRCDIR)/$(PCIUTILS).$(PCIUTILS_SUFFIX)
 PCIUTILS_DIR		:= $(BUILDDIR)/$(PCIUTILS)
-PCIUTILS_LICENSE	:= GPL-2.0-only
+PCIUTILS_LICENSE	:= GPL-2.0-or-later
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 7/9] perl: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (4 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 6/9] pciutils: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 8/9] tar: " Christian Hermann
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/perl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/perl.make b/rules/perl.make
index f4c2590c1..9d41f1cb8 100644
--- a/rules/perl.make
+++ b/rules/perl.make
@@ -23,7 +23,7 @@ PERL_SUFFIX		:= tar.gz
 PERL_URL		:= http://cpan.perl.org/src/5.0/$(PERL).$(PERL_SUFFIX)
 PERL_SOURCE		:= $(SRCDIR)/$(PERL).$(PERL_SUFFIX)
 PERL_DIR		:= $(BUILDDIR)/$(PERL)
-PERL_LICENSE		:= GPL-1.0-only
+PERL_LICENSE		:= GPL-1.0-or-later OR Artistic-1.0-Perl
 PERL_LICENSE_FILES	:= file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b
 
 PERLCROSS_VERSION	:= 5.18.2-cross-0.8.5
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 8/9] tar: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (5 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 7/9] perl: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:25 ` [ptxdist] [PATCH 9/9] tmux: " Christian Hermann
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/tar.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tar.make b/rules/tar.make
index 52436454b..4af522f51 100644
--- a/rules/tar.make
+++ b/rules/tar.make
@@ -23,7 +23,7 @@ TAR_SUFFIX	:= tar.xz
 TAR_URL		:= $(call ptx/mirror, GNU, tar/$(TAR).$(TAR_SUFFIX))
 TAR_SOURCE	:= $(SRCDIR)/$(TAR).$(TAR_SUFFIX)
 TAR_DIR		:= $(BUILDDIR)/$(TAR)
-TAR_LICENSE	:= unknown
+TAR_LICENSE	:= GPL-3.0-or-later
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 9/9] tmux: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (6 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 8/9] tar: " Christian Hermann
@ 2019-04-05 12:25 ` Christian Hermann
  2019-04-05 12:37 ` [ptxdist] [PATCH 1/9] acl: " Alexander Dahl
  2019-04-05 14:36 ` Michael Olbrich
  9 siblings, 0 replies; 11+ messages in thread
From: Christian Hermann @ 2019-04-05 12:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
 rules/tmux.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/tmux.make b/rules/tmux.make
index 9b596f255..7b9241fb0 100644
--- a/rules/tmux.make
+++ b/rules/tmux.make
@@ -23,7 +23,7 @@ TMUX_SUFFIX	:= tar.gz
 TMUX_URL	:= https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)/$(TMUX).$(TMUX_SUFFIX)
 TMUX_SOURCE	:= $(SRCDIR)/$(TMUX).$(TMUX_SUFFIX)
 TMUX_DIR	:= $(BUILDDIR)/$(TMUX)
-TMUX_LICENSE	:= BSD
+TMUX_LICENSE	:= ISC
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH 1/9] acl: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (7 preceding siblings ...)
  2019-04-05 12:25 ` [ptxdist] [PATCH 9/9] tmux: " Christian Hermann
@ 2019-04-05 12:37 ` Alexander Dahl
  2019-04-05 14:36 ` Michael Olbrich
  9 siblings, 0 replies; 11+ messages in thread
From: Alexander Dahl @ 2019-04-05 12:37 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Hello Christian,

Am Freitag, 5. April 2019, 14:25:00 CEST schrieb Christian Hermann:
> Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
> ---
>  rules/acl.make | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/acl.make b/rules/acl.make
> index b950b0401..429baf148 100644
> --- a/rules/acl.make
> +++ b/rules/acl.make
> @@ -23,10 +23,8 @@ ACL_SUFFIX	:= tar.gz
>  ACL_URL		:=
> http://download.savannah.gnu.org/releases/acl/$(ACL).src.$(ACL_SUFFIX)
> ACL_SOURCE	:= $(SRCDIR)/$(ACL).src.$(ACL_SUFFIX)
>  ACL_DIR		:= $(BUILDDIR)/$(ACL)
> -ACL_LICENSE	:= GPL-2.0-only AND LGPL-2.1-only
> -ACL_LICENSE_FILES := \
> -	file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
> -	file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
> +ACL_LICENSE	:= LGPL-2.1-or-later
> +ACL_LICENSE_FILES :=
> file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249
> 
>  #
> ---------------------------------------------------------------------------
> - # Prepare
> @@ -67,6 +65,8 @@ ifdef PTXCONF_ACL_TOOLS
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/chacl)
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/setfacl)
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/getfacl)
> +	ACL_LICENSE+= AND GPL-2.0.or-later
> +	ACL_LICENSE_FILES+=file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab
> 41764 endif
>  	@$(call install_lib, acl, 0, 0, 0644, libacl)

Adding those lines in targetinstall stage looks wrong to me.

Greets
Alex


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH 1/9] acl: fix license
  2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
                   ` (8 preceding siblings ...)
  2019-04-05 12:37 ` [ptxdist] [PATCH 1/9] acl: " Alexander Dahl
@ 2019-04-05 14:36 ` Michael Olbrich
  9 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2019-04-05 14:36 UTC (permalink / raw)
  To: ptxdist

On Fri, Apr 05, 2019 at 02:25:00PM +0200, Christian Hermann wrote:
> Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
> ---
>  rules/acl.make | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/acl.make b/rules/acl.make
> index b950b0401..429baf148 100644
> --- a/rules/acl.make
> +++ b/rules/acl.make
> @@ -23,10 +23,8 @@ ACL_SUFFIX	:= tar.gz
>  ACL_URL		:= http://download.savannah.gnu.org/releases/acl/$(ACL).src.$(ACL_SUFFIX)
>  ACL_SOURCE	:= $(SRCDIR)/$(ACL).src.$(ACL_SUFFIX)
>  ACL_DIR		:= $(BUILDDIR)/$(ACL)
> -ACL_LICENSE	:= GPL-2.0-only AND LGPL-2.1-only
> -ACL_LICENSE_FILES := \
> -	file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
> -	file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
> +ACL_LICENSE	:= LGPL-2.1-or-later
> +ACL_LICENSE_FILES := file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -67,6 +65,8 @@ ifdef PTXCONF_ACL_TOOLS
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/chacl)
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/setfacl)
>  	@$(call install_copy, acl, 0, 0, 0755, -, /usr/bin/getfacl)
> +	ACL_LICENSE+= AND GPL-2.0.or-later
> +	ACL_LICENSE_FILES+=file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764

Interesting idea, splitting the license variables like this.
So the license is indeed '-or-later'. But you got the files mixed up.
You're adding the LGPL file with the GPL identifier.

Also, please move this to the top of the file directly below the first
license stuff.

Michael

>  endif
>  	@$(call install_lib, acl, 0, 0, 0644, libacl)
>  
> -- 
> 2.21.0
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-04-05 14:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 12:25 [ptxdist] [PATCH 1/9] acl: fix license Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 2/9] inetutils: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 3/9] nodejs: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 4/9] ntp: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 5/9] openldap: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 6/9] pciutils: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 7/9] perl: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 8/9] tar: " Christian Hermann
2019-04-05 12:25 ` [ptxdist] [PATCH 9/9] tmux: " Christian Hermann
2019-04-05 12:37 ` [ptxdist] [PATCH 1/9] acl: " Alexander Dahl
2019-04-05 14:36 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox