Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (25m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 11:25:42 UTC Now

2009-07-24 00:12:17 UTC MAIN commitmail json YAML

Fixes jce optional entries.

(obache)

2009-07-23 23:08:49 UTC MAIN commitmail json YAML

Updated graphics/geeqie to 1.0beta2

(wiz)

2009-07-23 23:08:37 UTC MAIN commitmail json YAML

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

(wiz)

2009-07-23 22:27:08 UTC MAIN commitmail json YAML

Note fixesproto downgrade.

(wiz)

2009-07-23 22:26:05 UTC MAIN commitmail json YAML

Downgrade to 4.0 -- 4.1 needs xextproto-7.0.99.1 and I'm not prepared
to go there yet.

Noted by hasso.

(wiz)

2009-07-23 22:12:04 UTC MAIN commitmail json YAML

Updated devel/ptlib to 2.6.4

(wiz)

2009-07-23 22:11:48 UTC MAIN commitmail json YAML

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

(wiz)

2009-07-23 21:24:09 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.3.1

(wiz)

2009-07-23 21:23:35 UTC MAIN commitmail json YAML

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

(wiz)

2009-07-23 19:30:24 UTC MAIN commitmail json YAML

Note updates of xapian{,-omega}.

(schmonz)

2009-07-23 19:27:21 UTC MAIN commitmail json YAML

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.

(schmonz)

2009-07-23 19:24:52 UTC MAIN commitmail json YAML

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.

(schmonz)

2009-07-23 17:34:09 UTC MAIN commitmail json YAML

Allow selection of mysql or pgsql options. Default unchanged at mysql

(abs)

2009-07-23 17:19:37 UTC MAIN commitmail json YAML

Updated lang/sun-jre15 and lang/sun-jdk15 to 5.0.19

(abs)

2009-07-23 17:18:43 UTC MAIN commitmail json YAML

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

(abs)

2009-07-23 17:14:40 UTC MAIN commitmail json YAML

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

(abs)

2009-07-23 16:30:38 UTC MAIN commitmail json YAML

Fix compilation error on Darwin. Ok'ed by dillo.

(yyamano)

2009-07-23 16:07:44 UTC MAIN commitmail json YAML

+gst-plugins0.10-faac

(drochner)

2009-07-23 16:03:17 UTC MAIN commitmail json YAML

build the "faac" plugin of gst-plugins0.10-bad
(useful for sound-juicer to rip into .m4a)

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(drochner)

2009-07-23 15:31:20 UTC MAIN commitmail json YAML

2009-07-23 15:29:23 UTC MAIN commitmail json YAML

2009-07-23 14:30:49 UTC MAIN commitmail json YAML

Add 26 to PYTHON_VERSIONS_ACCEPTED

(abs)

2009-07-23 14:05:07 UTC MAIN commitmail json YAML

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.

(wiz)

2009-07-23 14:02:08 UTC MAIN commitmail json YAML

+ 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.

(wiz)

2009-07-23 13:44:45 UTC MAIN commitmail json YAML

Updated math/octave to 3.2.2

(asau)

2009-07-23 13:43:25 UTC MAIN commitmail json YAML

Update to Octave 3.2.2.
Changes since previous (3.2.0) are minor bug fixes.

(asau)

2009-07-23 13:12:18 UTC MAIN commitmail json YAML

Updated x11/fixesproto to 4.1

(wiz)

2009-07-23 13:12:07 UTC MAIN commitmail json YAML

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

(wiz)

2009-07-23 12:43:18 UTC MAIN commitmail json YAML

>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.

(schmonz)

2009-07-23 12:36:56 UTC MAIN commitmail json YAML

Convert to user-destdir.

(wiz)

2009-07-23 12:20:40 UTC MAIN commitmail json YAML

Updated sysutils/nautilus-sendto to 1.1.5

(wiz)

2009-07-23 12:20:20 UTC MAIN commitmail json YAML

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

(wiz)

2009-07-23 11:29:21 UTC MAIN commitmail json YAML

2009-07-23 09:52:29 UTC MAIN commitmail json YAML

Set the license to "gnu-gpl-v2".

(tron)

2009-07-23 09:46:37 UTC MAIN commitmail json YAML

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

(markd)

2009-07-23 09:33:20 UTC MAIN commitmail json YAML

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.

(markd)

2009-07-23 09:26:27 UTC MAIN commitmail json YAML

2009-07-23 09:23:28 UTC MAIN commitmail json YAML

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.

(markd)

2009-07-23 09:07:11 UTC MAIN commitmail json YAML

Update strigi to 0.6.4

- Path fixes to the build system the benefit of windows users (sengels)
- Clean up of class ArchiveReader
- Support for LZMA compressed streams in archives, notably .deb and .rpm
- Remove preceding ./ from file path in tar archives.
- Make parsing ar and deb files easier to abort: useful in e.g. Dolphin
- Better method of removing deleted file from the CLucene
- Do not tokenize the URL in the index to improve polling speed
- Fix the bz2 header check: more bz2 archives are recognized (pino)
- Fix infinite loop on parsing SGI image files
- Fix reading of zip files without central directory.

Add LICENSE.

(markd)

2009-07-23 08:59:54 UTC MAIN commitmail json YAML

Update to 0.9.21b

Changes: fixes potential segfault when used in an multithreaded application

Add LICENSE

(markd)

2009-07-23 08:28:42 UTC MAIN commitmail json YAML

Create the "share/applications" directory which was previously created
by the (now removed) "xdg" package to fix the installation. While here
set the license to "gnu-gpl-v2".

(tron)

2009-07-23 07:11:35 UTC MAIN commitmail json YAML

+ octave-3.2.2

(asau)

2009-07-23 06:27:00 UTC MAIN commitmail json YAML

Change DIST_SUBDIR because of the TeX Live metadata change.

(minskim)

2009-07-23 05:53:06 UTC MAIN commitmail json YAML

2009-07-22 22:11:54 UTC MAIN commitmail json YAML

Don't suggest to use obsolete features.

(rillig)

2009-07-22 21:57:44 UTC MAIN commitmail json YAML

Note pkg_chk update.

(sketch)

2009-07-22 21:56:13 UTC MAIN commitmail json YAML

Use gzcat for the pkg_summary file, fixes Solaris.

(sketch)

2009-07-22 21:28:19 UTC MAIN commitmail json YAML

Updated misc/mousetweaks to 2.26.3

(wiz)

2009-07-22 21:28:06 UTC MAIN commitmail json YAML

Update to 2.26.3:

Version 2.26.3
---------------

Misc improvements/fixes:

    * Fix wrong GFDL version number in COPYING
    * Use 'test ! -d' in autogen.sh, bgo#583311
    * Directly link to xlib, bgo#583471
    * Fix cursor drawing on 64bit platforms, bgo#584256

New and updated translations:

    - [bn_IN] Runa Bhattacharjee
    - [el] Giannis Katsampirhs

(wiz)

2009-07-22 21:21:44 UTC MAIN commitmail json YAML

Updated devel/nasm to 2.07

(wiz)

2009-07-22 21:21:33 UTC MAIN commitmail json YAML

Update to 2.07. Set LICENSE.
Remove code for gcc 2 in pkgsrc Makefile; it required gcc 3.0 anyway.

cl-2.07 Version 2.07

NASM is now under the 2-clause BSD license.

Fix the section type for the .strtab section in the elf64 output format.

Fix the handling of COMMON directives in the obj output format.

New ith and srec output formats; these are variants of the
  bin output format which output Intel hex and Motorola S-records,
  respectively.  See ithfmt and srecfmt.

rdf2ihx replaced with an enhanced rdf2bin, which can output
  binary, COM, Intel hex or Motorola S-records.

The Windows installer now puts the NASM directory first in the
  PATH of the "NASM Shell".

Revert the early expansion behavior of %+ to pre-2.06 behavior:
  %+ is only expanded late.

Yet another Mach-O alignment fix.

Don't delete the list file on errors.  Also, include error and
  warning information in the list file.

Support for 64-bit Mach-O output, see machofmt.

Fix assert failure on certain operations that involve strings with
  high-bit bytes.

cl-2.06 Version 2.06

This release is dedicated to the memory of Charles A. Crayne, long
  time NASM developer as well as moderator of comp.lang.asm.x86 and
  author of the book Serious Assembler.  We miss you, Chuck.

Support for indirect macro expansion (%[...]).  See indmacro.

%pop can now take an argument, see pushpop.

The argument to %use is no longer macro-expanded.  Use
  %[...] if macro expansion is desired.

Support for thread-local storage in ELF32 and ELF64.  See elftls.

Fix crash on %ifmacro without an argument.

Correct the arguments to the POPCNT instruction.

Fix section alignment in the Mach-O format.

Update AVX support to version 5 of the Intel specification.

Fix the handling of accesses to context-local macros from higher
  levels in the context stack.

Treat WAIT as a prefix rather than as an instruction, thereby
  allowing constructs like O16 FSAVE to work correctly.

Support for structures with a non-zero base offset. See struc.

Correctly handle preprocessor token concatenation (see concat)
  involving floating-point numbers.

The PINSR series of instructions have been corrected and
  rationalized.

Removed AMD SSE5, replaced with the new XOP/FMA4/CVT16 (rev 3.03)
  spec.

The ELF backends no longer automatically generate a .comment section.

Add additional "well-known" ELF sections with default attributes.  See
  elfsect.

(wiz)

2009-07-22 21:14:36 UTC MAIN commitmail json YAML

Updated devel/yasm to 0.8.0

(wiz)

2009-07-22 21:14:24 UTC MAIN commitmail json YAML

Update to 0.8.0, set LICENSE.

This feature release adds basic support for TASM-like assembly
syntax as well as a TASM-like command line frontend.  It updates
AVX and FMA instructions to the latest Intel specifications, and
updates code alignment opcodes for modern processors. It also
includes a number of GAS syntax fixes and other bugfixes.

(wiz)

2009-07-22 20:57:58 UTC MAIN commitmail json YAML

Updated graphics/tesseract to 2.04

(wiz)

2009-07-22 20:57:47 UTC MAIN commitmail json YAML

Update to 2.04. Set LICENSE.

June 30 2009 - V2.04
  Integrated bug fixes and patches and misc changes for portability.
  Integrated a patch to remove some of the "access" macros.
  Removed dependence on lua from the viewer, speeding it up
  dramatically.
  Fixed the viewer so it compiles and runs properly!
  Specifically fixing issues: 1, 63, 67, 71, 76, 81, 82, 106, 111,
  112, 128, 129, 130, 133, 135, 142, 143, 145, 147, 153, 154, 160,
  165, 170, 175, 177, 187, 192, 195, 199, 201, 205, 209, 108, 169

(wiz)

2009-07-22 19:38:35 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2009-07-22 17:13:18 UTC MAIN commitmail json YAML

build against musicbrainz3 rather than -2, ride on update

(drochner)

2009-07-22 17:00:29 UTC MAIN commitmail json YAML

Added security/py-openid-2.2.4

(roy)

2009-07-22 16:50:07 UTC MAIN commitmail json YAML

disable the openssl compatibility library -- no pkg I know of needs
it, and it only has a potential to conflict with the real openssl
(bad things will happen if a program links or dlopen()s both)
bump PKGREVISION
(the bug fixed in the added patches is already fixed upstream, will
be in the next release)

(drochner)

2009-07-22 16:37:26 UTC MAIN commitmail json YAML

update to 2.8.17
bugfix:
That bug might possibly cause database corruption if a large
INSERT or UPDATE statement within a multi-statement transaction fails
due to a uniqueness constraint but the containing transaction commits.

(drochner)

2009-07-22 16:02:35 UTC MAIN commitmail json YAML

exop patch from  Pierangelo Masarati

(manu)

2009-07-22 15:59:50 UTC MAIN commitmail json YAML

Add exop patch from Pierangelo Masarati and myself.

This enables the folllowing extended operations:
- passwd
- whoami
- refresh
And the following controls:
- manageDSAit
- paged_results
- ppolicy
- noop
- manageDIT
- permissive_modify

(manu)

2009-07-22 15:16:56 UTC MAIN commitmail json YAML

Updated audio/sound-juicer to 2.26.1

(wiz)

2009-07-22 15:16:44 UTC MAIN commitmail json YAML

Update to 2.26.1:

Sound Juicer "Bonnie and Clyde" 2.26.1
======================================

* Read the track artist instead of album artist in Musicbrain3
* Don't crash if the release date is unknown
* Read tracks when falling back to gvfs

(wiz)

2009-07-22 15:13:05 UTC MAIN commitmail json YAML

Updated x11/gnome-mag to 0.15.7

(wiz)

2009-07-22 15:12:54 UTC MAIN commitmail json YAML

Update to 0.15.7:

Fixes:
  #563764 - GNOME Goal: Clean up GLib and GTK+ includes. (Luis Menina)
  Add DOAP file (Olav Vitters)

Translations:
  Rajesh Ranjan (hi), Miquel Esplà (ca@valencia)

(wiz)

2009-07-22 13:37:17 UTC MAIN commitmail json YAML

Updated x11/xplanet to 1.2.1

(wiz)

2009-07-22 13:37:06 UTC MAIN commitmail json YAML

Update to 1.2.1. Set LICENSE. Split off options into options.mk.

Version 1.2.1 (released 18 Apr 2009)

* Remove signbit() from ProjectionIcosagnomonic.cpp

* Add shadows from satellites on Saturn's rings, let brightness of
rings go to zero as Saturn approaches equinox.

* Add trail_output option to satellite files to print out
satellite positions.

* Calculate eclipse shadows a little past the terminator so they
don't get cut off sharply.

* Reload satellite files in case TLE files are updated between
renderings.  Suggested by Lutz M

* Added Lambert Equal Area projection

* Check that -origin above or below is not specified for the Sun.

* Added a definition for signbit() in ProjectionIcosagnomonic.cpp

* Add patch from Doug Hawkins to support marker_* keywords in
config file.

* Added the -label_body option.  This is useful in conjunction
with -separation to specify which body the label should apply to.

* Added the -separation option.  This places the observer at a
point in space where two bodies have the specified separation.

* Allow -glare 0 to remove sun glare.

* Fixed a bug where arcs were sometimes not drawn if they were
vertical or horizontal lines.

* A thickness value may now be specified for arcs.

* Added max_radius and min_radius keywords to marker files.  This
disables drawing of the marker if the planet radius is larger than
or smaller than the specified value, respectively.

* Fixed a bug where the arc color was not reset to the default
color for subsequent arcs in the file.

(wiz)

2009-07-22 13:31:09 UTC MAIN commitmail json YAML

Updated games/gnugo to 3.8

(wiz)

2009-07-22 13:30:59 UTC MAIN commitmail json YAML

Update to 3.8:

New in 3.8 (since 3.6)

- many small improvements and tuning since 3.6
- experimental Monte Carlo mode (9x9 only)
- support for tiny boards
- GPL v3

(wiz)

2009-07-22 13:29:24 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.20.1

(wiz)

2009-07-22 13:29:11 UTC MAIN commitmail json YAML

Update to 2.20.1:

2.20.1 (stable):

Glib:
* Date: Constructor: Check for invalid dates.
  (Jos辿 Alburquerque)
* ustring: Make the relational operators work with mixed argument types.
  (Chris Vine) Bug #580773

* Allow dynamic GType registration, though this is not yet fully tested:
Class: Added a register_derived_type(GTypeModule*) overload to
call g_type_module_register_type() instead of g_type_register_static().
gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to
be used in the class in the hg file, to add a *_Class::init(GTypeModule)
method, and a get_type(GTypeModule*) method that calls it.

Gio:
* File: Added the missing make_directory_with_parents() definition.
  (Siavash Safi)

Build:
* Fix the build with exceptions disabled.
  (Daniel Elstner, Jos辿 Alburquerque)
* Fix compiler warnings.
  (Daniel Elstner, Hubert Figuiere)
* Windows build fixes.
  (Armin Burgmeier)

Documentation:
* Improve the guessing of C++ method names for C function names.
  (Johannes Schmid)

(wiz)

2009-07-22 13:24:12 UTC MAIN commitmail json YAML

Updated textproc/iso-codes to 3.10.1

(wiz)

2009-07-22 13:24:01 UTC MAIN commitmail json YAML

Update to 3.10.1:

iso-codes 3.10.1
----------------
Tobias Quathamer <toddy@debian.org>
Fri, 26 June 2009

  [ ISO 3166 translations ]
  * Simplified Chinese by LI Daobing (TP)
  * Serbian by Aleksandar Jelenak (TP)
  * Indonesian by Andhika Padmawan (TP)
  * Slovenian by Primo転 Peterlin (TP)
  * Finnish by Tommi Vainikainen (TP)
  * Italian by Milo Casagrande (TP)
  * Norwegian Bokmaal by Hans F. Nordhaug (TP)
  * Latvian by Rihards Prieditis (TP)
  * Dutch by Freek de Kruijf (TP)
  * Asturian by Marcos Alvarez Costales. Closes: #531683, #531720
  * Korean by Changwoo Ryu (TP)
  * Russian by Yuri Kozlov
  * Basque by Piarres Beobide. Closes: #534278

  [ ISO 3166-2 translations ]
  * Indonesian by Andhika Padmawan (TP)
  * Danish by Joe Hansen (TP)
  * Italian by Milo Casagrande (TP)
  * Dutch by Freek de Kruijf (TP)

  [ ISO 4217 translations ]
  * Norwegian Nynorsk by Eirik U. Birkeland (TP)

  [ ISO 639 translations ]
  * Marathi almost completely removed, except for the translation of
    "Marathi" itself. The existing translations were not correct, but
    contained some Unicode characters not valid for that language.
    Closes: alioth#311588

  [ ISO 639-3 translations ]
  * Marathi almost completely removed, see above entry
  * Dutch by Freek de Kruijf (TP)

(wiz)

2009-07-22 13:10:36 UTC MAIN commitmail json YAML

Updated misc/kchmviewer to 4.1

(wiz)

2009-07-22 13:10:22 UTC MAIN commitmail json YAML

Update to 4.1. Set LICENSE. Fix a pkglint warning.
    - Version changed to 4.1
    - Updated Dutch translation (thanks to Sander Pientka)
    - Updated Turkish translation (thanks to Ozan Caglayan)
    - Default toolbar button order changed to standard -/+
    - Automatic encoding detection for KHTMLPart/WebKit is now disabled by default.
    - Fixed incorrect index string encoding for non-English strings.
    - Fixed text size auto-increase each time the file is loaded for WebKit browser.
    - License changed from GPLv2 to GPLv3.

(wiz)

2009-07-22 13:00:57 UTC MAIN commitmail json YAML

Updated time/remind to 3.1.7

(wiz)

2009-07-22 13:00:45 UTC MAIN commitmail json YAML

Update to 3.1.7, set LICENSE.

Wherever you could write "day Mon year", the parser now accepts
"YYYY-MM-DD". A new slide() built-in function eases creation of
some complicated reminders.

(wiz)

2009-07-22 12:56:57 UTC MAIN commitmail json YAML

Updated x11/renderproto to 0.11

(wiz)

2009-07-22 12:56:46 UTC MAIN commitmail json YAML

Update to 0.11:

0.11 adds some clarifications of the protocol specification, general
cleanups and support for PDF blend modes.
Note that this release is a bump from 0.9.3 straight to 0.11.

Fredrik Hæ—¦glund (2):
      Add support for the PDF blend mode operators.
      Bump version to 0.11.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Sæ·¡ren Sandmann Pedersen (4):
      Describe the four repeat options for pictures
      Delete reference to unimplemented ColorTriangles and ColorTrapezoids
      Clarify semantics of clipping
      Clarify behavior of IncludeInferior and GraphicsExposures.

(wiz)

2009-07-22 12:55:31 UTC MAIN commitmail json YAML

Updated graphics/py-cairo to 1.8.6

(wiz)

2009-07-22 12:55:20 UTC MAIN commitmail json YAML

Update to 1.8.6, set LICENSE.

Overview of changes from pycairo 1.8.4 to pycairo 1.8.6
=======================================================

Bug Fixes:
    ImageSurface.create_from_png _read_func fix
    ToyFontFace type fix
    19221: restore cairo.Matrix '*' operator to the way it originally worked.

Other Changes:
    Documentation completed.

(wiz)

2009-07-22 12:48:57 UTC MAIN commitmail json YAML

Updated devel/pango to 1.24.5

(wiz)

2009-07-22 12:48:46 UTC MAIN commitmail json YAML

Update to 1.24.5:

Overview of changes between 1.24.4 and 1.24.5
=============================================
- Build introspection again
- Misc bug fixes
Bug 589133 – Firefox 3.5 complains about invalid weak references
Bug 585806 – crash during pango_fc_font_map_shutdown
Bug 588678 – pango crash: install a new theme from

(wiz)

2009-07-22 12:45:18 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.12

(wiz)

2009-07-22 12:45:05 UTC MAIN commitmail json YAML

Update to 2.4.12.
Changes undocumented.

(wiz)

2009-07-22 12:37:28 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.15.18

(wiz)

2009-07-22 12:37:17 UTC MAIN commitmail json YAML

Update to 0.15.18:

News:
        - ARM bug fixes [Siarhei Siamashka]
        - No more asserts on malformed regions [Sæ·¡ren Sandmann Pedersen]
        - SSE2 support for 64 bit windows [George Yohng]
        - Improvements to the region code [Benjamin Otte]
        - Misc. bug fixes
                [Adrian Bunk, Chris Wilson, M Joonas Pihlaja, Miha Vrhovnik]

(wiz)

2009-07-22 12:35:29 UTC MAIN commitmail json YAML

Add some hints (as comments) to people building this from source as to
what the options do and which have large-bloat consequences.
(I know that we have option-descriptions, but they aren't adequate to
understand either what the options do in graphviz, or how big the
resulting additional dependencies are.)

This commit only adds comments.

(gdt)

2009-07-22 12:34:45 UTC MAIN commitmail json YAML

Updated x11/inputproto to 1.5.1

(wiz)

2009-07-22 12:34:33 UTC MAIN commitmail json YAML

Update to 1.5.1:

Peter Hutterer (2):
      Protect _XiDevicePresenceNotifyEvent declaration against C++
        includes. #19075
      inputproto 1.5.1

(wiz)

2009-07-22 12:33:36 UTC MAIN commitmail json YAML

Remove x.org development versions (*99*) -- let's wait for releases.

(wiz)

2009-07-22 12:23:47 UTC MAIN commitmail json YAML

Updated devel/libgsf to 1.14.15

(wiz)

2009-07-22 12:23:37 UTC MAIN commitmail json YAML

Update to 1.14.15:

libgsf 1.14.15

Andreas:
* Bump ODF version to 1.1 and add enum to inform users.

Morten:
* Fix criticals when parsing bogus OLE properties.  [#584848]
* Start cleaning up timestamp code.

(wiz)

2009-07-22 12:19:43 UTC MAIN commitmail json YAML

+ bacula-3.0.2, bzr-1.17, gob2-2.0.16, inputproto-1.9.99.15,
  kchmviewer-4.1, lapack-3.2.1, libXext-1.0.99.4, libXi-1.2.99.3,
  libXtst-1.0.99.1, libgee-0.1.6, liferea-1.6.0rc7, nasm-2.07,
  netcdf-4.0.1, pango-1.24.5, pixman-0.15.18, quagga-0.99.14,
  wordpress-2.8.2, xextproto-7.0.99.3, xf86-video-intel-2.8.0.

(wiz)

2009-07-22 10:53:51 UTC MAIN commitmail json YAML

Fix a core dump when listing an mhbox thread.
>From Urs Jan��en (upstream). Ride update.

(wiz)

2009-07-22 10:33:21 UTC MAIN commitmail json YAML

uses autoreconf, so need to patch Makefile.am instead of Makefile.in

(tnn)

2009-07-22 10:00:28 UTC MAIN commitmail json YAML

Updated news/tin to 1.9.4

(wiz)

2009-07-22 10:00:18 UTC MAIN commitmail json YAML

Update to 1.9.4. Deemed "unstable" version, but according to upstream
at least as stable as 1.8.3, and it has bug fixes I want :)

-- 1.9.4 release 20090211 "Rieclachan" --

U013) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      ADD. configure check to guess $ARFLAGS
      FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in

