summaryrefslogtreecommitdiff
path: root/security/pcsc-lite/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2010-12-19 03:43:01 +0000
committersbd <sbd@pkgsrc.org>2010-12-19 03:43:01 +0000
commit712d9b28f9af9f6eedf6177b4be9fc32c9fce72f (patch)
tree0d274f1e80edcf70c22206424367aade4aa9cc9a /security/pcsc-lite/Makefile
parenta95ff6a54786639003627be52d1124cad7432b0b (diff)
downloadpkgsrc-712d9b28f9af9f6eedf6177b4be9fc32c9fce72f.tar.gz
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
Diffstat (limited to 'security/pcsc-lite/Makefile')
-rw-r--r--security/pcsc-lite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pcsc-lite/Makefile b/security/pcsc-lite/Makefile
index cd1e65bf3b0..1ff2d1e439a 100644
--- a/security/pcsc-lite/Makefile
+++ b/security/pcsc-lite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2009/10/02 12:36:13 hasso Exp $
+# $NetBSD: Makefile,v 1.8.10.1 2010/12/19 03:43:01 sbd Exp $
#
DISTNAME= pcsc-lite-1.5.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://alioth.debian.org/frs/download.php/3082/
EXTRACT_SUFX= .tar.bz2