pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/pcsc-lite



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Feb 16 19:03:46 UTC 2021

Modified Files:
        pkgsrc/security/pcsc-lite: Makefile PLIST distinfo

Log Message:
security/pcsc-list: Update to 1.9.1

1.9.1: Ludovic Rousseau
16 February 2021
- Do not (possibly) lock a reader if allocating hCard fails
- Fix a hang in SCardTransmit()
- Do not report an error if the wrong interface is used by the driver
- Update reader state when a card is removed during an exchange
- readerfactory: Make sure a freed Reader Context is not accessed
- PHSetProtocol(): supports T=0&1 cards on T=0 reader
- hotplug-libusb:
  . support CCIDCLASSDRIVER
  . add interface name to reader name
  . remove obsolete libhal scheme
- Some other minor improvements


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/security/pcsc-lite/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/pcsc-lite/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/pcsc-lite/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pcsc-lite/Makefile
diff -u pkgsrc/security/pcsc-lite/Makefile:1.33 pkgsrc/security/pcsc-lite/Makefile:1.34
--- pkgsrc/security/pcsc-lite/Makefile:1.33     Wed Aug 19 15:09:40 2020
+++ pkgsrc/security/pcsc-lite/Makefile  Tue Feb 16 19:03:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2020/08/19 15:09:40 gdt Exp $
+# $NetBSD: Makefile,v 1.34 2021/02/16 19:03:45 gdt Exp $
 
-DISTNAME=      pcsc-lite-1.9.0
+DISTNAME=      pcsc-lite-1.9.1
 CATEGORIES=    security
 MASTER_SITES=  https://pcsclite.apdu.fr/files/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/pcsc-lite/PLIST
diff -u pkgsrc/security/pcsc-lite/PLIST:1.8 pkgsrc/security/pcsc-lite/PLIST:1.9
--- pkgsrc/security/pcsc-lite/PLIST:1.8 Sat Jun 20 19:03:37 2020
+++ pkgsrc/security/pcsc-lite/PLIST     Tue Feb 16 19:03:46 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/06/20 19:03:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/02/16 19:03:46 gdt Exp $
 include/PCSC/debuglog.h
 include/PCSC/ifdhandler.h
 include/PCSC/pcsclite.h
@@ -10,5 +10,4 @@ lib/pkgconfig/libpcsclite.pc
 man/man5/reader.conf.5
 man/man8/pcscd.8
 sbin/pcscd
-share/doc/pcsc-lite/README.DAEMON
 share/doc/pcsc-lite/README.polkit

Index: pkgsrc/security/pcsc-lite/distinfo
diff -u pkgsrc/security/pcsc-lite/distinfo:1.22 pkgsrc/security/pcsc-lite/distinfo:1.23
--- pkgsrc/security/pcsc-lite/distinfo:1.22     Sat Jun 20 19:03:37 2020
+++ pkgsrc/security/pcsc-lite/distinfo  Tue Feb 16 19:03:46 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2020/06/20 19:03:37 adam Exp $
+$NetBSD: distinfo,v 1.23 2021/02/16 19:03:46 gdt Exp $
 
-SHA1 (pcsc-lite-1.9.0.tar.bz2) = 15d0ef0282deceae5c0061e11bdc9d18691483c4
-RMD160 (pcsc-lite-1.9.0.tar.bz2) = 62ada092b76a8c512ad67a138b1446c53f746f5d
-SHA512 (pcsc-lite-1.9.0.tar.bz2) = 35c85b15ab54c14403a080d6671b3d986910372651d46a5477111172d42c6d2cf58f4a3ce95427e7a84f6b4d3bee30ea57bf69b855f753160a3c6e72f93e34f3
-Size (pcsc-lite-1.9.0.tar.bz2) = 755963 bytes
+SHA1 (pcsc-lite-1.9.1.tar.bz2) = 7f3a12ecba3e1977ac1191b46f8ba8f433b85e49
+RMD160 (pcsc-lite-1.9.1.tar.bz2) = 154dac588182ed2cc0460439d5010191e46cb08c
+SHA512 (pcsc-lite-1.9.1.tar.bz2) = 4f59ea6acb5b258092018f10609987e12b8e601049e6ffed4b4b82abd3c4b35c38a60e1cda28fdc884202e694d1bc3a3b5d930c5b1e9c1b9c309bd17ef463e63
+Size (pcsc-lite-1.9.1.tar.bz2) = 763525 bytes
 SHA1 (patch-configure) = d421ffddf787a01c8655c34dda0e4708978c1c6c
 SHA1 (patch-src_Makefile.in) = 077837434e4cf503b9556e45102603c408ccb0cb
 SHA1 (patch-src_PCSC_reader.h) = 8ea2b7be9b3bae56cdae64b950373c8eeda2813a



Home | Main Index | Thread Index | Old Index