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 /x11/kdebase2/patches/patch-bu | |
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 'x11/kdebase2/patches/patch-bu')
-rw-r--r-- | x11/kdebase2/patches/patch-bu | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/x11/kdebase2/patches/patch-bu b/x11/kdebase2/patches/patch-bu index 91011a7b056..abaeb6eccbb 100644 --- a/x11/kdebase2/patches/patch-bu +++ b/x11/kdebase2/patches/patch-bu @@ -1,22 +1,22 @@ -$NetBSD: patch-bu,v 1.1 2001/10/15 22:46:03 skrll Exp $ +$NetBSD: patch-bu,v 1.2 2001/12/03 15:37:19 skrll Exp $ ---- kicker/extensions/childpanel/Makefile.in.orig Sat Sep 8 01:36:34 2001 +--- kicker/extensions/childpanel/Makefile.in.orig Sat Nov 10 07:58:26 2001 +++ kicker/extensions/childpanel/Makefile.in -@@ -283 +283 @@ +@@ -282,7 +282,7 @@ + libchildpanelextension_la_SOURCES=childpanelextension.cpp childpanelextension_skel.cpp + #>- libchildpanelextension_la_METASOURCES = AUTO + libchildpanelextension_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module -libchildpanelextension_la_LIBADD = $(LIB_KDEUI) $(LIB_KSYCOCA) ../../kicker.la +libchildpanelextension_la_LIBADD = $(LIB_KDEUI) $(LIB_KSYCOCA) ../../libkicker.la -@@ -303 +303 @@ + + noinst_HEADERS = childpanelextension.h + +@@ -302,7 +302,7 @@ + LIBS = @LIBS@ + X_CFLAGS = @X_CFLAGS@ + X_LIBS = @X_LIBS@ -libchildpanelextension_la_DEPENDENCIES = ../../kicker.la +libchildpanelextension_la_DEPENDENCIES = ../../libkicker.la -@@ -488,11 +487,0 @@ --#>- @for file in $(DISTFILES); do \ --#>- d=$(srcdir); \ --#>- if test -d $$d/$$file; then \ --#>- cp -pr $$/$$file $(distdir)/$$file; \ --#>- else \ --#>- test -f $(distdir)/$$file \ --#>- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ --#>- || cp -p $$d/$$file $(distdir)/$$file || :; \ --#>- fi; \ --#>- done --#>+ 10 + #>- libchildpanelextension_la_OBJECTS = childpanelextension.lo + #>+ 5 + libchildpanelextension_la_final_OBJECTS = libchildpanelextension_la.all_cpp.lo |