pcsc-tools: update to version 1.7.3
authorDaniel Golle <[email protected]>
Sat, 26 Apr 2025 03:18:25 +0000 (04:18 +0100)
committerDaniel Golle <[email protected]>
Sun, 27 Apr 2025 17:29:25 +0000 (18:29 +0100)
https://salsa.debian.org/rousseau/pcsc-tools/-/commits/1.7.3

Signed-off-by: Daniel Golle <[email protected]>
utils/pcsc-tools/Makefile
utils/pcsc-tools/patches/001-disable-atr.patch [deleted file]

index 1d99d02f09eda5a9a86fcee18232c5455b990989..b9d46f94eb263341a367feb1697b6a7dc8a2c283 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pcsc-tools
-PKG_VERSION:=1.7.1
+PKG_VERSION:=1.7.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://pcsc-tools.apdu.fr
-PKG_HASH:=0d024b589e15d79eac8506cd67df7b53cf91e9e6a493c8319f33cd29b5f36426
+PKG_HASH:=c3b6d2b7a40bc066ebb8cd2512fb42e2b787a5c491a5715b8741743f4edb8cc2
 
 PKG_MAINTAINER:=Daniel Golle <[email protected]>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/utils/pcsc-tools/patches/001-disable-atr.patch b/utils/pcsc-tools/patches/001-disable-atr.patch
deleted file mode 100644 (file)
index 54faf43..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Disable the analyze ATR perl-script and as we don't want to pull in perl
-as a dependency.
-
---- a/pcsc_scan.c
-+++ b/pcsc_scan.c
-@@ -283,7 +283,7 @@ static void initialize_options(options_t
- {
-       options->pname = pname;
- #if defined(ATR_PARSER)
--      options->analyse_atr = true;
-+      options->analyse_atr = false;
- #else
-       options->analyse_atr = false;
- #define ATR_PARSER ""
-@@ -302,7 +302,7 @@ static void initialize_options(options_t
- #ifdef WIN32
- #define OPTIONS OPTIONS_BASE
- #else
--#define OPTIONS OPTIONS_BASE "n"
-+#define OPTIONS OPTIONS_BASE
- #endif
- static void print_version(void)