From ae8a28cf95876928aa6eba7e92a025fe4c574cef Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 26 Apr 2025 04:18:25 +0100 Subject: [PATCH] pcsc-tools: update to version 1.7.3 https://salsa.debian.org/rousseau/pcsc-tools/-/commits/1.7.3 Signed-off-by: Daniel Golle --- utils/pcsc-tools/Makefile | 4 ++-- .../pcsc-tools/patches/001-disable-atr.patch | 23 ------------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 utils/pcsc-tools/patches/001-disable-atr.patch diff --git a/utils/pcsc-tools/Makefile b/utils/pcsc-tools/Makefile index 1d99d02f0..b9d46f94e 100644 --- a/utils/pcsc-tools/Makefile +++ b/utils/pcsc-tools/Makefile @@ -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 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 index 54faf43f0..000000000 --- a/utils/pcsc-tools/patches/001-disable-atr.patch +++ /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)