diff options
author | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-12-03 15:37:14 +0000 |
commit | 528213bae8d6698c3eb8947b2419e7c1cdfde1c4 (patch) | |
tree | bfa138716839927c14f0e8332a5bfa57d9e3fb73 /x11/kde2 | |
parent | 6957ed3f1c07d023c1b2940c44b32df72d3d7e1a (diff) | |
download | pkgsrc-528213bae8d6698c3eb8947b2419e7c1cdfde1c4.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 'x11/kde2')
-rw-r--r-- | x11/kde2/Makefile | 20 | ||||
-rw-r--r-- | x11/kde2/Makefile.kde2 | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 63f93ef9992..9e7232c8129 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/11/13 21:32:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/03 15:37:16 skrll Exp $ -DISTNAME= kde-2.2.1nb1 +DISTNAME= kde-2.2.2 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # empty @@ -9,14 +9,14 @@ MAINTAINER= skrll@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= "meta-package" for the KDE integrated X11 desktop -DEPENDS+= kdeadmin-2.2.1:../../misc/kdeadmin2 -DEPENDS+= kdegames-2.2.1:../../games/kdegames2 -DEPENDS+= kdegraphics-2.2.1:../../graphics/kdegraphics2 -DEPENDS+= kdemultimedia-2.2.1:../../audio/kdemultimedia2 -DEPENDS+= kdenetwork-2.2.1:../../net/kdenetwork2 -DEPENDS+= kdepim-2.2.1nb1:../../misc/kdepim2 -DEPENDS+= kdetoys-2.2.1:../../games/kdetoys2 -DEPENDS+= kdeutils-2.2.1nb1:../../misc/kdeutils2 +DEPENDS+= kdeadmin-2.2.2:../../misc/kdeadmin2 +DEPENDS+= kdegames-2.2.2:../../games/kdegames2 +DEPENDS+= kdegraphics-2.2.2:../../graphics/kdegraphics2 +DEPENDS+= kdemultimedia-2.2.2:../../audio/kdemultimedia2 +DEPENDS+= kdenetwork-2.2.2:../../net/kdenetwork2 +DEPENDS+= kdepim-2.2.2:../../misc/kdepim2 +DEPENDS+= kdetoys-2.2.2:../../games/kdetoys2 +DEPENDS+= kdeutils-2.2.2:../../misc/kdeutils2 EXTRACT_ONLY= # empty USE_X11BASE= yes diff --git a/x11/kde2/Makefile.kde2 b/x11/kde2/Makefile.kde2 index 68b040782d2..9d8c6246e68 100644 --- a/x11/kde2/Makefile.kde2 +++ b/x11/kde2/Makefile.kde2 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.kde2,v 1.2 2001/12/02 18:55:11 jlam Exp $ +# $NetBSD: Makefile.kde2,v 1.3 2001/12/03 15:37:16 skrll Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE2-distributed packages (they all share common configure and build # settings). CATEGORIES+= kde -_KDE_VERSION= 2.2.1 +_KDE_VERSION= 2.2.2 MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ |