Commit graph

94 commits

Author SHA1 Message Date
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
markd
4b94a83b92 Deal with openssl changes in -current. 2008-05-17 02:28:17 +00:00
markd
cf0c8a310c start_kdeinit multiple vulnerabilities - linux only
http://www.kde.org/info/security/advisory-20080426-2.txt
2008-04-27 04:14:32 +00:00
markd
fe1f06f2c6 Update to kde 3.5.9
minor bugfixes.
2008-02-20 09:49:56 +00:00
markd
7a322c4130 Use zonetab package rather than doing it locally. 2007-11-13 11:19:18 +00:00
markd
cce2ab9b81 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.
2007-10-20 10:36:14 +00:00
markd
1a758923e2 Updated version of Konqueror address bar spoofing fix
http://www.kde.org/info/security/advisory-20070914-1.txt
2007-09-21 20:45:52 +00:00
markd
95b42e1656 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
2007-09-02 04:33:59 +00:00
markd
702200929f 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.
2007-05-23 12:57:37 +00:00
markd
041dc97fd0 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.
2007-04-06 12:59:17 +00:00
markd
ea17d46add khtml/konqueror title XSS vulnerability
http://www.kde.org/info/security/advisory-20070206-1.txt
Bump PKGREVISION.
2007-02-07 12:17:18 +00:00
markd
4d2ad6c776 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.
2007-02-05 19:32:17 +00:00
markd
2afa4ad7ff 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.
2007-01-26 02:44:27 +00:00
markd
a10787eef1 Fix a regression in html rendering. From KDE svn. Bump PKGREVISION. 2006-11-20 09:38:15 +00:00
markd
090d929aae Use CHECK_PORTABILITY_SKIP for kate/tests/highlight.sh - its not a real
script.
2006-11-20 09:30:26 +00:00
markd
7fad8e3cef Make check-portability.sh happy. kate/tests/highlight.sh is not
runnable but fix the "test ==" anyway.
2006-10-15 11:25:19 +00:00
markd
016fb8c4a6 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.
2006-10-12 10:31:04 +00:00
joerg
19a38774c3 Improve findMostRecent: when no minor version is available, assume it
is -1 and continue the comparision.
2006-09-11 19:03:50 +00:00
joerg
d436202c11 Use the NetBSD/OpenBSD shared library magic on DragonFly as well
to fix SSL usage. Problem reported on DragonFly's user list.
2006-09-11 09:10:01 +00:00
markd
0b937f987a 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.
2006-08-02 13:42:16 +00:00
markd
a93d8a92d7 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).
2006-06-01 13:39:10 +00:00
markd
baf1a8d6a6 The Solaris fix in 3.5.2 missed one bit so re-add it. 2006-04-12 13:30:45 +00:00
markd
78dfca0b70 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.
2006-03-30 02:36:26 +00:00
minskim
1cf83b94a5 Make this package build on a case-insensitive filesystem. 2006-03-23 02:27:36 +00:00
minskim
ea2a13171b 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.
2006-03-22 23:44:06 +00:00
markd
4d0bab7f91 Patch from kde svn to fix compilation with gcc 2.95. Should fix build
on NetBSD 1.6.2.  Bump PKGREVISION.
2006-02-26 11:46:41 +00:00
markd
a6321a55cc Fix build on Solaris. 2006-02-07 10:06:53 +00:00
markd
933e533963 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
2006-01-31 22:20:41 +00:00
markd
a030ce944c kjs heap overflow fix.
http://www.kde.org/info/security/advisory-20060119-1.txt
Bump PKGREVISION.
2006-01-19 23:22:29 +00:00
markd
404b7b866f 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.
2005-12-29 23:41:42 +00:00
joerg
6353576e41 Patches work better when applied to the right file. 2005-12-22 14:31:08 +00:00
rillig
99d18b3450 Added two patches that fix the build on NetBSD 1.6.2/i386. 2005-12-20 19:58:04 +00:00
markd
477c138a48 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
2005-12-11 10:53:54 +00:00
markd
568b381d79 Update to KDE 3.4.3
Changes:
backport of bug fixes.
2005-10-13 12:31:59 +00:00
joerg
80593d58a8 Forgotten distinfo commit for DragonFly support and isnan/isinf fix. 2005-10-12 18:50:12 +00:00
markd
53a8d49823 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.
2005-07-30 11:04:59 +00:00
markd
5d6b250b2b Fix SIGBUS core dumps on sparc64. Patch from Michael Lorenz.
Bump PKGREVISION.
2005-07-30 10:40:26 +00:00
markd
4abfe5710a 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)
2005-05-31 14:13:23 +00:00
markd
1671b62fba 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.
2005-05-04 13:45:51 +00:00
markd
03ec7a6641 Apply the official KDE patches for CAN-2005-1046.
http://www.kde.org/info/security/advisory-20050421-1.txt
Bump PKGREVISION.
2005-05-01 04:35:39 +00:00
drochner
19c00732d1 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.
2005-04-18 16:54:00 +00:00
drochner
99489d9bf8 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
2005-04-12 11:00:03 +00:00
markd
ae17c3b7c5 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
2005-03-23 21:28:33 +00:00
markd
a0966354d0 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.
2005-03-17 09:46:36 +00:00
markd
ddda678338 $PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.
Bump PKG_REVISION.
2005-03-06 12:48:09 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
markd
232acac623 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.
2005-01-05 10:36:23 +00:00
markd
5f75540485 patch from KDE_3_3_BRANCH to stop SIGBUS on Solaris during URL
completion.  Bump PKGREVISION.
2005-01-05 10:27:43 +00:00
markd
c1dda370fc Part of fix of Konqueror Window Injection Vulnerability.
From http://www.kde.org/info/security/advisory-20041213-1.txt.
Bump PKGREVISION.
2004-12-14 11:02:18 +00:00
markd
f8147e0562 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
2004-12-10 06:02:57 +00:00