Commit graph

145629 commits

Author SHA1 Message Date
drochner
e87e8dbead deal with incompatibilities of newer openssl to make it build
on NetBSD-current again, fixes PR pkg/41770 by Ryo HAYASAKA
2009-07-24 10:56:46 +00:00
drochner
adf6045204 -remove unneeded patch
-disable the SIGBUS handler completely -- as implemented it can only
 cause trouble
2009-07-24 10:51:15 +00:00
adam
b942993db7 Updated fonts/fontforge to 20090622 2009-07-24 08:04:09 +00:00
adam
6f5c69c328 Changes 20090622:
* Add support for friendly names attached to style set features (New in OTF 1.6)
* Add support for Mark Sets (New in OTF 1.6)
* Serhij Dubyk has provided a Ukrainian UI
* Alexandre Prokoudine has updated the Russian UI
* Updated Polish translation from Michal
* Various patches from Michal fixing some out of bound array references.
* Added a cvt.find method to the python cvt object which returns the index
   in the cvt table of a given value (or -1 if not found)
* more...
2009-07-24 08:02:59 +00:00
joerg
7c95b18c77 Redirecting stdout and stderr with &> is not portable, fix this.
Issue raised by Koh-ichi Ito on nsd-users.
2009-07-24 07:08:10 +00:00
joerg
1867b3cb4c Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767. 2009-07-24 06:54:37 +00:00
minskim
db62b7472e Note update of rubygems. 2009-07-24 06:39:29 +00:00
minskim
0bbf2ed27d Update rubygems to 1.3.5.
Changes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
* Bulk index update is no longer supported (the code currently
  remains, but not the tests)
2009-07-24 06:38:53 +00:00
schmonz
4c1e8d37b4 Note ikiwiki update. 2009-07-24 05:09:57 +00:00
schmonz
aa8d78294a Update to 3.14159. From the changelog:
* svn: Fix rcs_rename to properly scope call to dirname.
* img: Pass the align parameter through to the generated img tag.
* Move OpenID pretty-printing from openid plugin to core (smcv)

pkgsrc changes:

* Add PKG_SYSCONFDIR support.
* Parameterize pkgsrc-configured paths in Makefile.PL so the patch
    can go upstream.
* Retire legacy amazon_s3 option.
2009-07-24 05:09:02 +00:00
schmonz
25b3570a19 Patch (from latest PathTools) to fix build failure on systems where
$HOME's parent directory isn't readable by an unprivileged user.
Tested on Linux with unprivileged pkgsrc (DreamHost, where the
problem was encountered) and on Mac OS X with a more typical setup.
2009-07-24 04:58:56 +00:00
christos
d0b7165587 fix time.h issues 2009-07-24 01:24:38 +00:00
obache
455ec11d02 Fixes jce optional entries. 2009-07-24 00:12:16 +00:00
wiz
d3c575f975 Updated graphics/geeqie to 1.0beta2 2009-07-23 23:08:49 +00:00
wiz
29ea222b02 Update to 1.0beta2. Convert to user-destdir, set LICENSE.
* active image follows keyboard focus
    * added simple desktop file editor
    * layout id "_current_" matches the currently active layout
    window
    * added a possibility to update existing bars from config
    * added tooltips to external editors on toolbar, added "load
    config" command to remote control
    * added possibility to update existing layout window from config
    * added function to reload external editors at any time
    * added more IPTC tags
    * implemented editing support in exif pane
    * fixed loading of desktop file icons, gtk seems to expect an
    icon name without extension
    * compute histogram in idle time
    * completely separated global and layout window options, layout
    window configuration is available under separate menu entry
    * do not allow to add keywords with the same name as siblings
    * added keyword tree filtering
    * show file name in advanced_exif
    * handle sidecar files for raw formats that are not known to
    exiv2
    * added a dialog for editing keyword tree
    * added a popup menu in keyword tree
    * Remove the toggle on advanced exif window menu item.
    * Advanced exif window: make all columns sortable and resizable.
    * Display icons in edit contextual menu.
    * In various Edit context menus, only display editors that
    match the file types in the selection.
    * allow dropping of multiple keywords
    * show a label instead of the default drag icon
    * implemented keywords editor as described at
    http://geeqie.wiki.sourceforge.net/keywords
    * Try to improve tab completion: when a key is pressed while
    tab completion menu is shown, the number of entries is reduced,
    dhowing all matching entries but the menu is no more closed
    after each key pressure. Number of possible entries in this
    menu was increased from 500 to 1000. Pressing TAB when path
    entry is empty now adds / (root directory).
    * added popup menu to the exif pane
    * indicate that the exif pane is empty
    * Display pixel coordinates and rgb, patch by Ruben Stein
    * reorder exif pane entries with drag and drop
    * overlay now survives image split
    * Add a directory separator at the end of names in tab completion
    list to indicate directories.
    * Align exif labels vertically (visually better since name is
    now smaller than value).
    * Enable 'Use profile from image' item of color management menu
    only if such profile information is available from image.
    * In the side bar, display the filename without the 'Filename:'
    prefix and makes it centered. Allow to select it for copy'n'paste.
    * Color profiles menu: test for file access before allowing to
    select it as input profile.
    * load icons for external editors
    * split overlay options between global and layout window
    * save and restore toolbar configuration
    * Add an indicator of the embedded color profile when recognized
    (a * just after sRGB or AdobeRGB compatible).
    * Color profiles menu: mark empty entries as inactive.
    * Add a tooltip showing current histogram state on bar histogram.
    * correctly save and restore overlay string
    * Save bar pane histogram state to rc file.
    * Add a contextual menu on bar pane histogram allowing to change
    channels and mode.
    * Drop histogram based on mean value.
    * config file format changed to XML
    * Add grid to bar histogram.
    * Fix bug 2599857: file list sort order was wrong in many cases.
    * separated "normal" and advanced exif, "Normal" exif is now
    in the generic bar, advanced exif is in separate window.
    * replaced bar_info with an universal bar
    * Start with "Fit to window" in "Leave Zoom at previous setting"
    mode
    * do not switch to the next image on mouse click in split mode,
    it interferes with image switching too much.
    * Speed up random slideshow, startup time decreases from minutes
    to seconds when amount of images is big. Patch by Kjell
    Morgenstern.
    * Do not show geeqie itself in editors menus.
    * read external editors from .desktop files
    * Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE
    mismatch, reported by Christopher Beland.
    * Remove harmful documentation.helpdir and documentation.htmldir
    options. These paths can still be modified through with-readmedir
    and --htmldir configure options. Reported by Christopher Beland.
    * show symlinks in filelist
    * added a status bar button for writting metadata immediately
    * metadata write mode (direct or sidecar) made configurable
    for each file format
2009-07-23 23:08:37 +00:00
wiz
98407d076d Note fixesproto downgrade. 2009-07-23 22:27:08 +00:00
wiz
ced8ef7986 Downgrade to 4.0 -- 4.1 needs xextproto-7.0.99.1 and I'm not prepared
to go there yet.

Noted by hasso.
2009-07-23 22:26:05 +00:00
wiz
8737c09795 Updated devel/ptlib to 2.6.4 2009-07-23 22:12:04 +00:00
wiz
6b02baa729 Update to 2.6.4. Fix build with latest openssl.
2009-06-05 04:14  rjongbloed

	* [r22828] version.h:
	  Update version number for beta v2.6.4

2009-06-12 06:26  rjongbloed

	* [r22848] include/ptclib/vxml.h, src/ptclib/vxml.cxx:
	  Fixed deadlock when shutting down VXML. Also "normalised" member
	  for vxml channel pointer so cannot get out of sync with
	  underlying channel pointer.

2009-06-22 01:46  rjongbloed

	* [r22944] ., src/ptclib/url.cxx:
	  Reviewed and fixed the "safe" characters for URI translation as
	  per RFC2396

2009-06-24 01:57  rjongbloed

	* [r22960] ., configure, configure.ac, src/ptlib/unix/osutil.cxx:
	  Changed PTimer::Tick() from using gettimeofday (if possible) as
	  if an
	  RTP time sync daemon is used then the return value of
	  PTimer::Tick() can
	  leap forward or backward causing problems. It should always be
	  simple
	  monotonic increasing milliseconds from some arbitrary point,
	  exactly as
	  provided by clock_gettime() using CLOCK_MONOTONIC. So we use that
	  if it
	  is available.

