mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum
@ 2017-11-23 10:04 Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 2/5] cups-filters: " Roland Hieber
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 rules/nginx.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/nginx.make b/rules/nginx.make
index c2f58da1a..bdadc6b64 100644
--- a/rules/nginx.make
+++ b/rules/nginx.make
@@ -25,6 +25,7 @@ NGINX_URL	:= https://nginx.org/download/$(NGINX).$(NGINX_SUFFIX)
 NGINX_SOURCE	:= $(SRCDIR)/$(NGINX).$(NGINX_SUFFIX)
 NGINX_DIR	:= $(BUILDDIR)/$(NGINX)
 NGINX_LICENSE	:= BSD-2-Clause
+NGINX_LICENSE_FILES	:= file://LICENSE;md5=903753de5f86a1ee0341fd2f9491b282
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/5] cups-filters: pin down license MD5sum
  2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
@ 2017-11-23 10:04 ` Roland Hieber
  2017-11-23 13:36   ` [ptxdist] [PATCH v2 2/6] " Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 3/5] cups: " Roland Hieber
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 rules/cups-filters.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/cups-filters.make b/rules/cups-filters.make
index ceac6a33d..2694ac75d 100644
--- a/rules/cups-filters.make
+++ b/rules/cups-filters.make
@@ -24,6 +24,7 @@ CUPS_FILTERS_URL	:= http://openprinting.org/download/cups-filters/$(CUPS_FILTERS
 CUPS_FILTERS_SOURCE	:= $(SRCDIR)/$(CUPS_FILTERS).$(CUPS_FILTERS_SUFFIX)
 CUPS_FILTERS_DIR	:= $(BUILDDIR)/$(CUPS_FILTERS)
 CUPS_FILTERS_LICENSE	:= GPL-2.0 AND GPL-2.0+ AND GPL-3.0 AND GPL-3.0+ AND LGPL-2 AND LGPL-2.1+ AND MIT AND BSD-4-clause
+CUPS_FILTERS_LICENSE_FILES	:= file://COPYING;md5=94bc12f02f100806cd5f19304d03f7b
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 3/5] cups: pin down license MD5sum
  2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 2/5] cups-filters: " Roland Hieber
@ 2017-11-23 10:04 ` Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 4/5] libpaper: " Roland Hieber
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 rules/cups.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/cups.make b/rules/cups.make
index 7eb209e25..c9d8e4e35 100644
--- a/rules/cups.make
+++ b/rules/cups.make
@@ -24,6 +24,7 @@ CUPS_URL	:= https://github.com/apple/cups/releases/download/v$(CUPS_VERSION)/$(C
 CUPS_SOURCE	:= $(SRCDIR)/$(CUPS)-source.$(CUPS_SUFFIX)
 CUPS_DIR	:= $(BUILDDIR)/cups-$(CUPS_VERSION)
 CUPS_LICENSE	:= LGPL-2.0 AND GPL-2.0
+CUPS_LICENSE_FILES	:= file://LICENSE.txt;md5=f212b4338db0da8cb892e94bf2949460
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 4/5] libpaper: pin down license MD5sum
  2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 2/5] cups-filters: " Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 3/5] cups: " Roland Hieber
@ 2017-11-23 10:04 ` Roland Hieber
  2017-11-23 10:04 ` [ptxdist] [PATCH 5/5] qpdf: correct license and " Roland Hieber
  2017-11-23 10:27 ` [ptxdist] [PATCH 6/5] poppler-data: " Roland Hieber
  4 siblings, 0 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 rules/libpaper.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libpaper.make b/rules/libpaper.make
index 0d68dc62a..6a8128b8e 100644
--- a/rules/libpaper.make
+++ b/rules/libpaper.make
@@ -27,6 +27,7 @@ LIBPAPER_URL		:= http://snapshot.debian.org/archive/debian-debug/20161113T151229
 LIBPAPER_SOURCE		:= $(SRCDIR)/$(LIBPAPER).$(LIBPAPER_SUFFIX)
 LIBPAPER_DIR		:= $(BUILDDIR)/$(LIBPAPER)
 LIBPAPER_LICENSE	:= GPL-2.0
+LIBPAPER_LICENSE_FILES	:= file://COPYING;md5=0278281246c1e59af1ef0ae1784a4948
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 5/5] qpdf: correct license and pin down license MD5sum
  2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
                   ` (2 preceding siblings ...)
  2017-11-23 10:04 ` [ptxdist] [PATCH 4/5] libpaper: " Roland Hieber
@ 2017-11-23 10:04 ` Roland Hieber
  2017-11-23 10:27 ` [ptxdist] [PATCH 6/5] poppler-data: " Roland Hieber
  4 siblings, 0 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:04 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

