Subject: CVS commit: pkgsrc/x11/kdelibs3
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2007 10:36:16
Module Name:	pkgsrc
Committed By:	markd
Date:		Sat Oct 20 10:36:16 UTC 2007

Modified Files:
	pkgsrc/x11/kdelibs3: Makefile PLIST distinfo
	pkgsrc/x11/kdelibs3/patches: patch-ac patch-ae
Added Files:
	pkgsrc/x11/kdelibs3/patches: patch-af patch-ak patch-al

Log Message:
Update to KDE 3.5.8

core libs
* Small performance improvements.
* Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an
  existing file in the current directory.
* Be more robust against addressbar spoofing.
* A hostname may resolve to multiple addresses. When connection to one
  timeouts, we should not immediately give up. Instead, we try the other
  addresses.
http ioslave
* Fix crash on broken servers.
* Fix Connection failed Url Frame Redirection.
* Fix session cookies not always accepted.
* Fix persistent cookies are treated like session cookies.
* Fix a cross-site cookie injection vulnerability.
* Fix for correctly propagating HTTP response headers > 8K.
* Fix http responses containing just a header cause Konqueror to wait
  indefinitely for a response.
* Fix problem with cookies in konqueror when server specified as IP adress.
* Fix per-site cookie policy does not apply to cookies set for subdomains.
KHTML
* Fix handling of font-variant:inherit.
* Fix GMail/Firefox yet again.
* Fix confused cursor shapes if mail and new-window links appear on the
  same page.
* Fix cannot type text into boxes on riteaid.com.
* Optimize descendant selector matching.
* Fix invalid placing of image.
* Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest
  Object" specification.
kjs
* Do not convert accented latin1 characters into undrawable char in
  websites using advanced JavaScript.


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 pkgsrc/x11/kdelibs3/Makefile
cvs rdiff -r1.39 -r1.40 pkgsrc/x11/kdelibs3/PLIST
cvs rdiff -r1.88 -r1.89 pkgsrc/x11/kdelibs3/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/kdelibs3/patches/patch-ac
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/kdelibs3/patches/patch-ae
cvs rdiff -r0 -r1.10 pkgsrc/x11/kdelibs3/patches/patch-af
cvs rdiff -r0 -r1.7 pkgsrc/x11/kdelibs3/patches/patch-ak
cvs rdiff -r0 -r1.4 pkgsrc/x11/kdelibs3/patches/patch-al

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.