Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8F7AE7A20E for ; Thu, 11 Aug 2016 05:02:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BDF685F1E; Thu, 11 Aug 2016 05:02:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEC5485F1D for ; Thu, 11 Aug 2016 05:02:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id d5hEmYArAqi2 for ; Thu, 11 Aug 2016 05:02:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3094884CEF for ; Thu, 11 Aug 2016 05:02:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04857FBC3; Thu, 11 Aug 2016 05:01:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470891665290810" MIME-Version: 1.0 Date: Thu, 11 Aug 2016 05:01:05 +0000 From: "Richard PALO" Subject: CVS commit: pkgsrc/security/pcsc-lite To: pkgsrc-changes@NetBSD.org Reply-To: richard@netbsd.org X-Mailer: log_accum Message-Id: <20160811050106.04857FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470891665290810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: richard Date: Thu Aug 11 05:01:05 UTC 2016 Modified Files: pkgsrc/security/pcsc-lite: Makefile distinfo Log Message: update to pcsc-lite-1.8.18 extracted from Changelog: 1.8.18: Ludovic Rousseau 10 August 2016 - SCardDisconnect(): much faster with SCARD_UNPOWER_CARD - SCardConnect(): Fix a possible duplicated hCard context - Fix compilation on FreeBSD - Fix compilation on Solaris - Some other minor improvements 1.8.17: Ludovic Rousseau 29 May 2016 - Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection - Fix an issue when used with systemd (problem in signal handler) - SCardGetAttrib(): set pcbAttrLen when buffer is too small - Doxygen: SCardGetAttrib() pbAttr can be NULL - Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size - fix compilation warnings and link errors on SunOS - Some other minor improvements 1.8.16: Ludovic Rousseau 20 March 2016 - SCardCancel() was not correctly handled When a SCardGetStatusChange() was cancelled then a next PC/SC call after the SCardGetStatusChange() may fail with a strange error code if the event waited in SCardGetStatusChange() occurs. - Doxygen: fix different documentation issues - SCARD_SCOPE_GLOBAL is now defined in a public header (even if never used) - Enable Trace and Profile features using compiler flags and without modifying the source code - Some other minor improvements and bug corrections 1.8.15: Ludovic Rousseau 25 December 2015 - Add support of remove and/or customize PC/SC reader names using PCSCLITE_FILTER_IGNORE_READER_NAMES and PCSCLITE_FILTER_EXTEND_READER_NAMES See http://ludovicrousseau.blogspot.fr/2015/12/remove-andor-customize-pcsc-reader-names.html - Some other minor improvements and bug corrections To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/pcsc-lite/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/pcsc-lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470891665290810 Content-Disposition: inline Content-Length: 2567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/pcsc-lite/Makefile diff -u pkgsrc/security/pcsc-lite/Makefile:1.26 pkgsrc/security/pcsc-lite/Makefile:1.27 --- pkgsrc/security/pcsc-lite/Makefile:1.26 Mon Sep 7 19:34:30 2015 +++ pkgsrc/security/pcsc-lite/Makefile Thu Aug 11 05:01:05 2016 @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.26 2015/09/07 19:34:30 gdt Exp $ +# $NetBSD: Makefile,v 1.27 2016/08/11 05:01:05 richard Exp $ -DISTNAME= pcsc-lite-1.8.14 +DISTNAME= pcsc-lite-1.8.18 CATEGORIES= security # Note that the MASTER_SITES URL is not stable with version changes, # and one can end up with an old version if DISTNAME is changed but # not the magic number in MASTER_SITES. -# https://alioth.debian.org/frs/?group_id=30105&release_id=2010#pcsclite-_1.8.14-title-content -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4138/ +# https://alioth.debian.org/frs/?group_id=30105&release_id=2031#pcsclite-_1.8.18-title-content +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4179/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pcsclite.alioth.debian.org/ -# + COMMENT= Middleware to access a smart card using SCard API (PC/SC) LICENSE= modified-bsd Index: pkgsrc/security/pcsc-lite/distinfo diff -u pkgsrc/security/pcsc-lite/distinfo:1.18 pkgsrc/security/pcsc-lite/distinfo:1.19 --- pkgsrc/security/pcsc-lite/distinfo:1.18 Wed Nov 4 01:18:00 2015 +++ pkgsrc/security/pcsc-lite/distinfo Thu Aug 11 05:01:05 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2015/11/04 01:18:00 agc Exp $ +$NetBSD: distinfo,v 1.19 2016/08/11 05:01:05 richard Exp $ -SHA1 (pcsc-lite-1.8.14.tar.bz2) = f498dc65f1763818a7e813a46a15be744639dbb3 -RMD160 (pcsc-lite-1.8.14.tar.bz2) = d5bd4109f0c5c659a927fc4e4d677e5bd4ff199c -SHA512 (pcsc-lite-1.8.14.tar.bz2) = a374ee254403b57a9bb24629e1d2d867b4b2046126f06fcc9df5d2e4b1ab9e8e2daddf371082c829e40d0874d2e84a8d657240857cc928242adfbbb1516c3362 -Size (pcsc-lite-1.8.14.tar.bz2) = 689197 bytes +SHA1 (pcsc-lite-1.8.18.tar.bz2) = 2a2552f7196457f5750efad1b29affd0a9620890 +RMD160 (pcsc-lite-1.8.18.tar.bz2) = e56cf12bffe9114386c6dcfc663a0ba912443dc0 +SHA512 (pcsc-lite-1.8.18.tar.bz2) = 928e8ca24491b0c457a36cf627b356d3218bc101ea3477b905694cfa943289e83273ef9fe468c85e625fcb58138240555b511d91e56ec3f8eb2be8df5f662f87 +Size (pcsc-lite-1.8.18.tar.bz2) = 741987 bytes SHA1 (patch-configure) = 2b0e0065c14d7625469c85e29ce3a47806a1cf55 SHA1 (patch-src_Makefile.in) = 5ada9cc404927ac9f44824bce1c4a815832a2ac1 SHA1 (patch-src_PCSC_reader.h) = 8ea2b7be9b3bae56cdae64b950373c8eeda2813a --_----------=_1470891665290810--