diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-21 05:58:44 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-21 05:58:44 +0800 |
commit | 484d798e7335f47f88824e6434693d1cb39c27fa (patch) | |
tree | 8dce271b9f8baf7d96cee35318f7af40d12ac21d /x11/kdelibs4/Makefile | |
parent | 5051edc79f14b3917712708c525f5f0f00cadd03 (diff) | |
download | freebsd-ports-graphics-484d798e7335f47f88824e6434693d1cb39c27fa.tar.gz freebsd-ports-graphics-484d798e7335f47f88824e6434693d1cb39c27fa.tar.zst freebsd-ports-graphics-484d798e7335f47f88824e6434693d1cb39c27fa.zip |
Fix an incorrect bounds check in kjs, the JavaScript interpreter engine used
by Konqueror and other parts of KDE, that allowed a heap based buffer over-
flow when decoding specially crafted UTF-8 encoded URI sequencesi.
Possible impact included executing arbitrary code and crashing the web browser.
Security: http://www.kde.org/info/security/advisory-20060119-1.txt
Security: CVE-2006-0019
Diffstat (limited to 'x11/kdelibs4/Makefile')
-rw-r--r-- | x11/kdelibs4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index df549220c2e..93d11121751 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src |