2009-06-24 02:20  rjongbloed

	* [r22963] src/ptlib/unix/osutil.cxx:
	  Fixed incorrect divisor for new clock_gettime version of
	  PTimer::Tick()

2009-06-25 13:07  rjongbloed

	* [r22984] ., include/ptclib/threadpool.h,
	  src/ptclib/threadpool.cxx:
	  Change behaviour of thread pooling if a group ID is specified.
	  If a group ID is specified, work is always added to a worker
	  thread
	  of the same group ID, or a new worker thread is created

2009-06-26 05:56  rjongbloed

	* [r22992] include/ptclib/threadpool.h:
	  Reversed out previous change as it fails to be subject to thread
	  count limit, cannot just allocate new thread if have new group
	  ID.

2009-07-01 00:13  rjongbloed

	* [r23018] plugins/vidinput_v4l2/vidinput_v4l2.cxx,
	  src/ptlib/common/sockets.cxx:
	  Fixed name conflict.

2009-03-18 03:44  rjongbloed

	* [r22210] version.h:
	  Update version number for beta v2.6.2

2009-03-23 00:54  rjongbloed

	* [r22240] ., src/ptlib/msos/ethsock.cxx:
	  Patch for compiling without IPv6, thanks Michael Cronenworth

2009-03-23 03:00  rjongbloed

	* [r22242] ., configure.ac:
	  Applied patch:
	  [ 2685609 ] ptlib: --[enable|disable]-ansi-bool goes to the same
	  thanks Mounir Lamouri

2009-03-23 03:09  rjongbloed

	* [r22243] src/ptlib/common/jidctflt.cxx:
	  Applied patch ID: 2657924
	  ptlib: assembler code fails (jidctflt.cxx) with -O0
	  thanks Mounir Lamouri

2009-03-23 04:04  rjongbloed

	* [r22250] ., include/ptclib/podbc.h, src/ptclib/podbc.cxx:
	  Applied patch ID: 2656778
	  cannot build ptlib 2.6.0
	  thanks Götz Waschk

2009-03-25 09:44  rjongbloed

	* [r22284] ., src/ptlib/common/sockets.cxx:
	  Applied patch to fix NULL pointer usage under some error
	  conditions, thanks elaine.

2009-03-26 00:31  rjongbloed

	* [r22295] make/unix.mak, src/ptclib/pdns.cxx,
	  src/ptlib/common/osutils.cxx, src/ptlib/unix/config.cxx,
	  src/ptlib/unix/socket.cxx, src/ptlib/unix/svcproc.cxx,
	  src/ptlib/unix/tlib.cxx, src/ptlib/unix/tlibthrd.cxx:
	  Applied patch ID: 2712498 "NetBSD port", supplied by Jared D.
	  McNeill

2009-03-27 03:55  rjongbloed

	* [r22304] src/ptlib/unix/channel.cxx:
	  Added extra information to assert on multiple read in different
	  threads.

2009-03-27 23:18  rjongbloed

	* [r22311] make/common.mak, make/plugins.mak, src/Makefile,
	  src/ptlib/Nucleus++/Makefile:
	  Fixed bug ID: 2027650 "$(CFLAGS) include path overrides package
	  include
	  path", reported by Stefano Sabatini

2009-03-29 23:48  rjongbloed

	* [r22317] src/ptlib/unix/channel.cxx:
	  Fixed crash (NULL ptr access) as the "message" part of PAssert is
	  not
	  protected by the assert condition, so need to put the condition
	  outside
	  the PAssert macro.

2009-03-30 00:05  rjongbloed

	* [r22320] make/plugins.mak:
	  Make sure LDFLAGS are last in linker command line.

2009-03-30 01:31  rjongbloed

	* [r22324] ., src/ptlib/msos/sound_win32.cxx:
	  Fixed issue with empty strings for Windows sound devices being
	  returned when being used over a Remote Desktop connection.

2009-03-30 23:13  rjongbloed

	* [r22332] ., src/ptclib/pffvdev.cxx:
	  Fixed typo in pragma implementation

2009-03-31 00:32  rjongbloed

	* [r22335] ., make/common.mak:
	  Fixed bug ID: 2721897 "Still problems with the STDCCFLAGS
	  includes", patch supplied by Stefano Sabatini

2009-03-31 06:42  csoutheren

	* [r22345] src/ptlib/common/osutils.cxx,
	  src/ptlib/unix/tlibthrd.cxx:
	  Backport thread leak fixes and PTRACE changes from trunk

2009-03-31 06:43  csoutheren

	* [r22346] src/ptlib/common/osutils.cxx:
	  Remove vestigal code

2009-03-31 23:57  rjongbloed

	* [r22356] include/ptlib/pprocess.h, src/ptlib/common/osutils.cxx,
	  src/ptlib/unix/tlib.cxx:
	  Do not set Unix signal handlers if PProcess is being loaded as a
	  library, leave that up to the enclosing application.

2009-04-07 02:47  rjongbloed

	* [r22375] ., include/ptclib/delaychan.h, include/ptlib/contain.h,
	  include/ptlib/indchan.h, include/ptlib/psync.h,
	  include/ptlib/videoio.h, src/ptclib/httpsvc.cxx,
	  src/ptlib/msos/svcproc.cxx:
	  Applied patch ID: 2725084, thanks Giorgio Alfarano

2009-04-07 03:20  rjongbloed

	* [r22378] ., include/ptlib/svcproc.h, src/ptlib/msos/svcproc.cxx:
	  Fixed applied patch from patch manager, broke Unix build.

2009-04-07 03:29  rjongbloed

	* [r22380] ., src/ptlib/msos/vidinput_directx.cxx:
	  Applied patch ID: 2728435 "directx & YUY2", thanks Giorgio
	  Alfarano

2009-04-07 04:16  rjongbloed

	* [r22383] ., include/ptlib/unix/ptlib/pprocess.h,
	  src/ptlib/unix/tlibthrd.cxx:
	  Possible fix for ID: 2725546 "Crash in PInterfaceMonitor::Stop"

2009-04-07 04:43  rjongbloed

	* [r22392] ., src/ptlib/common/ptime.cxx:
	  Applied fix for ID: 2728037 "Win32 linker cannot resolve
	  _PTimeParse", thanks Michael Rickmann

2009-04-07 04:53  rjongbloed

	* [r22394] ., configure.ac, include/ptbuildopts.h.in:
	  Applied fix for ID: 2735402 "Must check for ATL in configure when
	  checking for SAPI", thanks Jan Willamowius

2009-04-07 05:05  rjongbloed

	* [r22396] ., configure.ac:
	  Applied fix for ID: 2726070 "ffvdev option needs pipechan
	  option", thanks Mounir Lamouri

2009-04-23 23:57  rjongbloed

	* [r22458] src/ptlib/common/vconvert.cxx:
	  Applied patch ID: 2778636 "YUY2toYUV420PWithResize fix", thanks
	  Giorgio Alfarano

2009-04-24 18:23  csoutheren

	* [r22464] src/ptlib/unix/tlibthrd.cxx:
	  Remove potential loophole to delete wrong thread

2009-05-05 01:55  rjongbloed

	* [r22509] include/ptlib/pipechan.h, src/ptlib/msos/pipe.cxx:
	  Fixed issues with PPipeChannel reading stdout/stderr from a child
	  process on Windows:
	  data being buffered before sending in subprocess
	  read of stdout with timeout (SetReadTimeout() now works)
	  read partial amounts from stdout (ask for 1000 bytes, get the 23
	  available)

2009-05-07 08:53  csoutheren

	* [r22552] ., include/ptclib/sockagg.h,
	  include/ptclib/threadpool.h, include/ptlib/msos/AUTOEXP.DAT,
	  include/ptlib/pfactory.h, include/ptlib/safecoll.h,
	  plugins/vidinput_v4l2/Makefile.in, src/Makefile,
	  src/ptclib/sockagg.cxx, src/ptclib/threadpool.cxx,
	  src/ptlib/common/safecoll.cxx:
	  Bulk backport of patches from trunk including RTP SafePtr and
	  thread pooling

2009-05-08 04:21  rjongbloed

	* [r22565] src/ptlib/unix/channel.cxx:
	  Changed assert for multiple reads on channel to use same hex
	  format for thread ID as is used elsewhere in the logging.

2009-05-11 08:31  rjongbloed

	* [r22578] ., src/ptlib/msos/Console.vcproj,
	  src/ptlib/msos/Console_2005.vcproj,
	  src/ptlib/msos/Console_2008.vcproj:
	  Removed sockagg.*

