diff options
author | markd <markd@pkgsrc.org> | 2008-04-27 04:14:32 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-04-27 04:14:32 +0000 |
commit | 391e5b1ebadefab7aa9456bc60977de333a8482e (patch) | |
tree | 4caaee6f79b58ec530da25f4a6b4325984f02e8c /x11/kdelibs3/Makefile | |
parent | b5380b9c2e2f425a0337b400cd9b7613ca69534f (diff) | |
download | pkgsrc-391e5b1ebadefab7aa9456bc60977de333a8482e.tar.gz |
start_kdeinit multiple vulnerabilities - linux only
http://www.kde.org/info/security/advisory-20080426-2.txt
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 51e99d4a46e..340a1382661 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.136 2008/04/12 22:43:14 jlam Exp $ +# $NetBSD: Makefile,v 1.137 2008/04/27 04:14:32 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop -#PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \ -# http://mirrors.isc.org/pub/kde/security_patches/ -#PATCHFILES= post-3.5.7-kdelibs-kdecore-2.diff +PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \ + http://mirrors.isc.org/pub/kde/security_patches/ +PATCHFILES= post-kde-3.5.5-kinit.diff .include "../../meta-pkgs/kde3/Makefile.kde3" |