Up to [NetBSD + pkgsrc-wip] / pkgsrc / x11 / kdelibs3
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Fix build failure on 4.0 after cups update: #include <stdio.h>
Avoid non-ASCII character literals.
Provide a definition of isinf() to make this work on SunOS. While isinf() is available on SunOS, using it requires C99 etc. which breaks in other places.
Fix building with clang (failed with ilmbase and -fno-exceptions)
Fix build with gcc 4.5
Patches for CVE-2009-0689 and KDE advisory 20091027.
Add kludge to let it build on debian squeeze, where it failed with: /usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct flock' /usr/include/bits/fcntl.h:159: error: previous definition of 'struct flock' (this is due to kdelibs including kernel headers for inotify) Fingers crossed that this won't introduce regressions on $otherLinux.
Fix build with openssl-1.0. From markd. Enable openssl again on NetBSD-current. Bump PKGREVISION.
Fix for CVE-2009-1725
Update to KDE 3.5.10 minor bugfixes
Deal with openssl changes in -current.
Pullup ticket 2351 - requested by markd security fix for kdelibs3 - pkgsrc/x11/kdelibs3/Makefile 1.137 - pkgsrc/x11/kdelibs3/distinfo 1.92 Module Name: pkgsrc Committed By: markd Date: Sun Apr 27 04:14:32 UTC 2008 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo Log Message: start_kdeinit multiple vulnerabilities - linux only http://www.kde.org/info/security/advisory-20080426-2.txt
start_kdeinit multiple vulnerabilities - linux only http://www.kde.org/info/security/advisory-20080426-2.txt
Update to kde 3.5.9 minor bugfixes.
Use zonetab package rather than doing it locally.
Update to KDE 3.5.8 core libs * Small performance improvements. * Reworked KCmdLineArgs::makeURL to make "kpdf a:b" work when a:b is an existing file in the current directory. * Be more robust against addressbar spoofing. * A hostname may resolve to multiple addresses. When connection to one timeouts, we should not immediately give up. Instead, we try the other addresses. http ioslave * Fix crash on broken servers. * Fix Connection failed Url Frame Redirection. * Fix session cookies not always accepted. * Fix persistent cookies are treated like session cookies. * Fix a cross-site cookie injection vulnerability. * Fix for correctly propagating HTTP response headers > 8K. * Fix http responses containing just a header cause Konqueror to wait indefinitely for a response. * Fix problem with cookies in konqueror when server specified as IP adress. * Fix per-site cookie policy does not apply to cookies set for subdomains. KHTML * Fix handling of font-variant:inherit. * Fix GMail/Firefox yet again. * Fix confused cursor shapes if mail and new-window links appear on the same page. * Fix cannot type text into boxes on riteaid.com. * Optimize descendant selector matching. * Fix invalid placing of image. * Default to "UTF-8" per section 2 of the draft W3C "The XMLHttpRequest Object" specification. kjs * Do not convert accented latin1 characters into undrawable char in websites using advanced JavaScript.
Pullup ticket 2190 - requested by markd security fix for kdelibs3 - pkgsrc/x11/kdelibs3/Makefile 1.128 - pkgsrc/x11/kdelibs3/distinfo 1.88 Module Name: pkgsrc Committed By: markd Date: Fri Sep 21 20:45:53 UTC 2007 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo Log Message: Updated version of Konqueror address bar spoofing fix http://www.kde.org/info/security/advisory-20070914-1.txt
Updated version of Konqueror address bar spoofing fix http://www.kde.org/info/security/advisory-20070914-1.txt
Pullup ticket 2183 - requested by markd security fix for konqueror - pkgsrc/x11/kdebase3/Makefile 1.131 - pkgsrc/x11/kdebase3/distinfo 1.98 - pkgsrc/x11/kdelibs3/Makefile 1.126 - pkgsrc/x11/kdelibs3/distinfo 1.87 Module Name: pkgsrc Committed By: markd Date: Sun Sep 2 04:34:00 UTC 2007 Modified Files: pkgsrc/x11/kdebase3: Makefile distinfo pkgsrc/x11/kdelibs3: Makefile distinfo Log Message: The Konqueror address bar is vulnerable to spoofing attacks that are based on embedding white spaces in the url. In addition the address bar could be tricked to show an URL which it is intending to visit for a short amount of time instead of the current URL. http://www.kde.org/info/security/advisory-20070816-1.txt Bump PKGREVISION for kdelibs3 and kdebase3
The Konqueror address bar is vulnerable to spoofing attacks that are based on embedding white spaces in the url. In addition the address bar could be tricked to show an URL which it is intending to visit for a short amount of time instead of the current URL. http://www.kde.org/info/security/advisory-20070816-1.txt Bump PKGREVISION for kdelibs3 and kdebase3
Update to KDE 3.5.7 KHTML * Implement heuristic cyr encoding detection. * Implement support for textContent(). * Indicate near mouse pointer if a link wants to open a new browser window. * Harmonize document.href and .pathname of about:blank windows with other browsers. * Fix jumping to the top right before loading a new page. * Make frame name lookup locale-independant. * Make valueOf() and toString() accessible across sites. * Make setValue() work on radio button and checkboxes. * overrideMimeType() implementation. * Fix various crashes and bugs. KJS * Support named function expressions. * Support for localeCompare() function. * Caller property implementation. * Improvements: * Unreserve class keyword as it's often used as an identifier by JS programmers. * Disable UTF-8 validation in libPCRE, since it's incredibly slow. * Support unicode escape sequences in identifier names. * Parse null characters. * toExponential() fix for negative numbers. * Fixed off-by-one digit error in toFixed(). Kate * Update cmake highlighter. * Fix bug in search and replace, placeholder did not work correctly. * Make cursor in inactive views behave correctly. * Update selection after paste. * Multiple views are usable again. Kimgio * Fix buffer overflow during writing xview files.
ioslave PASV port scanning vulnerability (CVE-2007-1564) fix. plus fix against KJS for similar issue to the Qt UTF-8 overlong sequence decoding vulnerability. Bump PKGREVISION.
khtml/konqueror title XSS vulnerability http://www.kde.org/info/security/advisory-20070206-1.txt Bump PKGREVISION.
Reverting r617941. This fixes jumping to the top right before loading a new page in konqueror and also fixes page loading time increase. From KDE SVN. Bump PKGREVISION.
Update to KDE 3.5.6 KHTML * Treat specific attribute values case-insensitively during style matching. With these changes, KHTML becomes the first rendering engine to thoroughly pass the 578 tests of the excellent Automated CSS3 Selectors Testsuite (http://www.css3.info/selectors-test). * Implement CSS3 extension text-overflow: ellipsis. * Implement overflow-x/y as many websites use it now. * Fix overflow sometimes not painted/repainted. * Fix incorrect margin for some tables. * Fix crashes on some AJAX pages. * Fix background no-repeat image wrapping. * Fix instanceof ecma operator not working on DOM objects. * Fix some pages appearing empty or missing content. * Fix table caption rendering on some pages. * Make innerText much faster fixing freezes on some web pages. * Fix crash on javascript manipulated tables. * Fix all links gettinh underlined while hovering over just one link on some malformed web pages. * Let floats overflow the left border when they should. * Fix cursor in input field not disappearing when setting focus to another input field. * Prevent crash-inducing recursion of detach due to blur events happening when widgets with focus get destroyed. * Fix border collapse not working in tables. * Fix ∉ displayed as ¬in;. * Make max-height and max-width: none work correctly. * Fix memory leak when using deleteRule. * Fix crash when resolving a stylesheet imported from external one. * Fix an infinite relayout on msdn. * Fix computed line-height beign incorrect. * Fix crash race on various sites with popup ads. * Reset hover text when mouse leaves khtml view. * Whenever the content changes, recheck if the mouse cursor shall show some other shape to correctly match it to the content below it. * Immediately redraw visited links with the respective color when the page got loaded and inserted into the history. * Fix tables sometimes intruding floats on dynamic restyle. * Fix conflicting priorities in font shorthand parsing leading to wrong line-height computation. * Do not crash when finding backwards. * Fix infinite recursion happening when changing style from overflow:scroll to auto. * Fix initial size of input type=FILE form control. * Make vertical-align text-top/bottom CSS 2.1 compliant. * Fix ecma alert() dialog formatting it's output as a single huge line without line breaks. Kate * Add actionscript highlighting. * Add some pseudo-elements that khtml supports, but FireFox doesn't. * Fix wrong indentation at top of source file in cstyle indenter. * Fix memory leaks and accessing uninitialized variable. * Fix endless loop in cstyle indenter. * Fix crash using comment commands. * Java Highlighting: Correctly highlight comments after import lines. kdefx * Change asterisks on passwords to bullets. kdeprint * Fix printing of files with accentuated characters in filename or in the path. * Fix showing names of non local files in kprinter. kio * Don't crash when creating a job for an invalid URL. * Hide the progress dialog while displaying the password dialog. * Fix wrong "Couldn't receive DCOP signal" errors on RMB menu. * Fix statusbar having more than one line. * Fix possible data loss when using kioexec. KJS * Properly propagate some exception values. * Fixed Number.toPrecision(n) calls on negative zero. * Allow changing the internal value of invalid dates. * Fix Unicode support in RegExp handling, and also be more robust vs. embedded nulls. Fixes problems with some cyrillic characters in gmail and makes google calendar somewhat work.
Fix a regression in html rendering. From KDE svn. Bump PKGREVISION.
Use CHECK_PORTABILITY_SKIP for kate/tests/highlight.sh - its not a real script.
Make check-portability.sh happy. kate/tests/highlight.sh is not runnable but fix the "test ==" anyway.
Update to KDE 3.5.5 Remove the USE_TOOLS+=gawk:pkgsrc for Solaris as bootstrap now provides a suitable awk. Changes: kdeinit * Add protection against poor Linux OOM-killer heuristic. Kate * Support Q_DECLARE_INTERFACE-macro when coding Qt-code * Don't enter "word selection mode" without an actual selection. * Fixed another stringAtPos(-1) call. KHTML * Heavy DHTML optimizations for the case where the changes in the style merely moves a layer, which is very common. * Significant improvements in painting of inline elements, to be more compliant with CSS 2.1 - section 10.8.1 and Appendix E-2; also includes support for CSS 3 outline-offset. * Support CSS3's hsv/hsva color values. * Fixes to make the new yahoo photos site basically work: fix a bug in XML parser and emission of scroll event. * Fix a regression in performance of background painting. * Properly compute length of utf-8 data in XMLHttpRequest. * Support parsing of attribute/>. * Evaluate scripts in <iframe src="javascript:..."> properly. Fixes some of the product pages on amazon.com and the reader on freemail.hu. * Permit faster auto-scrolling with the middle mouse button. * Permit manually scrolling frames with keyboard et al. even if they have scrolling=no. * Don't miss some of the attribute changes relevant for restyling. * Properly restyle when when an anchor stop being a link of becomes one. * Properly honor bottom padding on scrolled overflow. * Honor no-repeat in background when background offset is negative. * Fixes in application of padding to inline elements. * Various memory leak fixes, in particular in the element from ID or name lookup caches, and some table and attribute node operations. * Fix handling of <colgroup> elements without span attribute. * Fixes in stacking order of elements with non-visible overflow. * Fixing crash upon deleting cells from rows. * Do not improperly reset text-align in tables in strict mode. * Properly re-layout table caption if needed. * Fixing two crashes in the capitalization code (regression). * Fix crash on hover due to dangling placeholder box. * Fix sometimes incorrect positioning of positioned elements having root as containing block. * Fixed crash when characterSet is accessed on newly-created document. * Fix regression in <label> support. * Support the add method on the options collection. * Properly discard malformed content properties. * Parse 'align' attribute of iframes. * Make sure to properly escape ampersands in right-click google search. * Resetting a SELECT with no default selection should not select the first item if it's a multiple selection list. * Do not let NodeIterators escape out of the root node. * For percentage height calculation purposes, make body appear to have the same height as the viewport (quirk mode). * Properly account for overflows induced by inline-blocks and text-shadows. * Remove incorrect addition of borders to layers which made some links unclickable (regression). * Fix mistake which made the viewport width be used instead of the root block width when calculating the document width (regression). * Make sure that when display:compact blocks are merged into a host block, the height of the resulting block is at least that of the compact block. * Do not limit single-line input elements to entry of 1024 characters. * Do not try to run external VBScript; add the newly approved ECMAScript mimetypes. * Fix bug involving first-letter property where text fragments would 'disappear' (being offset far to the right or left) instead of breaking to next line. * Allow instanceof to work on most DOM objects (partial fix). kjs * Parse dates with ',', '-' and ':' where whitespace was expected. Example: ",-:September,03,-:,2006, 13:53:02,-:" * Do not crash when modifying an invalid date object. * Fix locale-dependence in the parser, which resulted in floating point numbers getting misparsed in some locales. kio * Set m_bDeep in all KServiceGroup constructors, or it may be used uninitialized in load() and entries(). kbuildsycoca did this, and valgrind caught it. kdecore * Pick correctly the best icon size. Also make -1,-1 return the largest icon and not the first one (makes more sense and saying the first one is as good as saying a random one). * Be explicit about windowInfo() args. * NET::Override is old and hated. * Add support for more icon contexts in the icon loader. * Search for icons also in $XDG_DATA_DIRS. * Fix KSharedConfig to actually share readonly configs. kdefx * - "features" is clobbered by the longjmp, so mark it as volatile to avoid that a clever compiler (gcc 4.2) optimizes reads away. kdesu * Add sudo support. See that bug for some remaining issues. kdeui * Don't draw a highlighting line above KPopupMenu title sections. It looks very out-of-place, especially when using styles with rounded PE_HeaderSections. kdoctools * Some extra entities required for 100% successful docs compilation. kdeprint * CUPS 1.2 support * Show prettier urls. knewstuff * Unbreak "latest" and "most downloads" views. * Fix memory leaks. KWallet * Fix deadlock with autocompletion popups. * Associate wallet dialogs properly with main windows. l10n * Fix short date format for Turkish.
Improve findMostRecent: when no minor version is available, assume it is -1 and continue the comparision.
Use the NetBSD/OpenBSD shared library magic on DragonFly as well to fix SSL usage. Problem reported on DragonFly's user list.
Update to KDE 3.5.4 kdecore * Fix compiling on Solaris. kdeui * Now KKeyChooser does not steal focus when created. * Fixed the terrible flickering in KDateTable like for example when resizing Kicker. kio * Make move not do a copy and delete in some cases. * Fix problem with inotify causing crashes... KIOslave * Fixed referrer not sent back to client when using https. KHTML * Lots of fixes kjs * Enumerate array properties in order of addition, matching other browsers. * Support the "debugger" keyword. kssl * Increase usability of KIO KSSL dialog. * Update netlock QA class certificate. * Add startcom CA. mimetypes * Add *.tor pattern for bittorrent mimetype. * Add x-mplayer2 (Microsoft media) mimetype.
Update to KDE 3.5.3
Changes:
* KHTML
o Don't crash when triple-clicking on a line that has :after or
:before content, or anything that isn't in the DOM
o Implement nondeterministic CSS matching
o Do not crash if an old target got destroyed.
o Fix static Y position of positioned objects in initial whitespace
(3.5 regression).
o Fontrendering: A few percent speedup by caching font scalability
info
o Konqueror will crash if a floated link uses :hover:before or
:hover:after to create a positioned element.
o Text selection misbehaves for devanagari.
o Fix crash when hovering a HTML menu item
o Don't crash when null pointer passed to removeEventListener
o Prevent an infinite loop in parseToken() when dealing with broken
HTML.
o If we saved creating a renderer at attach. Create it if we later
need it.
o Don't allow to find text in password fields.
o Improve XHTML CSS styling
o Handle CSS restyling for all types of dynamic DOM changes and
user interaction
o Only repaint the expossed background when scrolling. Optimizes a
few slow pages with unoptimized X11 drivers.
o Speed-up painting and selections on pages with large tables.
o Match better the error-handling capabilities of Firefox with
respect to DL/DT/DD elements.
o Added missing sanity check which caused crashes in caret mode on
pgup/pgdn when there was no valid caret.
o Make sure copyBlt doesn't fail because of different depth.
o No other property depends on background-image, and applying it
before the rest of the background short-hand breaks it under
inheritance.
* KIO
o Add media kioslave support to KFileDialog
o KPropertiesDialog first renames the file, then allows all plugins
to save their changes.
o Make KDirSelectDialog work with media:/ and similar. Fixes JuK.
* KDEPrint
o Fix usage of private methods in CUPS which broke KDEPrint with
CUPS 1.2
o Allow adding multiple file to the to-be-printed list.
o No fax sent when special characters are included in the sender
information
o Kdeprintfax ignores paper size setting when using Hylafax
* KDE-UI
o Use KConfigGroup to reset the config group automatically.
o Give a possibility to disable spellchecking.
* KIO-Slaves
o KIO-HTTP
o Keep the fragment when doing redirections. (the HTTP requests
and redirections don't include fragments; it's a browser thing).
The Solaris fix in 3.5.2 missed one bit so re-add it.
Update to KDE 3.5.2
* Don't restore files to recent files list that don't exist anymore.
* KIO-KFile: Fix problems with mounting filesystems with ACL
* Kate
o Make the spelling dialog modal.
o Make updates incrementally and limit to 2000 messages
o Alternate Bash heredoc style highlights correctly.
* KHTML
o Performance improvements:
+ Improve rendering speed of some semi-transparent pixmap
backgrounds.
+ Improve performance of JavaScript error logging widget, to
help deal with sites with completely broken JavaScript which
continuously causes errors.
+ Better performance for the classname selector
o Get iframes, objects and some other overlaid widgets to obey
their stacking context at last (a.k.a, keep flash and iframes
*under* dhtml menus).
o Implement CSS2.1 quirk about behavior of overflow and root and
body. Now we pass Acid2 according to Opera's standard, but in
an actual release version.
o Implement selectionStart, selectionEnd, setSelectionRange on
textarea and text input tags.
o Improved keyboard event support, implementing the API in the
latest DOM3 Events working group note.
o Properly scale CSS line height when zooming.
o Multiple fixes to the table DOM.
o Better frame sizing calculation.
o Better handling of the case where form-related tags get moved
by parser during residual style handling.
o Fix the DOM operation handling to not be so picky about the
DTD. This makes us match other browsers better, and lets us
remove various evil hacks in the XML parser
o Various getComputedStyle improvements.
o Various text-indent fixes.
o Some fixes for namespace handling in XML and CSS.
o Compatibility improvements in some collections.
o Fix JavaScript timer events over midnight.
o Fix handling of error event.
o Do not assign the same AccessKey to different javascript:
links.
o Do not improperly honor maxlength on file input elements.
o Properly reload iframe when source re-set.
o Make usemap case-insensitive.
o Better parsing of malformed cols and rows parameters of
textarea.
o Various fixes to DOM and non-standard bindings to CSS.
o Various rendering fixes
* KJS
o Performance fix: do not redundantly re-attach the JavaScript
debugger.
o Free up some "future reserved keywords" for use as identifiers,
to match other browsers.
o Accept trailing semicolons in initializer lists.
o Various RegExp object improvements: support .compile, properly
report some errors, plug some memory leaks.
o Give JavaScript debugger some stack room to operate when
handling stack overflow exceptions.
o Fix bugs in latin1 to ucs conversion.
Make this package build on a case-insensitive filesystem.
Explicitly link libkdecore against libz because it is using gz* functions. This prevents the undefined symbols error on Darwin. No functional changes on other platform.
Patch from kde svn to fix compilation with gcc 2.95. Should fix build on NetBSD 1.6.2. Bump PKGREVISION.
Fix build on Solaris.
Update to KDE 3.5.1
Changes:
* Improved performance under some conditions on the networking classes.
* (KIO-slave http): Work around Apache2 DAV module's insistence on
trailing slashes at the end of requests on directories.
* (KIO-slave kfile): enabling of the normal permission dialog takes
effect only after closing after doing changes on acl
* (KIO-slave kfile): problems with changing permissions in the mask
entry
* KDirWatch: KDirWatch stopDirScan affects outside KDirWatch instances
also.
* KCrash: Make KCrash more rebust (eg. in malloc())
* Mimetype detection: add more "magic" patterns to recognise shell
scripts
* KJS: avoid buffer overflow on decoding utf8 uri sequences.
* Kate
o Wrong syntax highlighting chosen for filetype
o Clear selection when closing a document.
o Text-files displayed in konqueror are saved with 0 bytes.
o Backspace key does not work when shift key is held
o PicAsm highlighting is missing IORWF, RLF, RRF
* Kicker
o Turning off tooltip doesn't work
o Don't crash on logout.
o app started by kmail does not show in kicker
* KDesktop
o Desktop icons move down at each login due to child panel at top
of screen
* KHTML
o Performance improvements:
o Add caching for getElementById
o Much faster appending of options to selects, and clearing of
selects
o Simplify dirty region computation, to speed up cases of lots of
small updates
o Small improvements in efficiency of URL handling in image loader
o Match other browsers and not the DOM on behavior of getAttribute
with non-existent attributes. Fixes reply buttons on Yahoo mail
o Hidden field is not sent (Fixing OSNews.com)
o Konqueror consumes all memory when printing specific web page
o Do not lose server-specified encodings when going back in history
o Make behavior of named objects access under document more consistent
with other browsers
o Various crash fixes
o JavaScript debugger more reliable
o Support window.scrollX, window.scrollY,.click on anchors
o behave sanely for Roman counters > 4000
o Optimize appends and clears to/of selects via explicit APIs.
* KDEUI
o Set default parameter in KRandomSequence to 0 instead of 1 for
randomness if no seed is provided
Pullup ticket 1039 - requested by Mark Davies
sync x11/kdelibs3 with HEAD, including a security fix
Revisions pulled up:
- pkgsrc/x11/kdelibs3/Makefile 1.98, 1.99
- pkgsrc/x11/kdelibs3/distinfo 1.65, 1.66
- pkgsrc/x11/kdelibs3/patches/patch-an 1.10
Module Name: pkgsrc
Committed By: markd
Date: Thu Dec 29 23:41:42 UTC 2005
Modified Files:
pkgsrc/x11/kdelibs3: Makefile distinfo
pkgsrc/x11/kdelibs3/patches: patch-an
Log Message:
Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.
Directory is not actually used by KDE itself and this allows KDE to find
(some) gnome icons. Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 19 23:22:29 UTC 2006
Modified Files:
pkgsrc/x11/kdelibs3: Makefile distinfo
Log Message:
kjs heap overflow fix.
http://www.kde.org/info/security/advisory-20060119-1.txt
Bump PKGREVISION.
kjs heap overflow fix. http://www.kde.org/info/security/advisory-20060119-1.txt Bump PKGREVISION.
Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.
Directory is not actually used by KDE itself and this allows KDE to find
(some) gnome icons. Bump PKGREVISION.
Patches work better when applied to the right file.
Added two patches that fix the build on NetBSD 1.6.2/i386.
Update to KDE 3.5 Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
Update to KDE 3.4.3 Changes: backport of bug fixes.
Forgotten distinfo commit for DragonFly support and isnan/isinf fix.
Pullup ticket 675 - requested by Mark Davies portability fix for kdelibs3 Revisions pulled up: - pkgsrc/x11/kdelibs3/Makefile 1.90 - pkgsrc/x11/kdelibs3/distinfo 1.58 - pkgsrc/x11/kdelibs3/patches/patch-ah 1.6 Module Name: pkgsrc Committed By: markd Date: Sat Jul 30 10:40:27 UTC 2005 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo Added Files: pkgsrc/x11/kdelibs3/patches: patch-ah Log Message: Fix SIGBUS core dumps on sparc64. Patch from Michael Lorenz. Bump PKGREVISION.
Update to KDE 3.4.2 No summary of changes given, see http://www.kde.org/announcements/changelogs/3_4_2/kdelibs.txt for details.
Fix SIGBUS core dumps on sparc64. Patch from Michael Lorenz. Bump PKGREVISION.
Update to KDE 3.4.1 Changes: * kdecore: Fix in command-line argument handler for clicking on mailto urls while kontact was started with arguments * kdecore: Fix the support for Dante proxies * kdecore: Fix the "random resolver failure" problem * kdecore: Fix the support for the IPv6 Blacklist in ioslaves * kdeui: Fix "Change Icon" in the toolbar editor * khtml: Fix submitted position for scrolled imagemaps * khtml: Load external CSS style-sheet with correct charset * khtml: Apply CSS padding to tables * khtml: Improve PRE parsing * khtml: Fix links with WBR tags * khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict * khtml: Fix document.all.item * khtml: Return meaningful HTMLTableCellElement::cellIndex() values * khtml: Unbreak setting of location.href on windows opened by windows.open() * khtml: Various crash fixes * khtml: Fixed infinite loop due to onChange from textareas * khtml: Fix crash in window.setTimeout when Javascript is disabled * khtml: Fix server-side-push handler to accept bugzilla sending "text/html; charset=utf-8" as Content-Type * khtml: Fix for MMB-pasting onto an empty konqueror window * kjs: Allow non-ascii letters in identifiers * kjs: More flexible date string parsing * kjs: Fixes in escape() and unescape() functions * kjs: Fixes in RegExp constructor * kssl: store SSL passwords in the KDE wallet and reuse as needed * kio: KZip: Fixed double-deletion bug when trying to write to a non-writable directory. * kio: Fix for print:/manager not embedding the right part in Konqueror * kio: Use correct window icon in Konqueror when showing trash:/ * kfile: Don't show edit dialog when drop-adding items to sidebar * kfile: If Shift is pressed when menu opens show 'Delete' instead of 'Trash' * kio-http: Prevent endless busy loop * kio-http: Massive speed improvement for deleting Webdav folders * kio-ftp: Try non-passive mode if passive mode fails * kio-ftp: Fix parsing of Netware FTP servers, so that files don't all appear with a lock (no permissions) * kutils: Fixed support for back ref \0 (entire matched text)
Pullup ticket 480 - requested by Mark Davies fir for regression in kdelibs3 Patch provided by the submitter. Module Name: pkgsrc Committed By: markd Date: Wed May 4 13:45:51 UTC 2005 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo pkgsrc/x11/kdelibs3/patches: patch-dk Log Message: Previous patch introduced a regression, breaking reading of .rgb images in most cases. From http://www.kde.org/info/security/advisory-20050504-1.txt Bump PKGREVISION.
Previous patch introduced a regression, breaking reading of .rgb images in most cases. From http://www.kde.org/info/security/advisory-20050504-1.txt Bump PKGREVISION.
Pullup ticket 475 - requested by Mark Davies security fix for kdelibs3 Patch provided by the submitter. Module Name: pkgsrc Committed By: markd Date: Sun May 1 04:35:40 UTC 2005 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo pkgsrc/x11/kdelibs3/patches: patch-dc patch-dd patch-de Added Files: pkgsrc/x11/kdelibs3/patches: patch-di patch-dk patch-dl patch-dm patch-dn Log Message: Apply the official KDE patches for CAN-2005-1046. http://www.kde.org/info/security/advisory-20050421-1.txt Bump PKGREVISION.
Apply the official KDE patches for CAN-2005-1046. http://www.kde.org/info/security/advisory-20050421-1.txt Bump PKGREVISION.
Add an explicite check to a QImage construction. There is an inplicite check, but it is not obvious whether it will catch all cases, in particular with corrupted TIFF files. Was the last occurence of an not-explicitely-checked QImage construction, so things are consistent now.
Pullup ticket 438 - requested by Matthias Drochner
security fix for kdelibs3
Revisions pulled up:
- pkgsrc/x11/kdelibs3/patches/patch-da 1.1
- pkgsrc/x11/kdelibs3/patches/patch-db 1.1
- pkgsrc/x11/kdelibs3/patches/patch-dc 1.1
- pkgsrc/x11/kdelibs3/patches/patch-dd 1.1
- pkgsrc/x11/kdelibs3/patches/patch-de 1.1
- pkgsrc/x11/kdelibs3/patches/patch-df 1.1
Due to different versions of KDE on the stable branch and HEAD,
rest of the files patched by hand.
Module Name: pkgsrc
Committed By: drochner
Date: Tue Apr 12 11:00:03 UTC 2005
Modified Files:
pkgsrc/x11/kdelibs3: Makefile distinfo
Added Files:
pkgsrc/x11/kdelibs3/patches: patch-da patch-db patch-dc patch-dd
patch-de patch-df patch-dg
Log Message:
fix buffer overflow by corrupt PCX files, leading to crashes or code
injection, see http://bugs.kde.org/show_bug.cgi?id=102328
bump PKGREVISION
fix buffer overflow by corrupt PCX files, leading to crashes or code injection, see http://bugs.kde.org/show_bug.cgi?id=102328 bump PKGREVISION
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
Fix some security issues with dcop, docpidlng and IDN's in Konqueror.
See http://www.kde.org/info/security/advisory-20050316-1.txt
http://www.kde.org/info/security/advisory-20050316-2.txt
http://www.kde.org/info/security/advisory-20050316-3.txt
Bump PKGREVISION.
$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me. Bump PKG_REVISION.
Add RMD160 checksums to the SHA1 ones.
Pullup ticket 208 - requested by Mark Davies
security fix for kdelibs3
Module Name: pkgsrc
Committed By: markd
Date: Wed Jan 5 10:36:23 UTC 2005
Modified Files:
pkgsrc/x11/kdelibs3: Makefile distinfo
Added Files:
pkgsrc/x11/kdelibs3/patches: patch-aq
Log Message:
The FTP kioslave can be misused to execute any ftp command on the
server or be a vector for sending out unsolicited email.
http://www.kde.org/info/security/advisory-20050101-1.txt
Bump PKGREVISION.
Pullup ticet 207 - requested by Mark Davies
portability fix for kdelibs3
Module Name: pkgsrc
Committed By: markd
Date: Wed Jan 5 10:27:43 UTC 2005
Modified Files:
pkgsrc/x11/kdelibs3: Makefile distinfo
pkgsrc/x11/kdelibs3/patches: patch-cg
Log Message:
patch from KDE_3_3_BRANCH to stop SIGBUS on Solaris during URL
completion. Bump PKGREVISION.
The FTP kioslave can be misused to execute any ftp command on the server or be a vector for sending out unsolicited email. http://www.kde.org/info/security/advisory-20050101-1.txt Bump PKGREVISION.
patch from KDE_3_3_BRANCH to stop SIGBUS on Solaris during URL completion. Bump PKGREVISION.
Part of fix of Konqueror Window Injection Vulnerability. From http://www.kde.org/info/security/advisory-20041213-1.txt. Bump PKGREVISION.
Update to kde 3.3.2 Changes: * kdecore: recognize known names for the MacRoman charset * khtml: only disallow fixed positioning on body, not relative/absolute * khtml: added Javascript-support for HTMLDocument.compatMode * khtml: fixed textarea manipulation by DOM * khtml: paged media support (page-break-before and -after) * khtml: correctly handle text-transform on first-letter * khtml: fixed display: block on pseudo-elements * khtml: return Undefined instead of Null for out-of-range indices * khtml: fixed stopPropagation when called from the target node itself * khtml: fixed htmlCompat mode for documents served as text/html * khtml: fixed display: compact * khtml: support z-order for text areas and list boxes * khtml: don't set assume <select> got items when we calculate a height for items * khtml: changed default horizontal margins for H1-H6 from auto to 0 * khtml: escape otherwise unencodable characters in form submits * khtml: merged min,max-height fixes * khtml: merged handling of event handlers * khtml: implemented CSS 2.1 compliant parsing of background-position * khtml: fixed m_value vs ATTR_VALUE problem which didn't allow sending mail on gmail * khtml: make use of the suggested filename for images * khtml: tons of bidi fixes * khtml: enable strict CSS parsing also for transitional doctypes * khtml: ignore height element for input elements that are not image * khtml: form widget fixes for plastik (and others) * khtml: make sure we are layouted before scrolling if we are still loading * khtml: add compensated font scale from Todd Fahrner's "Toward a standard font size interval system" * khtml: avoid triggering full repaints of the view before the first layout is done * khtml: implement CSS3 property box-sizing to match MacIE, Opera and Mozilla * khtml: fix globeandmail.com famlily of crashes * khtml: floats and flowing around floats improvements * khtml: fix textarea scrolling positions * khtml: tons of fixes for tables * khtml: remove hidden widgets from the painting * khtml: avoid crashes on XML documents * khtml: ignore relative positioning on table sections * khtml: fix static position calculation for positioned elements * khtml: support insertAdjacentHTML * khtml: fix crash in sites manipulating frames * khtml: async kwallet support * khtml: fix selectorText() when no namespace is specified * khtml: update the layout before fetching the computed values * khtml: color 'http://foo' links as visited if 'http://foo/' is in history * khtml: corrected ref-counting error leading to segfault/invalid memory usage * khtml: fixed some memory corruptions with garbage HTML * khtml: account for scrollbar height when sizing variable overflow:scroll/auto boxes
Update to KDE 3.3.1 Changes: * KHTML: fixed spurious deletion of textarea contents * KHTML: fixed innerHTML getter to not behave like outerHTML * KHTML: fix crash in caret mode * KHTML: added missing <marquee> ECMAScript bindings * KHTML: fixed missing Javascript-support for HTMLDocument.compatMode * KHTML: fixed off-by-one error which caused decorations to exceed the selection-end by one pixel * KHTML: fixed wrong positioning of text-decorations in selections * KHTML: small paint optimization for render texts * KHTML: fixed spurious scrollbars on the canvas when overflow of clipped children exceeds the viewport boundaries * KHTML: fixed unreachable relatively positioned content on viewport * KHTML: fixed unreachable positioned content in clipped blocks * KHTML: fixed selection not being redrawn in overflow-area * KHTML: jump-to-anchor fixes * KHTML: Don't warn that a form was not submitted after pressing back button * KHTML: fix crash on illegal CSS * KHTML: On popular demand, double-click between two words selects both again as in KDE 3.2. * kfile: Added "New Folder..." in context menu within KDirSelectDialog * kfile: Enabled dragging of directories within KDirSelectDialog * kfile: KURLRequester now popups KDirSelectDialog when a directory is requested * kfile: Toggling hidden files didn't refresh the file selection list * kio: Separate general from meta info in filetips * don't crash when right clicking on a toolbar in some applications that are using KParts
Fix previous is situations when you dont have a krb5-config. Heimdal needs -lcom_err.
Add support for HTTP Negotiate authentication. Bump PKGREVISION.
Fix build on NetBSD < 1.6U (no readdir_r()).
It seems I missed the distinfo update.
Pullup ticket 102 to the pkgsrc-2004Q2 branch, requested by Mark Davies Security fix for kdelibs3 Module Name: pkgsrc Committed By: markd Date: Wed Aug 11 13:51:14 UTC 2004 Modified Files: pkgsrc/x11/kdelibs3: Makefile distinfo pkgsrc/x11/kdelibs3/patches: patch-an Added Files: pkgsrc/x11/kdelibs3/patches: patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay Log Message: Fix some issues related to html frames, cookie handling and temporary filenames. From KDE cvs. Bump PKGREVISION.
Fix some issues related to html frames, cookie handling and temporary filenames. From KDE cvs. Bump PKGREVISION.
Update to kde 3.2.3 Changes: * general: More and better usage of icons in different widgets * kiosk: Support for user profiles * kfile: directory chooser dialog now hides hidden directories, added context option to show * uiserver: Fix KIO: Progress Dialog - 'Keep open' + 'Open File' - Problems * kwallet: Keep KWallet's password dialog above other windows
Fix some URI handler issues. Bump PKGREVISION.
statfs -> statvfs in current. Patch from John R. Shannon in PR 25324 with suggestion from Christos Zoulas
Fix kdesu not letting you switch to root. Bump PKGREVISION.
bl3ify and update to kde3.2.2 Changes: * Fix CR at end of line in source file * Make the kalyptus script install with the executable bit set * Respect "EffectsEnabled" for tearoff handle setting
Update to KDE 3.2.1 Changes: Improve suggestions given when in the rename dialog shown when copying/moving files Progress dialog: large files (>4GB) fixes; make "keep open" work again Progress dialog (all in one): don't block logging out from KDE KIO: Preserve file premissions when copying from remote protocols that support listing KIO: Give again the choice to overwrite when moving/renaming files KIO: Make 'overwrite' ask only once for a given dir (when moving a directory with subdirs) KSystemTray: if the mainwindow is minimized or not on the current desktop, clicking will show it instead of hiding KLocale: fixing support for YY aka %y KDatePicker: fixing layout of close button KatePart: fixed broken "replace from cursor" KatePart: fixed some redraw problems (no artefacts while scrolling) Don't let knotify start aRts if aRts is disabled in its kcontrol module. kdeprint: Added check for print file names given by the rename dialog KHTML: fix crash in parsing weired pages KHTML: fixing support for clear:both KHTML: better support for DOM Test Suite KHTML: fix Heirmenus KHTML: fix animated GIFs not looping KHTML: don't recurse when printing KHTML: use content, not viewport coordinates for server side image maps KHTML: fixing overflow content KHTML: fix repainting logic to optimize for reduced X server load and minimum CPU KHTML: Reduce window. to forms, images and applets, like document. KHTML: restore KDE 3.1 behavior of <font size=-1> KHTML: update frame sizes before returning value for innerWidth/innerHeight, in case the window was just resized KHTML: return attribute names in lowercase in compatibility mode (DOM L2/L3) KHTML: fixing insertRow for tables without tbody KHTML: implementing TreeWalkerImp KHTML: fixing javascript events with frames KHTML: fixing attributes for repeated body elements KHTML: implement support for pageX/pageY. fix layerX/layerY KHTML: Activate merged alternate code path for inline boxes construction/painting KHTML: implementing incremental XML parsing KHTML: fix detection of the selector KHTML: implementing CSSStyleDeclarationImpl KHTML: skip pseudo styles when updating anonymous blocks'style KHTML: fixing pure punctuation/single letter text childs KHTML: fixing user-defined stylesheets KHTML: fixing mixed block/inline content KHTML: fixing relayouting of childs with floats KHTML: respect padding and borders on cnn.com KHTML: treat xhtml transitional that way KHTML: enhanced border drawing code for dotted and dashed lines KHTML: fixing handling of <nobr>
Fix another instance of finding the path for ispell/aspell. Bump PKGREVISION.
Regen for patch-aa
Update to KDE-3.2.0. Changes: Libraries * Hidden methods in DCOP interfaces - DCOPIDLng Alexander Kellett * Documentation parsing (kdoc based) and inclusion in generated .dcopidl files (note: kdebindings dcopidlng only) Alexander Kellett * Kalyptus based rewrite of DCOPIDL - DCOPIDLng Alexander Kellett * Thumbnail generator for DVI files. Stefan Kebekus * Thumbnail generator for Xcursor files. Fredrik Hoeglund * KMainWindow can now maintain the statusbar and corresponding action (duplicate (99% of the time broken) code removed from countless applications in KDE). Benjamin Meyer * KMainWindow, KToolbar, and several other core classes now will only stores settings if those settings are not the default values (helping to reduce the huge size of config files). Benjamin Meyer * Add support for International Domain Names (IDN). Thiago Macieira, Waldo Bastian * KDE Password Registry and Wallet. George Staikos * SSL session ID reuse. George Staikos * KCookiejar: Support HttpOnly cookies. Waldo Bastian * KLocale: support for different calendar systems Hans Petter Bieker * KCalendarSystem: support for Hebrew calendar system Hans Petter Bieker * Support data urls. See rfc 2397. Leo Savernik * New tab widget classes KTabBar and KTabWidget in kdeui Stephan Binner * New KFile permissions panel Tim Jansen * Support for mimetype inheritance and aliases David Faure * KDialogBase: Replace setButtonOkText() & co. with setButtonOk() that takes a KGuiItem instead (deprecating the old methods) Martijn Klingens * Move KPrefs from libkdepim to kdelibs. Cornelius Schumacher * Support for "extra fields" in KIO slaves and in Konqueror / KFileDialog David Faure <faure@kde.org> * Add KSplashScreen, a splash screen class based on QSplashScreen (with support for KDE's Xinerama options) Chris Howells * KPasteTextAction: enhanced action for pasting text by offering a list with the clipboard history. Andras Mantia KHTML * Non-modal find dialog David Faure KDEfx * Added KCPUInfo class which makes it possible for applications to do runtime checks for architecture specific CPU features, such MMX, 3DNow! and AltiVec. Fredrik Hoeglund * Added MMX and SSE2 optimizations to the blending functions in KImageEffect, that among other things are used to blend the translucent menus when the menu effect is set to software blend, and to tint icons when they're selected in icon views. Fredrik Hoeglund Kate Part * File type specific settings Christoph Cullmann * vi style cmd line Christoph Cullmann * Support variable lines in files Anders Lund * Color Schemes Christoph Cullmann * Indentation based code folding Christoph Cullmann * Implement more DCOP interfaces and clean up the ktexteditor dcop interfaces Christoph Cullmann KImgIO * Add PCX image plugin, supports reading and writing 1, 4, 8 and 24bpp images Nadeem Hasan * Add TGA image plugin, supports reading and writing true color TGA images (compressed and uncompressed) Dominik Seichter Interfaces * Interfaces for KBytesEdit widget part Friedrich W. H. Kossebau KSpell * Adding ability to spell check HTML, TeX and nroff documents. Zack Rusin * Completely reworking the spell checking dialog. Adding language selection combo. Zack Rusin
Update to KDE-3.1.5 Changes: * networking: Fix crash related to SOCKS * kate: C syntax highlighting * konqueror: Improved handling of long filenames in icon view. * khtml: Minor rendering fixes * khtml: Improved loading of large images * java: Crash fix * webdav: Fixed renaming of files via secure connection
Would have to include <sys/param.h> to get a definition of NetBSD and KDE is never going to build on NetBSD<1.0 so don't bother testing a version, just assume we have setproctitle in libc. Should fix a gcc3 build problem mentioned by Juan RP.
Update to KDE3.1.4. Changes: * Allows compilation against Qt 3.2.x * improvements to utf8-filename handling in KIO * fix nonlating-filenames in http form upload (#61721) * ignoring X11 errors during startup to avoid startup notification to stop early * Preformance improvement to KGuiItem::plainText() * kdesu: implement session management for kdesu-started applications. * khtml: fix form widget sizing when code is compiled with gcc 3.4+. * kio: fix bug that caused gzip-encoded webpages to fail rendering when compiled with Qt 3.2. * keramik widgets: fix merging mistake that caused drawing errors in comboboxes. * keramik widgets: Fix pixmap cachine keying, correcting odd artifacts with some colorscheme changes. * dcop: honor $DCOPAUTHORITY which allows to specify an alternative location than $HOME for .DCOPserver_xxx * kcookiejar: fix cookie handling cornercase * kdeinit: support read-only home directories * artsd: fix restart * khtml: code fixes to avoid miscompilation of SunProCC under Solaris * kate: fix offering of default encoding when saving a file. * netwm: fix massive memory leak (showing up e.g. in kicker). * kate: fix compilation under aCC. * khtml: several crash fixes. Qt 3.2.x compatibility fixes. rendering improvements. * khtml: merging bug that caused the famous scrollbar problem fixed. * klistview: massive performance improvement in alternative color background handling * khtml/java: improved handling of slightly malformed urls. * kio: only cache successful passwords, otherwise its impossible to re-enter a password when it failed authorisation the first time.
Fix the render_root.cpp backport botch. date: 2003/08/02 21:28:49; author: mueller; state: Exp; lines: +2 -2 grr, automatic backporting patch made it automatically wrong :( CCMAIL: 61730-done@bugs.kde.org
remove a patch that is in the latest version
fix one error with building with gcc3.3 (not complete)
Update kdelibs to 3.1.3. Changes: * build system updates, gcc 3.4+ compilation fixes (Dirk Mueller) * ensure that each installed header file can be compiled on its own (has all necessary includes/forward declarations) * SECURITY: kio/khtml: Improve referer handling, always strip out username and password. * Roaming user support (Helge Deller) * kabc: add quotes around names from LDAP which contain non-alphanumeric characters * kabc: unterminated string handling fixes * kbugreport: only refer to http://bugs.kde.org if the bug-address is submit@bugs.kde.org * kcookiejar: don't deliver cookies when the url is "strange" * kcookiejar: unbreak cookies for https sites once again * kcookiejar: make kcookiejar --remove <domain> work * kdecore: never unload dante socks library, it crashes when doing so * kdecore: Adding KMacroExpander, class for shell-safe expansion of filenames in shellcode * kdeinit: Handle X errors instead of just crashing when they occur. * kdeprint: improvements to handling of cups network printers * kdeprint/smbview: use nmblookup -M -- to make it work with samba 3.0 * kdeui: dragging from the "konqueror wheel" button no longer duplicates the window * kdeui: rewritten mouse cursor-autohide code (hopefully much more stable now) * kdeui/kfontdialog: Try very hard to match the font name that was passed with one that actually exists * kdeui/kmainwindow: fix for saving statusbar state when autosave is enabled * kdewidgets: Add some new widgets * keramik: Major fixes to toolbar gradient alignment, as well as some miscellaneous fixes. * khtml: avoid endless-relayout-loop * khtml: several backports of fixes from 3.2 development branch * khtml: several fixes to bugs exposed by DOM2 testsuite * khtml jpeg loader: use memmove in places where memory regions overlap (valgrind we love you) * kio: crash/memory leak fixes * kio: added ability to add host:port to the no-proxy list * kio: speedup handling local files * kio: improvements to the layout of the HTTP Authentication password dialog * kio: allow rtsp:// protocol redirecting to mms:// * kio: KIOSK restriction fixes * kio: signal handling fixes (SIGPIPE etc) * kio_http: text/html mimetype in Accept: gets preference over other text/* types * kio_http: improvements in HTTP referer handling * kiconloader: memory leak fix * kjava: thread handling fixes * kjava: don't send text to the console window if its not visible (saves huge amount of memory on some pages) * kjava: catch exceptions thrown inside Applet.destroy * klocale: Support Macedonian plural forms
Removed patches/patch-cf and use REPLACE_PERL instead to fix incorrect path to perl in kdeui/preparetips
Fixed broken path to perl utility in preparetips script.
Update KDE to 3.1.2.
Changes:
kdelibs:
* https authentication through proxy fixed.
* KZip failed for some .zip archives.
* Fixed a bug in socket code that made KDEPrint crash.
* kspell: Support for Hebrew spell checking using hspell (requires hspell 0.5).
kdebase:
* kwin: Alt+Tab works while drag'n'drop (unless the application also grabs keyboard).
* kio_smtp: Doesn't eat 100% CPU when connection breaks and fixed a confusing error
message when AUTH failed ("Unknown Command" vs. "Authorization failed")
* kscreensaver: Fixed issue where kdesktop_lock would stay running indefinitely in
the background if it could not grab the keyboard/mouse, preventing the screen from
being locked manually.
* kscreensaver: Screensavers are now stopped when asking for the password [#56803]
* kio_smb: Several bugfixes for the smbro-ioslave.
* kdesktop: fixed minicli layout problem with Qt 3.1.2
* kdm: fixed incorrect user window width with Qt 3.1.2
* Konqueror: Create DCOP interface for mainwindow when object begins to exist.
* Konqueror: Fixed tab open delays when it can't reach website.
* Konsole: Don't flicker when selecting entire lines.
* Konsole: Crash, selection and sort fixes in schema and session editors.
* Konsole: Fixed mouse-wheel in mouse mode.
* Konsole: Allow programs to resize windows if enabled.
* Konsole: Keep output steady when triple-click selecting.
* Konsole: Added "Print" menu command.
* kicker: Fixed kasbar only drawing last icon from a group.
Add $LOCALBASE/lib to the path konqueror searches for libcrypto. Makes https work on systems that don't have libcrypto in /usr/lib, eg Solaris.
Add the patches from KDE Security Advisory 20030409-1: PS/PDF file handling vulnerability http://www.kde.org/info/security/advisory-20030409-1.txt Bump PKGREVISION.
Update KDE to 3.1.1.
Changes:
arts
* Several memory corruption fixes.
kdelibs
* kdialog: Fix screen numbering problem for centerOnScreen() static method
* kprogress: Fix math problem in displaying correct percentage for large
numbers
* kio_http: Fix data processing for webdav(s) listing of directories and files
* kate: Many small bugfixes, including:
+ Fixed code completion drop-down box position
+ Fixed "wrap cursor disabled" bugs
+ Fixed vertical scrollbar middle mouse behaviour
+ Fixed remove whitespace feature
+ Now clears the redo history when it is irrelevant
+ Fixed crash after starting up with a non-existant directory in the file
selector history
* kparts: Fix extension of transparently downloaded files, this fixes ark
(used to display temp file instead of archive content)
* klauncher: Fixed support for "Path=" entry in .desktop files. This entry
can be used to specify a working directory.
* kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
* kdeui: Fix for alternate background coloring in Konqueror list views.
* kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
* kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
points to the same place
* kstyles: Handle focus indicators on label-less checkboxes better
* kdeprint: Don't freeze when there is no route to the selected CUPS server
* SSL: add support for OpenSSL 0.9.7
* SSL: ADH ciphers are now explicitly disabled in all cases
* SSL: new CA root certificate added
* Several Xinerama related fixes
* QXEmbed fixes for various situations that don't handle XEMBED well
* Java on IRIX with SGI 1.2 VM is fixed
* khtml: Several major bugfixes, partially incorporated fixes from Safari as well.
kdeaddons
kdeadmin
* Linux Kernel Configurator: Add details about the lightbulb icon's meaning
* Linux Kernel Configurator: Support for more incorrect kernel configuration
files
kdeartwork
kdebase
* kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
* klipper: Escape "&" everywhere.
* konsole:
+ Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
+ Fixed usage of background images with spaces in the filename.
+ Profile support fixes (disabled menubar etc.)
+ Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
title.
+ Fixed a problem with the "Linux" font that prevented it from being used
with fontconfig.
* kdesktop: Made desktop menus pop up in unused Kicker space work.
* kicker: Fixed empty taskbar sometimes showing scroll buttons.
* konqueror:
+ Various startup performance improvements
+ Fix crash when sidebar tree expands hidden directory
+ Fix crash when config button hidden from config button's menu
+ Extensive fixes to Netscape plugins, fixing crashes and plugin support
+ Changes to default preview settings, making the defaults safer on various
platforms
* Java configuration module: Make it possible to properly configure Java in
all cases
* Previews: Fixed a privacy issue where previews of HTML files could access
files or hosts on the network.
kdeedu
* KStars:
+ Fixed bug #51708: No longer exits if starting position is below horizon
(only affected some systems)
+ Fixed bug #52205: Country of Lhasa is China, not Tibet.
+ Fixed too-narrow coordinates field in statusbar.
+ Fixed bug in "length of day" calculator module; it now properly accounts
for latitude and longitude
kdegames
* Atlantik: Many small bugfixes, including:
+ Better handling of incoming messages
+ Fixed token animation
* kbackgammon: Common crash fix.
kdegraphics
* KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
drawings
* Kooka: Some UI crashes fixed
* KViewShell: Default paper size is fixed
* KGhostView: Fixed wheel-mouse scrolling
kdemultimedia
* KsCD:
+ Stopped KsCD from pausing after tracks in random mode
+ Correctly associate extra CDDB information with tracks
+ Support non-Latin encodings properly in CDDB entries and elsewhere
+ Proper systemtray behaviour
+ Updated key accel code to avoid depricated calls
* Movie previews have been removed due to severe unresolved stability problems
kdenetwork
* Desktop Sharing server (krfb):
+ fix problems on X11 servers with 8 bit depth
+ fix problems on X11 servers with big-endian framebuffer
+ allow X11 servers without XShm (thin clients). Warning: requires a lot
of bandwidth
+ remove read timeouts. This should solve problems with some clients that
got disconnected after a minute of inactivity (but increases the time to
detect dead clients)
+ fix problem with clients that support both RichCursor and SoftCursor
encodings (like krdc from HEAD)
* Desktop Sharing client (krdc):
+ fix: when an error occurred in fullscreen krdc did not restore the
original resolution
+ fix: krdc stopped to repaint the framebuffer after a disconnect while
the error dialog was displayed
+ the quality setting in medium quality mode has been increased because
the original setting looked too bad with Keramik
kdepim
* KOrganizer bug fixes:
+ Use correct default duration for events crossing a day boundary (#53477).
+ Correctly save category colors (#54913).
+ Don't show todos more than once in what's next view.
+ Include todos in print output of month view (#53291).
+ Don't restrict maximum size of search dialog (#54912).
+ Make cancel button of template selection dialog work (#54852).
+ Don't break sorting when changing todos by context menu (#53680).
+ Update views on changes of todos directly in the todo list (#43162).
+ Save state of statusbar (#55380).
* knotes: Escape "&" in note titles
kdesdk
* Cervisia:
+ Fixed line break in protocol view
+ Fixed timestamp for files that are not in cvs (#55053)
+ Fixed handling of Cervisia's options like 'Update Recursively' when run
as embedded part in konqueror (#55665)
kdetoys
* kworldclock: Fixed that all clocks show the same time.
* kweather: Made it work again with non-english locales. (#52147)
* kweather: Prevent KWeather from looping and freezing Kicker when not
connected to the internet.(#49191)
kdeutils
* klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
* kcalc: Now a KMainWindow instead of a KDialog to fix various UI
inconsistencies
* kdf: Support escapes in fstab
quanta
* Bugfixes:
+ Allow resizing of the main window even with large user toolbars [#53230]
+ Insert valid DTD definitions [#53274]
+ Honor the View Default settings from Settings->Configure Editor [#53569]
+ Be less braindead regarding the Show DTD Toolbar setting [#53739]
+ Be able to select also directories in tag dialogs [#54819]
+ Do not complain about text files being binary ones on a system with
broken mimetypes [#54924]
+ Bring up the "File Changed" dialog only, when the file content has
changed[#55678]
+ Select Tag Area behaviour fixed for optional tags
+ Insert non-translated string in CSS code parts
+ Insert "border-top", "border-right", etc. correctly in CSS
+ Don't quote the script line more than once in the action configuration
dialog
+ Memory leak fixed: editor parts were not deleted when a file was closed
+ Fix insertion of "img" tags in HTML documents
+ Upload/rescan project/add to new project tree view behaviour fixed
+ Fix renaming of file in the Project Tree, when a file with the new name
was already present in the project
+ Rename only what has to be renamed in the project and enable project
saving after a rename
+ Use the correct encoding for newly created files
+ Saving of Author and E-Mail project options was broken in some cases
+ Fix the numbering of new documents
+ Fix the execution of actions
+ Fix crash when deleting an action
+ Insert valid single tags from the toolbar
* Enhancements:
+ Show the tag attributes (Alt-Down) menu lower than the current line
+ "Insert in cursor position" for script actions replaces the selection if
there was some text selected
+ New DCOP interface (WindowManagerIf) added to enable the modification of
the opened documents from a script
+ DTD for Quanta tags (DTD definition) added
+ XHTML 1.0 Strict DTD added
Update KDE to 3.1. Many bugfixes and functionality enhancements including: General New default widget style: Keramik New default icon theme: Crystal Created and enhanced framework to effectively disable certain features of the GUI, like for example shell access, disallowing to select custom wall papers. "Kiosk mode" Usability improvements: Kicker: Context menu, applet menus, wording and panel feature consistency improved Kicker: Redesigned control module. KCalc: Usability Improvements. KSnapshot: Usability Improvements. KsCD: User Interface Improvements in configuration and information dialogs kdelibs Extended the DCOP commandline client to enable nonGUI applications (such as shell scripts) to use DCOP send DCOP messages to multiple users and/or sessions concurrently Added to notification dialog to allow applications to configure their notifications with a common GUI. Added "Open File", "Open Destination" and "Keep window open" to download progress dialog. KDatePicker has now week number display and selection. Added KLocale support for setting/retrieving the first day of a week Support for "Multimedia keys" on your keyboard. Added on-demand icon loading support to improve startup performance of applications. KHTML: Improvements to printing support. Page Info and Frame info dialog. Auto-Scroll support of webpages using Shift combined with arrow keys. Many, many Bugfixes and improvements. Small codebase merges with Safari. The main merge is planned for a future release however, as it requires more testing. KIO: Modified thumbnail ioslave that can extract a thumbnail from the file directly if it contains one, rather than generating one itself. Added fish:// protocol slave, which can access remote filesystems via SSH and SCP Cleanups and Corrections in smtp:// protocol slave. Activated rtsp:// protocol slave. Added support for Public Key Authentication and interopability with newer versions of OpenSSH to sftp:// protocol slave. KSSL: SSL certificate policies can now be configured based on the host name
compile two problem files without optimization to work around a compiler bug that was noted with gcc-2.95.3 on alpha. Fixes recently noted bulk build problems.
The result of my recent KDE fiddlings - Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
Some (Non-NetBSD) versions of patch don't deal well with patches at the end of files that don't end with a newline. Trim the context of this patch to avoid the problem.
Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or 1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.
Bring in the patches that fix the recent security problem. PKGREVISION++
Remove diff warning from patch-cb. Closes pkg/18621. Update distinfo. (patch-bv was missed in the previous change)
Update to KDE 3.0.4. Changes are as follows (note the security fixes) arts * Compile fix for IRIX64 kdelibs * KHTML : Fixed progress bar. * KHTML : Fixed several crashes and misrenderings. * KHTML : Fixed "HTML source displayed in text viewer" after viewing text. * KHTML : Only ask "download plugins?" once per requested mimetype in the same page. * Javascript : several fixes (row.cells(), tablecaption.*, heading.*, event.x/y) . * libkscreensaver : Fixed bug that in rare cases prevented the screensaver from showing anything. * kio_file : Proper "disk full" error message in mkdir * KIO : Dropping links to webpages onto the desktop works in all cases now * Drag-and-drop of URLs : Improved compatibility with non-KDE apps * KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice kdebase * NSPlugins : Compatibility with gcc-3.x * Konqueror configuration : fixed default font size value * KDesktop : better determination of icon heights, for "lineup Icons" * KDesktop : Don't rearrange all icons when changing the font size * KControl : Fixed proxy configuration dialog layout * Fix a lot of mem leak * Kaddressbook : fix crash when we export CSV list * KDM * Security: proper temp dir creation for QT and disabled crash dialog * Made chooser work at all * Fixed compilation with older glibc * Fixed bad lilo interaction wrt. warnings kdegraphics * Kamera: Fixed crash when we didn't select camera in kcmkamera * KGhostview: Security related fixes kdemultimedia * KMix : Fixed compilation on Solaris * Kaboodle : fixed when it was embedded in konqueror * Fix a lot of memory leak kdenetwork * kpf: Security related fixes kdepim * KAlarm: Fix right-to-left character sets not being displayed in message edit control * KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug #43250) * KNotes: Fixed session management (bug #22844) * KNotes: Fixed mouse behaviour to be like kwin's (raise and lower already on mouse press) * KNotes: Fixed (in)famous bug that caused the big black windows and lost data (bugs #22062, #44870, #45084, #45386, #45451, #46570, #47352) * KNotes: Fixed drag'n drop of links and plain text kdesdk * Disabled kbugbuster compilation because bug system changed. Use CVS version if you need it.
Fix khtml/java/kjava.policy so that it includes a real path. This allows the security manager to be on when using java in konqueror. Found by Wolfgang Solfrank ws at tools dot de
Update to KDE 3.0.3. While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
Merge changes in packages from the buildlink2 branch that have buildlink2.mk files back into the main trunk.
Merge changes from pkgsrc-current into the buildlink2 branch for the packages that have buildlink2.mk files.
Fix build problem with -current
Bring in security fix for certificate handling. PKGREVISION++
Update to KDE 3.0.2 Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
Fix more {kde_module,lib}_LTLIBRARIES lossage.
Merge from pkgsrc-current to buildlink2 branch.
file distinfo was added on branch buildlink2 on 2002-06-23 19:06:08 +0000
Initial import of a kdelibs3 pkg.
Initial revision