diff --git a/kdelibs.spec b/kdelibs.spec index a23e4c2..719bc25 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -20,7 +20,7 @@ %define menu_path /var/lib/menu Version: 3.1.4 -Release: 5 +Release: 7 Summary: K Desktop Environment - Libraries Name: kdelibs Url: http://www.kde.org/ @@ -65,6 +65,9 @@ Patch32: kdelibs-3.1.4-flags.patch # security fix Patch100: post-3.1.5-kdelibs-kapplication.patch Patch101: post-3.1.5-kdelibs-ktelnetservice.patch +Patch102: post-3.1.5-kdelibs-kstandarddirs.patch +Patch103: post-3.1.5-kdelibs-htmlframes.patch +Patch104: post-3.1.5-kdelibs-kcookiejar.patch Requires: qt >= 1:%{qtversion} Requires: arts >= 8:1.1.4 @@ -91,7 +94,7 @@ Prereq: dev BuildPrereq: fam-devel %endif -BuildPrereq: qt-devel >= %{qtversion} +BuildPrereq: qt-devel >= 1:%{qtversion} BuildPrereq: flex >= 2.5.4a-13 BuildPrereq: doxygen BuildPrereq: libxslt-devel >= 1.0.9 @@ -174,6 +177,9 @@ format for easy browsing. # security fix %patch100 -p1 -b .kmailhandler %patch101 -p0 -b .telnet +%patch102 -p0 -b .sec +%patch103 -p0 -b .htmlframes +%patch104 -p0 -b .kcookiejar # add redhat into KDE_VERSION_STRING perl -pi -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} Red Hat\"," kdecore/kdeversion.h @@ -415,6 +421,13 @@ fi %doc %{_docdir}/HTML/en/kdelibs-apidocs %changelog +* Wed Sep 01 2004 Than Ngo 6:3.1.4-7 +- Konqueror Frame Injection Vulnerability CAN-2004-0721 +- Konqueror Cross-Domain Cookie Injection CAN-2004-0746 + +* Wed Jul 28 2004 Than Ngo 6:3.1.4-6 +- temporary directory vulnerability, CAN-2004-0689 + * Sun May 16 2004 Than Ngo 6:3.1.4-5 - KDE Telnet URI Handler File Vulnerability, vulnerability in the mailto handler, CAN-2004-0411