pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pcsc-lite Update to 1.5.4. Changes since 1.5.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed29d0e283c3
branches:  trunk
changeset: 394933:ed29d0e283c3
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Jun 25 06:30:50 2009 +0000

description:
Update to 1.5.4. Changes since 1.5.3:

- SCardGetStatusChange() works again. It was broken in some cases since
  version 1.5.2
- detect buffer overflows if pcscd if used by a rogue client
- force access rights on /var/run/pcscd to be sure it can be used by a
  libpcsclite client without privileges [SECURITY]
- create the PCSCLITE_EVENTS_DIR directory with the sticky bit so only
  root or the owner of the event files can remove them
- if RFAddReader() fails with the libhal scheme then we try with the
  (old) libusb scheme.  This patch should allow proprietary drivers to
  work even if pcsc-lite is compiled with libhal support.
- give a higher priority to a specific driver over the CCID Class
  driver. This should allow proprietary drivers to be used instead of
  libccid when possible
- some other minor improvements and bug corrections

diffstat:

 security/pcsc-lite/Makefile         |   6 +++---
 security/pcsc-lite/distinfo         |  10 +++++-----
 security/pcsc-lite/patches/patch-ac |  10 ++++------
 3 files changed, 12 insertions(+), 14 deletions(-)

diffs (54 lines):

diff -r 85960daf4e6b -r ed29d0e283c3 security/pcsc-lite/Makefile
--- a/security/pcsc-lite/Makefile       Thu Jun 25 05:35:36 2009 +0000
+++ b/security/pcsc-lite/Makefile       Thu Jun 25 06:30:50 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2009/04/30 06:24:10 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/25 06:30:50 hasso Exp $
 #
 
-DISTNAME=      pcsc-lite-1.5.3
+DISTNAME=      pcsc-lite-1.5.4
 CATEGORIES=    security
-MASTER_SITES=  http://alioth.debian.org/frs/download.php/3017/
+MASTER_SITES=  http://alioth.debian.org/frs/download.php/3052/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    shannonjr%NetBSD.org@localhost
diff -r 85960daf4e6b -r ed29d0e283c3 security/pcsc-lite/distinfo
--- a/security/pcsc-lite/distinfo       Thu Jun 25 05:35:36 2009 +0000
+++ b/security/pcsc-lite/distinfo       Thu Jun 25 06:30:50 2009 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.5 2009/04/30 06:24:11 hasso Exp $
+$NetBSD: distinfo,v 1.6 2009/06/25 06:30:51 hasso Exp $
 
-SHA1 (pcsc-lite-1.5.3.tar.bz2) = 00b936acbfd14686eba66c26e00cd86c811ab78a
-RMD160 (pcsc-lite-1.5.3.tar.bz2) = b3ae810be8f15701e0ec815308990e96716bda7d
-Size (pcsc-lite-1.5.3.tar.bz2) = 469752 bytes
+SHA1 (pcsc-lite-1.5.4.tar.bz2) = 00527ccea75abe171245b6b699d617995d61ddbc
+RMD160 (pcsc-lite-1.5.4.tar.bz2) = f41f5f291346b016a137fbcddcfbb8051958a80a
+Size (pcsc-lite-1.5.4.tar.bz2) = 464524 bytes
 SHA1 (patch-aa) = a30db3af5181f7d37d16c25d2679070e2fdf6652
 SHA1 (patch-ab) = 40437e4db3295318942f292dcfc7dc7a59b5c77e
-SHA1 (patch-ac) = dfeb4bb8eef71e161ee5738d4640a00888a43b49
+SHA1 (patch-ac) = 92b6d3a1c2e330f633021cf662136c300e3af9bf
 SHA1 (patch-ad) = 3172e6063cc48b1302d08865cd8e9039b502a807
 SHA1 (patch-ae) = 79978e1a6e1b6cd11ba4411e69bbf6f7d83c90ae
 SHA1 (patch-af) = 931c031eba226336ceb1c12bc2ffd9193cb24e44
diff -r 85960daf4e6b -r ed29d0e283c3 security/pcsc-lite/patches/patch-ac
--- a/security/pcsc-lite/patches/patch-ac       Thu Jun 25 05:35:36 2009 +0000
+++ b/security/pcsc-lite/patches/patch-ac       Thu Jun 25 06:30:50 2009 +0000
@@ -1,10 +1,8 @@
-$NetBSD: patch-ac,v 1.2 2008/08/08 21:25:49 shannonjr Exp $
+$NetBSD: patch-ac,v 1.3 2009/06/25 06:30:51 hasso Exp $
 
---- Makefile.am.orig   2008-05-21 09:58:30 +0300
-+++ Makefile.am        2008-08-07 22:20:34 +0300
-@@ -1,6 +1,6 @@
- AUTOMAKE_OPTIONS = dist-bzip2
- 
+--- Makefile.am.orig   2009-05-27 05:34:51 +0300
++++ Makefile.am        2009-06-25 08:57:16 +0300
+@@ -1,4 +1,4 @@
 -SUBDIRS = m4 src etc doc
 +SUBDIRS = m4 src doc
  



Home | Main Index | Thread Index | Old Index