021) Dennis Preiser <onkelp@gmx.de>
      BUG. memleak in free_attributes()
      FIX. memory.c

U012) Dennis Preiser <onkelp@gmx.de>
      ADD. enhance attributes documentation
      ADD. menu-option/attribute to turn verbatim block handling on and off
      ADD. menu-option to color the lines between the verbatim marks
      ADD. menu-option/attribute to trim article body (compact empty lines)
      ADD. most tinrc options to attributes
      ADD. merged auto_cc and auto_bcc into auto_cc_bcc
      BUG. mem-leak in set_colors()
      BUG. -S used group specific savedir if set via attributes
      BUG. long lines in verbatim blocks may grabble the screen
      BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX
      BUG. rot13 does not rotate the verbatim_begin_regex line
      BUG. numeric attributes got lost on big-endian OSs
      BUG. missing newline in multipart/mixed articles befor the very last
          text/plain part
      FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c
          feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c
          memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c
          save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h
          proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1
          tin.5

U011) Urs Janssen <urs@tin.org>
      ADD. minor code cleanup
      ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q
      ADD. configurable path via tin.defaults to overview.fmt file
      ADD. send "LIST HEADES" befor doing "HDR" if server supports it
      ADD. config.guess, config.sub update
      ADD. started german manpage translation
      ADD. issue extra "GROUP" when NEXT receives 411
      ADD. issue a warning if attributes file has an unexpected version number
      ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution
          befor posting
      ADD. check user supplied Message-ID, Date and Expires-header befor
          posting
      ADD. speedup -S, -N, -M
      ADD. improved DEFAULT_STRIP_WAS_REGEX
      BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE
      BUG. Distribution was mime-decoded
      BUG. don't break long body-lines in original article when superseding
      BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case
      BUG. empty but present Followup-To header (server bug) was used in f'ups
      BUG. didn't recheck CAPABILITIES after successfull auth or after mode
          switching if received 500er response in the first pass
      BUG. don't prompt for authdata if we can't auth as the server doesn't
          offer any auth-method we can send
      BUG. configure options --program-prefix, --program-suffix and
          --program-transform-name didn't work
      BUG. headers with just one byte content were automagicaly removed
      BUG. -R didn't work if savedir was set to an unexpanded path
      BUG. fixed memleak with -R
      BUG. --disable-posting didn't catch 'x' (repost) early enough
      FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, debug.c, feed.c
          filter.c, getline.c, group.c, header.c, help.c, inews.c, init.c
          keymap.c, lang.c, list.c, mail.c, main.c, memory.c, misc.c
          my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c
          prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c
          sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h
          proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in]
          configure[.in], tin.defaults, tin.5, config.guess, config.sub
          doc/l10n/*

-- 1.9.3 release 20080506 "Dalintober" --

U010) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4, configure[.in], mkdirs.sh

U009) Dirk Nimmich <nimmich@muenster.de>
      ADD. (g)oto group search now is case insensitive
      ADD. infrastructure for editing and writing attributes
      ADD. write attributes file from internal structures
      BUG. possible memleak when freeing group attributes
      ADD. check joinpath for overruns
      BUG. potential buffer overruns
      BUG. memleak in curses.c:ReadWch()
      BUG. uninitialized mm_local_charset when no config files available,
          leading to an endless loop on exit when newsrc cannot be written
      BUG. inconsistent update of mm_local_charset on runtime
      BUG. fixed length buffer in rfc1522_do_encode()
      FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c
          curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c
          list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c
          newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c
          rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c

020) Urs Janssen <urs@tin.org>
      BUG. my_realloc() didn't handle zero size reallocs
      BUG. subjects > 256 chars were tunrcated at group-level without adding
          a \0-termination
      FIX. group.c, memory.c

U008) Rado S <regrado@web.de>
      ADD. use same article numbers in different levels
      FIX. extern.h, lang.c, page.c

019) Philip Hazel <ph10@cam.ac.uk>
      BUG. missing a check for a possible return value of pcre_exec()
      FIX. misc.c, regex.c

U007) Urs Janssen <urs@tin.org>
      ADD. enable some more CAPABILLITIES related code
      ADD. minor code cleanup
      ADD. config.guess, config.sub update
      ADD. allow .kp, .me, .rs, .tel and .asia TLDs
      ADD. check permissions of .cancelsecret-file
      ADD. --enable-cancel-locks configure option
      ADD. --with-slrnface configure option
      ADD. libcanlock update (1.0 -> 2b-4)
      ADD. url_handler.pl as new DEFAULT_URL_HANDLER
      ADD. remove leading/tailing whitespace in filter scope
      ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode()
      ADD. restrictions to tin generated Message-IDs (disallow
          .invalid-TLD, disallow IDs > 250 octets)
      ADD. SIGUSR2 handler to write out newsrc
      ADD. configure check for gsasl.h/libgsasl
      ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found
      ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch
      ADD. use "LIST ACTIVE grp" with -n cmd-line switch
      ADD. don't treat empty Bytes or Lines-filed in overview as error in
          debug mode
      ADD. parse LIST OVERVIEW.FMT
      ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes
          Xref: use it instead of sending XHDR XREF
      ADD. do "XHDR XREF -" instead of gazillions of single cmds.
      BUG. missing utf-8 validation for news_headers_to_display
      BUG. newnewsrc tmp-file wasn't always removed
      BUG. subscribe_pattern() was overcomplex
      BUG. mail_to_someone() didn't convert the article into the local charset
      REM. libinn support (was broken for ages)
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c
          cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c
          init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c
          misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c
          post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c
          search.c, select.c, sigfile.c, signcal.c, string.c, tags.c
          tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess
          config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h
          proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile
          configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5

-- 1.9.2 release 20070201 "Dalaruan" --

018) Christian Weisgerber <naddy@mips.inka.de>
      BUG. assumed that wchar_t and wint_t are of the same size
      FIX. tcurses.c

017) Antonio Querubin <tony@lava.net>
      BUG. missplaced ||
      FIX. nntplib.c

U006) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4

U005) Dirk Nimmich <nimmich@muenster.de>
      BUG. raw-mode didn't allow rot13
      BUG. can't 'V'iew mime-parts with (illegally) encoded filename
      BUG. CatchupNextUnread in page level didn't always work
      BUG. 'C'atchup in pager was still not correct (we didn't ever enter the
          next group)
      BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting
      BUG. resent command on 503 error
      ADD. rewrote NGLIMIT handling
      REM. return value of change_config_file()
      FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c
          post.c, save.c, select.c

015) Michael Bienia <michael@vorlon.ping.de>
      BUG. 'l' from the pager doesn't reposition cursor to last viewed
          article
      FIX. thread.c

014) Urs Janssen <urs@tin.org>
      BUG. "Kill text pattern" form killfile menu was applied to
          Message-ID and References instead of Message-ID only
      BUG. FILTER_FILE_OFFSET was wrong
      ADD. allow .ax TLD
      FIX. filter.c, policy.h, tin.h

013) Urs Janssen <urs@tin.org>
      ADD. minor manpage tweaking
      FIX. tin.1, tin.5

012) Peter Breitenlohner <peb@mppmu.mpg.de>
      BUG. build problem with VPATH
      FIX. Makefile.in

011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
      ADD. updated russian translation
      FIX. ru.po

010) Urs Janssen <urs@tin.org>
      BUG. possible division by zero in thread_by_percentage()
      FIX. art.c

U004) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.6 -> 7.0)
      ADD. RISC OS handling
      ADD. more options to filter menu "Kill text pattern"
      ADD. allow UTF-8 descriptions
      REM. don't generate Sender on Mac OS X
      ADD. config.guess, config.sub update
      ADD. hide some regex in 'M'enu if the related option is off
      ADD. disallow .so, .um TLDs
      ADD. warn about useless cmd-line option combinations
      ADD. enable CAPABILLITIES code
      ADD. updated german translation
      FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c
          init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c
          pcre/*, config.guess, config.sub, de.po

U003) Michael Bienia <michael@vorlon.ping.de>
      ADD. 'M'enu option for VERBATIM_*_REGEXs
      ADD. new option: sort by date of last posted article
      ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread,
          space_goto_next_unread} into one option tinrc.goto_next_unread
      ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN
      ADD. minor code cleanup
      FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c
          attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c
          lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1
          tin.5

-- 1.9.1 release 20060409 "Benmore" --

U002) Urs Janssen <urs@tin.org>
      ADD. slrn style verbatim mark support (#v+/#v-)
      ADD. use tinrc.date_format for %D date expansion
      ADD. config.guess update
      REM. unused gb, so and um TLDs
      FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c
          memory.c, misc.c, tin.1

009) Urs Janssen <urs@tin.org>
      BUG. didn't reissue GROUP cmd after reconnect with authentication
      BUG. possible buffer overflow
      REM. unnecessary test for wcsnlen
      ADD. cat, jobs, travel and mobi TLDs
      FIX. aclocal.m4, policy.h, misc.c, nntplib.c

-- 1.9.0 release 20060228 "Ardlussa" --

008) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      FIX. config.guess, config.sub

007) Michael Bienia <michael@vorlon.ping.de>
      BUG. buffer overflow in convert_tex2iso in UTF-8 environment
      FIX. charset.c

U001) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.4 -> 6.6)
      REM. VMS support
      FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c
          inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c
          newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h
          tin.h, tnntp.h, version.h, pcre/*, vms/*

(wiz)

2009-07-22 09:41:07 UTC MAIN commitmail json YAML

Mark as used by qt4-docs.

(wiz)

2009-07-22 09:40:38 UTC MAIN commitmail json YAML

2009-07-22 09:39:49 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:39:21 UTC MAIN commitmail json YAML

regen so pkglint is happy.

(wiz)

2009-07-22 09:39:15 UTC MAIN commitmail json YAML

2009-07-22 09:36:31 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:35:54 UTC MAIN commitmail json YAML

2009-07-22 09:34:54 UTC MAIN commitmail json YAML

2009-07-22 09:33:55 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:33:37 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:31:47 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:31:29 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:31:05 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:30:39 UTC MAIN commitmail json YAML

2009-07-22 09:29:57 UTC MAIN commitmail json YAML

2009-07-22 09:28:15 UTC MAIN commitmail json YAML

2009-07-22 09:26:26 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:26:02 UTC MAIN commitmail json YAML

Remove empty PLIST.

(wiz)

2009-07-22 09:25:44 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:25:29 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:25:02 UTC MAIN commitmail json YAML

2009-07-22 09:24:38 UTC MAIN commitmail json YAML

Remove empty PLIST.common_end.

(wiz)

2009-07-22 09:24:13 UTC MAIN commitmail json YAML

2009-07-22 09:23:47 UTC MAIN commitmail json YAML

2009-07-22 09:23:13 UTC MAIN commitmail json YAML

emove empty PLIST.

(wiz)

2009-07-22 09:22:22 UTC MAIN commitmail json YAML

Remove empty, unused PLIST.

(wiz)

2009-07-22 09:20:17 UTC MAIN commitmail json YAML

2009-07-22 09:19:37 UTC MAIN commitmail json YAML

Remove PYTHON_VERSIONS_ACCEPTED line which was intended to limit
to 2.3+ but was now disallowing 2.6.

(wiz)

2009-07-22 09:14:15 UTC MAIN commitmail json YAML

Mark USE_DIRS as deprecated.

(wiz)

2009-07-22 09:13:50 UTC MAIN commitmail json YAML

Remove USE_DIRS handling.
Warn about obsolete @dirrm.
Add an XXX for hicolor-icon-theme check.

(wiz)

2009-07-22 09:05:24 UTC MAIN commitmail json YAML

2009-07-22 09:01:55 UTC MAIN commitmail json YAML

2009-07-22 07:03:25 UTC MAIN commitmail json YAML

Add tex-elsarticle and tex-elsarticle-doc.

(minskim)

2009-07-22 07:01:55 UTC MAIN commitmail json YAML

Import tex-elsarticle-doc-1.0.1 as print/tex-elsarticle-doc.

This is documentation for tex-elsarticle.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-22 07:01:38 UTC MAIN commitmail json YAML

Import tex-elsarticle-1.0.1 as print/tex-elsarticle.

The class is for typeset journal articles, is accepted for submitted
articles, both in Elsevier's electronic submission system and
elsewhere.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-22 06:58:30 UTC pkgsrc-2009Q2 commitmail json YAML

2009-07-22 06:56:56 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket 2832 - requested by tron
security update

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.35
- pkgsrc/net/wireshark/PLIST 1.14
- pkgsrc/net/wireshark/distinfo 1.23
- pkgsrc/net/wireshark/patches/patch-aa 1.10
- pkgsrc/net/wireshark/patches/patch-ad 1.4

  Module Name: pkgsrc
  Committed By: tron
  Date: Tue Jul 21 20:39:41 UTC 2009

  Modified Files:
  pkgsrc/net/wireshark: Makefile PLIST distinfo
  pkgsrc/net/wireshark/patches: patch-aa patch-ad

  Log Message:
  Update "wireshark" package to version 1.2.1. Changes since version 1.0.8:
  New features:
  - Wireshark has a spiffy new start page.
  - Display filters now autocomplete.
  - Support for the c-ares resolver library has been added. It has many
  - advantages over ADNS.
  - Many new protocol dissectors and capture file formats have been added.
  - Macintosh OS X support has been improved.
  - GeoIP database lookups.
  - OpenStreetMap + GeoIP integration.
  - Improved Postscript(R) print output.
  - The preference handling code is now much smarter about changes.
  - Support for Pcap-ng, the next-generation capture file format.
  - Support for process information correlation via IPFIX.
  - Column widths are now saved.
  - The last used configuration profile is now saved.
  - Protocol preferences are changeable from the packet details context menu.
  - Support for IP packet comparison.
  - Capinfos now shows the average packet rate.
  Security fixes:
  - The AFS dissector could crash.
  - The Infiniband dissector could crash on some platforms.

  To generate a diff of this commit:
  cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/wireshark/Makefile
  cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/wireshark/PLIST
  cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/wireshark/distinfo
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/wireshark/patches/patch-aa
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/wireshark/patches/patch-ad

(spz)

2009-07-22 00:56:27 UTC MAIN commitmail json YAML

2009-07-22 00:52:27 UTC MAIN commitmail json YAML

+ ap-auth-kerb-5.4

(schmonz)

2009-07-21 22:49:32 UTC MAIN commitmail json YAML

Updated devel/p5-Proc-Background to 1.10

(sno)

2009-07-21 22:49:22 UTC MAIN commitmail json YAML

Updating package for p5 module Proc::Background from 1.08 to 1.10 and
setting license to ${PERL5_LICENSE} according to module POD

Upstream changes:
Sun Jul  5 15:40:32 PDT 2009

* Release version 1.10.

Sun Jul  5 15:15:12 PDT 2009

* Makefile.PL: Resolve
  https://rt.cpan.org/Ticket/Display.html?id=47100 by passing
  PREREQ_PM to WriteMakefile().
  Patch by: Tomas Doran <bobtfish@bobtfish.net>

Wed Jul  1 22:58:13 PDT 2009

* README: Correct the URL to the Subversion repository for
  this project.

Wed Jul  1 22:46:11 PDT 2009

* Release version 1.09.

Wed Jul  1 22:36:06 PDT 2009

* Makefile.PL: Switch from die() to warn() if Win32::Process
  isn't installed into a warning. When running under CPAN.pm,
  the die causes the install to fail before processing
  dependencies.  Reducing this to a warning means that CPAN
  will cleanly install Proc::Background and Win32::Process
  with no user intervention needed in strawberry perl or even
  ActiveState if you have a working make.
  Patch by: Tomas Doran <bobtfish@bobtfish.net>

(sno)

2009-07-21 22:43:27 UTC MAIN commitmail json YAML

Updated comms/p5-Device-Modem to 1.51

(sno)

2009-07-21 22:43:16 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Device::Modem from 1.50nb1 to 1.51
  - Setting license to perl license (according to module POD)

Upstream changes:
1.51  Sun Jul  5 09:46:08 CEST 2009
    - Fixed documentation for answer() method, timeout was declared
      to be in seconds instead of milliseconds.
      Thanks to Mikko Puisto for reporting.

(sno)

2009-07-21 22:25:23 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.43

(sno)

2009-07-21 22:25:12 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Config::General from 2.42 to 2.43
  - Adding perl license as license (from module POD)

Upstream changes:
2.43
- fixed rt.cpan.org#40925, $indichar replaced by internal
  configuration variable EOFseparator, which contains
  a 256 bit SHA checksum of the date I fixed the bug.
  This will prevent future conflicts hopefully. In addition
  it makes it possible to make it customizable, if neccessary,
  in a future release.

- fixed rt.cpan.org#42721, return undef for empty values

- fixed rt.cpan.org#42331, return undef for empty objects

- fixed rt.cpan.org#44600, comments after blockname
  causes parser failure.

- fixed rt.cpan.org#42287, whitespace at beginning or end
  of a quoted value gets lost after save().

- fixed rt.cpan.org#46184, variables that were not previously
  defined are deleted when -InterPolateEnv is enabled.

- fixed bug in config loader for FileHandle objects, it
  supports now any compatible object. Hint by Ingo Schmiegel.

- applied spelling- and speedup patches by Ville Skytt"a.

- applied documentation patch by Jordan Macdonald.

(sno)

2009-07-21 22:20:41 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 0.93

(sno)

2009-07-21 22:20:30 UTC MAIN commitmail json YAML

Updating package for p5 module DateTime::TimeZone from 0.91 to 0.93

Upstream changes:
0.93    2009-07-20

- This release is based on version 2009j of the Olson database. This
  release has changes for Bangladesh and Mauritius.

0.92    2009-06-17

- This release is based on version 2009j of the Olson database. This
  release has changes for Bangladesh.

  I skipped the 2009i because I was confused about how to handle the
  weird rules for Bangladesh (which has a change _to_ DST without any
  future change _from_ DST, but that's governments for you).

- Made sure to local-ize $@ before any eval, to prevent errors
  accidentally propogating out to your code.

(sno)

2009-07-21 22:16:59 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Set to 0.28

(sno)

2009-07-21 22:16:46 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module DateTime::Set from 0.27 to 0.28
  - Setting license to ${PERL5_LICENSE} according to module POD

Upstream changes:
0.28  2009-07-19
- optimized DateTime::Set->as_list().
  This works around a segfault reported by Nils Grunwald.

(sno)

2009-07-21 20:52:21 UTC MAIN commitmail json YAML

2009-07-21 20:42:08 UTC MAIN commitmail json YAML

wireshark 1.2.0 is soooo last month.

(tron)

2009-07-21 20:39:58 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.2.1.

(tron)

2009-07-21 20:39:41 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.2.1. Changes since version 1.2.0:
New features:
- Wireshark has a spiffy new start page.
- Display filters now autocomplete.
- Support for the c-ares resolver library has been added. It has many
- advantages over ADNS.
- Many new protocol dissectors and capture file formats have been added.
- Macintosh OS X support has been improved.
- GeoIP database lookups.
- OpenStreetMap + GeoIP integration.
- Improved Postscript(R) print output.
- The preference handling code is now much smarter about changes.
- Support for Pcap-ng, the next-generation capture file format.
- Support for process information correlation via IPFIX.
- Column widths are now saved.
- The last used configuration profile is now saved.
- Protocol preferences are changeable from the packet details context menu.
- Support for IP packet comparison.
- Capinfos now shows the average packet rate.
Security fixes:
- The AFS dissector could crash.
- The Infiniband dissector could crash on some platforms.

(tron)

2009-07-21 20:23:55 UTC MAIN commitmail json YAML

2009-07-21 20:12:44 UTC MAIN commitmail json YAML

Updated x11/xf86-video-tdfx to 1.4.2, and fix build

(abs)

2009-07-21 20:12:07 UTC MAIN commitmail json YAML

Updated x11/xf86-video-tdfx to 1.4.2

upstream changes:
    - No changelog available
pkgsrc changes:
    - Add patch to include <sys/time.h> so gettimeofday() actually works
    - Regen patches for changed line numbers

(abs)

2009-07-21 19:17:53 UTC MAIN commitmail json YAML

2009-07-21 16:53:50 UTC MAIN commitmail json YAML

2009-07-21 16:00:19 UTC MAIN commitmail json YAML

Add language-specific data sets distributed by the project.  The tesseract
distribution itself just creates dummy, placeholder data sets that cannot
be used.

(brook)

2009-07-21 15:03:30 UTC MAIN commitmail json YAML

Update pixman.sym to reflect reality.
Bump PKGREVISION.

(tnn)

2009-07-21 14:30:00 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2826, #2827, #2828, #2829, #2830 and #2831.

(tron)

2009-07-21 14:28:22 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2831 - requested by kefren
mono-tools: keep in sync with mono

Revisions pulled up:
- devel/mono-tools/Makefile 1.15
- devel/mono-tools/PLIST 1.7
- devel/mono-tools/distinfo 1.5
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 12:12:37 UTC 2009

Modified Files:
pkgsrc/devel/mono-tools: Makefile PLIST distinfo

Log Message:
The continuing story of mono 2.4.2 update

(tron)

2009-07-21 14:09:50 UTC MAIN commitmail json YAML

2009-07-21 14:09:11 UTC MAIN commitmail json YAML

py-python-openid -> py-openid

(roy)

2009-07-21 14:08:04 UTC MAIN commitmail json YAML

Import python-openid-2.2.4, an OpenID client and server library for python

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(roy)

2009-07-21 13:30:12 UTC MAIN commitmail json YAML

Add py-python-openid

(roy)

2009-07-21 13:26:49 UTC MAIN commitmail json YAML

Import python-openid-2.2.4
OpenID support for servers and consumers.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(roy)

2009-07-21 13:08:40 UTC MAIN commitmail json YAML

Drop ONLY_FOR_PLATFORM because this builds fine on Darwin.

(gdt)

2009-07-21 12:40:54 UTC MAIN commitmail json YAML

2009-07-21 12:39:54 UTC MAIN commitmail json YAML

patch-az: MMX/SSE code is broken with GCC 4.3, disable it.

(tnn)

2009-07-21 12:00:41 UTC MAIN commitmail json YAML

freetype2's .pc file requests linkage with -lz, so pull in zlib's bl3.mk

(tnn)

2009-07-21 11:50:35 UTC MAIN commitmail json YAML

include <string.h> for strcmp(3) prototype. Fixes Linux build.

(tnn)

2009-07-21 11:47:16 UTC MAIN commitmail json YAML

include <string.h> for strcmp(3) prototype. Fixes Linux build.

(tnn)

2009-07-21 11:36:11 UTC MAIN commitmail json YAML

Updated databases/tokyocabinet to 1.4.30

(obache)

2009-07-21 11:35:47 UTC MAIN commitmail json YAML

Update tokyocabinet to 1.4.30.

Changes:
2009-07-13  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* tctdb.c (tctdbstrtometasearcytype): new function.

* tcadb.c (tcadbmisc): "metasearch" command was added.

- Release: 1.4.30

(obache)

2009-07-21 11:34:58 UTC MAIN commitmail json YAML

Updated databases/ruby-tokyotyrant to 1.11

(obache)

2009-07-21 11:34:35 UTC MAIN commitmail json YAML

2009-07-21 11:33:56 UTC MAIN commitmail json YAML

Updated databases/p5-tokyotyrant to 1.14

(obache)

2009-07-21 11:33:31 UTC MAIN commitmail json YAML

2009-07-21 11:31:55 UTC MAIN commitmail json YAML

Updated databases/tokyotyrant to 1.1.33

(obache)

2009-07-21 11:31:23 UTC MAIN commitmail json YAML

Update tokyotyrant to 1.1.33.

Changes:
2009-07-18  Mikio Hirabayashi  <mikio@users.sourceforge.net>

* scrext.c (serv_bit): new function.

* tcrdb.c (tcrdbqryhint, tcrdbmetasearch): new functions.

- Release: 1.1.33

(obache)

2009-07-21 11:27:23 UTC MAIN commitmail json YAML

Include <sys/param.h> to get PATH_MAX defined.
Fixes Linux build.

(tnn)

2009-07-21 11:20:40 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2830 - requested by kefren
mono-basic: keep in sync with mono

Revisions pulled up:
- lang/mono-basic/Makefile 1.7
- lang/mono-basic/distinfo 1.4
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 11:42:31 UTC 2009

Modified Files:
pkgsrc/lang/mono-basic: Makefile distinfo

Log Message:
Update to mono 2.4.2

(tron)

2009-07-21 11:17:25 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2829 - requested by kefren
mono-xsp: keep in sync with mono

Revisions pulled up:
- www/mono-xsp/Makefile 1.13
- www/mono-xsp/PLIST 1.8
- www/mono-xsp/distinfo 1.7
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 11:57:29 UTC 2009

Modified Files:
pkgsrc/www/mono-xsp: Makefile PLIST distinfo

Log Message:
Update to mono 2.4.2

(tron)

2009-07-21 11:15:54 UTC MAIN commitmail json YAML

add a patch from upstream to fix an assertion error with pixman-0.15.16
(see fdo bug #22642)
bump PKGREVISION

(drochner)

2009-07-21 11:12:59 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2828 - requested by kefren
libgdiplus: keep in sync with mono

Revisions pulled up:
- graphics/libgdiplus/Makefile 1.38
- graphics/libgdiplus/distinfo 1.23
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 11:50:50 UTC 2009

Modified Files:
pkgsrc/graphics/libgdiplus: Makefile distinfo

Log Message:
Update to mono 2.4.2

(tron)

2009-07-21 11:04:18 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2827 - requested by kefren
ap-mono: security update

Revisions pulled up:
- www/ap-mono/Makefile 1.8
- www/ap-mono/PLIST 1.3
- www/ap-mono/distinfo 1.5
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 12:02:44 UTC 2009

Modified Files:
pkgsrc/www/ap-mono: Makefile PLIST distinfo

Log Message:
Update to mono 2.4.2

(tron)

2009-07-21 10:50:58 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2826 - requested by kefren
mono: security update

Revisions pulled up:
- lang/mono/Makefile 1.89-1.90
- lang/mono/PLIST.common 1.6
- lang/mono/buildlink3.mk 1.34
- lang/mono/distinfo 1.52-1.53
- lang/mono/patches/patch-dj 1.1
---
Module Name: pkgsrc
Committed By: kefren
Date: Wed Jul 15 11:37:16 UTC 2009

Modified Files:
pkgsrc/lang/mono: Makefile PLIST.common buildlink3.mk distinfo

Log Message:
Update to 2.4.2.1
This version is the first version to integrate Microsoft's open source
ASP.NET MVC stack. More than 140 bug fixed. Check
http://www.mono-project.com/Release_Notes_Mono_2.4.2 for more changes.
---
Module Name: pkgsrc
Committed By: hasso
Date: Fri Jul 17 02:53:52 UTC 2009

Modified Files:
pkgsrc/lang/mono: distinfo
Added Files:
pkgsrc/lang/mono/patches: patch-dj

Log Message:
Make it build again on DragonFly.
---
Module Name: pkgsrc
Committed By: kefren
Date: Sun Jul 19 07:53:53 UTC 2009

Modified Files:
pkgsrc/lang/mono: Makefile distinfo

Log Message:
Update to 2.4.2.2 - Contains fixes for CVE-2009-0217

(tron)

2009-07-21 10:37:11 UTC MAIN commitmail json YAML

Need -D_GNU_SOURCE on Linux for "struct ucred" declaration.

(tnn)

2009-07-21 09:59:09 UTC MAIN commitmail json YAML

2009-07-21 09:45:13 UTC MAIN commitmail json YAML

don't attempt to install the same headers twice.
Should fix Linux build.

(tnn)

2009-07-21 07:27:05 UTC MAIN commitmail json YAML

Add tex-fontspec and tex-fontspec-doc.

(minskim)

2009-07-21 07:24:53 UTC MAIN commitmail json YAML

Import tex-fontspec-doc-1.18 as fonts/tex-fontspec-doc.

This is documentation for tex-fontspec.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-21 07:24:30 UTC MAIN commitmail json YAML

Import tex-fontspec-1.18 as fonts/tex-fontspec.

Fontspec is a package for XeLaTeX.  It provides an automatic and
unified interface to feature-rich AAT and OpenType fonts through the
NFSS in LaTeX running on XeTeX.  XeTeX (the successor to TeX-GX) is a
TeX-variant (originally for Mac OS X, but now available in the major
distributions for other platforms, too) that accepts unicode input and
can access system fonts directly.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2009-07-21 06:49:45 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.0

(adam)

2009-07-21 06:41:00 UTC MAIN commitmail json YAML

Updated net/p5-Cisco-Abbrev to 0.03

(sno)

2009-07-21 06:40:49 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Cisco::Abbrev from 0.02 to 0.03
  - Adjusting license according to module POD

Upstream changes:
0.03 2009-04-17
Added 'Eth' --> 'Ethernet' mapping.
Thanks to: Petya Kohts <kohts@yandex-team.ru>

(sno)

2009-07-21 06:40:36 UTC MAIN commitmail json YAML

Changes 1.7.0:
* Save (but do not recompress) APNG chunks if the output file has the
  ".apng" extension and the color_type and bit_depth are not changed.

Changes 1.6.20:
* Changed local variable "write" to "wwrite" in inffast.c (zlib) to avoid
  shadowed declaration warning.

(adam)

2009-07-21 06:35:38 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Traits-Pluggable to 0.06

(sno)

2009-07-21 06:35:26 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module MooseX::Traits::Pluggable from 0.04 to 0.06
  - Adjusting dependencies according to META.yml
  - Changing module type (Module::Install::Bundled required?), because
    bundled Module::Install contains additional packages

Upstream changes:
0.06  2009-07-17 23:33:00
  - Work correctly with positional parameters followed by a hashref
    passed to new_with_traits.

0.05  2009-07-17 20:15:34
    - Add support for composing MooseX::MethodAttributes roles into
      anonymous classes correctly.

(sno)

2009-07-21 06:27:11 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-SemiAffordanceAccessor to 0.05

(sno)