Package: pcsc-tools
Version: 1.4.24-1
Severity: normal
Tags: patch
--- Please enter the report below this line. ---
Flags for wget command used to download new version of
~/.cache/smartcard_list.txt is incorect.
Instead of --output-file flag that specifies file to save log messages,
--output-document flag should be used. Currently if file is updated,
pcsc_scan no longer recognises any smart card becouse
~/.cache/smartcard_list.txt contains wget log.
--- System information. ---
Architecture: amd64
Kernel: Linux 4.2.0-1-amd64
Debian Release: stretch/sid
500 testing-updates ftp.bg.debian.org
500 testing security.debian.org
500 testing ftp.bg.debian.org
500 stable repository.infonotary.com
500 stable dl.google.com
500 sid linux.dropbox.com
50 unstable ftp.bg.debian.org
--- Package information. ---
Package's Depends field is empty.
Package's Recommends field is empty.
Package's Suggests field is empty.
--
eng. Vasil Badev
Software Developer
InfoNotary Ltd.
Phone: (+359 2) 9210855 559
--- /tmp/pcsc-tools-1.4.24/ATR_analysis
+++ /tmp/pcsc-tools-1.4.24-new/ATR_analysis
@@ -249,7 +249,7 @@
}
else
{
- system("wget $url --output-file=$file");
+ system("wget $url --output-document=$file");
}
# did an update