Date: Tue, 30 May 2017 14:26:20 +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: r442066 - head/devel/libccid Message-ID: <201705301426.v4UEQKfo037866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmokhi Date: Tue May 30 14:26:19 2017 New Revision: 442066 URL: https://svnweb.freebsd.org/changeset/ports/442066 Log: devel/libccid: Update to 1.4.27 - Add support of new readers - Add Microchip SEC1210 UART support (when connected on a serial port) - Add Zero Length Packet (ZLP) support for Gemalto IDBridge CT30 enable using ./configure --enable-zlp - Add support of HID Omnikey 5422 as multi slot reader (for macOS) - Fix a bug with multi readers and pcscd uses hotplug_libusb Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914 Modified: head/devel/libccid/Makefile head/devel/libccid/distinfo Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Tue May 30 13:51:10 2017 (r442065) +++ head/devel/libccid/Makefile Tue May 30 14:26:19 2017 (r442066) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.4.25 +PORTVERSION= 1.4.27 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4187/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/112/ MAINTAINER= mmokhi@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver Modified: head/devel/libccid/distinfo ============================================================================== --- head/devel/libccid/distinfo Tue May 30 13:51:10 2017 (r442065) +++ head/devel/libccid/distinfo Tue May 30 14:26:19 2017 (r442066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476094169 -SHA256 (ccid-1.4.25.tar.bz2) = 6b062b4ce0f04d6838d58e6faa255ba05222bd8ecb57a2d1116fdbe22f253609 -SIZE (ccid-1.4.25.tar.bz2) = 627456 +TIMESTAMP = 1495721895 +SHA256 (ccid-1.4.27.tar.bz2) = a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137 +SIZE (ccid-1.4.27.tar.bz2) = 632817
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301426.v4UEQKfo037866>