diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-07-25 03:38:01 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-07-25 03:38:01 +0000 |
commit | b666be8e08f0755c3f72157f4813db3a1cc7b84a (patch) | |
tree | c257c4f829e868b9fb43353e206a7c24b7170587 /misc/splitvt/Makefile | |
parent | 5b78c1c1784092079f52e82d2d2cff00878742d6 (diff) | |
download | pkgsrc-b666be8e08f0755c3f72157f4813db3a1cc7b84a.tar.gz |
Update splitvt to 1.6.6 and add patches for the "forgotten setgid()"
privilege escalation vulnerability (CVE-2008-0162). Also verify the
return values of setuid()/setgid().
Diffstat (limited to 'misc/splitvt/Makefile')
-rw-r--r-- | misc/splitvt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index 47871664723..ea5e809c5ce 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2008/03/04 19:21:12 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/07/25 03:38:01 tonnerre Exp $ -DISTNAME= splitvt-1.6.3 +DISTNAME= splitvt-1.6.6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/console/} @@ -10,7 +10,6 @@ COMMENT= Run two shells in a split window/terminal PKG_DESTDIR_SUPPORT= user-destdir BUILD_TARGET= -CONFIGURE_SCRIPT= ./Configure HAS_CONFIGURE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |