From owner-svn-ports-all@freebsd.org Tue May 30 14:26:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A43BB7E3F0; Tue, 30 May 2017 14:26:21 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485FB3EC6; Tue, 30 May 2017 14:26:21 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UEQKmb037868; Tue, 30 May 2017 14:26:20 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UEQKfo037866; Tue, 30 May 2017 14:26:20 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705301426.v4UEQKfo037866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 30 May 2017 14:26:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442066 - head/devel/libccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 14:26:21 -0000 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