diff options
author | markd <markd@pkgsrc.org> | 2007-09-02 04:33:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-09-02 04:33:59 +0000 |
commit | 95b42e1656f742722c1547cefa0031116e3eddac (patch) | |
tree | cc6babf20f84f0d26441e36642e88cfd0eddb767 /x11/kdelibs3 | |
parent | 49de3d79c32280edd2b4acbcf003d0bb45dc06e7 (diff) | |
download | pkgsrc-95b42e1656f742722c1547cefa0031116e3eddac.tar.gz |
The Konqueror address bar is vulnerable to spoofing attacks
that are based on embedding white spaces in the url. In addition
the address bar could be tricked to show an URL which it is
intending to visit for a short amount of time instead of the
current URL.
http://www.kde.org/info/security/advisory-20070816-1.txt
Bump PKGREVISION for kdelibs3 and kdebase3
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 9 | ||||
-rw-r--r-- | x11/kdelibs3/distinfo | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 590e6078582..6b3e0e2ee9a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.125 2007/05/23 12:57:37 markd Exp $ +# $NetBSD: Makefile,v 1.126 2007/09/02 04:33:59 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.6-kdelibs.diff CVE-2007-1564-kdelibs-3.5.6.diff +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.diff .include "../../meta-pkgs/kde3/Makefile.kde3" diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index 5f1e957e01a..2fe0d7d2c8f 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.86 2007/05/23 12:57:45 markd Exp $ +$NetBSD: distinfo,v 1.87 2007/09/02 04:33:59 markd Exp $ SHA1 (kdelibs-3.5.7.tar.bz2) = 45f278311f20d2eb317f2175259f861c0bcf17a9 RMD160 (kdelibs-3.5.7.tar.bz2) = 006c57ef85956ed3903749cace254bdfdf2f347e Size (kdelibs-3.5.7.tar.bz2) = 15576038 bytes +SHA1 (post-3.5.7-kdelibs-kdecore.diff) = 2952806f4ad8a31b82cd2795cad95b73822a663b +RMD160 (post-3.5.7-kdelibs-kdecore.diff) = d182fcf910ec66a1df85f10ba7b0fd7e9d46357d +Size (post-3.5.7-kdelibs-kdecore.diff) = 2849 bytes SHA1 (patch-aa) = be278f29b743c573b71c7804eff26324e78ed779 SHA1 (patch-ab) = 3a79b3e7fadef1a93a5490b716dace60f3de30a1 SHA1 (patch-ac) = f4a8fc2bfcf8a414e690eafd51607250b9f51890 |