All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23
@ 2018-04-22 11:55 Bernd Kuhls
  2018-04-22 11:55 ` [Buildroot] [PATCH 2/2] package/ccid: bump version to 1.4.29 Bernd Kuhls
  2018-04-22 12:43 ` [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2018-04-22 11:55 UTC (permalink / raw)
  To: buildroot

Upstream moved to https://muscle.apdu.fr/ according to
http://pcsclite.alioth.debian.org/, updated _SITE and Config.in.

Added license hash.

Added optional systemd support available since upstream commit
https://github.com/LudovicRousseau/PCSC/commit/30e10951f81b9480e788965f89d0d4d0aee909c0#diff-67e997bcfdac55191033d57a16d1408a

We need to add systemd support in this patch because omitting it will
cause an error during configure:

checking for LIBSYSTEMD... no
configure: error: install libsystemd-dev or use --disable-libsystemd

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pcsc-lite/Config.in      |  2 +-
 package/pcsc-lite/pcsc-lite.hash |  3 ++-
 package/pcsc-lite/pcsc-lite.mk   | 11 +++++++++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/package/pcsc-lite/Config.in b/package/pcsc-lite/Config.in
index 658ebe3068..3250a463b4 100644
--- a/package/pcsc-lite/Config.in
+++ b/package/pcsc-lite/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_PCSC_LITE
 	help
 	  Middleware to access smart card using SCard API (PC/SC).
 
-	  http://pcsclite.alioth.debian.org/
+	  https://muscle.apdu.fr/
 
 if BR2_PACKAGE_PCSC_LITE
 
diff --git a/package/pcsc-lite/pcsc-lite.hash b/package/pcsc-lite/pcsc-lite.hash
index efd974930d..fe5ce94696 100644
--- a/package/pcsc-lite/pcsc-lite.hash
+++ b/package/pcsc-lite/pcsc-lite.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 ec7d0114016c788c1c09859c84860f6cec6c4595436d23245105154b9c046bb2 pcsc-lite-1.8.22.tar.bz2
+sha256 5a27262586eff39cfd5c19aadc8891dd71c0818d3d629539bd631b958be689c9  pcsc-lite-1.8.23.tar.bz2
+sha256 2ce8f52bc5afa74f223121955e4e6328c432b16044ea535acd550435dda2b5db  COPYING
diff --git a/package/pcsc-lite/pcsc-lite.mk b/package/pcsc-lite/pcsc-lite.mk
index 15c37f9ef0..0d55d4b706 100644
--- a/package/pcsc-lite/pcsc-lite.mk
+++ b/package/pcsc-lite/pcsc-lite.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PCSC_LITE_VERSION = 1.8.22
+PCSC_LITE_VERSION = 1.8.23
 PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2
-PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/file/4203
+PCSC_LITE_SITE = https://pcsclite.apdu.fr/files
 PCSC_LITE_INSTALL_STAGING = YES
 PCSC_LITE_DEPENDENCIES = host-pkgconf
 PCSC_LITE_LICENSE = BSD-3-Clause
@@ -29,6 +29,13 @@ PCSC_LITE_CONF_OPTS += --disable-libusb --disable-libudev
 endif
 endif
 
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
+PCSC_LITE_CONF_OPTS += --enable-libsystemd
+PCSC_LITE_DEPENDENCIES += systemd
+else
+PCSC_LITE_CONF_OPTS += --disable-libsystemd
+endif
+
 ifeq ($(PACKAGE_PCSC_LITE_DEBUGATR),y)
 PCSC_LITE_CONF_OPTS += --enable-debugatr
 endif
-- 
2.14.2

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

* [Buildroot] [PATCH 2/2] package/ccid: bump version to 1.4.29
  2018-04-22 11:55 [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Bernd Kuhls
@ 2018-04-22 11:55 ` Bernd Kuhls
  2018-04-22 12:43 ` [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2018-04-22 11:55 UTC (permalink / raw)
  To: buildroot

Upstream moved to https://ccid.apdu.fr/ according to
http://pcsclite.alioth.debian.org/ccid.html, updated _SITE and
Config.in.

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/ccid/Config.in | 2 +-
 package/ccid/ccid.hash | 6 +++---
 package/ccid/ccid.mk   | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/package/ccid/Config.in b/package/ccid/Config.in
index dfb57e82c1..599bcc042a 100644
--- a/package/ccid/Config.in
+++ b/package/ccid/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_CCID
 	help
 	  PC/SC driver for USB CCID smart card readers
 
-	  http://pcsclite.alioth.debian.org/ccid.html
+	  https://ccid.apdu.fr/
 
 comment "ccid needs a toolchain w/ threads, dynamic library"
 	depends on BR2_USE_MMU
diff --git a/package/ccid/ccid.hash b/package/ccid/ccid.hash
index a7d4875c0d..eb2219393b 100644
--- a/package/ccid/ccid.hash
+++ b/package/ccid/ccid.hash
@@ -1,3 +1,3 @@
-# From http://cdn-fastly.deb.debian.org/debian/pool/main/c/ccid/ccid_1.4.27-1.dsc
-sha1 d72ee816422183a86006e0083ccd643236b4e12a  ccid_1.4.27.tar.bz2
-sha256 a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137  ccid_1.4.27.tar.bz2
+# Locally computed
+sha256 a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d  ccid-1.4.29.tar.bz2
+sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861  COPYING
diff --git a/package/ccid/ccid.mk b/package/ccid/ccid.mk
index e566afe07e..c9b95a6234 100644
--- a/package/ccid/ccid.mk
+++ b/package/ccid/ccid.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-CCID_VERSION = 1.4.27
-CCID_SOURCE = ccid_$(CCID_VERSION).tar.bz2
-CCID_SITE = https://alioth.debian.org/frs/download.php/file/4218
+CCID_VERSION = 1.4.29
+CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2
+CCID_SITE = https://ccid.apdu.fr/files
 CCID_LICENSE = LGPL-2.1+
 CCID_LICENSE_FILES = COPYING
 CCID_INSTALL_STAGING = YES
-- 
2.14.2

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

* [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23
  2018-04-22 11:55 [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Bernd Kuhls
  2018-04-22 11:55 ` [Buildroot] [PATCH 2/2] package/ccid: bump version to 1.4.29 Bernd Kuhls
@ 2018-04-22 12:43 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-22 12:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 22 Apr 2018 13:55:17 +0200, Bernd Kuhls wrote:
> Upstream moved to https://muscle.apdu.fr/ according to
> http://pcsclite.alioth.debian.org/, updated _SITE and Config.in.
> 
> Added license hash.
> 
> Added optional systemd support available since upstream commit
> https://github.com/LudovicRousseau/PCSC/commit/30e10951f81b9480e788965f89d0d4d0aee909c0#diff-67e997bcfdac55191033d57a16d1408a
> 
> We need to add systemd support in this patch because omitting it will
> cause an error during configure:
> 
> checking for LIBSYSTEMD... no
> configure: error: install libsystemd-dev or use --disable-libsystemd
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/pcsc-lite/Config.in      |  2 +-
>  package/pcsc-lite/pcsc-lite.hash |  3 ++-
>  package/pcsc-lite/pcsc-lite.mk   | 11 +++++++++--
>  3 files changed, 12 insertions(+), 4 deletions(-)

Both applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-04-22 12:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 11:55 [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Bernd Kuhls
2018-04-22 11:55 ` [Buildroot] [PATCH 2/2] package/ccid: bump version to 1.4.29 Bernd Kuhls
2018-04-22 12:43 ` [Buildroot] [PATCH 1/2] package/pcsc-lite: bump version to 1.8.23 Thomas Petazzoni

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.