diff --git a/kdelibs.spec b/kdelibs.spec index 314188f..38ed7f9 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -14,7 +14,7 @@ %define libtool 1 Version: 3.1 -Release: 12 +Release: 13 Summary: K Desktop Environment - Libraries Name: kdelibs Url: http://www.kde.org/ @@ -53,6 +53,7 @@ Patch25: kdelibs-3.1-gnome-menu.patch Patch26: post-3.1.1-kdelibs-kimgio.diff Patch27: kdelibs-3.1-http.patch Patch28: kdelibs-3.1-khtml.patch +Patch29: kdelibs-3.1-kcookiejar.patch Requires: qt >= 1:%{qtversion} Requires: arts >= 8:1.1-5 @@ -154,6 +155,7 @@ popd %patch27 -p1 -b .sec %patch28 -p1 -b .sec +%patch29 -p1 -b .sec # 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 @@ -345,6 +347,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/HTML/en/kdelibs-3.1-apidocs %changelog +* Fri Feb 13 2004 Than Ngo 6:3.1-13 +- CAN-2003-0592 KDE Konqueror cookie path + * Mon Jul 14 2003 Than Ngo 6:3.1-12 - securitiy bug - Konqueror Referer Leaking Website Authentication Credentials