Date: Tue, 30 May 2017 13:50:44 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442064 - head/devel/pcsc-lite Message-ID: <201705301350.v4UDoivt021500@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Tue May 30 13:50:44 2017 New Revision: 442064 URL: https://svnweb.freebsd.org/changeset/ports/442064 Log: 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 Modified: head/devel/pcsc-lite/Makefile head/devel/pcsc-lite/distinfo Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Tue May 30 13:47:41 2017 (r442063) +++ head/devel/pcsc-lite/Makefile Tue May 30 13:50:44 2017 (r442064) @@ -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/ Modified: head/devel/pcsc-lite/distinfo ============================================================================== --- head/devel/pcsc-lite/distinfo Tue May 30 13:47:41 2017 (r442063) +++ head/devel/pcsc-lite/distinfo Tue May 30 13:50:44 2017 (r442064) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301350.v4UDoivt021500>