2009-05-11 08:55  rjongbloed

	* [r22579] src/ptlib/msos/Console.vcproj,
	  src/ptlib/msos/Console_2005.vcproj,
	  src/ptlib/msos/Console_2008.vcproj:
	  Added threadpool.*

2009-05-12 06:14  rjongbloed

	* [r22583] configure, configure.ac:
	  Make sure P_64BIT is included in pkg-config options so downstream
	  compiles get it.

2009-05-12 08:51  rjongbloed

	* [r22587] src/ptlib/msos/pipe.cxx:
	  Fixed WinCE compile.

2009-05-12 12:20  rjongbloed

	* [r22591] include/ptlib/msos/ptlib_2005.dtf,
	  include/ptlib/msos/ptlib_2005_wm.dtf,
	  include/ptlib/msos/ptlib_2005_wm6.dtf,
	  include/ptlib/msos/ptlib_2008.dtf,
	  include/ptlib/msos/ptlibd_2005.dtf,
	  include/ptlib/msos/ptlibd_2005_wm.dtf,
	  include/ptlib/msos/ptlibd_2005_wm6.dtf,
	  include/ptlib/msos/ptlibd_2008.dtf,
	  include/ptlib/msos/ptlibn_2005.dtf,
	  include/ptlib/msos/ptlibn_2005_wm.dtf,
	  include/ptlib/msos/ptlibn_2005_wm6.dtf,
	  include/ptlib/msos/ptlibn_2008.dtf:
	  Update symbols

2009-05-12 13:42  rjongbloed

	* [r22592] include/ptlib/msos/ptlib_2008.dtf,
	  include/ptlib/msos/ptlibd_2008.dtf,
	  include/ptlib/msos/ptlibn_2008.dtf:
	  Update symbols

2009-05-13 04:17  rjongbloed

	* [r22598] include/ptlib/safecoll.h:
	  Back ported test for multiple instances of an object in a safe
	  collection. This is bad, must be prevented.

2009-05-13 14:06  csoutheren

	* [r22601] src/ptlib/common/contain.cxx:
	  Use a custom allocator memory pool for PContainerReference
	  and PAbstractArray on Linux
	  This reduces memory fragmentation and allocation overhead

2009-05-13 14:07  csoutheren

	* [r22602] src/ptlib/common/osutils.cxx:
	  Add log message every time timer thread fires

2009-05-14 00:16  rjongbloed

	* [r22611] src/ptlib/common/osutils.cxx:
	  Reduced level of new trace log in timers

2009-05-14 01:58  rjongbloed

	* [r22614] ., src/ptlib/common/osutils.cxx:
	  Reduced level of new trace log in timers, again. Too noisy!

2009-05-18 06:09  rjongbloed

	* [r22629] src/ptclib/url.cxx:
	  Fixed "file:" URL handling. While it is never explicitly stated
	  anywhere in RFC1798, there is an implication in RFC 1808 that the
	  path is absolute unless the relative path rules of that RFC
	  apply. We follow that logic.

	  Also now follow the convention for Windows drive letters,
	  "C|/blah" for "C:\blah".

2009-05-18 06:19  rjongbloed

	* [r22633] src/ptclib/vxml.cxx:
	  Fixed loading of VXML file directly (when not via URL)

	  Fixed correct playing of silence delay after playing a playable
	  object.

	  Added and normalised logging.

2009-05-19 05:17  rjongbloed

	* [r22648] include/ptlib/msos/ptlib_2003.dtf,
	  include/ptlib/msos/ptlib_2005.dtf,
	  include/ptlib/msos/ptlib_2005_wm.dtf,
	  include/ptlib/msos/ptlib_2005_wm6.dtf,
	  include/ptlib/msos/ptlib_2008.dtf,
	  include/ptlib/msos/ptlibd_2003.dtf,
	  include/ptlib/msos/ptlibd_2005.dtf,
	  include/ptlib/msos/ptlibd_2005_wm.dtf,
	  include/ptlib/msos/ptlibd_2005_wm6.dtf,
	  include/ptlib/msos/ptlibd_2008.dtf,
	  include/ptlib/msos/ptlibn_2003.dtf,
	  include/ptlib/msos/ptlibn_2005.dtf,
	  include/ptlib/msos/ptlibn_2005_wm.dtf,
	  include/ptlib/msos/ptlibn_2005_wm6.dtf,
	  include/ptlib/msos/ptlibn_2008.dtf:
	  Update DLL symbols
2009-07-23 22:11:47 +00:00
wiz
7bb3f03e92 Updated devel/mercurial to 1.3.1 2009-07-23 21:24:09 +00:00
wiz
e2fbbdbc0a Update to 1.3.1:
Regression fixes:
 - fixed excessive memory usage issues with diff and strip
 - fixed ssh performance issue on OS X
 - fixed slow calculation of branch heads
 - fixed handling of port numbers in URLs
 - fixed transaction handling exception
 - fixed incoming with graphlog extension
 - fixed slow commit in fetch extension
 - fixed loading of win32mbcs extension

Other fixes:
 - fixed http username handling in acl extension
 - fixed subrepo path joining on Windows
 - allow update --check to cross branches
 - miscellaneous small doc and bug fixes
2009-07-23 21:23:35 +00:00
schmonz
23218fe48b Note updates of xapian{,-omega}. 2009-07-23 19:30:23 +00:00
schmonz
e6fda9b988 Update to 1.0.14:
indexers:
* omindex: Make sure that output is flushed after every message, not just after
  some of them.

portability:
* Avoid infinite loop in omindex and scriptindex when reading files under
  Cygwin with automatic end of line translation enabled.  This same bug can
  also manifest on Unix platforms if the file is truncated by another process
  while being read.
2009-07-23 19:27:21 +00:00
schmonz
960f2bc2bd Update to 1.0.14. From the changelog:
API:
* When using more than one ValueRangeProcessor, QueryParser didn't reset the
  begin and end strings to ignore any changes made by a ValueRangeProcessor
  which returned false, so further ValueRangeProcessors would see any changes
  it had made.  This is now fixed, and test coverage improved.

