diff options
author | mmokhi <mmokhi@FreeBSD.org> | 2017-05-30 21:50:44 +0800 |
---|---|---|
committer | mmokhi <mmokhi@FreeBSD.org> | 2017-05-30 21:50:44 +0800 |
commit | 30c9880099e202a5310eabc93b44e2a63ce1ed95 (patch) | |
tree | 15080eee2279a418e353dd07b8a68177ac080c07 /devel | |
parent | b88b812795ae4b8c84374c0da011303800f9efc3 (diff) | |
download | freebsd-ports-gnome-30c9880099e202a5310eabc93b44e2a63ce1ed95.tar.gz freebsd-ports-gnome-30c9880099e202a5310eabc93b44e2a63ce1ed95.tar.zst freebsd-ports-gnome-30c9880099e202a5310eabc93b44e2a63ce1ed95.zip |
devel/pcsc-lite: Update port to 1.8.21
SCardCancel():
. fix a race condition bug
. fix a possible use after free
. improve Doxygen documentation
SCardGetStatusChange():
. fix a race condition when a reader is removed
SCardDisconnect():
. fix status update for SCARD_UNPOWER_CARD
pcsc_stringify_error():
. use Thread-local storage
pcsc_stringify_error():
. now returns a const char *
SCardControl():
. may return SCARD_E_INSUFFICIENT_BUFFER when pbRecvBuffer isnt enough for response.
pcsc-spy:
. add support of Python 3
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10914
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcsc-lite/Makefile | 3 | ||||
-rw-r--r-- | devel/pcsc-lite/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 90247ddba0e1..c068fa7c56ea 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pcsc-lite -PORTVERSION= 1.8.20 -PORTREVISION= 2 +PORTVERSION= 1.8.21 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/ diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index b5379c6adf3f..89d02cc4e80d 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483729174 -SHA256 (pcsc-lite-1.8.20.tar.bz2) = ec7d0114016c788c1c09859c84860f6cec6c4595436d23245105154b9c046bb2 -SIZE (pcsc-lite-1.8.20.tar.bz2) = 745049 +TIMESTAMP = 1495721941 +SHA256 (pcsc-lite-1.8.21.tar.bz2) = fe3365eb7d4ce0fe891e2b6d6248351c287435ca502103f1f1431b1710e513ad +SIZE (pcsc-lite-1.8.21.tar.bz2) = 750879 |