Path to this page:
./
security/pcsc-lite,
Middleware to access a smart card using SCard API (PC/SC)
Branch: pkgsrc-2010Q3,
Version: 1.5.5nb2,
Package name: pcsc-lite-1.5.5nb2,
Maintainer: shannonjrThe purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a
very small form factor for communicating to smartcards and readers.
The PC/SC Lite library is used to connect to the PC/SC daemon from a
client application and provide access to the desired reader.
DEINSTALL [+/-]#!/bin/sh
# $NetBSD: DEINSTALL,v 1.1 2009/10/02 12:36:13 hasso Exp $
case ${STAGE} in
POST-DEINSTALL)
${RM} -f @PKG_SYSCONFDIR@/reader.conf
;;
esac
Required to run:[
devel/libusb]
Required to build:[
devel/pkg-config] [
devel/libtool-base]
Master sites:
SHA1: 6791a8bd07f69972f708d4bdd03d6b1056c7af3e
RMD160: 99f56839483d7364426e0d70ec6825f551b4c49e
Filesize: 455.026 KB
Version history: (Expand)
- (2010-12-23) Updated to version: pcsc-lite-1.5.5nb2
- (2010-10-17) Package added to pkgsrc.se, version pcsc-lite-1.5.5nb1 (created)
CVS history: (Expand)
2010-12-19 04:43:01 by Steven Drake | Files touched by this commit (3) |
Log message:
Pullup ticket #3307 - requested by shannonjr
security/pcsc-lite vulnerability
Revisions pulled up:
- pkgsrc/security/pcsc-lite/Makefile 1.9
- pkgsrc/security/pcsc-lite/distinfo 1.9
Files added:
- pkgsrc/security/pcsc-lite/patches/patch-ac 1.5
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: shannonjr
Date: Fri Dec 17 17:00:35 UTC 2010
Modified Files:
pkgsrc/security/pcsc-lite: Makefile distinfo
Added Files:
pkgsrc/security/pcsc-lite/patches: patch-ac
Log message:
Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds the
value of a pointer, prior to a memcpy(), to prevent a buffer overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/pcsc-lite/Makefile \
pkgsrc/security/pcsc-lite/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/security/pcsc-lite/patches/patch-ac
|