update to pcsc-lite-1.9.6

This commit is contained in:
sthen 2022-05-14 13:51:28 +00:00
parent 9871a39a16
commit a5fba9605a
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
COMMENT= resource manager for PC/SC
V= 1.9.5
V= 1.9.6
DISTNAME= pcsc-lite-${V}
CATEGORIES= security

View File

@ -1,2 +1,2 @@
SHA256 (pcsc-lite-1.9.5.tar.bz2) = nuP5szNTdWIXeJNVmtT3uNXCPr6Cju9TBWwC2xQEnQg=
SIZE (pcsc-lite-1.9.5.tar.bz2) = 775736
SHA256 (pcsc-lite-1.9.6.tar.bz2) = /bP+j2gEkBlSOAGQmyozbQ1O4xXtr+Njww03XjcGU3o=
SIZE (pcsc-lite-1.9.6.tar.bz2) = 783761

View File

@ -3,7 +3,7 @@ Disable colors by default.
Index: src/debuglog.c
--- src/debuglog.c.orig
+++ src/debuglog.c
@@ -187,7 +187,7 @@ static void log_line(const int priority, const char *D
@@ -185,7 +185,7 @@ static void log_line(const int priority, const char *D
break;
}
@ -12,7 +12,7 @@ Index: src/debuglog.c
#define THREAD_FORMAT "%p"
#else
#define THREAD_FORMAT "%lu"
@@ -255,6 +255,9 @@ void DebugLogSetLogType(const int dbgtype)
@@ -253,6 +253,9 @@ void DebugLogSetLogType(const int dbgtype)
LogMsgType = DEBUGLOG_STDOUT_DEBUG;
}
@ -22,7 +22,7 @@ Index: src/debuglog.c
/* log to stdout and stdout is a tty? */
if ((DEBUGLOG_STDOUT_DEBUG == LogMsgType && isatty(fileno(stdout)))
|| (DEBUGLOG_STDOUT_COLOR_DEBUG == LogMsgType))
@@ -279,6 +282,7 @@ void DebugLogSetLogType(const int dbgtype)
@@ -277,6 +280,7 @@ void DebugLogSetLogType(const int dbgtype)
}
}
}

View File

@ -3,7 +3,7 @@ Make regress suite noninteractive.
Index: src/testpcsc.c
--- src/testpcsc.c.orig
+++ src/testpcsc.c
@@ -463,8 +463,6 @@ wait_for_card_again:
@@ -470,8 +470,6 @@ wait_for_card_again:
free(pcReader);
#endif