A quick glance at QPDF's LICENSE.txt shows that it identifies itself at
the Apache 2.0 license, not the Artistic license.

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
 rules/qpdf.make | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rules/qpdf.make b/rules/qpdf.make
index eecfe4b39..5995f22b2 100644
--- a/rules/qpdf.make
+++ b/rules/qpdf.make
@@ -23,7 +23,8 @@ QPDF_SUFFIX	:= tar.gz
 QPDF_URL	:= $(call ptx/mirror, SF, /qpdf/qpdf/$(QPDF_VERSION)/$(QPDF).$(QPDF_SUFFIX))
 QPDF_SOURCE	:= $(SRCDIR)/$(QPDF).$(QPDF_SUFFIX)
 QPDF_DIR	:= $(BUILDDIR)/$(QPDF)
-QPDF_LICENSE	:= Artistic-2.0
+QPDF_LICENSE	:= Apache-2.0
+QPDF_LICENSE_FILES	:= file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 6/5] poppler-data: pin down license MD5sum
  2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
                   ` (3 preceding siblings ...)
  2017-11-23 10:04 ` [ptxdist] [PATCH 5/5] qpdf: correct license and " Roland Hieber
@ 2017-11-23 10:27 ` Roland Hieber
  4 siblings, 0 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 10:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
... oops, forgot to send this in the series... :)

---
 rules/poppler-data.make | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/poppler-data.make b/rules/poppler-data.make
index 93edb7cea..1272cb65f 100644
--- a/rules/poppler-data.make
+++ b/rules/poppler-data.make
@@ -24,6 +24,10 @@ POPPLER_DATA_URL	:= https://poppler.freedesktop.org/$(POPPLER_DATA).$(POPPLER_DA
 POPPLER_DATA_SOURCE	:= $(SRCDIR)/$(POPPLER_DATA).$(POPPLER_DATA_SUFFIX)
 POPPLER_DATA_DIR	:= $(BUILDDIR)/$(POPPLER_DATA)
 POPPLER_DATA_LICENSE	:= GPL-2.0 AND MIT AND BSD-3-Clause
+POPPLER_DATA_LICENSE_FILES	:= \
+	file://COPYING;md5=4870b98343f0bbb25fa43b9d2ba59448 \
+	file://COPYING.adobe;md5=63c6a8a9df204c00461fa5f163d8a663 \
+	file://COPYING.gpl2;md5=751419260aa954499f7abaabaa882bbe
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH v2 2/6] cups-filters: pin down license MD5sum
  2017-11-23 10:04 ` [ptxdist] [PATCH 2/5] cups-filters: " Roland Hieber
@ 2017-11-23 13:36   ` Roland Hieber
  0 siblings, 0 replies; 7+ messages in thread
From: Roland Hieber @ 2017-11-23 13:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
changes in v1 -> v2:
 * sorry, the md5sum was missing a '7' in the front...

---
 rules/cups-filters.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/cups-filters.make b/rules/cups-filters.make
index ceac6a33d..7b3e848da 100644
--- a/rules/cups-filters.make
+++ b/rules/cups-filters.make
@@ -24,6 +24,7 @@ CUPS_FILTERS_URL	:= http://openprinting.org/download/cups-filters/$(CUPS_FILTERS
 CUPS_FILTERS_SOURCE	:= $(SRCDIR)/$(CUPS_FILTERS).$(CUPS_FILTERS_SUFFIX)
 CUPS_FILTERS_DIR	:= $(BUILDDIR)/$(CUPS_FILTERS)
 CUPS_FILTERS_LICENSE	:= GPL-2.0 AND GPL-2.0+ AND GPL-3.0 AND GPL-3.0+ AND LGPL-2 AND LGPL-2.1+ AND MIT AND BSD-4-clause
+CUPS_FILTERS_LICENSE_FILES	:= file://COPYING;md5=794bc12f02f100806cd5f19304d03f7b
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-11-23 13:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-23 10:04 [ptxdist] [PATCH 1/5] nginx: pin down license MD5sum Roland Hieber
2017-11-23 10:04 ` [ptxdist] [PATCH 2/5] cups-filters: " Roland Hieber
2017-11-23 13:36   ` [ptxdist] [PATCH v2 2/6] " Roland Hieber
2017-11-23 10:04 ` [ptxdist] [PATCH 3/5] cups: " Roland Hieber
2017-11-23 10:04 ` [ptxdist] [PATCH 4/5] libpaper: " Roland Hieber
2017-11-23 10:04 ` [ptxdist] [PATCH 5/5] qpdf: correct license and " Roland Hieber
2017-11-23 10:27 ` [ptxdist] [PATCH 6/5] poppler-data: " Roland Hieber

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