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 /misc | |
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 'misc')
-rw-r--r-- | misc/kdeadmin2/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeadmin2/distinfo | 6 | ||||
-rw-r--r-- | misc/kdepim2/Makefile | 4 | ||||
-rw-r--r-- | misc/kdepim2/distinfo | 8 | ||||
-rw-r--r-- | misc/kdepim2/patches/patch-ac | 4 | ||||
-rw-r--r-- | misc/kdeutils2/Makefile | 5 | ||||
-rw-r--r-- | misc/kdeutils2/distinfo | 10 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ab | 4 | ||||
-rw-r--r-- | misc/kdeutils2/patches/patch-ai | 4 |
9 files changed, 24 insertions, 25 deletions
diff --git a/misc/kdeadmin2/Makefile b/misc/kdeadmin2/Makefile index f4e3174ebd9..e353deb1fc1 100644 --- a/misc/kdeadmin2/Makefile +++ b/misc/kdeadmin2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/11/13 21:19:35 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/03 15:37:15 skrll Exp $ -DISTNAME= kdeadmin-2.2.1 +DISTNAME= kdeadmin-2.2.2 CATEGORIES= misc COMMENT= Utilities for the KDE integrated X11 desktop diff --git a/misc/kdeadmin2/distinfo b/misc/kdeadmin2/distinfo index a19d027e934..af9e3da1640 100644 --- a/misc/kdeadmin2/distinfo +++ b/misc/kdeadmin2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/15 22:46:15 skrll Exp $ +$NetBSD: distinfo,v 1.4 2001/12/03 15:37:15 skrll Exp $ -SHA1 (kdeadmin-2.2.1.tar.bz2) = 869e392a75960604c1f4b612fae0cb392066f37a -Size (kdeadmin-2.2.1.tar.bz2) = 884361 bytes +SHA1 (kdeadmin-2.2.2.tar.bz2) = be0d0b102cdef6fb440aa718bf8f49e20a47d4b1 +Size (kdeadmin-2.2.2.tar.bz2) = 902809 bytes diff --git a/misc/kdepim2/Makefile b/misc/kdepim2/Makefile index 60d99ccd817..2a169b7ae1b 100644 --- a/misc/kdepim2/Makefile +++ b/misc/kdepim2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/11/29 01:12:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/03 15:37:17 skrll Exp $ +DISTNAME= kdepim-2.2.2 DISTNAME= kdepim-2.2.1 -PKGREVISION= 1 CATEGORIES= misc COMMENT= Personal Information Management tools for the KDE desktop diff --git a/misc/kdepim2/distinfo b/misc/kdepim2/distinfo index 355ae494e95..7a59c21cc7c 100644 --- a/misc/kdepim2/distinfo +++ b/misc/kdepim2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2001/10/15 22:46:19 skrll Exp $ +$NetBSD: distinfo,v 1.5 2001/12/03 15:37:17 skrll Exp $ -SHA1 (kdepim-2.2.1.tar.bz2) = 0a5d48c7bcb15ac7408d2f11416b6d9ab99029cd -Size (kdepim-2.2.1.tar.bz2) = 2401703 bytes +SHA1 (kdepim-2.2.2.tar.bz2) = b33bd17cfabda2d447932a28084241006cb2edd5 +Size (kdepim-2.2.2.tar.bz2) = 2428768 bytes SHA1 (patch-ab) = 0accad8af75e380feb9b0d059c3a573663342e35 -SHA1 (patch-ac) = 9c750ec5c8d63471ddcffc7e04983d9a2ef725e8 +SHA1 (patch-ac) = 9e9786876303c045dfac3b2cf7b806392b8e5163 diff --git a/misc/kdepim2/patches/patch-ac b/misc/kdepim2/patches/patch-ac index af0a4fc4442..5d4ccc86a83 100644 --- a/misc/kdepim2/patches/patch-ac +++ b/misc/kdepim2/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1 2001/10/15 22:46:20 skrll Exp $ +$NetBSD: patch-ac,v 1.2 2001/12/03 15:37:17 skrll Exp $ --- libkcal/Makefile.in.orig Sat Sep 8 01:48:15 2001 +++ libkcal/Makefile.in -@@ -598,10 +598,10 @@ +@@ -589,10 +589,10 @@ $(srcdir)/parseholiday.c: parseholiday.y diff --git a/misc/kdeutils2/Makefile b/misc/kdeutils2/Makefile index 544cd182a4b..87b5dbaa165 100644 --- a/misc/kdeutils2/Makefile +++ b/misc/kdeutils2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2001/11/29 01:12:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/03 15:37:15 skrll Exp $ -DISTNAME= kdeutils-2.2.1 -PKGREVISION= 1 +DISTNAME= kdeutils-2.2.2 COMMENT= Utilities for the KDE integrated X11 desktop .include "../../x11/kde2/Makefile.kde2" diff --git a/misc/kdeutils2/distinfo b/misc/kdeutils2/distinfo index 569b129bb78..bbddd027f95 100644 --- a/misc/kdeutils2/distinfo +++ b/misc/kdeutils2/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.5 2001/10/15 22:45:58 skrll Exp $ +$NetBSD: distinfo,v 1.6 2001/12/03 15:37:15 skrll Exp $ -SHA1 (kdeutils-2.2.1.tar.bz2) = 0a61b862c47417adafa93f123a6eaab9086f19f1 -Size (kdeutils-2.2.1.tar.bz2) = 1454038 bytes +SHA1 (kdeutils-2.2.2.tar.bz2) = 3cd4ef2fbe4cf04a9fecc54ab6863f687ee1ae83 +Size (kdeutils-2.2.2.tar.bz2) = 1466910 bytes SHA1 (patch-aa) = 212bc33ee7419b0339c7f2fd299d0433e5a8b145 -SHA1 (patch-ab) = cde257af59b4202deda897de04cd3d4f603bafab +SHA1 (patch-ab) = a9e5a835d8c33f6748d7c6fd9214ee2ae517b48a SHA1 (patch-ac) = 7fa3b66189e92496b5f54ff0464569039becc436 SHA1 (patch-ad) = 4a021a96abd230bc391cd097fd8cafa26a89023b SHA1 (patch-ae) = 8c5fc5eb276d79ef96b373ee8f014e586416fc3d SHA1 (patch-af) = 75cf91c960fe26cc977e47ba5292609ba0d7aac0 SHA1 (patch-ag) = d494f9459b903cb1a49633741643b705ae15386a -SHA1 (patch-ai) = a0845618f0657043aa466105d70f6277b69ecfd9 +SHA1 (patch-ai) = 5597b771e15b21ff678c1b2fce29be893ad6dedf diff --git a/misc/kdeutils2/patches/patch-ab b/misc/kdeutils2/patches/patch-ab index 5f4d531d0b6..070aa5545a0 100644 --- a/misc/kdeutils2/patches/patch-ab +++ b/misc/kdeutils2/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2001/10/15 22:45:58 skrll Exp $ +$NetBSD: patch-ab,v 1.3 2001/12/03 15:37:15 skrll Exp $ --- kfind/pics/Makefile.in.orig Sat Sep 8 01:46:33 2001 +++ kfind/pics/Makefile.in -@@ -349,14 +349,6 @@ +@@ -340,14 +340,6 @@ #>+ 19 install-kde-icons: diff --git a/misc/kdeutils2/patches/patch-ai b/misc/kdeutils2/patches/patch-ai index afbafa5394d..35039d996f2 100644 --- a/misc/kdeutils2/patches/patch-ai +++ b/misc/kdeutils2/patches/patch-ai @@ -1,8 +1,8 @@ -$NetBSD: patch-ai,v 1.2 2001/07/29 05:51:51 tron Exp $ +$NetBSD: patch-ai,v 1.3 2001/12/03 15:37:15 skrll Exp $ --- klaptopdaemon/portable.cpp.orig Sun Feb 18 15:31:14 2001 +++ klaptopdaemon/portable.cpp -@@ -657,6 +657,238 @@ +@@ -658,6 +658,238 @@ { return(1); } |