pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ccid Update to version 1.3.10. Upstream changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d5d961624d7
branches:  trunk
changeset: 556060:0d5d961624d7
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Mar 16 14:10:47 2009 +0000

description:
Update to version 1.3.10. Upstream changes:

1.3.10:
    - add support for MSI StarReader SMART, Noname reader (from
      Omnikey), Xiring Xi Sign PKI, Realtek 43 in 1 + Sim + Smart Card
      Reader, Atmel AT98SC032CT, Aktiv Rutoken Magistra, TianYu CCID
      SmartKey, Precise Biometrics 200 MC and 250 MC
    - add a patch to support the bogus OpenPGP card (on board key
      generation sometimes timed out)
    - disable support of the contactless part of SDI010 and SCR331DI
      (this code was reverse engineered and hard to maintain)
    - some minor bugs removed

1.3.9:
    - add support for Aladdin eToken PRO USB 72K Java, Cherry
      SmartTerminal ST-1200USB, Atmel AT91SO, SpringCard Prox'N'Roll,
      CSB6 Basic, EasyFinger Ultimate, CSB6 Ultimate, EasyFinger
      Standard, CrazyWriter, CSB6 Secure, KONA USB SmartCard, HP MFP
      Smart Card Reader, ACS ACR122U PICC, Gemalto PDT, VMware Virtual
      USB CCID
    - MacOSX/configure: do not overwrite PCSC_CFLAGS, PCSC_LIBS,
      LIBUSB_CFLAGS and LIBUSB_LIBS if already defined by the user
    - by default, link statically against libusb on Mac OS X
    - IFDHPowerICC(): use a very long timeout for PowerUp since the card
      can be very slow to send the full ATR (up to 30 seconds at 4 MHz)
    - SecurePINVerify(): correct a bug when using a Case 1 APDU and a
      SCM SPR532 reader
    - log the reader name instead of just the pcscd Lun
    - some minor bugs removed

diffstat:

 security/ccid/Makefile         |   7 +++----
 security/ccid/distinfo         |  10 +++++-----
 security/ccid/patches/patch-aa |  13 +------------
 3 files changed, 9 insertions(+), 21 deletions(-)

diffs (58 lines):

diff -r 43a11d70e52e -r 0d5d961624d7 security/ccid/Makefile
--- a/security/ccid/Makefile    Mon Mar 16 14:08:33 2009 +0000
+++ b/security/ccid/Makefile    Mon Mar 16 14:10:47 2009 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2008/08/10 12:38:39 shannonjr Exp $
+# $NetBSD: Makefile,v 1.5 2009/03/16 14:10:47 hasso Exp $
 #
 
-DISTNAME=      ccid-1.3.8
-PKGREVISION=   1
+DISTNAME=      ccid-1.3.10
 CATEGORIES=    security
-MASTER_SITES=  http://alioth.debian.org/frs/download.php/2482/
+MASTER_SITES=  http://alioth.debian.org/frs/download.php/2924/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    shannonjr%NetBSD.org@localhost
diff -r 43a11d70e52e -r 0d5d961624d7 security/ccid/distinfo
--- a/security/ccid/distinfo    Mon Mar 16 14:08:33 2009 +0000
+++ b/security/ccid/distinfo    Mon Mar 16 14:10:47 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2008/08/08 21:27:24 shannonjr Exp $
+$NetBSD: distinfo,v 1.4 2009/03/16 14:10:47 hasso Exp $
 
-SHA1 (ccid-1.3.8.tar.bz2) = ee8a1e328d2ff286a953877f6da8c063b8438f04
-RMD160 (ccid-1.3.8.tar.bz2) = d616cf788e0d71358998ecd5c08e3f363a83d97b
-Size (ccid-1.3.8.tar.bz2) = 436222 bytes
-SHA1 (patch-aa) = 288ff7c1547de172995dd68c818528eb117aaa75
+SHA1 (ccid-1.3.10.tar.bz2) = 8674c5043623d2757b80e7e61c695cf8c6d62d30
+RMD160 (ccid-1.3.10.tar.bz2) = d70e06b2330d648955d2d25f9b513344a299f076
+Size (ccid-1.3.10.tar.bz2) = 395627 bytes
+SHA1 (patch-aa) = a9103835d13c8a860efb8a1b92aeacc8bd72fd23
 SHA1 (patch-ab) = 13db7c54d6c45aa1cb61489a7f2b38f4155793cd
 SHA1 (patch-ad) = 1eaae5649357cafbb7b612d45d4522bce7148f55
diff -r 43a11d70e52e -r 0d5d961624d7 security/ccid/patches/patch-aa
--- a/security/ccid/patches/patch-aa    Mon Mar 16 14:08:33 2009 +0000
+++ b/security/ccid/patches/patch-aa    Mon Mar 16 14:10:47 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2008/08/08 21:27:25 shannonjr Exp $
+$NetBSD: patch-aa,v 1.4 2009/03/16 14:10:47 hasso Exp $
 
 --- configure.in.orig  2008-06-27 03:47:16.000000000 -0600
 +++ configure.in
@@ -13,14 +13,3 @@
  *-*-openbsd*)
        BUNDLE_HOST="OpenBSD"
        DYN_LIB_EXT="so.0.0"
-@@ -106,6 +110,10 @@ case "$host" in
-       BUNDLE_HOST="DragonFly"
-       DYN_LIB_EXT="so"
-       ;;
-+*-*-dragonfly*)
-+      BUNDLE_HOST="DragonFly"
-+      DYN_LIB_EXT="so"
-+      ;;
- *)
-       BUNDLE_HOST="Linux"
-       DYN_LIB_EXT="so"



Home | Main Index | Thread Index | Old Index