flint backend:
* Use F_FULLFSYNC where available (Mac OS X currently) to ensure that changes
  have been committed to disk.  (ticket#288)

remote backend:
* Fix handling of percentage weights in various cases when we're searching
  multiple remote databases or a mix of local and remote databases.
2009-07-23 19:24:52 +00:00
abs
b30148914e Allow selection of mysql or pgsql options. Default unchanged at mysql 2009-07-23 17:34:09 +00:00
abs
165fa26af0 Updated lang/sun-jre15 and lang/sun-jdk15 to 5.0.19 2009-07-23 17:19:37 +00:00
abs
5180e2657c Updated lang/sun-jdk15 to 5.0.19
Changes in 1.5.0_19

The full internal version number for this update release is 1.5.0_19-b02 (where "b" means "build"). The external version number is 5.0u19.
OlsonData 2009g

This release contains Olson time zone data version 2009g. For more information, refer to Timezone Data Versions in the JRE Software .

Security Baseline

This update release specifies the following security baseline:
JRE Family Version 	Java SE
Security Baseline 	Java SE for Business
Security Baseline 1.4.2 	1.4.2_19 	1.4.2_20

In December, 2008, Java SE 1.4.2 reached its end of service life with the release of 1.4.2_19. Future revisions of Java SE 1.4.2 (1.4.2_20 and above) include the Access Only option and are available to Java SE for Business subscribers.

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

Additional Supported System Configurations

As of this update, support has been added for the following system configurations:

    * Internet Explorer 8
    * Windows Server 2008
    * SLES 11

Refer to the Supported System Configurations page.
Service Tag Support

Service Tag support on Solaris, Linux, and Windows is add in this release. If Service Tag software has been installed on a system where JRE 1.5.0_19 is being installed, a unique service tag is automatically created for that particular JRE instance. There is no change in the JDK/JRE installation instruction, and there is no change in the Java runtime.

Service Tag software can be downloaded from Sun Inventory. JDK and JRE service tags allow installed instances of the JDK and JRE to be discovered and registered under a user's account on Sun Connection.
Known Issues

    IE 8 Hangs with OBJECT Tag

    When an OBJECT tag is used to specify an applet, and the browser does not receive any mouse button events or keyboard events before the browser gets to the point of interpreting (executing) the OBJECT> tag, then IE 8 hangs.

    This bug is seen when an html file containing OBJECT tag is specified as a command line parameter while launching IE. For example:

    iexplorer.exe  file.html

    In this case, there is no mouse button event between invocation of IE and OBJECT tag execution.

    A workaround is to force the user to use a mouse or keyboard before IE8 reaches the tag. For example, if applet.html contains an OBJECT tag, then the following command line invocation hangs the browser:

    iexplorer.exe applet.html

    However, if you specify applet.html in another html file, as follows, then the user is forced to use the keyboard or mouse button, and the hang does not occur:

    <HTML><BODY><A href="file:applet.html"> click </A> </BODY></HT
    ML>

    Refer to CR 6825659 for further information.

Bug Fixes

Bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6260293 	hotspot 	compiler2 	fix set_ctrl() inconsistencies in loopopts
6394438 	hotspot 	compiler2 	crash in C2 compiler in MachSpillCopyNode::implementation on 5.0_U4
6435614 	hotspot 	compiler2 	code fails with impossible ArrayIndexOutOfBounds Exception
6754146 	hotspot 	compiler2 	1.5.0_15 C2 compiler crashes in PhaseChaitin::Split()
6788347 	hotspot 	compiler2 	C2Compiler crash 6u7
6798785 	hotspot 	compiler2 	Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
5081701 	hotspot 	garbage_collector 	CMS: ATG crash with perm gen collection enabled
6415354 	hotspot 	garbage_collector 	CMS: assert(thisOop->is_oop_or_null(true),"expected an oop or NULL")
6722112 	hotspot 	garbage_collector 	CMS: Incorrect encoding of overflown object arrays during concurrent precleaning
6722113 	hotspot 	garbage_collector 	CMS: Incorrect overflow handling during precleaning of Reference lists
6739357 	hotspot 	garbage_collector 	CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
6786503 	hotspot 	garbage_collector 	Overflow list performance can be improved
6787254 	hotspot 	garbage_collector 	Work queue capacity can be increased substantially on some platforms
6751861 	hotspot 	jvmti 	Memory leak occurs in JVMTI(jdk5.0u16)
6447157 	hotspot 	other 	Crashdump (hs_err_pid*.log) does not contain the crash time
6320309 	hotspot 	runtime_system 	symbol resolution -- wait() vs interrupt -- can result in IE being thrown from unexpected locations
6680485 	hotspot 	runtime_system 	Wrong error-handling with Solaris-specific interruptible I/O (Solaris)
6821003 	hotspot 	runtime_system 	Update hotspot windows os_win32 for windows 7
6277781 	idl 	serialization 	Serialization of Enums over IIOP is broke.
6614558 	idl 	serialization 	jmx interop JDK5 - JDK6 issue when calling getMBeanInfo
6529796 	java 	char_encodings 	Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
6710199 	java 	char_encodings 	SJIS_0213 does not handle "unmappable" encoding operation correctly
4744405 	java 	classes_2d 	RFE: lookupPrintServices() to refresh the printers list dynamically
6358622 	java 	classes_2d 	hotspot crash when printing to non-available network printer
6428762 	java 	classes_2d 	RHEL5: Sazanami Mincho Font rendering quality is poor
6574633 	java 	classes_2d 	native printDialog crashes when changing printer
6633656 	java 	classes_2d 	Cross platform print dialog doesn't check for orientation being unsupported.
6524352 	java 	classes_awt 	support for high-resolution mouse wheel
6668385 	java 	classes_awt 	Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
6675956 	java 	classes_awt 	REGRESSION : Different behavior of Container.findComponentAt in jdk5
6707023 	java 	classes_awt 	Chinese Characters in JTextPane Cause Pane to Hang
6219755 	java 	classes_io 	PipedOutputStream.write() remains blocked after PipedInputStream was closed
6242664 	java 	classes_lang 	String.offsetByCodePoints doesn't work for Strings returned by String.substring
6819886 	java 	classes_lang 	System.getProperty("os.name") reports Vista on Windows 7
6651382 	java 	classes_management 	The Java JVM SNMP provider reports incorrect stats when asked for multiple OIDs
6598160 	java 	classes_net 	Windows IPv6 Socket implementation doesn't set the handle to not inherit
6648001 	java 	classes_net 	Cancelling HTTP authentication causes subsequent deadlocks
6693244 	java 	classes_net 	Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
5100121 	java 	classes_nio 	(se) select not immune to EINTR
6497734 	java 	classes_nio 	(dc) assert "JNI handle should not be null" under Java_sun_nio_ch_FileDispatcher_preClose0()
6552236 	java 	classes_security 	PolicyFile not synchronized during refresh
6699856 	java 	classes_swing 	Creating text in a JTextPane using Chinese text causes undesired behavior
6735259 	java 	classes_swing 	NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
4823811 	java 	classes_text 	[Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation
6576792 	java 	classes_util_concurrent 	ThreadPoolExecutor methods leak interrupts when run in pool threads
6409997 	java 	classes_util_i18n 	Default locale/encoding detection for Windows Vista
6834474 	java 	classes_util_i18n 	(tz) Support tzdata2009g
6740278 	java 	dragndrop 	An image(256 colors) in clipboard should be displayed correctly
6404011 	java 	imageio 	IllegalArgumentException: "Invalid ICC Profile Data" when reading certain JPEGs
6687968 	java 	imageio 	PNGImageReader leaks native memory through an Inflater.
6541870 	java 	serialization 	NullPointerException in ObjectInputStream with Externalizables
6608975 	java 	serviceability 	HeapDumpPath option is ignored for dumps written by HeapDumpOnCtrlBreak functionality
6745217 	java 	serviceability 	jmap throws sun.jvm.hotspot.utilities.AssertionFailure: BitMap index out of bounds (1.5.0_15-b04)
6754987 	java 	serviceability 	Crash triggering Heapdump via -XX:+HeapDumpOnCtrlBreak AND -XX:+UseParallelOldGC
6803304 	java 	sunservicetags 	Service Tag support for JRE for solaris/linux/windows
6680432 	java_deployment 	security 	Display only Digital Signature key usage certificate in client authentication dialog box.
6567254 	java_plugin 	ns6 	Stack stomp in CSecureJNIEnv
6603064 	java_plugin 	other 	Legacy_lifecycle:Exception getting thrown on while making LiveConnect calls once applet is refreshed
6595618 	java_plugin 	plugin 	Intermittent problems with signed applet certificate verification
6618901 	java_plugin 	plugin 	6.0 JRE applet running on Vista limits heap to 64 MB
6696175 	javawebstart 	jnlp_file 	javaws not recognizing properties which contains % character
6809409 	jaxp 	sax 	jaxp Issue 56 SAXException doesn't do the exception chaining properly
6809019 	jaxp 	xslt 	Performance degradation for fix to: 6537909 in 1.5.0_14
6796140 	jets 	other 	Further ORB changes after 6725987
6176036 	jndi 	ldap 	Require a way to specify read timeout for LDAP operations

Changes in 1.5.0_18

The full internal version number for this update release is 1.5.0_18-b02 (where "b" means "build"). The external version number is 5.0u18.
Security Baseline

This update release specifies the following security baseline:
	JRE Family Version 	Security Baseline 1.4.2 	1.4.2_20

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

OlsonData 2009a

This release contains Olson time zone data version 2009a. For more information, refer to Timezone Data Versions in the JRE Software .

Java Naming and Directory Interface (JNDI) API Change

The behavior of the JNDI feature to store and retrieve Java objects in an LDAP directory has been slightly modified.

When storing a Java object in an LDAP directory, the location of the object's class file (its codebase) may be specified. Later, when restoring the original object, its codebase along with additional object data is retrieved from the directory and used by the class loader.

An object's codebase is no longer implicitly trusted. Instead, a new system property called com.sun.jndi.ldap.object.trustURLCodebase must explicitly be set to the string value true in order for a codebase to be used. Otherwise, the codebase will be ignored by the class loader when restoring a Java object, and only those class files that appear on the classpath will be recognized.

Java Management Extensions(JMX) Change
In a JMX access property file, the readwrite access no longer allows the remote createMBean and unregisterMBean operations. These must now be provided explicitly via new clauses.

The default jmxremote.access file of the JRE ($JRE_HOME/lib/management/jmxremote.access) shows what this looks like:

monitorRole  readonly
controlRole  readwrite \
            create javax.management.monitor.*,javax.management.timer.* \
            unregister

CORBA Memory Leak Fix - Special Note

This update release and revision 5.0u16-rev-b12 and subsequent updates and revisions contain a fix for 6725987. When using updates and revisions prior to these, an ORB may contain valid references (that is, a memory leak) even after calling its shutdown() and destroy() methods, and it may respond to some method calls.

With this fix, the ORB correctly cleans up and the Garbage Collector can free up the memory held by such references. Incorrect accesses to such references or methods are likely to result in a NullPointerException to the application.

Root Certificates Included

Root Certificates are included in this release. The following root certificates have been added:

    * VeriSign TSA Root Cert to the JDK (Refer to 6732157.)
    * Two additional T-systems root CA certs (Refer to 6803022.)
    * Two Unizeto root certs (Refer to 6803036.)

Bug Fixes

This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 254569, 254570, 254571, 254608, and 254611.

Other bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6676016 	hotspot 	garbage_collector 	ParallelOldGC leaks memory
6461933 	java 	classes_awt 	To adjust system boot time in nowMillisUTC() frequently
6637607 	java 	classes_awt 	1st char. is discarded after a modal dialogue shows up and disappears
6677578 	java 	classes_awt 	Print dialog doesn't come up when brower window is maximized
6571589 	java 	classes_lang 	(thread) Thread.getStackTrace() returns null
6446855 	java 	classes_net 	https connections failing when connecting through a proxy
6687282 	java 	classes_net 	URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
6720866 	java 	classes_net 	Slow performance using HttpURLConnection for upload
6732157 	java 	classes_security 	Add VeriSign TSA Root Cert to the JDK
6803022 	java 	classes_security 	Add T-systems root CA certs to the JRE
6803036 	java 	classes_security 	Add Unizeto root certs to the JRE
6639183 	java 	classes_util_concurrent 	Scheduling large negative delay hangs entire ScheduledExecutor
6725789 	java 	classes_util_concurrent 	ScheduledExecutorService does not work as expected in jdk7/6/5
6598520 	java 	classes_util_i18n 	(tz) Windows time zone mapping table needs to be updated for KB933360
6650748 	java 	classes_util_i18n 	(tz) Java runtime doesn't detect VET time zone correctly on Windows
6743394 	java 	classes_util_i18n 	(tz) tzmappings must be updated for Windows
6783139 	java 	classes_util_i18n 	(tz) Windows time zone mapping table needs to be updated for KB955839
6796489 	java 	classes_util_i18n 	(tz) Support tzdata2009a
6487638 	java 	classes_util_logging 	Calling LogManager.addLogger() and Logger.getLogger() cause deadlock
6719011 	java_plugin 	ocx 	Applet isn't started when it's outside of the visible area of a browser window
6643769 	java_plugin 	other 	Applet main windows steals focus on Popup windows which is running Applet.
6784894 	java_plugin 	other 	Regression: applets loaded from local disk can not access co-located resources
6591117 	jce 	pkcs11_csp 	Poor preformance of PKCS#11 security provider compared to Sun default provider
6725987 	jets 	other 	ORB.destroy() does not cleanup correctly and ORB object instances are not garbage collected.

Changes in 1.5.0_17

The full internal version number for this update release is 1.5.0_17-b04 (where "b" means "build"). The external version number is 5.0u17.
Security Baseline

This update release specifies the following security baseline:
	JRE Family Version 	Security Baseline 1.4.2 	1.4.2_19

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

OlsonData 2008i

This release contains Olson time zone data version 2008i. For more information, refer to Timezone Data Versions in the JRE Software .

Updated UTF-8 Charset Implementation

Due to security concerns, the UTF-8 charset implementation in the JRE has been updated to handle the non-shortest form of UTF-8 byte sequences, and this introduces an incompatibility from previous releases. For example, the byte sequence of 0xc0 0xaf for U+002f, which has the shortest form of 0x2f, is a malformed input to the decoding operation. More details regarding the Non-shortest form of UTF-8 can be found at:

    * UTF8-Shortest Form
    * UTF8 Specification

Root Certificates Included

Root Certificates are included in this release. The following root certificates have been added:

    * Camerfirma root certificates
    * T-systems root CA certificate (Deutsche Telekom Root CA 2)
    * SwissSign root certificates

Bug Fixes

This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991, 244992, 245246, 246266, 246286, 246346, 246386, and 246387.

Other bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6403625 	hotspot 	compiler2 	crash in compiled code when using profiler agent
6519515 	hotspot 	compiler2 	Loop-opts incorrectly removed a safepoint poll from a loop with an early exit
6606675 	hotspot 	compiler2 	Crash in CodeBuffer resize in 1.4.2_15
6676462 	hotspot 	compiler2 	JVM sometimes would suddenly consume significant amount of memory
6704367 	hotspot 	runtime_system 	Stack sizes error with 1.5.0_14
6372405 	idl 	orb 	Server thread hangs when fragments don't complete because of connection abort
5005426 	java 	char_encodings 	Buffered stream data is discarded by IllegalStateException in 1.4.2 and Tiger
6359722 	java 	classes_2d 	Uncatchable recursive NullPointerException at sun.font.TrueTypeFont.open()
6448405 	java 	classes_2d 	static HashMap cache in LineBreakMeasurer can grow wihout bounds
6525150 	java 	classes_2d 	Printer has "paper out" status and won't print due to a PrinterException
6638533 	java 	classes_2d 	Layout should not apply shaping to precomposed arabic presentation form glyphs.
6532373 	java 	classes_awt 	xcb_xlib.c:50: xcb_xlib_unlock: Assertion 'c->xlib.lock' failed.
6678061 	java 	classes_awt 	undefined keycodes for certain keyboard layouts
6689088 	java 	classes_awt 	Focus traversal doesn't work in the reverse order / related to the SR 70175950 / CR 6684528
6446990 	java 	classes_net 	HttpURLConnection#available() reads more and more data into memory
6448457 	java 	classes_nio 	(ch) Channels.newOutputStream().write() does not write all data
6728890 	java 	classes_security 	Add SwissSign root certificates to the JDK
6754779 	java 	classes_security 	Add Camerfirma root certificates to the JDK
6768559 	java 	classes_security 	Add t-systems root CA certificate (Deutsche Telekom Root CA 2) to the JRE
6438246 	java 	classes_swing 	File name field is mislabeled when JFileChooser is used in DIRECTORIES_ONLY mode
6581899 	java 	classes_swing 	JTextField & JTextArea - Poor performance with JRE 1.5.0_08
6648714 	java 	classes_swing 	JScrollPane repaints incorrectly on larger monitor of dual monitor system (5.0)
6466476 	java 	classes_util_i18n 	(tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
6764308 	java 	classes_util_i18n 	(tz) Support tzdata2008i
6623981 	java 	compiler 	javac StackOverFlowError in 1.4.1/1.4.2
6709709 	java 	javadoctool 	javadoc does not get compilation errors after type erasure
6536107 	java_plugin 	iexplorer 	GDI leak detected by opening the Print Dialog repeatedly
6746185 	javawebstart 	other 	Malformed URL Exception: JWS regression introduced in 1.5.0_16
6578538 	jce 	classes_crypto 	com.sun.crypto.provider.SunJCE instance leak using KRB5 and LoginContext
6697180 	jmx 	classes 	JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
6618387 	jsse 	runtime 	SSL client sessions do not close cleanly. A TCP reset occurs instead of a close_notify alert.
6668231 	jsse 	runtime 	Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks
2009-07-23 17:18:43 +00:00
abs
f33d4c1a2f Updated lang/sun-jre15 to 5.0.19
Changes in 1.5.0_19

The full internal version number for this update release is 1.5.0_19-b02 (where "b" means "build"). The external version number is 5.0u19.
OlsonData 2009g

This release contains Olson time zone data version 2009g. For more information, refer to Timezone Data Versions in the JRE Software .

Security Baseline

This update release specifies the following security baseline:
JRE Family Version 	Java SE
Security Baseline 	Java SE for Business
Security Baseline 1.4.2 	1.4.2_19 	1.4.2_20

In December, 2008, Java SE 1.4.2 reached its end of service life with the release of 1.4.2_19. Future revisions of Java SE 1.4.2 (1.4.2_20 and above) include the Access Only option and are available to Java SE for Business subscribers.

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

Additional Supported System Configurations

As of this update, support has been added for the following system configurations:

    * Internet Explorer 8
    * Windows Server 2008
    * SLES 11

Refer to the Supported System Configurations page.
Service Tag Support

Service Tag support on Solaris, Linux, and Windows is add in this release. If Service Tag software has been installed on a system where JRE 1.5.0_19 is being installed, a unique service tag is automatically created for that particular JRE instance. There is no change in the JDK/JRE installation instruction, and there is no change in the Java runtime.

Service Tag software can be downloaded from Sun Inventory. JDK and JRE service tags allow installed instances of the JDK and JRE to be discovered and registered under a user's account on Sun Connection.
Known Issues

    IE 8 Hangs with OBJECT Tag

    When an OBJECT tag is used to specify an applet, and the browser does not receive any mouse button events or keyboard events before the browser gets to the point of interpreting (executing) the OBJECT> tag, then IE 8 hangs.

    This bug is seen when an html file containing OBJECT tag is specified as a command line parameter while launching IE. For example:

    iexplorer.exe  file.html

    In this case, there is no mouse button event between invocation of IE and OBJECT tag execution.

    A workaround is to force the user to use a mouse or keyboard before IE8 reaches the tag. For example, if applet.html contains an OBJECT tag, then the following command line invocation hangs the browser:

    iexplorer.exe applet.html

    However, if you specify applet.html in another html file, as follows, then the user is forced to use the keyboard or mouse button, and the hang does not occur:

    <HTML><BODY><A href="file:applet.html"> click </A> </BODY></HT
    ML>

    Refer to CR 6825659 for further information.

Bug Fixes

Bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6260293 	hotspot 	compiler2 	fix set_ctrl() inconsistencies in loopopts
6394438 	hotspot 	compiler2 	crash in C2 compiler in MachSpillCopyNode::implementation on 5.0_U4
6435614 	hotspot 	compiler2 	code fails with impossible ArrayIndexOutOfBounds Exception
6754146 	hotspot 	compiler2 	1.5.0_15 C2 compiler crashes in PhaseChaitin::Split()
6788347 	hotspot 	compiler2 	C2Compiler crash 6u7
6798785 	hotspot 	compiler2 	Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
5081701 	hotspot 	garbage_collector 	CMS: ATG crash with perm gen collection enabled
6415354 	hotspot 	garbage_collector 	CMS: assert(thisOop->is_oop_or_null(true),"expected an oop or NULL")
6722112 	hotspot 	garbage_collector 	CMS: Incorrect encoding of overflown object arrays during concurrent precleaning
6722113 	hotspot 	garbage_collector 	CMS: Incorrect overflow handling during precleaning of Reference lists
6739357 	hotspot 	garbage_collector 	CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
6786503 	hotspot 	garbage_collector 	Overflow list performance can be improved
6787254 	hotspot 	garbage_collector 	Work queue capacity can be increased substantially on some platforms
6751861 	hotspot 	jvmti 	Memory leak occurs in JVMTI(jdk5.0u16)
6447157 	hotspot 	other 	Crashdump (hs_err_pid*.log) does not contain the crash time
6320309 	hotspot 	runtime_system 	symbol resolution -- wait() vs interrupt -- can result in IE being thrown from unexpected locations
6680485 	hotspot 	runtime_system 	Wrong error-handling with Solaris-specific interruptible I/O (Solaris)
6821003 	hotspot 	runtime_system 	Update hotspot windows os_win32 for windows 7
6277781 	idl 	serialization 	Serialization of Enums over IIOP is broke.
6614558 	idl 	serialization 	jmx interop JDK5 - JDK6 issue when calling getMBeanInfo
6529796 	java 	char_encodings 	Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
6710199 	java 	char_encodings 	SJIS_0213 does not handle "unmappable" encoding operation correctly
4744405 	java 	classes_2d 	RFE: lookupPrintServices() to refresh the printers list dynamically
6358622 	java 	classes_2d 	hotspot crash when printing to non-available network printer
6428762 	java 	classes_2d 	RHEL5: Sazanami Mincho Font rendering quality is poor
6574633 	java 	classes_2d 	native printDialog crashes when changing printer
6633656 	java 	classes_2d 	Cross platform print dialog doesn't check for orientation being unsupported.
6524352 	java 	classes_awt 	support for high-resolution mouse wheel
6668385 	java 	classes_awt 	Java applet crashes IE 6 in AwtComponent::ImmAssociateContext()
6675956 	java 	classes_awt 	REGRESSION : Different behavior of Container.findComponentAt in jdk5
6707023 	java 	classes_awt 	Chinese Characters in JTextPane Cause Pane to Hang
6219755 	java 	classes_io 	PipedOutputStream.write() remains blocked after PipedInputStream was closed
6242664 	java 	classes_lang 	String.offsetByCodePoints doesn't work for Strings returned by String.substring
6819886 	java 	classes_lang 	System.getProperty("os.name") reports Vista on Windows 7
6651382 	java 	classes_management 	The Java JVM SNMP provider reports incorrect stats when asked for multiple OIDs
6598160 	java 	classes_net 	Windows IPv6 Socket implementation doesn't set the handle to not inherit
6648001 	java 	classes_net 	Cancelling HTTP authentication causes subsequent deadlocks
6693244 	java 	classes_net 	Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
5100121 	java 	classes_nio 	(se) select not immune to EINTR
6497734 	java 	classes_nio 	(dc) assert "JNI handle should not be null" under Java_sun_nio_ch_FileDispatcher_preClose0()
6552236 	java 	classes_security 	PolicyFile not synchronized during refresh
6699856 	java 	classes_swing 	Creating text in a JTextPane using Chinese text causes undesired behavior
6735259 	java 	classes_swing 	NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
4823811 	java 	classes_text 	[Fmt-Da] SimpleDateFormat patterns don't allow embedding of some literal punctuation
6576792 	java 	classes_util_concurrent 	ThreadPoolExecutor methods leak interrupts when run in pool threads
6409997 	java 	classes_util_i18n 	Default locale/encoding detection for Windows Vista
6834474 	java 	classes_util_i18n 	(tz) Support tzdata2009g
6740278 	java 	dragndrop 	An image(256 colors) in clipboard should be displayed correctly
6404011 	java 	imageio 	IllegalArgumentException: "Invalid ICC Profile Data" when reading certain JPEGs
6687968 	java 	imageio 	PNGImageReader leaks native memory through an Inflater.
6541870 	java 	serialization 	NullPointerException in ObjectInputStream with Externalizables
6608975 	java 	serviceability 	HeapDumpPath option is ignored for dumps written by HeapDumpOnCtrlBreak functionality
6745217 	java 	serviceability 	jmap throws sun.jvm.hotspot.utilities.AssertionFailure: BitMap index out of bounds (1.5.0_15-b04)
6754987 	java 	serviceability 	Crash triggering Heapdump via -XX:+HeapDumpOnCtrlBreak AND -XX:+UseParallelOldGC
6803304 	java 	sunservicetags 	Service Tag support for JRE for solaris/linux/windows
6680432 	java_deployment 	security 	Display only Digital Signature key usage certificate in client authentication dialog box.
6567254 	java_plugin 	ns6 	Stack stomp in CSecureJNIEnv
6603064 	java_plugin 	other 	Legacy_lifecycle:Exception getting thrown on while making LiveConnect calls once applet is refreshed
6595618 	java_plugin 	plugin 	Intermittent problems with signed applet certificate verification
6618901 	java_plugin 	plugin 	6.0 JRE applet running on Vista limits heap to 64 MB
6696175 	javawebstart 	jnlp_file 	javaws not recognizing properties which contains % character
6809409 	jaxp 	sax 	jaxp Issue 56 SAXException doesn't do the exception chaining properly
6809019 	jaxp 	xslt 	Performance degradation for fix to: 6537909 in 1.5.0_14
6796140 	jets 	other 	Further ORB changes after 6725987
6176036 	jndi 	ldap 	Require a way to specify read timeout for LDAP operations

Changes in 1.5.0_18

The full internal version number for this update release is 1.5.0_18-b02 (where "b" means "build"). The external version number is 5.0u18.
Security Baseline

This update release specifies the following security baseline:
	JRE Family Version 	Security Baseline 1.4.2 	1.4.2_20

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

OlsonData 2009a

This release contains Olson time zone data version 2009a. For more information, refer to Timezone Data Versions in the JRE Software .

Java Naming and Directory Interface (JNDI) API Change

The behavior of the JNDI feature to store and retrieve Java objects in an LDAP directory has been slightly modified.

When storing a Java object in an LDAP directory, the location of the object's class file (its codebase) may be specified. Later, when restoring the original object, its codebase along with additional object data is retrieved from the directory and used by the class loader.

An object's codebase is no longer implicitly trusted. Instead, a new system property called com.sun.jndi.ldap.object.trustURLCodebase must explicitly be set to the string value true in order for a codebase to be used. Otherwise, the codebase will be ignored by the class loader when restoring a Java object, and only those class files that appear on the classpath will be recognized.

Java Management Extensions(JMX) Change
In a JMX access property file, the readwrite access no longer allows the remote createMBean and unregisterMBean operations. These must now be provided explicitly via new clauses.

The default jmxremote.access file of the JRE ($JRE_HOME/lib/management/jmxremote.access) shows what this looks like:

monitorRole  readonly
controlRole  readwrite \
            create javax.management.monitor.*,javax.management.timer.* \
            unregister

CORBA Memory Leak Fix - Special Note

This update release and revision 5.0u16-rev-b12 and subsequent updates and revisions contain a fix for 6725987. When using updates and revisions prior to these, an ORB may contain valid references (that is, a memory leak) even after calling its shutdown() and destroy() methods, and it may respond to some method calls.

With this fix, the ORB correctly cleans up and the Garbage Collector can free up the memory held by such references. Incorrect accesses to such references or methods are likely to result in a NullPointerException to the application.

Root Certificates Included

Root Certificates are included in this release. The following root certificates have been added:

    * VeriSign TSA Root Cert to the JDK (Refer to 6732157.)
    * Two additional T-systems root CA certs (Refer to 6803022.)
    * Two Unizeto root certs (Refer to 6803036.)

Bug Fixes

This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 254569, 254570, 254571, 254608, and 254611.

Other bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6676016 	hotspot 	garbage_collector 	ParallelOldGC leaks memory
6461933 	java 	classes_awt 	To adjust system boot time in nowMillisUTC() frequently
6637607 	java 	classes_awt 	1st char. is discarded after a modal dialogue shows up and disappears
6677578 	java 	classes_awt 	Print dialog doesn't come up when brower window is maximized
6571589 	java 	classes_lang 	(thread) Thread.getStackTrace() returns null
6446855 	java 	classes_net 	https connections failing when connecting through a proxy
6687282 	java 	classes_net 	URLConnection for HTTPS connection through Proxy w/ Digest Authentication gives 400 Bad Request
6720866 	java 	classes_net 	Slow performance using HttpURLConnection for upload
6732157 	java 	classes_security 	Add VeriSign TSA Root Cert to the JDK
6803022 	java 	classes_security 	Add T-systems root CA certs to the JRE
6803036 	java 	classes_security 	Add Unizeto root certs to the JRE
6639183 	java 	classes_util_concurrent 	Scheduling large negative delay hangs entire ScheduledExecutor
6725789 	java 	classes_util_concurrent 	ScheduledExecutorService does not work as expected in jdk7/6/5
6598520 	java 	classes_util_i18n 	(tz) Windows time zone mapping table needs to be updated for KB933360
6650748 	java 	classes_util_i18n 	(tz) Java runtime doesn't detect VET time zone correctly on Windows
6743394 	java 	classes_util_i18n 	(tz) tzmappings must be updated for Windows
6783139 	java 	classes_util_i18n 	(tz) Windows time zone mapping table needs to be updated for KB955839
6796489 	java 	classes_util_i18n 	(tz) Support tzdata2009a
6487638 	java 	classes_util_logging 	Calling LogManager.addLogger() and Logger.getLogger() cause deadlock
6719011 	java_plugin 	ocx 	Applet isn't started when it's outside of the visible area of a browser window
6643769 	java_plugin 	other 	Applet main windows steals focus on Popup windows which is running Applet.
6784894 	java_plugin 	other 	Regression: applets loaded from local disk can not access co-located resources
6591117 	jce 	pkcs11_csp 	Poor preformance of PKCS#11 security provider compared to Sun default provider
6725987 	jets 	other 	ORB.destroy() does not cleanup correctly and ORB object instances are not garbage collected.

Changes in 1.5.0_17

The full internal version number for this update release is 1.5.0_17-b04 (where "b" means "build"). The external version number is 5.0u17.
Security Baseline

This update release specifies the following security baseline:
	JRE Family Version 	Security Baseline 1.4.2 	1.4.2_19

For more information about the security baseline, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer .

OlsonData 2008i

This release contains Olson time zone data version 2008i. For more information, refer to Timezone Data Versions in the JRE Software .

Updated UTF-8 Charset Implementation

Due to security concerns, the UTF-8 charset implementation in the JRE has been updated to handle the non-shortest form of UTF-8 byte sequences, and this introduces an incompatibility from previous releases. For example, the byte sequence of 0xc0 0xaf for U+002f, which has the shortest form of 0x2f, is a malformed input to the decoding operation. More details regarding the Non-shortest form of UTF-8 can be found at:

    * UTF8-Shortest Form
    * UTF8 Specification

Root Certificates Included

Root Certificates are included in this release. The following root certificates have been added:

    * Camerfirma root certificates
    * T-systems root CA certificate (Deutsche Telekom Root CA 2)
    * SwissSign root certificates

Bug Fixes

This release contains fixes for one or more security vulnerabilities. For more information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991, 244992, 245246, 246266, 246286, 246346, 246386, and 246387.

Other bug fixes are listed in the following table.
	BugId 	Category 	Subcategory 	Description 6403625 	hotspot 	compiler2 	crash in compiled code when using profiler agent
6519515 	hotspot 	compiler2 	Loop-opts incorrectly removed a safepoint poll from a loop with an early exit
6606675 	hotspot 	compiler2 	Crash in CodeBuffer resize in 1.4.2_15
6676462 	hotspot 	compiler2 	JVM sometimes would suddenly consume significant amount of memory
6704367 	hotspot 	runtime_system 	Stack sizes error with 1.5.0_14
6372405 	idl 	orb 	Server thread hangs when fragments don't complete because of connection abort
5005426 	java 	char_encodings 	Buffered stream data is discarded by IllegalStateException in 1.4.2 and Tiger
6359722 	java 	classes_2d 	Uncatchable recursive NullPointerException at sun.font.TrueTypeFont.open()
6448405 	java 	classes_2d 	static HashMap cache in LineBreakMeasurer can grow wihout bounds
6525150 	java 	classes_2d 	Printer has "paper out" status and won't print due to a PrinterException
6638533 	java 	classes_2d 	Layout should not apply shaping to precomposed arabic presentation form glyphs.
6532373 	java 	classes_awt 	xcb_xlib.c:50: xcb_xlib_unlock: Assertion 'c->xlib.lock' failed.
6678061 	java 	classes_awt 	undefined keycodes for certain keyboard layouts
6689088 	java 	classes_awt 	Focus traversal doesn't work in the reverse order / related to the SR 70175950 / CR 6684528
6446990 	java 	classes_net 	HttpURLConnection#available() reads more and more data into memory
6448457 	java 	classes_nio 	(ch) Channels.newOutputStream().write() does not write all data
6728890 	java 	classes_security 	Add SwissSign root certificates to the JDK
6754779 	java 	classes_security 	Add Camerfirma root certificates to the JDK
6768559 	java 	classes_security 	Add t-systems root CA certificate (Deutsche Telekom Root CA 2) to the JRE
6438246 	java 	classes_swing 	File name field is mislabeled when JFileChooser is used in DIRECTORIES_ONLY mode
6581899 	java 	classes_swing 	JTextField & JTextArea - Poor performance with JRE 1.5.0_08
6648714 	java 	classes_swing 	JScrollPane repaints incorrectly on larger monitor of dual monitor system (5.0)
6466476 	java 	classes_util_i18n 	(tz) Introduction of tzdata2005r can introduce incompatility issues with some JDK1.1 3-letter TZ Ids
6764308 	java 	classes_util_i18n 	(tz) Support tzdata2008i
6623981 	java 	compiler 	javac StackOverFlowError in 1.4.1/1.4.2
6709709 	java 	javadoctool 	javadoc does not get compilation errors after type erasure
6536107 	java_plugin 	iexplorer 	GDI leak detected by opening the Print Dialog repeatedly
6746185 	javawebstart 	other 	Malformed URL Exception: JWS regression introduced in 1.5.0_16
6578538 	jce 	classes_crypto 	com.sun.crypto.provider.SunJCE instance leak using KRB5 and LoginContext
6697180 	jmx 	classes 	JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
6618387 	jsse 	runtime 	SSL client sessions do not close cleanly. A TCP reset occurs instead of a close_notify alert.
6668231 	jsse 	runtime 	Presence of a critical subjectAltName causes JSSE's SunX509 to fail trusted checks
2009-07-23 17:14:39 +00:00
yyamano
5d73540119 Fix compilation error on Darwin. Ok'ed by dillo. 2009-07-23 16:30:37 +00:00
drochner
53bc6b6f3f +gst-plugins0.10-faac 2009-07-23 16:07:44 +00:00
drochner
237ed8eff2 build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)
2009-07-23 16:03:17 +00:00
drochner
24e54ae129 +gnome-commander 2009-07-23 15:31:20 +00:00
drochner
ccef85284e add gnome-commander-1.2.8, a two-pane file manager, from
Ondrej Tuma per pkgsrc-wip
2009-07-23 15:29:22 +00:00
abs
c0f7431c4e Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-23 14:30:48 +00:00
wiz
4bef8ad800 Remove some more completed updates:
- aegis-4.24, courier-authlib-0.62.2, dirac-1.0.2, drupal-5.19
  (security release), eet-1.2.1, eggdrop-1.6.19, enchant-1.5.0,
  exiv2-0.18.2, guile-www-2.24, gxemul-0.4.7.2 [pkg/41742],
  libdiscid-0.2.1, libmusicbrainz-3.0.1, mediawiki-1.5.0, nmap-5.00,
  nucleo-0.7.3, p5-DateTime-Set-0.28, pango-1.24.5, py-mutagen-1.15,
  ruby-activemerchant-1.4.1, ruby-postgres-pr-0.5.0, scmgit-base-1.6.3.3,
  scmgit-docs-1.6.3.3, trac-0.11.5, vte-0.20.4, xinput-1.4.2.
2009-07-23 14:05:06 +00:00
wiz
af972e75b2 + firefox3-3.0.12, xapian-1.0.14, xapian-omega-1.0.14.
- firefox-2.0.0.20, fontconfig-2.7.0, glibmm-2.20.1, gnome-mag-0.15.7,
  gnugo-3.8, iso-codes-3.10.1, kchmviewer-4.1, libdrm-2.4.12,
  mousetweaks-2.26.3, nasm-2.07, nautilus-sendto-1.1.5, pixman-0.15.18,
  py-cairo-1.8.6, regionset-0.2, remind-3.1.7, renderproto-0.11,
  sound-juicer-2.26.1, tesseract-2.04, totem-2.26.3, xplanet-1.2.1,
  yasm-0.8.0.
2009-07-23 14:02:08 +00:00
asau
75e2a61daf Updated math/octave to 3.2.2 2009-07-23 13:44:45 +00:00
asau
0d7b18e3fb Update to Octave 3.2.2.
Changes since previous (3.2.0) are minor bug fixes.
2009-07-23 13:43:25 +00:00
wiz
0d97b9bdd6 Updated x11/fixesproto to 4.1 2009-07-23 13:12:18 +00:00
wiz
fcfb4b0b46 Update to 4.1:
Adam Jackson (1):
      fixesproto 4.1

Alan Coopersmith (3):
      renamed: .cvsignore -> .gitignore
      Update XFixes protocol spec to match XFixes 4.0
      Typo fixes in XFixes protocol spec

Eric Anholt (1):
      Move fixes protocol description to the new canonical location/name.

Julien Cristau (1):
      fixesproto: adjust to split xext headers

Keith Packard (1):
      ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh
2009-07-23 13:12:07 +00:00
schmonz
050e004aef From http://cr.yp.to/distributors.html:
What are the distribution terms for cdb?

2009.07.21: I hereby place the cdb package (in particular,
cdb-0.75.tar.gz, with MD5 checksum 81fed54d0bde51b147dd6c20cdb92d51)
into the public domain. The package is no longer copyrighted.
2009-07-23 12:43:18 +00:00
wiz
4e8e467958 Convert to user-destdir. 2009-07-23 12:36:56 +00:00
wiz
1e1d78f334 Updated sysutils/nautilus-sendto to 1.1.5 2009-07-23 12:20:39 +00:00
wiz
45fc144792 Update to 1.1.5. Convert to user-destdir. Set LICENSE.
=============
Version 1.1.5
=============

Nautilus Sendto

Bug fixes:
	- Fix the plugins not getting translated properly
	- Remove mention of "Evolution" in the mail plugin

===============
Version 1.1.4.1
===============

Nautilus Sendto

Bug fixes:
	- Fix infinite loop in the Pidgin plugin

=============
Version 1.1.4
=============

Nautilus Sendto

Bug fixes:
	- Fix crash in the Pidgin plugin when the file system is full
	- Pidgin plugin cleanups

Other changes:
	- Remove Gaim plugin

=============
Version 1.1.3
=============

Nautilus Sendto

Bug fixes:
	* Use new EmpathyContactSelector and update for latest Empathy


=============
Version 1.1.2
=============

Nautilus Sendto

New features:
	* Add an evolution plugin to allow sending arbitrary attachments
	  through nautilus-sendto
	* Add a "Removable devices" plugin
	* Enable the "burn" plugin by default

Bug fixes:
	* Remove the separate mailer plugins, and use the default
	GNOME mailer instead
	* Fix no plugins being able to send files (oops)
	* Be more lax when checking whether a device supports ObexFTP,
	  also check for the File Transfer profile, and update the profiles
	  if a supported on doesn't appear
	* Make it possible for plugins to support sending directories
	* Support the "Pecan" Pidgin MSN plugin
	* Fix a few memory leaks
2009-07-23 12:20:20 +00:00
markd
9823ceaa6f tonights updates. 2009-07-23 11:29:21 +00:00
tron
bbcb8df162 Set the license to "gnu-gpl-v2". 2009-07-23 09:52:29 +00:00
markd
aee4f6c6e9 Update soprano to 2.3
* New class LanguageTag replacing the old simple string language handling
  with a sophisticated one implementing RFC 4647. At the same time Soprano
  now directly supports plain literals in addition to typed string literals
  (compare LiteralValue::createPlainLiteral).
  CAUTION: This patch changes behaviour: parsers and storage backends will
  now return plain literals instead of typed string literals!
* New static methods Node::resourceToN3, Node::literalToN3, and
  Node::blankToN3 for easy N3 formatting without the creation of a Node
  instance.
* Fixed both Node::matches and Statement::matches - now only the paramter
  is treated as a wildcard
* sopranocmd:
  - new paramter --file which allows to execute commands on files directly
    without creating a database on disk.
  - standard namespace prefixes rdf, rdfs, xsd, nrl, and nao are now added
    to sparql queries automatically if used.
  - construct and describe query results can now be serialized in all
    supported formats.
  - New parameter --index which allows to wrap an IndexFilterModel around
    the actual Model.
  - New command 'monitor' which allows to monitor a remote repository for
    statementAdded and statementRemoved signals.
* New class Graph which is a simple QSet based container for statements as
  a quick replacement for Model in case one wants to handle a small number
  of statements without query support.
* Fixed plugin loading on windows.
* Fixed a deadlock in the IndexFilterModel in case a query could not be
  parsed.
* Prevent Model::removeContext to remove empty contexts, i.e. the whole
  database.
* Statement::operator<<(QTextStream) now uses a simpler format (only spaces
  between nodes and no brackets)
* Updated Sesame2 to 2.2.4
* Added prefix handling to the Serializer API. For a future Soprano version
  the Serializer API has to be replaced with something more powerful.
* Improved inference rule handling in the rule parser
2009-07-23 09:46:37 +00:00
markd
54e42f60ba Update redland to 1.0.9
Made the storages (triple stores) API public and the implementations
   modular - can be compiled externally and dynamically loaded on demand.
   Removed Raptor and Rasqal from sources - now external build
   dependencies.

Add LICENSE.
2009-07-23 09:33:20 +00:00
markd
0fa9baa68a Add LICENSE. 2009-07-23 09:26:27 +00:00
markd
d1bc3ce9d4 Update raptor to 1.4.19
Changes
   Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS
   1.0 and Atom serializers
   Several fixes and improvements to the N-Triples, RDFa and RDF/XML
   parsers and Turtle serializer
   Improved the use and configuration of static libxml functions for
   better compatibility
   Several Win32 portability fixes - Lou Sakey
   Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto
   Many other fixes and resilience improvements.

Add LICENSE.
2009-07-23 09:23:28 +00:00