Thu Apr 6 13:52:14 2017 UTC ()
Updated security/p5-pcsc to 1.4.14
----------------------------------
2015-11-19  author  <author@debian>
        * README: Release 1.4.14

        * PCSC.xs: Update copyright date

        * PCSC.xs: _StringifyError(): cast Error in a (DWORD)

        On Mac OS X El Capitan (at least) the value is extended to 64 bits and
        is then wrong.

        We get 0xFFFFFFFF80100068 instead of 0x80100068 and all the error codes
        are all converted to the default error: "Unknown (reader specific ?) error..."


(mef)
diff -r1.18 -r1.19 pkgsrc/security/p5-pcsc/Makefile
diff -r1.6 -r1.7 pkgsrc/security/p5-pcsc/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/security/p5-pcsc/Makefile (expand / switch to unified diff)

--- pkgsrc/security/p5-pcsc/Makefile 2016/07/09 06:38:56 1.18
+++ pkgsrc/security/p5-pcsc/Makefile 2017/04/06 13:52:14 1.19
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2016/07/09 06:38:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2017/04/06 13:52:14 mef Exp $
2 2
3DISTNAME= pcsc-perl-1.4.13 3DISTNAME= pcsc-perl-1.4.14
4PKGNAME= p5-${DISTNAME:S/-perl//} 4PKGNAME= p5-${DISTNAME:S/-perl//}
5PKGREVISION= 4 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ 6MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/ 10HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
12COMMENT= Allows communication with a smart card from a Perl script 11COMMENT= Allows communication with a smart card from a Perl script
13 12
14PERL5_MODULE_TYPE= MakeMaker 13PERL5_MODULE_TYPE= MakeMaker
15LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
16 15
17SUBST_CLASSES+= perl 16SUBST_CLASSES+= perl
18SUBST_STAGE.perl= post-patch 17SUBST_STAGE.perl= post-patch

cvs diff -r1.6 -r1.7 pkgsrc/security/p5-pcsc/distinfo (expand / switch to unified diff)

--- pkgsrc/security/p5-pcsc/distinfo 2015/11/04 01:17:59 1.6
+++ pkgsrc/security/p5-pcsc/distinfo 2017/04/06 13:52:14 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/04 01:17:59 agc Exp $ 1$NetBSD: distinfo,v 1.7 2017/04/06 13:52:14 mef Exp $
2 2
3SHA1 (pcsc-perl-1.4.13.tar.bz2) = 2370451b374b3786c7b729e95d0fa16f1220eda0 3SHA1 (pcsc-perl-1.4.14.tar.bz2) = dd1fd3a7272c8221e16c3e83160e23fba1c4e494
4RMD160 (pcsc-perl-1.4.13.tar.bz2) = 5d2d40f4d4b543d0ab15f5cb302f7835e4fbdb88 4RMD160 (pcsc-perl-1.4.14.tar.bz2) = 2de4973023785845f4362d5eaed8b69b0712452d
5SHA512 (pcsc-perl-1.4.13.tar.bz2) = d0144cd355bec7b70987b1a71cefbc1d0ee749d1663d495dc0641ec70ba46b76ef3608073d2bb1b623ba87565b660d4e61706c814d6cafd4a9efa991ed743e81 5SHA512 (pcsc-perl-1.4.14.tar.bz2) = 202aca1c122c8b91340411a4930f6d0d6f3d439d1783b7ad5e2a727bb015704045d66b5b5ba51f567672a6256606ad26e8390b9f243e329d6ccd05146edc229c
6Size (pcsc-perl-1.4.13.tar.bz2) = 36273 bytes 6Size (pcsc-perl-1.4.14.tar.bz2) = 36563 bytes