diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-03 15:37:14 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-03 15:37:14 +0000 |
commit | a100f5d455f6eea6ce32708beef653a44b4d7824 (patch) | |
tree | bfa138716839927c14f0e8332a5bfa57d9e3fb73 /net/kdenetwork2/patches/patch-ad | |
parent | 0ff798a7c8ba91a3e239f120f9506f5112ef7ce4 (diff) | |
download | pkgsrc-a100f5d455f6eea6ce32708beef653a44b4d7824.tar.gz |
Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.
From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:
o security-related
- SSL certificate loading
- symlink vulnerability in .wmrc access by KDM introduced in 2.2
- security problem with eFax (used by klprfax)
- potential problem in PAM invocation by KDM
- potential harmful side-effect of failed KDM session starts
o new features
- added support for CodeWeavers' CrossOver plug-in (provides support
for QuickTime, etc.)
- added support for the wheelmouse for scrolling through the
KGhostview PS/PDF viewer component
- ability to search for multiple patterns at a time in the file
search dialog
- debugging multi-threaded applications with KDevelop
o improvements/fixes
- handling of HTTP links that redirect to FTP
- POST using SSL through a proxy and sending headers through proxies
- saving of recently-selected files in the file dialog
- handling of non-ASCII characters over SMB
- toolbar button captions with certain styles
- selecting items with the mouse in Konqueror
- sorting in Konqueror's textview
- saving current settings as a theme in the theme manager
- crashes in KMail with certain mails
- crash on invoking the KDM chooser
- non-Latin languages with KDevelop
performance
- icon loading optimized
- file dialog speedups
- stop spinning SMB client processes
- handling of large files in Kate
Diffstat (limited to 'net/kdenetwork2/patches/patch-ad')
-rw-r--r-- | net/kdenetwork2/patches/patch-ad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kdenetwork2/patches/patch-ad b/net/kdenetwork2/patches/patch-ad index d64d525b6ae..682cf82cf18 100644 --- a/net/kdenetwork2/patches/patch-ad +++ b/net/kdenetwork2/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.2 2001/10/22 11:03:50 skrll Exp $ +$NetBSD: patch-ad,v 1.3 2001/12/03 15:37:18 skrll Exp $ --- kdict/Makefile.in.orig Mon Sep 10 07:17:55 2001 +++ kdict/Makefile.in -@@ -213,8 +213,6 @@ +@@ -215,8 +215,6 @@ x_includes = @x_includes@ x_libraries = @x_libraries@ @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.2 2001/10/22 11:03:50 skrll Exp $ # this has all of the subdirectories that make will recurse into. if # there are none, comment this out SUBDIRS = applet pics -@@ -224,7 +222,7 @@ +@@ -226,7 +224,7 @@ bin_PROGRAMS = kdict # set the include path for X, qt and KDE |