diff options
author | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
commit | c82c533cf5e4e3fa75fd6332e9a0fe8ee5bbd480 (patch) | |
tree | bfa138716839927c14f0e8332a5bfa57d9e3fb73 /graphics/kdegraphics2 | |
parent | 53d855dff8a313e81705a0f62aebcf53e1d13bc6 (diff) | |
download | pkgsrc-c82c533cf5e4e3fa75fd6332e9a0fe8ee5bbd480.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 'graphics/kdegraphics2')
-rw-r--r-- | graphics/kdegraphics2/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics2/distinfo | 8 | ||||
-rw-r--r-- | graphics/kdegraphics2/patches/patch-aa | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index 65b32cfa9ed..afb0c185b5e 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/11/16 05:17:34 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/03 15:37:16 skrll Exp $ -DISTNAME= kdegraphics-2.2.1 +DISTNAME= kdegraphics-2.2.2 CATEGORIES= graphics COMMENT= Graphics programs for the KDE integrated X11 desktop diff --git a/graphics/kdegraphics2/distinfo b/graphics/kdegraphics2/distinfo index 9ba2871c19d..87e452a2e1b 100644 --- a/graphics/kdegraphics2/distinfo +++ b/graphics/kdegraphics2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2001/11/13 21:19:04 jlam Exp $ +$NetBSD: distinfo,v 1.6 2001/12/03 15:37:16 skrll Exp $ -SHA1 (kdegraphics-2.2.1.tar.bz2) = d52ec093915707b127f819cef0cad94d77e3119a -Size (kdegraphics-2.2.1.tar.bz2) = 1633641 bytes -SHA1 (patch-aa) = c75f965bb3b6141e216f36ed8be1a1c3b9c6a287 +SHA1 (kdegraphics-2.2.2.tar.bz2) = c52d921d3a99f52466cfe718cf8562b09d436bb1 +Size (kdegraphics-2.2.2.tar.bz2) = 1648936 bytes +SHA1 (patch-aa) = 2d560cb3eef4bfb5b5685a292696b1e165b44432 diff --git a/graphics/kdegraphics2/patches/patch-aa b/graphics/kdegraphics2/patches/patch-aa index 77e7b7b0fb7..e15a24f8fee 100644 --- a/graphics/kdegraphics2/patches/patch-aa +++ b/graphics/kdegraphics2/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.3 2001/11/13 21:19:05 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2001/12/03 15:37:16 skrll Exp $ ---- configure.orig Fri Sep 7 20:41:01 2001 -+++ configure -@@ -8368,6 +8368,7 @@ +--- configure.orig Sat Nov 10 21:12:41 2001 ++++ configure Mon Nov 26 13:47:03 2001 +@@ -11062,6 +11062,7 @@ sane_includes="-I$ac_sane_includes" sane_libdir="" +ac_sane_includes=NO if test -n "$ac_sane_includes" && test -r "$ac_sane_includes/sane.h"; then - + sane_libdirs="/usr/lib /usr/local/lib /usr/lib/sane /usr/local/lib/sane" |