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 (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:31:05 UTC Now

2010-12-19 11:22:59 UTC MAIN commitmail json YAML

This Makefile fragment is meant to be included by packages that
require a libjpeg implementation.  jpeg.buildlink3.mk will:

      * set JPEGBASE to the base directory of the libjpeg files;
      * set JPEG_TYPE to the libjpeg implementation used.

There are three variables that can be used to tweak the selection of
the libjpeg implementation:

JPEG_DEFAULT is a user-settable variable whose value is the default
      libjpeg implementation to use.

JPEG_ACCEPTED is a package-settable list of libjpeg implementations
      that may be used by the package.

This .mk is broadly based on fam.buildlink3.mk,v 1.7, and
currently supports selection between the default "graphics/jpeg"
and the alternative "graphics/libjpeg-turbo".

(dsainty)

2010-12-19 10:00:04 UTC MAIN commitmail json YAML

Updated databases/postgresql*

(adam)

2010-12-19 09:53:55 UTC MAIN commitmail json YAML

Changes 8.3.13:
* Force the default wal_sync_method to be fdatasync on Linux
* Fix assorted bugs in WAL replay logic for GIN indexes
* Fix recovery from base backup when the starting checkpoint WAL
  record is not in the same WAL segment as its redo point
* Fix persistent slowdown of autovacuum workers when multiple workers
  remain active for a long time
* Add support for detecting register-stack overrun on IA64
* Add a check for stack overflow in copyObject()
* Fix detection of page splits in temporary GiST indexes
* Avoid memory leakage while "ANALYZE"'ing complex index expressions
* Ensure an index that uses a whole-row Var still depends on its
  table
* Do not "inline" a SQL function with multiple OUT parameters
* Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
  attached to the VALUES part of INSERT ... VALUES
* Fix constant-folding of COALESCE() expressions
* Fix postmaster crash when connection acceptance (accept() or one of
  the calls made immediately after it) fails, and the postmaster was
  compiled with GSSAPI support
* Fix missed unlink of temporary files when log_temp_files is active
* Add print functionality for InhRelation nodes
* Fix incorrect calculation of distance from a point to a horizontal
  line segment
* Fix PL/pgSQL's handling of "simple" expressions to not fail in
  recursion or error-recovery cases
* Fix PL/Python's handling of set-returning functions
* Fix bug in "contrib/cube"'s GiST picksplit algorithm
* Don't emit "identifier will be truncated" notices in
  "contrib/dblink" except when creating new connections
* Fix potential coredump on missing public key in "contrib/pgcrypto"
* Fix memory leak in "contrib/xml2"'s XPath query functions
* Update time zone data files to tzdata release 2010o for DST law
  changes in Fiji and Samoa; also historical corrections for Hong
  Kong.

(adam)

2010-12-19 09:53:43 UTC MAIN commitmail json YAML

Changes 8.4.6:
* Force the default wal_sync_method to be fdatasync on Linux
* Fix assorted bugs in WAL replay logic for GIN indexes
* Fix recovery from base backup when the starting checkpoint WAL
  record is not in the same WAL segment as its redo point
* Fix persistent slowdown of autovacuum workers when multiple workers
  remain active for a long time
* Add support for detecting register-stack overrun on IA64
* Add a check for stack overflow in copyObject()
* Fix detection of page splits in temporary GiST indexes
* Fix error checking during early connection processing
* Improve efficiency of window functions
* Avoid memory leakage while "ANALYZE"'ing complex index expressions
* Ensure an index that uses a whole-row Var still depends on its table
* Do not "inline" a SQL function with multiple OUT parameters
* Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
  attached to the VALUES part of INSERT ... VALUES
* Fix constant-folding of COALESCE() expressions
* Fix postmaster crash when connection acceptance (accept() or one of
  the calls made immediately after it) fails, and the postmaster was
  compiled with GSSAPI support
* Fix missed unlink of temporary files when log_temp_files is active
* Add print functionality for InhRelation nodes
* Fix incorrect calculation of distance from a point to a horizontal
  line segment
* Fix incorrect calculation of transaction status in ecpg
* Fix PL/pgSQL's handling of "simple" expressions to not fail in
  recursion or error-recovery cases
* Fix PL/Python's handling of set-returning functions
* Fix bug in "contrib/cube"'s GiST picksplit algorithm
* Don't emit "identifier will be truncated" notices in
  "contrib/dblink" except when creating new connections
* Fix potential coredump on missing public key in "contrib/pgcrypto"
* Fix memory leak in "contrib/xml2"'s XPath query functions
* Update time zone data files to tzdata release 2010o for DST law
  changes in Fiji and Samoa; also historical corrections for Hong
  Kong.

(adam)

2010-12-19 09:53:30 UTC MAIN commitmail json YAML

Changes 9.0.2:
* Force the default wal_sync_method to be fdatasync on Linux
* Fix "too many KnownAssignedXids" error during Hot Standby replay
* Fix race condition in lock acquisition during Hot Standby
* Avoid unnecessary conflicts during Hot Standby
* Fix assorted bugs in WAL replay logic for GIN indexes
* Fix recovery from base backup when the starting checkpoint WAL
  record is not in the same WAL segment as its redo point
* Fix corner-case bug when streaming replication is enabled
  immediately after creating the master database cluster
* Fix persistent slowdown of autovacuum workers when multiple workers
  remain active for a long time
* Fix long-term memory leak in autovacuum launcher
* Avoid failure when trying to report an impending transaction
  wraparound condition from outside a transaction
* Add support for detecting register-stack overrun on IA64
* Add a check for stack overflow in copyObject()
* Fix detection of page splits in temporary GiST indexes
* Fix error checking during early connection processing
* Improve efficiency of window functions
* Avoid memory leakage while "ANALYZE"'ing complex index expressions
* Ensure an index that uses a whole-row Var still depends on its table
* Add missing support in "DROP OWNED BY" for removing foreign data
  wrapper/server privileges belonging to a user
* Do not "inline" a SQL function with multiple OUT parameters
* Fix crash when inline-ing a set-returning function whose argument
  list contains a reference to an inline-able user function
* Behave correctly if ORDER BY, LIMIT, FOR UPDATE, or WITH is
  attached to the VALUES part of INSERT ... VALUES
* Make the OFF keyword unreserved
  This prevents problems with using off as a variable name in
  PL/pgSQL. That worked before 9.0, but was now broken because
  PL/pgSQL now treats all core reserved words as reserved.
* Fix constant-folding of COALESCE() expressions

(adam)

2010-12-19 09:10:22 UTC MAIN commitmail json YAML

Updated multimedia/avidemux to 2.4.4nb6

(wiz)

2010-12-19 09:10:10 UTC MAIN commitmail json YAML

Force cmake to find x264, it didn't for some reason.

Bump PKGREVISION.

(wiz)

2010-12-19 08:31:04 UTC MAIN commitmail json YAML

Native code OCaml on arm.

(is)

2010-12-19 08:27:17 UTC MAIN commitmail json YAML

- Enable native compilation for arm.

- to do this, and make the result runnable on pre-thumb arm, change
  upstreams assembler snippets and stubs to use "mov pc,reg" instead
  of the return/call-to-thumb-friendly "bx reg", which is not available
  in non-thumb-enabled arm CPUs. Whether this is the way to go, or a
  seperate "armt" architecture for ocaml is needed, needs to be discussed
  with upstream.

Resulting compiler, when running its selftest suite, has 6 errors less than
the same on i386. Unison compiled natively with this passes its self-test.

(is)

2010-12-19 03:49:09 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup tickets 3307 and 3308

(sbd)

2010-12-19 03:47:00 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3308 - requested by drochner
security updates for freetype2

Revisions pulled up:
- pkgsrc/graphics/freetype2/Makefile 1.75-1.77
- pkgsrc/graphics/freetype2/distinfo 1.37-1.39

Files added:
- pkgsrc/graphics/freetype2/patches/patch-ab 1.14, 1.15
- pkgsrc/graphics/freetype2/patches/patch-ac 1.6

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Fri Oct 22 16:14:13 UTC 2010

  Modified Files:
          pkgsrc/graphics/freetype2: Makefile distinfo

  Log Message:
  update to 2.4.3
  changes:
  A rendering regression of S-shaped cubic arcs (introduced in
  version 2.4.0) has been fixed. Besides that, a bunch
  of fixes have been applied to improve handling of broken fonts.

  To generate a diff of this commit:
  cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/freetype2/Makefile
  cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/freetype2/distinfo

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Wed Nov  3 11:56:37 UTC 2010

  Modified Files:
          pkgsrc/graphics/freetype2: Makefile distinfo
  Added Files:
          pkgsrc/graphics/freetype2/patches: patch-ab

  Log Message:
  add patch from upstream CVS to fix a possible buffer overflow
  when processing TrueType GX fonts (SA41738), bump PKGREVISION

  To generate a diff of this commit:
  cvs rdiff -u -r1.75 -r1.76 pkgsrc/graphics/freetype2/Makefile
  cvs rdiff -u -r1.37 -r1.38 pkgsrc/graphics/freetype2/distinfo
  cvs rdiff -u -r0 -r1.14 pkgsrc/graphics/freetype2/patches/patch-ab

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Wed Nov 24 18:44:55 UTC 2010

  Modified Files:
          pkgsrc/graphics/freetype2: Makefile distinfo
          pkgsrc/graphics/freetype2/patches: patch-ab
  Added Files:
          pkgsrc/graphics/freetype2/patches: patch-ac

  Log Message:
  add patch from upstream CVS to fix handling the "SHZ" bytecode instruction
  which could be exploited to cause a crash and potentially execute
  arbitrary code via a specially crafted font (CVE-2010-3814)
  bump PKGREV
  being here, add CVE reference to an older patch

  To generate a diff of this commit:
  cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/freetype2/Makefile
  cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/freetype2/distinfo
  cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/freetype2/patches/patch-ab
  cvs rdiff -u -r0 -r1.6 pkgsrc/graphics/freetype2/patches/patch-ac

(sbd)

2010-12-19 03:43:01 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3307 - requested by shannonjr
security/pcsc-lite vulnerability

Revisions pulled up:
- pkgsrc/security/pcsc-lite/Makefile 1.9
- pkgsrc/security/pcsc-lite/distinfo 1.9

Files added:
- pkgsrc/security/pcsc-lite/patches/patch-ac 1.5

-------------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  shannonjr
  Date:          Fri Dec 17 17:00:35 UTC 2010

  Modified Files:
          pkgsrc/security/pcsc-lite: Makefile distinfo
  Added Files:
          pkgsrc/security/pcsc-lite/patches: patch-ac

  Log Message:
  Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds the
  value of a pointer, prior to a memcpy(), to prevent a buffer overflow.

  To generate a diff of this commit:
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/pcsc-lite/Makefile \
      pkgsrc/security/pcsc-lite/distinfo
  cvs rdiff -u -r0 -r1.5 pkgsrc/security/pcsc-lite/patches/patch-ac

(sbd)

2010-12-19 03:04:25 UTC MAIN commitmail json YAML

Note update of these pacakges:

devel/php-memcache 2.2.6
www/php-apc 3.1.6

(taca)

2010-12-19 03:02:25 UTC MAIN commitmail json YAML

Update php-apc package to 3.1.6.

3.1.6 2010-11-30

- make slam_defense a little more optimistic, allow a thread/process to write
  to cache in a loop
- ensure realpaths hit the realpath_cache, in no-stat mode
- prevent memory starvation, nuke all caches when expunging just one doesn't
  work
- fix uploadprogress keylength issues (NUL is part of keylen, pecl bug #20016)

3.1.5 2010-11-02

- Reduce usage of CG(open_files) (mkoppanen at php dot net)
- Add support for php-trunk, new op code, new internals string format,
  etc. (Dmitry)
- apc_debug are not compiler-valid NOPs for non-debug builds

- Fixed relative paths resolution when ./foo/a.php or ../foo/a.php (or similar
  path) are used. 'foo/a.php' path behaviors remain unchanged
- Fixed a possible memory corruption, when partial path cannot be resolved by
  expand_filepath()
- Fixed notices in apc.php (Tomasz Krawczyk)

- Fixed Bug #17978: standardize user keys to include NULs in
  identifier_len. Z_STRLEN_P() doesn't, so add to it.
- Fixed bug #16966, apc produces tons of warnings "Unable to allocate memory
  for pool".

- Added --enable-apc-debug configuration argument to enable debugging (Kalle)
- Added support for internal debugging on Windows (Kalle)
- ZTS optimizations (Kalle)

3.1.4 2010-08-05

- Windows builds may now have filehits and memory protection if enabled
  (Kalle)
- Renamed the memory protection configure option to --enable-apc-memprotect
  (Kalle, Shire)
- ZTS fixes and optimizations (Kalle, Felipe)
- Win32 stat support (Pierre, Kalle)
- Added support for interned strings, run-time caches and Zend Engine 2.4
  (Dmitry)
- Added apc_exists() (Rasmus)
- Fixed potential XSS in apc.php (Pierre, Matt Chapman)
- Fixed pecl bug #17597 (keys with embedded NUL) (Gopal)
- Fixed pecl bug #17650 (Fix goto jump offsets) (Gopal)
- Fixed pecl bug #17527 (Standardized error reporting) (Gopal, Paul Dragoonis)
- Fixed pecl bug #17089 (Scrub the constant table of all inherited members
  before caching) (Gopal)
- Fixed pecl bug #16860 (files can be included more than once even when
  include/require_once are used) (Pierre)
- Fixed pecl bug #16717 (apc_fetch dies after 1 hour, regardless of ttl
  settings) (Kalle)
- Fixed pecl bug #17597 (apc user cache keys with embedded NULs) (Gopal)
- Fixed pecl bug #13583 (apc upload progress fixes) (Gopal)

(taca)

2010-12-19 03:00:52 UTC MAIN commitmail json YAML

Update php-memcache package to 2.2.6.

2.2.6 2010-10-03

- Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
- Fixed pecl bug #17130 (Uninitialized tv.tv_usec causing PHP to loop
  endlessly)
- Fixed pecl bug #13623 (Memcache-client makes php segfault in semi-related
  code)

(taca)

2010-12-19 02:23:25 UTC MAIN commitmail json YAML

Note update of security/php-suhosin package to 0.9.32.1.

(taca)

2010-12-19 02:22:15 UTC MAIN commitmail json YAML

Update php-suhosin pacakge to 0.9.32.1.

2010-07-23 - 0.9.32.1

    - Fixed missing header file resulting in compile errors

2010-07-23 - 0.9.32

    - Added support for memory_limit > 2GB
    - Fixed missing header file resulting in wrong php_combined_lcg()
      prototype being used
    - Improved random number seed generation more by adding /dev/urandom juice

2010-03-28 - 0.9.31

    - Fix ZTS build of session.c
    - Increased session identifier entropy by using /dev/urandom if available

2010-03-25 - 0.9.30

    - Added line ending characters %0a and %0d to the list of
      dangerous characters handled
      by suhosin.server.encode and suhosin.server.strip
    - Fixed crash bug with PHP 5.3.x and session module (due to
      changed session globals struct)
    - Added ! protection to PHP session serializer
    - Fixed simulation mode now also affects (dis)allowed functions
    - Fixed missing return (1); in random number generator replacements
    - Fixed random number generator replacement error case behaviour
      in PHP 5.3.x
    - Fixed error case handling in function_exists() PHP 5.3.x
    - Merged changes/fixes in import_request_variables()/extract()
      from upstream PHP
    - Fixed suhosin_header_handler to be PHP 5.3.x compatible
    - Merge fixes and new features of PHP's file upload code to suhosin

(taca)

2010-12-19 02:17:08 UTC MAIN commitmail json YAML

Note addtion of textproc/php-mecab version 0.4.1.

(taca)

2010-12-19 02:14:35 UTC MAIN commitmail json YAML

Add and enable php-mecab.

(taca)

2010-12-19 02:13:51 UTC MAIN commitmail json YAML

Importing textproc/php-mecab version 0.4.1.

A PHP extension for MeCab Morphological Analyzer.

Still in experimental but seems to used well.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-12-19 00:54:19 UTC MAIN commitmail json YAML

Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support.

(taca)

2010-12-19 00:52:34 UTC MAIN commitmail json YAML

Note update of www/contao29-translations package to 20101214.

(taca)

2010-12-19 00:51:49 UTC MAIN commitmail json YAML

2010-12-19 00:44:43 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.9, aria2-1.10.8, avidemux-2.5.4, calibre-0.7.34,
  kye-1.0, p5-Perl-Tidy-20101217, smalltalk-3.2.3.

(wiz)

2010-12-18 23:50:58 UTC MAIN commitmail json YAML

Not make-jobs-safe. (Wants to link against libraw before it is completely
built when run with -j16.)

(wiz)

2010-12-18 19:33:01 UTC MAIN commitmail json YAML

Removed PGSQL_USE_HIER

(adam)

2010-12-18 18:53:43 UTC MAIN commitmail json YAML

2010-12-18 14:20:14 UTC MAIN commitmail json YAML

Updated textproc/mdocml to 1.10.6

(wiz)

2010-12-18 14:20:04 UTC MAIN commitmail json YAML

Update to 1.10.6:

27-09-2010: version 1.10.6

Calling conventions for mandoc have changed: -W improved and -f
deprecated. Non-ASCII characters are also now uniformly discarded.
Lots of documentation improvements. Many incremental fixes accomodating
for groff's more interesting productions. Lastly, pod2man preambles
are now fully accepted after some considerable roff and special
character support.

27-07-2010: version 1.10.5

Primarily a bug-fix and polish release, but including -Tpdf support
in mandoc by way of Summer of Code. Highlights:

    * fix "Sm" and "Bd" handling
    * fix end-of-sentence handling for embedded sentences
    * polish man documentation
    * document all mdoc macros
    * polish mandoc -Tps output
    * lots of internal clean-ups in character escapes
    * un-break literal contexts in man documents
    * improve -Thtml output for -man
    * add mandoc -Tpdf support

12-07-2010: version 1.10.4

Lots of features developed during both Summer of Code and the
OpenBSD c2k10 hackathon:

    * minimal "ds" roff symbols are supported
    * "Bk" mdoc support
    * beautified SYNOPSIS section output
    * variable font-width and paper-size support in mandoc -Tps output
    * acceptance of scope-block breakage in mdoc
    * clarify error message status
    * many minor bug-fixes and formatting issues resolved

19-06-2010: version 1.10.2

Small release featuring text-decoration in -Tps output, a few minor
relaxations of errors, and some optimisations.

(wiz)

2010-12-18 13:06:14 UTC MAIN commitmail json YAML

Updated devel/cscope to 15.7anb1

(wiz)

2010-12-18 13:06:04 UTC MAIN commitmail json YAML

Install some emacs support files. Requested by Stefan in PR 44250.
Bump PKGREVISION.

(wiz)

2010-12-18 12:47:53 UTC MAIN commitmail json YAML

Added lang/boomerang version 0.2

(wiz)

2010-12-18 12:47:31 UTC MAIN commitmail json YAML

+ boomerang.

(wiz)

2010-12-18 12:47:11 UTC MAIN commitmail json YAML

Initial import of boomerang-0.2:

Boomerang is a programming language for writing lenses--well-behaved
bidirectional transformations--that operate on ad-hoc, textual data
formats. Every lens program, when read from left to right, describes
a function that maps an input to an output; when read from right
to left, the very same program describes a "backwards" function
that maps a modified output, together with the original input, back
to a modified input.

Lenses have been used to solve problems across a wide range of
areas in computing including: in data converters and synchronizers,
in parsers and pretty printers, in picklers and unpicklers, in
structure editors, in constraint maintainers for user interfaces,
in software model transformations, in schema evolution, in tools
for managing system configuration files, and in databases where
they provide updatable views.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20101218

(wiz)

2010-12-18 11:26:41 UTC MAIN commitmail json YAML

2010-12-18 11:26:15 UTC MAIN commitmail json YAML

Update to 1.5.  Changes:

- Faster filtering, simple audio player, GUI and usability improvements.
- Support for Ogg cover art, import from Amazon.
- Support for WMA/ASF, AIFF and WAV files, advanced playlist creation,
  improved tag editing.
- Import of album cover art, options to mark changed tag fields and
  to store the ID3v2 genre as text instead of numeric string.

(shattered)

2010-12-18 08:15:52 UTC MAIN commitmail json YAML

Remove a portion of patch-aa that patched in a reference to
BUILDLINK_PREFIX.jpeg, which probably never worked, and should be entirely
unnecessary.

(dsainty)

2010-12-17 23:37:50 UTC MAIN commitmail json YAML

update distinfo for 1.7.3.4

(abs)

2010-12-17 23:11:36 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Twig to 3.37

(rhaen)

2010-12-17 23:09:27 UTC MAIN commitmail json YAML

- updated to 3.37

Changelog:
version 3.37
date: 2010-10-08
# minor maintenance release
fixed: more tests fixed for HTML::TreeBuilder, hopefully
      will pass now

version 3.36
date: 2010-10-07
# minor maintenance release
added: the use_tidy option to XML::Twig->new, which uses
      HTML::Tidy to convert HTML to well-formed XHTML, as an
      alternative to the default conversion which uses
      HTML::TreeBuilder
added: XML::Twig::Elt method siblings which returns the
      siblings of the element
added: methods att_accessors, elt_accessors and field_accessor
      as well as the similarly named options when creating an
      XML::Twig
added: set_outer_xml XML::Twig::Elt method
added: print_to_file on an XML::Twig::Elt
added: can use the tag[nested] form in twig handlers that
      triggers on elements 'tag' that include a child 'nested'
added: aliased the add_to_class XML::Twig::Elt method to add_class,
      which seems more natural
added: the remove_class method
added: made att and class lvalues (in perl 5.6 and up)
fixed: copy did not copy the empty status of an element
      RT#31664 spotted by Roland Minner
      https://rt.cpan.org/Ticket/Display.html?id=31664
fixed: cut_children would always set the empty status of an element,
      even if it had children left
fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a
      change in an error message

(rhaen)

2010-12-17 23:04:10 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Abstract to 3.003

(rhaen)

2010-12-17 23:02:23 UTC MAIN commitmail json YAML

- updated to 3.003

Changelog:
3.003    2010-11-08
          replace Class::ISA with mro (MRO::Compat)

(rhaen)

2010-12-17 22:51:30 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Inline to 2.212

(rhaen)

2010-12-17 22:49:27 UTC MAIN commitmail json YAML

- updated to 2.212

Changelog:
2.212 Mon 22 Nov 2010
    - Updating to Module::Install 1.00
    - No functional changes

(rhaen)

2010-12-17 22:29:52 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Deep to 0.108

(rhaen)

2010-12-17 22:28:49 UTC MAIN commitmail json YAML

- updated to 0.108

Changelog:
0.108    2009-1015

          simple (stringwise) comparison should now be much faster (thanks,
          NCLEATON)

(rhaen)

2010-12-17 22:25:42 UTC MAIN commitmail json YAML

Updated devel/p5-TAP-Formatter-HTML to 0.09

(rhaen)

2010-12-17 22:23:06 UTC MAIN commitmail json YAML

- updated to 0.09

Changelog:
0.09
    +  upgraded to jQuery 1.4.2
    +  updated App::Prove::Plugin::HTML to simplify cmdline usage to the
    extent possible.
    +  fixed RT #41457 & RT #49621: applied Neil Hemingway, Tim Esselens, and
        Panu Ervamaa's patches, and got everything working.  This addresses:
        +  small changes to the top-left corner menu (default_report.css)
        to render it corretly with Firefox 3 (Linux)
        +  inline_js fix
        +  added support for force_inline_js (not on by default, including
        jQuery inline causes errors)
        +  fixed bug in handling of parse_errors in default_report.tt
        +  fixed bug: nothing happens when I click on the test output.
        +  XHTML support
    +  fixed bug: click on summary changes location
    +  fixed 2 minor javascript bugs where '#' was being used as a jQuery id ref
    +  added new feature: column sorting via Christian Bach's jquery.tablesorter
    plugin (bundled from http://tablesorter.com). optional.
    +  added new feature: up to top of test when the test filename is no longer
    visible

(rhaen)

2010-12-17 22:14:42 UTC MAIN commitmail json YAML

Bump package revision after JIT-related changes on DragonFly.

(asau)

2010-12-17 22:13:16 UTC MAIN commitmail json YAML

jit3 compiler doesn't work on DragonFly and causes crashes. PR pkg/44249
Fold long line.

(asau)

2010-12-17 19:05:35 UTC MAIN commitmail json YAML

2010-12-17 18:36:07 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Log4perl to 1.31

(rhaen)

2010-12-17 18:34:55 UTC MAIN commitmail json YAML

- updated to 1.31

Changelog:
1.31 (2010/10/27)
  *    (ms) Fixed the number of skipped tests for Windows for previous fix
        of [RT 60665].

(rhaen)

2010-12-17 18:30:48 UTC MAIN commitmail json YAML

- updated devel/p5-Log-Dispatch

(rhaen)

2010-12-17 18:30:11 UTC MAIN commitmail json YAML

- updated to 2.28
- package no longer uses Module::Build

Changelog:
2.28  2010-12-13

- The Log::Dispatch module still had version 2.26 in the last
  release. Reported by ����yvind Skaar. RT #63876.

2.27  2010-10-16

- Fix docs on handling of arrays passed to ->debug, ->error, etc. Requested by
  Andrew Hanenkamp. RT #61400.

- Allow an arrayref for the Syslog socket option. Requested by Paul
  Bennett. RT #57631.

- License is now Artistic 2.0

(rhaen)

2010-12-17 18:21:34 UTC MAIN commitmail json YAML

Updated devel/p5-IO-Tty to 1.10

(rhaen)

2010-12-17 18:20:19 UTC MAIN commitmail json YAML

- updated to 1.10

Changelog:
2010-10-11  Todd Rinaldo <toddr@cpan.org>
* CPAN testers clean. Bumping to release version 1.10

2010-10-04  Todd Rinaldo <toddr@cpan.org>
* RT 60788 - Better error reporting on Operating Systems
  that can't set a controlling terminal e.g. BeOS
* Bump to 1.09_01

2010-10-04  Todd Rinaldo <toddr@cpan.org>
* CPAN testers looks clean. Internal testing done on perl 5.6
* Bump version to 1.09 and release to CPAN

(rhaen)

2010-12-17 17:20:51 UTC MAIN commitmail json YAML

Added entry for updating security/pcsc-lite to 1.5.5nb2

(shannonjr)

2010-12-17 17:00:35 UTC MAIN commitmail json YAML

Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds the
value of a pointer, prior to a memcpy(), to prevent a buffer overflow.

(shannonjr)

2010-12-17 16:47:32 UTC MAIN commitmail json YAML

Taking maintainership, after an offer from Masao Uebayasi.

(hauke)

2010-12-17 14:47:19 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-StackTrace to 1.26

(rhaen)

2010-12-17 14:13:02 UTC MAIN commitmail json YAML

dynamic linking won't work on Darwin when slapd gets stripped

(adam)

2010-12-17 14:12:10 UTC MAIN commitmail json YAML

- Updated to 1.26

Changelog:
- The as_string method did not localize $@ and $SIG{__DIE__} before doing an
  eval. Reported and tested by Marc Mims. RT #61072.

(rhaen)

2010-12-17 10:20:51 UTC MAIN commitmail json YAML

2010-12-17 10:19:16 UTC MAIN commitmail json YAML

2010-12-17 09:43:20 UTC MAIN commitmail json YAML

Updated devel/omake to 0.9.8.6.0rc1

(wiz)

2010-12-17 09:40:14 UTC MAIN commitmail json YAML

Update to 0.9.8.6rc1 and add lots of upstream SVN patches to make
it build again.

Changes:
This is a major feature enhancement and bugfix release

    * Added keyword and optional function arguments.

      The syntax of a keyword parameter/argument is "identifier = expr".

        Function    Application
        -------------------------------------------
        f(a)        f(1)
        f(~a, b)    f(~a = 10, 11)    Required keyword argument
        f(?a, b)    f(~a = 10, 12)    Optional keyword argument
                      f(12)              -- defaults to empty
        f(?a = 1, b) f(~a = 10, 11)    Optional keyword argument with default value
        f(~a = 1, b) f(11)              -- ~a is same as ?a if there is a default value
                      f(?a = 10, 11)    -- Arguments can use ?, but it means the same thing

      Keyword arguments and normal arguments are processed
      independently. Normal arguments have to appear in the same
      order as in the parameter list, but keyword arguments can go
      anywhere.

      This also adds the function notation.

          fun(x, y) =>
            add($x, $y)

          foreach(x => ..., a b c)
            println($x)

      where the "..." essentially means "parse as if the indented
      block below was actually an expression in here"

      Old-style foreach generate a warning.
    * Added "program" syntax. This provides a more standard
    programming language, where strings must be explicit, and
    variables represent applications.

      The outer syntax is normal; the program syntax is an ast to
      ast translation. The translation is turned on with the command
      ".LANGUAGE: program", which is scoped like "export". Here is
      an example:

        #!/usr/bin/env osh
        .LANGUAGE: program

        f(x) =
            return x + 1

        println(f(f(1)))

      The normal $-style expressions are always allowed, but in
      program-syntax mode, identifiers stand for variables, function
      application is the f(e1, ..., e2) form, and there are the
      standard infix operators. To switch back to the default
      syntax, use .LANGUAGE: make

      Note, shell commands and rules never use program syntax,
      except within function arguments.

      This is not heavily tested.
    * Added support for partial and curried function applications.
    Normal funcation application still require using the correct
    number of arguments (as relaxed by the introduction of optional
    arguments), but apply function can be used to create curried
    and partial applications.

        f(x,y) =
            return $(add $x, $y)

        g = $(apply $f, 2)      # Partial applications must use apply
        println($(g 3))        # 5

        ff(x) =
            gg(y) =
              return $(add $x, $y)

        println($(apply $(ff), 3, 5)) # Prints 8, also need to use apply here

      apply can also take keyword arguments.
    * A high-quality C parser was added to OMake — see lib/parse/C/Parse.om
    * Added a LaTeX parser and spellchecker - see lib/parse/LaTeX/README.txt
    * New functions added: localtime, gmtime, mktime, normalize-tm,
    utimes, digest-string, url-escaped, find-all, addprefixes
    * New object added: Tm
    * About 10 Bugs fixed
    * [Experimental] Object methods can now export their fields
    back into the parent object. For example,

        Z. =
            x = 1
            f() =
                x = 2
                export
        Z.f()
        echo $(Z.x)
        # Prints "2"

      This works with arbitrary levels of nesting.

(wiz)

2010-12-17 09:26:23 UTC MAIN commitmail json YAML

2010-12-17 09:21:34 UTC MAIN commitmail json YAML

Added games/supertuxkart version 0.6.2a

(wiz)

2010-12-17 09:21:22 UTC MAIN commitmail json YAML

+ supertuxkart.

(wiz)

2010-12-17 09:20:53 UTC MAIN commitmail json YAML

Initial import of supertuxkart-0.6.2a:

SuperTuxKart is a free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC, racing against each other or just try
to beat the computer.

See the great lighthouse or drive through the sand and visit the
pyramids. Race underground or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't eat the bananas! Watch for
bowling balls, plungers, bubble gum and cakes thrown by opponents.

You can do a single race against other karts, compete in one of
several Grand Prix, try to beat the high score in time trials on
your own, play battle mode against your friends, and more!

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20101217

(wiz)

2010-12-17 07:43:54 UTC MAIN commitmail json YAML

revert last bump, not affect to mono world.

(obache)

2010-12-17 07:36:14 UTC MAIN commitmail json YAML

2010-12-17 02:53:58 UTC MAIN commitmail json YAML

Updated parallel/mpi-ch to 1.3.1

(asau)

2010-12-17 02:47:19 UTC MAIN commitmail json YAML

Update to MPICH2 1.3.1

Changes in 1.3.1

# OVERALL: MPICH2 is now fully compliant with the CIFTS FTB standard
  MPI events (based on the draft standard).

# OVERALL: Major improvements to RMA performance for long lists of
  RMA operations.

# OVERALL: Performance improvements for Group_translate_ranks.

# COLLECTIVES: Collective algorithm selection thresholds can now be controlled
  at runtime via environment variables.

# ROMIO: PVFS error codes are now mapped to MPI error codes.

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r7350:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.3.1

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.3.1?action=follow_copy&rev=HEAD&stop_rev=7350&mode=follow_copy

Changes in 1.3

# OVERALL: Initial support for fine-grained threading in
  ch3:nemesis:tcp.

# OVERALL: Support for Asynchronous Communication Progress.

# OVERALL: The ssm and shm channels have been removed.

# OVERALL: Checkpoint/restart support using BLCR.

# OVERALL: Improved tolerance to process and communication failures
  when error handler is set to MPI_ERRORS_RETURN.  If a communication
  operation fails (e.g., due to a process failure) MPICH2 will return
  an error, and further communication to that process is not
  possible.  However, communication with other processes will still
  proceed normally.  Note, however, that the behavior collective
  operations on communicators containing the failed process is
  undefined, and may give incorrect results or hang some processes.

# OVERALL: Experimental support for inter-library dependencies.

# PM/PMI: Hydra is now the default process management framework
  replacing MPD.

# PM/PMI: Added dynamic process support for Hydra.

# PM/PMI: Added support for LSF, SGE and POE in Hydra.

# PM/PMI: Added support for CPU and memory/cache topology aware
  process-core binding.

# DEBUGGER: Improved support and bug fixes in the Totalview support.

# Build system: Replaced F90/F90FLAGS by FC/FCFLAGS. F90/F90FLAGS are
  not longer supported in the configure.

# Multi-compiler support: On systems where C compiler that is used to
  build mpich2 libraries supports multiple weak symbols and multiple aliases,
  the Fortran binding built in the mpich2 libraries can handle different
  Fortran compilers (than the one used to build mpich2).  Details in README.

# Several other minor bug fixes, memory leak fixes, and code cleanup.
  A full list of changes is available using:

    svn log -r5762:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.3

    ... or at the following link:

    https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.3?action=follow_copy&rev=HEAD&stop_rev=5762&mode=follow_copy

(asau)

2010-12-17 02:25:09 UTC MAIN commitmail json YAML

Updated devel/p5-Coro.

(hiramatsu)

2010-12-17 02:22:36 UTC MAIN commitmail json YAML

Updated to 5.25. This fixes build problem due to API changes of devel/libev.

5.25  Thu Nov 11 01:08:39 CET 2010
        - try a different approach on netbsd - netbsd 5 finally has marginally
          working pthreads, but still broken ucontext/sigaltstack.
        - openbsd 4.8 finally got their act together, Coro works out of the box
          with asm, setjmp and pthreads (no change, just informational).

5.24  Sat Oct 23 11:27:12 CEST 2010
        - port to the EV 4.0 API.
        - work around bugs in mingw32, making strawberry perl work
          out of the box.
        - correctly modify Coro::AIO function prototypes
          so that they reflect the "no optional parameters" rule.
        - "ported" libcoro to C++.

(hiramatsu)

2010-12-17 01:32:59 UTC MAIN commitmail json YAML

+ abcmidi-20101212, bzr-2.2.2, dvipng-1.14, gentoo-0.19.7, gsasl-1.6.0,
  gwaei-1.5.1, mrtg-2.17.0, openoffice3-3.3, opera-11.0, tellico-2.3.2.

(wiz)

2010-12-17 01:19:34 UTC MAIN commitmail json YAML

Updated www/gitweb to 1.7.3.4

(gdt)

2010-12-17 01:19:17 UTC MAIN commitmail json YAML

Update to 1.7.3.4.  Most importantly:

commit 3017ed62f47ce14a959e2d315c434d4980cf4243
Author: Jakub Narebski <jnareb@gmail.com>
Date:  Wed Dec 15 00:34:01 2010 +0100

    gitweb: Introduce esc_attr to escape attributes of HTML elements

    It is needed only to escape attributes of handcrafted HTML elements,
    and not those generated using CGI.pm subroutines / methods for HTML
    generation.

    While at it, add esc_url and esc_html where needed, and prefer to use
    CGI.pm HTML generating methods than handcrafted HTML code.  Most of
    those are probably unnecessary (could be exploited only by person with
    write access to gitweb config, or at least access to the repository).

    This fixes CVE-2010-3906

    Reported-by: Emanuele Gentili <e.gentili@tigersecurity.it>
    Helped-by: John 'Warthog9' Hawley <warthog9@kernel.org>
    Helped-by: Jonathan Nieder <jrnieder@gmail.com>
    Signed-off-by: Jakub Narebski <jnareb@gmail.com>
    Signed-off-by: Junio C Hamano <gitster@pobox.com>

and lesser changes:

3017ed6 gitweb: Introduce esc_attr to escape attributes of HTML elements
d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21]
d8a9480 gitweb: Don't die_error in git_tag after already printing headers
22e5e58 Typos in code comments, an error message, documentation
497d9c3 gitweb: clarify search results page when no matching commit found
0b45010 gitweb: Fix typo in run() subroutine
7f425db gitweb: allow configurations that change with each request
61bf126 gitweb: move highlight config out of guess_file_syntax()
109988f gitweb: fix esc_url
869d588 gitweb: Move evaluate_gitweb_config out of run_request
7064994 gitweb/Makefile: fix typo in gitweb.min.css rule
5ed2ec1 gitweb: Return or exit after done serving request
ad709ea gitweb: Fix typo in hash key name in %opts in git_header_html
45aa989 gitweb: Run in FastCGI mode if gitweb script has .fcgi extension
18d0532 gitweb: Move static files into seperate subdirectory
04794fd gitweb: Use @diff_opts while using format-patch
a0446e7 gitweb: Add support for FastCGI, using CGI::Fast
c2394fe gitweb: Put all per-connection code in run() subroutine
592ea41 gitweb: Refactor syntax highlighting support
b331fe5 gitweb: Syntax highlighting support
152d943 gitweb: Create install target for gitweb in Makefile
8515392 gitweb: Improve installation instructions in gitweb/INSTALL
ee1d8ee gitweb: Silence 'Variable VAR may be unavailable' warnings
efb2d0c gitweb: Move generating page title to separate subroutine
7a59745 gitweb: Add custom error handler using die_error
c42b00c gitweb: Use nonlocal jump instead of 'exit' in die_error
377bee3 gitweb: href(..., -path_info => 0|1)
8de096b gitweb: simplify gitweb.min.* generation and clean-up rules
e391859 gitweb: update INSTALL to use shorter make target
a8ab675 gitweb: add documentation to INSTALL regarding gitweb.js
bb4bbf7 Gitweb: add autoconfigure support for minifiers
0e6ce21 Gitweb: add support for minifying gitweb.css
890a13a Sync with 1.7.0.4
7a49c25 gitweb: git_get_project_config requires only $git_dir, not also $projec
9be3614 gitweb: Fix project-specific feature override behavior
964ad92 gitweb multiple project roots documentation
1df4876 gitweb: Protect escaping functions against calling on undef
453541f gitweb: esc_html (short) error message in die_error
e6e592d gitweb: Die if there are parsing errors in config file
57017b3 gitweb: Simplify (and fix) chop_str
aa14013 gitweb: Add optional extra parameter to die_error, for extended explanaion
1ee4b4e gitweb: add a "string" variant of print_sort_th
0cf207f gitweb: add a "string" variant of print_local_time
24d4afc gitweb: Check that $site_header etc. are defined before using them
62331ef gitweb: Makefile improvements
b62a1a9 gitweb: Load checking
b2c2e4c gitweb.js: Workaround for IE8 bug

(gdt)

2010-12-17 01:06:45 UTC MAIN commitmail json YAML

git updated to 1.7.3.4; remove suggestion to update to 1.7.3.3

(gdt)

2010-12-17 01:05:39 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.7.3.4

(gdt)

2010-12-17 01:05:23 UTC MAIN commitmail json YAML

Update to 1.7.3.4.

Git v1.7.3.4 Release Notes
==========================

Fixes since v1.7.3.3
--------------------

* Smart HTTP transport used to incorrectly retry redirected POST
  request with GET request.

* "git apply" did not correctly handle patches that only change modes
  if told to apply while stripping leading paths with -p option.

* "git apply" can deal with patches with timezone formatted with a
  colon between the hours and minutes part (e.g. "-08:00" instead of
  "-0800").

* "git checkout" removed an untracked file "foo" from the working
  tree when switching to a branch that contains a tracked path
  "foo/bar".  Prevent this, just like the case where the conflicting
  path were "foo" (c752e7f..7980872d).

* "git cherry-pick" or "git revert" refused to work when a path that
  would be modified by the operation was stat-dirty without a real
  difference in the contents of the file.

* "git diff --check" reported an incorrect line number for added
  blank lines at the end of file.

* "git imap-send" failed to build under NO_OPENSSL.

* Setting log.decorate configuration variable to "0" or "1" to mean
  "false" or "true" did not work.

* "git push" over dumb HTTP protocol did not work against WebDAV
  servers that did not terminate a collection name with a slash.

* "git tag -v" did not work with GPG signatures in rfc1991 mode.

* The post-receive-email sample hook was accidentally broken in 1.7.3.3
  update.

* "gitweb" can sometimes be tricked into parrotting a filename argument
  given in a request without properly quoting.

Other minor fixes and documentation updates are also included.

Git v1.7.3.3 Release Notes
==========================

In addition to the usual fixes, this release also includes support for
the new "add.ignoreErrors" name given to the existing "add.ignore-errors"
configuration variable.

The next version, Git 1.7.4, and future versions, will support both
old and incorrect name and the new corrected name, but without this
backport, users who want to use the new name "add.ignoreErrors" in
their repositories cannot use older versions of Git.

Fixes since v1.7.3.2
--------------------

* "git apply" segfaulted when a bogus input is fed to it.

* Running "git cherry-pick --ff" on a root commit segfaulted.

* "diff", "blame" and friends incorrectly applied textconv filters to
  symlinks.

* Highlighting of whitespace breakage in "diff" output was showing
  incorrect amount of whitespaces when blank-at-eol is set and the line
  consisted only of whitespaces and a TAB.

* "diff" was overly inefficient when trying to find the line to use for
  the function header (i.e. equivalent to --show-c-function of GNU diff).

* "git imap-send" depends on libcrypto but our build rule relied on the
  linker to implicitly link it via libssl, which was wrong.

* "git merge-file" can be called from within a subdirectory now.

* "git repack -f" expanded and recompressed non-delta objects in the
  existing pack, which was wasteful.  Use new "-F" option if you really
  want to (e.g. when changing the pack.compression level).

* "git rev-list --format="...%x00..." incorrectly chopped its output
  at NUL.

* "git send-email" did not correctly remove duplicate mail addresses from
  the Cc: header that appear on the To: header.

* The completion script (in contrib/completion) ignored lightweight tags
  in __git_ps1().

* "git-blame" mode (in contrib/emacs) didn't say (require 'format-spec)
  even though it depends on it; it didn't work with Emacs 22 or older
  unless Gnus is used.

* "git-p4" (in contrib/) did not correctly handle deleted files.

Other minor fixes and documentation updates are also included.

(gdt)

2010-12-17 00:38:15 UTC MAIN commitmail json YAML

document rtree and fts options for sqlite3

(agc)

2010-12-17 00:37:34 UTC MAIN commitmail json YAML

Add two new options for sqlite3, rtree (for multi-dimensional search optimization),
and fts (full-text searching). Both options are off by default.

(agc)

2010-12-17 00:24:28 UTC MAIN commitmail json YAML

Update to 1.8.1.1.  This is a minor bugfix update.

The release of Asterisk 1.8.1.1 resolves two issues reported by the community
since the release of Asterisk 1.8.1.

  * Don't crash after Set(CDR(userfield)=...) in ast_bridge_call. Instead of
    setting peer->cdr = NULL, set it to not post.
    (Closes issue #18415. Reported by macbrody. Patched, tested by jsolares)

  * Fixes issue with outbound google voice calls not working. Thanks to az1234
    and nevermind_quack for their input in helping debug the issue.
    (Closes issue #18412. Reported by nevermind_quack. Patched by dvossel)

For a full list of changes in this release candidate, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1.1

(jnemeth)

2010-12-17 00:21:52 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.1.1

(jnemeth)

2010-12-17 00:05:24 UTC MAIN commitmail json YAML

Updated www/drupal6 to 6.2

(rhaen)

2010-12-17 00:04:00 UTC MAIN commitmail json YAML

- updated package to 6.20
- update patch provided by V.Seifert

ChangeLog:

- #494462 by z.stolar: modify robots.txt to give search engine crawlers
  permission to index content in /sites/*, such as images uploaded to the
  site #481142 by JohnAlbin, sociotech: theme settings forms were not
  inherited by sub-themes
- #764548 by Dave Reid, sun: backport hiding of hidden modules on the
  modules page, so if projects include hidden modules for testing, those
  will not confuse users #687674 by jefnguo, rdrh555: fix minor code
  documentation typo in menu.inc
- #881540 by bjaspan: make syslog identity configurable on the user
  interface (instead of hardwired to 'drupal') #280930 by pillarsdotnet,
  oadaeh, David_Rothstein: fall back on an empty array if hook_schema is
  not defined for a module
- #956320: clean up documentation for menu_set_active_trail #903016 by
  daniels220: path argument was not documented on the arg() function
- #618280 by daniels220: minor fix to drupal_add_css() documentation to
  have correct path example #926440 by daniels220: document search_form()
  return value properly
- #716348 by grendzy, hefox: document that drupal_get_path(),
  drupal_load() and drupal_get_filename() can be used with 'profile' as
  well #767408 by hunmonk: copy semaphore site creation to
  update_fix_d6_requirements() to solve issues upgrading from any version
  of Drupal 5
- #948520 by jhodgdon, mvc: fix formatting in Schema API documentation
  lists #931304 by subnet_rx, webkenny: backport support for newly popular
  tel: protocol in filter_xss_bad_protocols()
- #937508 by amateescu: document the return value of arg() better #505730
  by alexanderpas, jhodgdon: document return value of
  valid_email_address() better
- #930784 by Jay Matwichuk, daniels220: fix argument name in code
  documentation for db_add_field() #225950 by mgriego, daniels220,
  jhodgdon: improve documentation on theme_image()
- #698248 by andypost: fix notice in cache.inc when $user->cache is not
  defined #872374 by sender: user_load() can take a uid not just an array;
  document that properly
- #942718 by joachim: document where drupal_get_form() arguments end up in
  form arrays #895858 by dstol: fix documentation of possible $item values
  in menu_link_save()
- #379348 by dstol: refine documentation on node_submit() #403034 by
  Andreas Wolf, roderik: node_assign_owner_action() should use
  node_get_types('name', ...) to get the name of the node type
- #829968 by AlexisWilke, andypost: fix drupal_lookup_path() to always
  return FALSE if the source was not found, not just for the 2nd call
  onwards #245990 by David_Rothstein, Pedro Lozano, andypost: do not
  follow any redirections in system_check_http_request() since we only
  need data on whether HTTP requests worked at all
- #366768 by druppi, hass, plach, GiorgosK: do not link to unpublished
  translation nodes, even if user would have access to them (once
  published) #764234 by yan_nick, Zoltan Balogh and myself: backport width
  of user filter labels in admin forms; better fit for some translations
- #971400 by myself, pp: backport change of language source URLs from
  Drupal 7 #809616 by catch, hswong3i: fix notice in menu rebuild
- #973242 by pp: log type name not properly translated in dblog.module
- #147000 by pwolanin, mikeytown2, et. al.: avoid multiple, parallel
  rebuildings of module and theme data
- #969252 by Dave Reid: save hook_help implementation in upload.module for
  admin/settings/uploads #993834 by adamgerbert, nenne: fix documentation
  of return value in do_search
- #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist
- #841134 by daniels220, jhodgdon: file_save_upload() documentation
  corrections
- #287647 by bjaspan, lilou, mikejoconnor, cafuego, D辿ja: cast invalid
  hook_schema() results into arrays at all times #917670 by mr.baileys,
  rdrh555: fix documentation for drupal_alter()
- #357785 by arnoldc, gravalsyr, miro_dietiker, plach: retain the tnid
  value for new nodes saved, so the node object reflects the database
- #422218 by salvis, jeremiah.snapp: fix a case in forum module where non
  forum tids might get picked as the forum topic tid
- #488166 by EmanueleQuinto, Damien Tournoud, jhodgdon: search relevance
  calculation fails if last_comment_timestamp is NULL #881132 by HLopes,
  Garrett Albright: CSS files with non-UTF-8 characters broke CSS
  optimization
- #772678 by sun, jpmckinney, Berdir, markus_petrux: no way to specify
  default collation, entirely depended on database configuration (which
  might be inappropriate) #212130 by salvis, boydjd, Steven, grendzy,
  Damien Tournoud: more complete support for unicode entities, to account
  for previously missing entities in decode_entities()
- #307636 by zbricoleur, sreynen, quicksketch: fix file identification bug
  with image file processing on Microsoft IIS Roll back #147000, prevented
  Drupal from being installed.
- #986682 by pkiraly: improve code documentation for db_table_exists() and
  db_column_exists()

(rhaen)

2010-12-16 21:01:16 UTC MAIN commitmail json YAML

Updated parallel/openmpi to 1.5.1

(asau)

2010-12-16 21:00:54 UTC MAIN commitmail json YAML

Update to OpenMPI 1.5.1

Changes in 1.5.1

- Fixes for the Oracle Studio 12.2 Fortran compiler.
- Fix SPARC and SPARCv9 atomics.  Thanks to Nicola Stange for the
  initial patch.
- Fix Libtool issues with the IBM XL compiler in 64-bit mode.
- Restore the reset of the libevent progress counter to avoid
  over-sampling the event library.
- Update memory barrier support.
- Use memmove (instead of memcpy) when necessary (e.g., source and
  destination overlap).
- Fixed ompi-top crash.
- Fix to handle Autoconf --program-transforms properly and other
  m4/configury updates.  Thanks to the GASNet project for the
  --program transforms fix.
- Allow hostfiles to specify usernames on a per-host basis.
- Update wrapper compiler scripts to search for perl during configure,
  per request from the BSD maintainers.
- Minor man page fixes.
- Added --with-libltdl option to allow building Open MPI with an
  external installation of libltdl.
- Fixed various issues with -D_FORTIFY_SOURCE=2.
- Various VT fixes and updates.

Notable changes in 1.5

- Added "knem" support: direct process-to-process copying for shared
  memory message passing.  See http://runtime.bordeaux.inria.fr/knem/
  and the README file for more details.
- Updated shared library versioning scheme and linking style of MPI
  applications.  The MPI application ABI has been broken from the
  v1.3/v1.4 series.  MPI applications compiled against any prior
  version of Open MPI will need to, at a minimum, re-link.  See the
  README file for more details.
- Added "fca" collective component, enabling MPI collective offload
  support for Voltaire switches.
- Fixed MPI one-sided operations with large target displacements.
  Thanks to Brian Price and Jed Brown for reporting the issue.
- Fixed MPI_GET_COUNT when used with large counts.  Thanks to Jed
  Brown for reporting the issue.
- Made the openib BTL safer if extremely low SRQ settings are used.
- Fixed handling of the array_of_argv parameter in the Fortran
  binding of MPI_COMM_SPAWN_MULTIPLE (** also to appear: 1.4.3).
- Fixed malloc(0) warnings in some collectives.
- Fixed a problem with the Fortran binding for
  MPI_FILE_CREATE_ERRHANDLER.  Thanks to Secretan Yves for identifying
  the issue (** also to appear: 1.4.3).
- Updates to the LSF PLM to ensure that the path is correctly passed.
  Thanks to Teng Lin for the patch (** also to appear: 1.4.3).
- Fixes for the F90 MPI_COMM_SET_ERRHANDLER and MPI_WIN_SET_ERRHANDLER
  bindings.  Thanks to Paul Kapinos for pointing out the issue
  (** also to appear: 1.4.3).
- Fixed extra_state parameter types in F90 prototypes for
  MPI_COMM_CREATE_KEYVAL, MPI_GREQUEST_START, MPI_REGISTER_DATAREP,
  MPI_TYPE_CREATE_KEYVAL, and MPI_WIN_CREATE_KEYVAL.
- Fixes for Solaris oversubscription detection.
- If the PML determines it can't reach a peer process, print a
  slightly more helpful message.  Thanks to Nick Edmonds for the
  suggestion.
- Make btl_openib_if_include/exclude function the same way
  btl_tcp_if_include/exclude works (i.e., supplying an _include list
  overrides supplying an _exclude list).
- Apply more scalable reachability algorithm on platforms with more
  than 8 TCP interfaces.
- Various assembly code updates for more modern platforms / compilers.
- Relax restrictions on using certain kinds of MPI datatypes with
  one-sided operations.  Users beware; not all MPI datatypes are valid
  for use with one-sided operations!
- Improve behavior of MPI_COMM_SPAWN with regards to --bynode.
- Various threading fixes in the openib BTL and other core pieces of
  Open MPI.
- Various help file and man pages updates.
- Various FreeBSD and NetBSD updates and fixes.  Thanks to Kevin
  Buckley and Aleksej Saushev for their work.
- Fix case where freeing communicators in MPI_FINALIZE could cause
  process failures.
- Print warnings if shared memory state files are opened on what look
  like networked filesystems.
- Update libevent to v1.4.13.
- Allow propagating signals to processes that call fork().
- Fix bug where MPI_GATHER was sometimes incorrectly examining the
  datatype on non-root processes.  Thanks to Michael Hofmann for
  investigating the issue.
- Various Microsoft Windows fixes.
- Various Catamount fixes.
- Various checkpoint / restart fixes.
- Xgrid support has been removed until it can be fixed (patches
  would be welcome).
- Added simplistic "libompitrace" contrib package.  Using the MPI
  profiling interface, it essentially prints out to stderr when select
  MPI functions are invoked.
- Update bundled VampirTrace to v5.8.2.
- Add pkg-config(1) configuration files for ompi, ompi-c, ompi-cxx,
  ompi-f77, ompi-f90.  See the README for more details.
- Removed the libopenmpi_malloc library (added in the v1.3 series)
  since it is no longer necessary
- Add several notifier plugins (generally used when Open MPI detects
  system/network administrator-worthy problems); each have their own
  MCA parameters to govern their usage.  See "ompi_info --param
  notifier <name>" for more details.
  - command to execute arbitrary commands (e.g., run a script).
  - file to send output to a file.
  - ftb to send output to the Fault Tolerant Backplane (see
    http://wiki.mcs.anl.gov/cifts/index.php/CIFTS)
  - hnp to send the output to mpirun.
  - smtp (requires libesmtp) to send an email.

(asau)

2010-12-16 18:00:59 UTC MAIN commitmail json YAML

2010-12-16 17:46:03 UTC MAIN commitmail json YAML

Updated editors/xemacs to 21.4.22

(hauke)

2010-12-16 17:45:13 UTC MAIN commitmail json YAML

Update XEmacs package to 21.4.22

I tried to work in the manual PLIST changes.

Changes since 21.4.17 from the distribution ChangeLog:

2008-12-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.22 is released

        * etc/photos/vin.png:
        * etc/photos/vinm.png: Updated.

2007-10-07  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.21 is released

        * modules/ldap/eldap.c: Declare that we use deprecated API.
        Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch:
        <871wgnqunm.fsf@spencer.lidell.homelinux.net>.

2006-12-09  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.20 is released

        * configure.in: Find relocated xpm library under cygwin.
        Patch lifted from Rick Rankin's 21.5 version of the patch.
        * PROBLEMS: X11R7 loses x11/bitmaps/gray.
        * configure.in: Simplify cygwin include and nox/Xpm handling.
        As of cygwin-1.5.19, 'gcc -print-file-name=libc.a' (effectively)
        returns '/lib' instead of '/usr/lib', so we'll use
        'gcc -print-search-dirs' instead.

2006-01-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.19 is released

        * etc/package-index.LATEST.gpg: Updated with latest package data.
        Merge from 21.5.
        * configure.in: Fixed `LDAP_OPT_ON' libraries configuration
        introduced in local 2005-03-13 change of `configure.in'.  However,
        do not check for internal `-lber' `ber_pvt_opt_on' symbol as done
        in upstream.  This symbol is not part of any published interface,
        it may exist or not exist, depending on openldap version.  Cryptic
        comment before using it in upstream 21.5 source did not state
        precisely under which circumstances checking for it was useful,
        which sort of user code tried to link the symbol.  So in local
        21.5 dismissed both the code and the comment without writing a
        cleaner equivalent.
        * etc/NEWS: Document.
        * etc/package-index.LATEST.gpg: Updated with latest package data.
        * etc/OXYMORONS: insert 'Social Property' for 21.4.18.
        * etc/NEWS: document motif deprecation and defaulting
        --with-widgets to off.
        * etc/PACKAGES: Fix description of xetla.

2005-12-03  Vin Shelton <acs@xemacs.org>

        * XEmacs 21.4.18 is released

        * etc/TUTORIAL.cs: copied from 21.5.
        * etc/TUTORIAL.sl: copied from 21.5.
        * configure.in: Merge revision 1.19 change: fix ldap libraries
        configuration lossage when `-lldap -llber' links and but `-lldap'
        does not; allow `ldap_libs' to be empty or overridden by builder.
        The lossage was introduced in upstream revision 1.151.2.31
        (2005/01/31 02:54:47 vins) by (extremely hasty and unwise) merge
        of revision 1.232 change.
        * etc/NEWS: Document it.
        * configure.in (XE_COMPUTE_RUNPATH): Check XtRegisterDrawable
        availability.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Avoid using Motif also for cygwin
        * configure.in: Check for u_int*_t typedefs and use them in
        Berkeley DB detection.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Remove -fno-gnu-linker option from Solaris
        dynodump builds; it doesn't do anything.
        Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
        platforms.
        * etc/PACKAGES: Announce latin-euro-standards, update mule-base.
        * etc/OXYMORONS: New list.

(hauke)

2010-12-16 15:37:01 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.4.5.

(taca)

2010-12-16 15:35:34 UTC MAIN commitmail json YAML

Update typo3 package to 4.4.5.

Quote from http://wiki.typo3.org/wiki/TYPO3_4.4.5, prease refer the
page for more detail.

Due to several security issues found in the TYPO3 Core, there was a combined
release of TYPO3 4.2.16, 4.3.9 and 4.4.5.
Find more details in the security bulletin:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-022/

(taca)

2010-12-16 15:01:39 UTC MAIN commitmail json YAML

Updated graphics/[lib]exif to 0.6.20

(adam)

2010-12-16 15:00:33 UTC MAIN commitmail json YAML

Changes 0.6.20:
* New translation: ro
* Updated translations: it, lv, sk
* --no-fixup now honoured during --create-exif to not create default tags
* Fixed crash when not enough components were given to --set-value
* Made --set-value more forgiving of whitespace
* Allow --set-value on UNDEFINED tags (treating them as byte arrays)
* Honour --machine-readable with --show-mnote and --show-description
* Turned on the --enable-silent-rules configure option
* Adding or removing a thumbnail can be done simultaneously with other options
* Allow --create-exif to be used in place of an input file

(adam)

2010-12-16 14:56:54 UTC MAIN commitmail json YAML

Changes 0.6.20:
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
  pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures

(adam)

2010-12-16 14:21:59 UTC MAIN commitmail json YAML

Note update of lang/php5 package to 5.2.16.

(taca)

2010-12-16 14:20:45 UTC MAIN commitmail json YAML

Update php5 pacakge to 5.2.16:

PHP 5.2.16 Released!

The PHP development team would like to announce the immediate availability of
PHP 5.2.16. This release marks the end of support for PHP 5.2. All users of
PHP 5.2 are encouraged to upgrade to PHP 5.3.

This release focuses on addressing a regression in open_basedir implementation
introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql on data
retrieval when the server is down. All users who have upgraded to 5.2.15 and
are utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or
5.3.4.

To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on http://php.net/migration53, details the changes
between PHP 5.2 and PHP 5.3.

For a full list of changes in PHP 5.2.16 see the ChangeLog at
http://www.php.net/ChangeLog-5.php#5.2.16.

ChangeLog:

Version 5.2.16

16-Dec-2010

* Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is
  down). (gyp at balabit dot hu)
* Fixed bug #53516 (Regression in open_basedir handling). (Ilia)

(taca)

2010-12-16 13:47:19 UTC MAIN commitmail json YAML

mib.txt is always installed even when snmp option is disabled.

(sborrill)

2010-12-16 13:45:42 UTC MAIN commitmail json YAML

- libtorrent-0.12.7, rtorrent-0.8.7.

These version have problems.  (noted by wiz@)

(taca)

2010-12-16 12:15:28 UTC MAIN commitmail json YAML

gnome-applets updated

(ahoka)

2010-12-16 12:14:38 UTC MAIN commitmail json YAML

2010-12-16 11:52:15 UTC MAIN commitmail json YAML

desktop-file-utils for *.desktop file.

(obache)

2010-12-16 11:38:08 UTC MAIN commitmail json YAML

bump rev for battery fix

(ahoka)

2010-12-16 11:37:39 UTC MAIN commitmail json YAML

If we the battery 'remaining' propery is empty, try to calculate it
from discharge rate.

make the battery applet work with netbsd (again?)

(ahoka)

2010-12-16 11:34:51 UTC MAIN commitmail json YAML

dont divide by 3600, beacuse gnome power applet doesnt expect it like this
ok by jared

(ahoka)

2010-12-16 10:13:04 UTC MAIN commitmail json YAML

Updated archivers/gtar-base to 1.25nb3

(wiz)

2010-12-16 10:12:54 UTC MAIN commitmail json YAML

2010-12-16 06:58:20 UTC MAIN commitmail json YAML

Fix the location of SITE_ARCH_DIR.  It was changed not to include
full gauche version in r6983 of sourceforge repository.

(enami)

2010-12-16 06:56:30 UTC MAIN commitmail json YAML

Add include of "../../libltdl/buildlink3.mk".

Fix build problem.

(taca)

2010-12-16 04:55:46 UTC MAIN commitmail json YAML

make 10.2 work on macosx (port wouldn't compile since it was upgraded
from 9.8 to 10.2).  the main issue is that macosx doesn't have the
clockid_t and clock_gettime() API.

(chuck)

2010-12-16 03:50:30 UTC MAIN commitmail json YAML

- horde-3.3.11
+ libgdata-0.7.0, libtorrent-0.12.7, mysql55-client-5.5.8,
  mysql55-server-5.5.8, resourceproto-1.1.1, rtorrent-0.8.7,
  xkbevd-1.1.2 [unpackaged]

(taca)

2010-12-16 03:44:31 UTC MAIN commitmail json YAML

Note update of databases/mysql51-client and databases/mysql51-server
package to 5.1.54.

(taca)

2010-12-16 03:44:09 UTC MAIN commitmail json YAML

- gauche-0.9.1

(asau)

2010-12-16 03:43:02 UTC MAIN commitmail json YAML

Updated lang/gauche to 0.9.1

(asau)

2010-12-16 03:42:50 UTC MAIN commitmail json YAML

Update mysql51-{client,server} package to 5.1.54.

Functionality added or changed:

* Support for the IBMDB2I storage engine has been removed. (Bug#58079)

* The pstack library was nonfunctional and has been removed, along with the
  --with-pstack option for configure. The --enable-pstack option for mysqld is
  deprecated and will be removed in MySQL 5.5. (Bug#57210)

Bugs fixed:

* Performance: InnoDB Storage Engine: Improved concurrency when several
  ANALYZE TABLE or SHOW TABLE STATUS statements are run simultaneously for
  InnoDB tables. (Bug#53046)

* InnoDB Storage Engine: For an InnoDB table created with
  ROW_FORMAT=COMPRESSED or ROW_FORMAT=DYNAMIC, a query using the READ
  UNCOMMITTED isolation level could cause the server to stop with an assertion
  error, if BLOB or other large columns that use off-page storage were being
  inserted at the same time. (Bug#57799)

* Partitioning: An INSERT ... ON DUPLICATE KEY UPDATE column = 0 statement on
  an AUTO_INCREMENT column caused the debug server to crash. (Bug#57890)

* Several compilation problems were fixed. (Bug#57992, Bug#57993, Bug#57994,
  Bug#57995, Bug#57996, Bug#57997, Bug#58057)

* Passing a string that was not null-terminated to UpdateXML() or
  ExtractValue() caused the server to fail with an assertion. (Bug#57279)

* Queries executed using the Index Merge access method and a temporary file
  could return incorrect results. (Bug#56862)

* The find_files() function used by SHOW statements performed redundant and
  unnecessary memory allocation. (Bug#51208)

(taca)

2010-12-16 03:42:09 UTC MAIN commitmail json YAML

Update to Gauche 0.9.1

New in Gauche 0.9.1: Major Feature Enhancements

+ New Features
  o Extended formals: Built-in lambda, define etc. can
    recognize optional and keyword arguments, a la Common Lisp.
  o Enhanced module mechanism: Now you can rename, choose,
    or add prefix to the symbols when importing other modules.
  o Efficient record types: A new module gauche.record provides
    ERR5RS (srfi-99) compatible record types. It is also upper
    compatible to srfi-9 records.
  o More support for multithreaded applications: Thread-safe
    queue is added to util.queue, and thread-pool feature is
    provided by the new module control.thread-pool.
    Continuations can be passed between threads.
  o Partial continuations.
  o Enhanced Windows support.
  o New module: crypt.bcrypt: A module for Blowfish password hashing.
  o New module: srfi-98: portable environment variable lookup support.
  o New module: gauche.mop.propagate: Making object composition simpler.
  o New module: rfc.json: JSON parsing and construction.
+ Changes
  o The directory structure for Gauche installation has changed so
    that we can keep binary compatibility for the extension
    modules throughout 0.9.x releases.
  o Now it is an error to pass a keyword argument that isn't
    expected by the callee. It used to be a warning.
  o Regular expression re{,M} now means the same as re{0,M},
    which is compatible to Oniguruma.
+ Improvements
  o The compiler and the runtime got optimized more.
    The compiler now knows more about built-in procedures, and tries
    compile-time constant folding and/or inlining more aggressively.
    For example, sxml.ssax can parse XML document a lot faster.
  o ^ can be used in place of lambda, allowing more concise code.
    There's also convenience macros ^a, ^b, ... ^z and ^_ as
    abbreviations of lambda (a) etc.
  o ~ is added for universal accessing operator. (~ x y) is the same
    as (ref x y), and (~ x y z) is the same as (ref (ref x y) z),
    and so on. It can be used with generalized setter, e.g.
    (set! (~ array i) x).
  o define-syntax, let-syntax, and letrec-syntax are enhanced so that
    they can take a general expression in rhs, as far as it yields
    a syntactic transformer.
  o gauche.process: I/O redirection handling in run-process becomes
    more flexible.
  o rfc.http module now supports https connection (unix platforms only).
    Currently it relies on an external program (stunnel).
  o A new procedure current-load-path allows the program to know
    the file name it is being loaded from.
  o A new procedure .$ is introduced as an alternative name of compose.
  o Regular expressions now got read-write invariance. Some internal
    regexp routines are made public, giving users an easy way
    to construct and analyze regexp programatically.
  o rfc.822: New procedure: rfc822-date->date.
  o file.util: The procedure temporary-directory now became a parameter
    so that you can switch it when necessary. The default value is taken
    from (sys-tmpdir), which determines temporary directory in the
    recommended way of the platform; esp., it works on Windows native
    platforms. home-directory works on Windows, too.
    Procedures null-device and console-device are added to make it easier
    to write portable script across Unix and Windows platforms.
  o util.queue: New proceduers: any-in-queue, every-in-queue.
  o gauche.parseopt: When let-args encounters a command-line option
    that doesn't match any spec, it now raises a condition of type
    <parseopt-error> instead of <error>. The application can capture
    the condition to handle invalid command-line arguments.
  o gauche.uvector: New procedure uvector-size to obtain number of octets
    actually to be written out when the given uvector is written out
    by write-block.
  o dbm: A new procedure dbm-type->class allows an application to load
    appropriate dbm implementation at runtime. Utility scripts dbm/dump
    and dbm/restore are provided for easier backup and migration.
  o Procedure slot-pop! is added for the consistency with other
    *-push!/pop! API pairs.
  o When ref is used for object slot access, it can take default value
    in case the slot is unbound.
  o Made (set! (ref list k) value) work.
  o New procedures delete-keywords, delete-keywords!, tree-map-map,
    tree-map-for-each.
  o unwind-protect allows multiple handlers, as in CL.
  o sqrt now returns an exact number if the argument is exact and
    the result can be computed exactly. Also, R6RS's exact-integer-sqrt
    is added.
  o gauche.parameter: Parameters can be used with generalized set!.
  o The default-endian parameter is moved from binary.io module
    to the core, so that this parameter controls default endian
    of binary I/O in general. For example, read-block! and write-block
    of the gauche.uvector module now uses the value of this parameter
    as the default. A new procedure native-endian is added to retrieve
    the platform's native endianness.
  o More R6RS procedures: inexact, exact, real-valued?, rational-valued?,
    integer-valued?, div, mod, div0, mod0.

A number of bug fixes.

(asau)

2010-12-16 03:41:03 UTC MAIN commitmail json YAML

Note update of these packages:

* textproc/php-intl 1.1.2 (5.3.4.1.1.2 for php53 and 5.2.15.1.1.2 for php5)
* www/horde 3.3.11

(taca)

2010-12-16 03:38:32 UTC MAIN commitmail json YAML

Update horde pacakge to 3.3.11.

Fixing http://secunia.com/advisories/42355/.

-------
v3.3.11
-------

[mms] SECURITY: Fix XSS when viewing details of a vCard (Bug #9357).
[jan] Fix exporting recurrence exceptions to vCalendar 1.0.
[jan] Skip event status synchronization with Outlook, which is broken.
[jan] Don't send SIF data to recent Funambol clients, unless requested.
[jan] Log all queries and errors by the history library.

(taca)

2010-12-16 03:37:28 UTC MAIN commitmail json YAML

Update php-intl package to 1.1.2.

Changelog says only "* Bugfixes" but it is really fix CVE-2010-4409.

(taca)

2010-12-15 22:34:25 UTC MAIN commitmail json YAML

Updated net/mDNSResponder to 214.3.2nb1

(jmcneill)

2010-12-15 22:33:42 UTC MAIN commitmail json YAML

Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6
address; patch-ac changed the distribution source to not pull in
netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from
so bring it back in. Bump pkg revision.

(jmcneill)

2010-12-15 22:16:36 UTC MAIN commitmail json YAML

Updated archivers/gtar-base to 1.25nb2

(wiz)

2010-12-15 22:16:25 UTC MAIN commitmail json YAML

Remove two patches: one disabled a test that however succeeds on
NetBSD-current and Solaris 10 (tested by tez@), the other one was
adding a --no-unlink-first option that was added because NetBSD's
version of tar had made --unlink-first default. Since this default
was changed quite some time ago and the option never was in upstream,
remove it.

Bump PKGREVISION.

(wiz)

2010-12-15 21:52:15 UTC MAIN commitmail json YAML

Explicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order for
this to build properly under Mac OS X "Snow Leopard" on a 64-bit host.
Fixes PR pkg/44191 by me.

(riz)

2010-12-15 21:37:55 UTC MAIN commitmail json YAML

Expand the information in the description and install message

(heas)

2010-12-15 21:08:30 UTC MAIN commitmail json YAML

fix shell syntax error in patch-aa and patch-ac.  added missing double
quotes to this line:
  EXTRA_LIBS="-framework CoreFoundation -framework IOKit"
otherwise configure gives you this nice error (but keeps going):

    ./configure: line 3015: CoreFoundation: command not found

(chuck)

2010-12-15 20:39:29 UTC MAIN commitmail json YAML

Fix bug in latest gtar that breaks amanda backups

(tez)

2010-12-15 20:37:38 UTC MAIN commitmail json YAML

2010-12-15 19:08:22 UTC MAIN commitmail json YAML

get rid of un-needed cppflags in optflags, as it causes the compile to
fail on macosx (complains about -isystem).

(chuck)

2010-12-15 16:11:35 UTC MAIN commitmail json YAML

Updated sysutils/ipa to 2.0.8

(asau)

2010-12-15 16:10:55 UTC MAIN commitmail json YAML

Update sysutils/ipa to version 2.0.8
Requested by package maintainer in PR pkg/44234

Changes in ipa-2.0.8:

    * autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1.

    * Time events in ipa.conf for +h, +D and +W could be incorrectly
scheduled (plus one extra hour for +h and plus one extra day for
+D and +W), corrected.

    * If threshold's tm_from time and tm_updated time are equal and
their month day is the last day in a month, then ipa incorrectly
calculated previous threshold_time_width value during threshold's
initialization.

(asau)

2010-12-15 16:06:27 UTC MAIN commitmail json YAML

apply patches from Noud to fix PR/44222 kaffe halts on
BufferedReader.readLine (while building wip/jdk15)

KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and
in fact breaks NetBSD 5

Bump PKGREVISION

many thanks

(abs)

2010-12-15 13:35:11 UTC MAIN commitmail json YAML

Updated geography/viking to 1.0.2

(gdt)

2010-12-15 13:34:57 UTC MAIN commitmail json YAML

Update to 1.0.2.

Viking 1.0.2 (2010-12-14)
Fixes since 1.0.1
* Add undeclared translations

Viking 1.0.1 (2010-12-04)
Fixes since 1.0
* Fix Waypoint & Track visibility issues.
* Fix SF#3104028: Default Color Background is incorrectly saved as black into a
new .vik file.
* Fix some translated strings

(gdt)

2010-12-15 13:32:00 UTC MAIN commitmail json YAML

Updated games/gbrainy to 1.60

(wiz)

2010-12-15 13:31:47 UTC MAIN commitmail json YAML

Update to 1.60:

Version 1.60
* Better I18N (string concatenation and plurals)
* 7 new logic games, 1 calculation and 16 verbal analogies
* PDF export support
* 14 bug fixes
* Updated and new translations

(wiz)

2010-12-15 13:25:17 UTC MAIN commitmail json YAML

Updated misc/tellico to 2.3.2

(wiz)

2010-12-15 13:25:05 UTC MAIN commitmail json YAML

Update to 2.3.2:

The Tellico development team, namely me, is happy to announce that
version 2.3.2 is available from the download page. Tellico 2.3.2
includes several bug fixes, among them:

    * Fixed bug with list view settings not being saved between sessions (Bug 256373)
    * Fixed bug with updating groups for derived values (Bug 256374)
    * Made Nepomuk support optional
    * Added cover art support for MusicBrainz source
    * Fixed Google Scholar data source to properly fetch Bibtex
    * Fixed bug with FreeDB results not using track artists (Bug 258541)
    * Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269)
    * Fixed sorting multiple numeric values in column view
    * Fixed sorting for numeric values in group view
    * Updated Allocine script to version 0.7.3 (Bug 258281)
    * Updated Bibtex importer to translate non-breaking spaces

(wiz)

2010-12-15 13:01:49 UTC MAIN commitmail json YAML

Updated devel/cppcheck to 1.46.1

(wiz)

2010-12-15 13:01:39 UTC MAIN commitmail json YAML

Update to 1.46.1:

Release notes for 1.46

This release has improvements and bug fixes.

We fixed 153 tickets, and that is a somewhat "usual" number for a Cppcheck release.

The report has been improved. New severities were added to make the messages more informational. The possible severities are now:
* error
* warning
* style
* performance

This has no effect on the command line flags nor the xml report. The command line flags and the xml report is fully compatible with previous versions.

These are the new checks that were added:
* detect dangerous usage of string::c_str()
* warn for unused variable when only doing malloc/free
* warn when assert has side effects
* warn for mutual exclusion over ||. The condition is always false. Example: 'if (x != 1 || x != 4)'

More details about all the fixed tickets can be found here:
http://sourceforge.net/apps/trac/cppcheck/milestone/1.46

Release notes for 1.46.1

Fix segmentation fault.

(wiz)

2010-12-15 11:46:23 UTC MAIN commitmail json YAML

+ autogen-5.11.5, cherokee-1.0.14, ejabberd-2.1.6, etm-686,
  fetchmail-6.3.19, gauche-0.9.1, gbrainy-1.60, ipa-2.0.8 [pkg/44234],
  modular-xorg-server-1.9.3, mpg123-1.13.0, veusz-1.10.

(wiz)

2010-12-15 11:39:05 UTC MAIN commitmail json YAML

+x11/renderproto9

(abs)

2010-12-15 09:43:23 UTC MAIN commitmail json YAML

Updated mail/pear-Mail_Mime to 1.8.1

(adam)

2010-12-15 09:42:28 UTC MAIN commitmail json YAML

Changes 1.8.1:
Bugs Fixed:
* Not possible to set separate charset for attachment content and headers

(adam)

2010-12-15 09:33:13 UTC MAIN commitmail json YAML

Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg

(abs)

2010-12-15 09:31:14 UTC MAIN commitmail json YAML

+renderproto9

(abs)

2010-12-15 09:29:34 UTC MAIN commitmail json YAML

Added x11/renderproto9 version 0.9.3nb2

This provides the Render extension headers from modular X.org X11
project, for use in non modular X11 installs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(abs)

2010-12-15 03:31:00 UTC MAIN commitmail json YAML

Added comms/asterisk18 version 1.8.1

(jnemeth)

2010-12-15 03:27:40 UTC MAIN commitmail json YAML

add and enable asterisk18

(jnemeth)

2010-12-15 03:22:46 UTC MAIN commitmail json YAML

    Import Asterisk 1.8.1:


Asterisk is a complete PBX in software.  It provides all of the
features you would expect from a PBX and more. Asterisk does voice
over IP in three protocols, and can interoperate with almost all
standards-based telephony equipment using relatively inexpensive
hardware.

Asterisk 1.8 is a long term support version (i.e. it will be
supported for four years with an additional year of security only
fixes).  See:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

    What's new:

Asterisk 1.8 is the next major release series of Asterisk.

The release of Asterisk 1.8.0 would not have been possible without the support
and contributions of the community. Since Asterisk 1.6.2, we've had over 500
reporters, more than 300 testers and greater than 200 developers contributed to
this release.

You can find a summary of the work involved with the 1.8.0 release in the
sumary:

http://svn.asterisk.org/svn/asterisk/tags/1.8.0/asterisk-1.8.0-summary.txt

A short list of available features includes:

    * Secure RTP
    * IPv6 Support in the SIP channel driver
    * Connected Party Identification Support
    * Calendaring Integration
    * A new call logging system, Channel Event Logging (CEL)
    * Distributed Device State using Jabber/XMPP PubSub
    * Call Completion Supplementary Services support
    * Advice of Charge support
    * Much, much more!

A full list of new features can be found in the CHANGES file.

http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup

For a full list of changes in the current release candidate, please see the
ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0

-----

The Asterisk Development Team has announced the release of Asterisk 1.8.1.

The release of Asterisk 1.8.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* Fix issue when using directmedia. Asterisk needs to limit the codecs offered
  to just the ones that both sides recognize, otherwise they may end up sending
  audio that the other side doesn't understand.
  (Closes issue #17403. Reported, patched by one47. Tested by one47, falves11)

* Resolve issue where Party A in an analog 3-way call would continue to hear
  ringback after party C answers.
  (Patched by rmudgett)

* Fix playback failure when using IAX with the timerfd module.
  (Closes issue #18110. Reported, tested by tpanton. Patched by jpeeler)

* Fix problem with qualify option packets for realtime peers never stopping.
  The option packets not only never stopped, but if a realtime peer was not in
  the peer list multiple options dialogs could accumulate over time.
  (Closes issue #16382. Reported by lftsy. Tested by zerohalo. Patched by
  jpeeler)

* Fix issue where it is possible to crash Asterisk by feeding the curl engine
  invalid data.
  (Closes issue #18161. Reported by wdoekes. Patched by tilghman)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jnemeth)

2010-12-15 03:14:51 UTC MAIN commitmail json YAML

fix compiler warnings on macox (missing prototype for inet_ntoa and
account for strcpy being a macro).

(chuck)

2010-12-15 02:24:23 UTC MAIN commitmail json YAML

for darwin only, remove un-needed ld flag from configure.ac

(chuck)

2010-12-14 23:44:37 UTC MAIN commitmail json YAML

Updated lang/sbcl to 1.0.45

(asau)

2010-12-14 23:44:09 UTC MAIN commitmail json YAML

Update to SBCL 1.0.45

New in version 1.0.45

  * enhancement: ~/ and ~user/ are treated specially in pathnames.
  * enhancement: ASDF has been updated to version 2.010.
  * optimization: mutated closed-over variables that are only accessed
    by DYNAMIC-EXTENT closures (currently only FLET and LABELS functions
    declared to be DYNAMIC-EXTENT) are stored directly in their containing
    stack frame, rather than allocating a VALUE-CELL (#586103).
  * optimization: UNWIND-PROTECT cleanup functions are now declared
    DYNAMIC-EXTENT.

  Bug fixes.

New in version 1.0.44

  * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument
    to select the external-format for its :INPUT, :OUTPUT, AND
    :ERROR :STREAMs.
  * enhancement: ALLOCATION-INFORMATION also provides the page
    the object resides on.
  * enhancement: default dynamic-space size can be configured at
    build-time without touching source, using the --dynamic-space-size
    argument to make.sh.
  * enhancement: DESCRIBE recognizes symbols naming optimization
    policy qualities, and mentions ALWAYS-BOUND declarations.
  * enhancement: ATOMIC-INCF now supports AREF of
    (SIMPLE-ARRAY SB-EXT:WORD (*)) as a place.
  * enhancement: ASDF has been updated to 2.009.
  * enhancement: the system detects known type-erros in calls better,
    signalling a full warning about violated proclaimed FTYPEs and
    violations of derived FTYPEs within the same file, including self-calls.
  * enhancement: new function: SB-EXT:DELETE-DIRECTORY is now provided.
  * optimization: constant-folding exploits numeric and character types,
    in addition member types.
  * optimization: numeric, character and member types that are inhabited
    by exactly one value are tested with EQL.
  * optimization: more conditional branches are eliminated during IR1.
    Branches are simplified before performing if/if-conversion,
    and simple equivalent branches (that only read the same constant
    or variable) are merged.
  * improvements to the Windows port:
      + change: canonical unparsing form for pathname namestrings now
        uses / as directory separator. NATIVE-NAMESTRING still uses \
        as the separator.
      + bug fix: stackoverwriting due to incorrect usage of PeekConsoleInput
        on Windows. (thanks to Kalyanov Dmitry)
      + bug fix: build now works on cygwin with GCC 4.x installed.
      + bug fix: run-sbcl.sh now works on Cygwin. (thanks to Kalyanov Dmitry)

  Bug fixes.

New in version 1.0.43

  * incompatible change: FD-STREAMS no longer participate in the
    serve-event event-loop by default. (#316072)
      + In addition to streams created by explicit calls to MAKE-FD-STREAM
        this affects streams from CL:OPEN.
      + Streams from SOCKET-MAKE-STREAM still participate in
        serve-event by default, but this is liable to change:
        applications  needing serve-event for socket streams
        should explicitly request it using :SERVE-EVENTS T in the call.
  * enhancement: SB-EXT:WORD type is provided for use with
    SB-EXT:ATOMIC-INCF &co.
  * enhancement: CLOS effective method functions and defclass slot
    typechecking function now have debug names for use in backtraces
    and profiles.
  * enhancement: ASDF has been updated to version 2.004.
  * enhancement: symbols are printed using fully qualified names
    in several error and warning messages which are often associated
    with package conflicts or mixups (#622789, thanks to Attila Lendvai)

  Bug fixes.

(asau)

2010-12-14 22:19:52 UTC MAIN commitmail json YAML

Fix buildling on Mac OS X, without X11, with OpenMP

(adam)

2010-12-14 19:51:45 UTC MAIN commitmail json YAML

On at least OS X 10.4 the builtin zlib does not provide all the symbols
we need

(abs)

2010-12-14 18:26:35 UTC MAIN commitmail json YAML

2010-12-14 18:12:40 UTC MAIN commitmail json YAML

Update to f2c-20100903.
Requested in PR pkg/44076

Changes since previous package:

Wed Jul  7 10:51:12 MDT 2010
  src/data.c, src/format.c, src/p1output.c:  "invisible" tweaks to
silence warnings seen in compilation under Ubuntu; version.c not changed.

Fri Aug 27 09:14:17 MDT 2010
  format.c: make sizeof(buf) depend on MAXNAMELEN to fix a bug with long
names.  Update mswin/f2c.exe.gz accordingly.

Fri Sep  3 16:03:24 MDT 2010
  fc:  have "-m ..." modify CC rather than CFLAGS (to affect linking).

(asau)

2010-12-14 17:58:24 UTC MAIN commitmail json YAML

Updated databases/slony1 to 2.0.6

(adam)

2010-12-14 17:57:24 UTC MAIN commitmail json YAML

Changes 2.0.6:
-Fix: Removing extranous '//' from the perl script.
-Fix: slon can segfault while shutting down.
-Fix: typenameTypeId() changes signatures in 9.1
-Fix: if slon gets confused waiting for its child it will exit.
-Fix: distclean deletes the slony_logshipper flex/bison generated files.

(adam)

2010-12-14 16:28:03 UTC MAIN commitmail json YAML

Updated sysutils/radmind to 1.14.1

(hauke)

2010-12-14 16:27:29 UTC MAIN commitmail json YAML

Update radmind to 1.14.1, fixing a regression in 1.14.0 causing lmerge
to fail in certain circumstances when using relative paths.

The changelog:

* Changes since 1.14.0 *

mkdirs: Directory creation failure can be ignored if the directory
already exists.

(hauke)

2010-12-14 15:02:42 UTC MAIN commitmail json YAML

Conditional PLIST depending on x11 option in cairo and building on Darwin

(adam)

2010-12-14 10:44:16 UTC pkgsrc-2010Q3 commitmail json YAML

2010-12-14 10:44:05 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3301 - requested by tnn
devel/xulrunner: security update
www/firefox: security update

Revisions pulled up:
- devel/xulrunner/Makefile 1.43,1.45
- devel/xulrunner/PLIST 1.25-1.26
- devel/xulrunner/dist.mk 1.17
- devel/xulrunner/distinfo 1.39
- devel/xulrunner/mozilla-common.mk 1.17-1.18
- devel/xulrunner/patches/patch-pe delete
- www/firefox/Makefile 1.78,1.80
---
Module Name: pkgsrc
Committed By: joerg
Date: Wed Nov  3 01:22:36 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: mozilla-common.mk

Log Message:
Requires sqlite3 3.7.1 now. Reported by cegger.
---
Module Name: pkgsrc
Committed By: tnn
Date: Sat Nov 13 11:54:44 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: Makefile PLIST mozilla-common.mk
pkgsrc/mail/thunderbird: Makefile
pkgsrc/www/firefox: Makefile
pkgsrc/www/seamonkey: Makefile

Log Message:
Reluctantly switch over to bundled cairo and pixman for mozilla
packages, like other distros have recently done. Bump package revisions.

Background:
The cairo-1.10 update caused multiple regressions in firefox, such as
flickering gif animations and crashes.
Mozilla doesn't seem interested in fixing it on the stable branches:
  https://bugzilla.mozilla.org/show_bug.cgi?id=610107
Other references:
  https://bugzilla.redhat.com/show_bug.cgi?id=628331
  http://bugs.gentoo.org/show_bug.cgi?id=337813
  https://bugzilla.mozilla.org/show_bug.cgi?id=597174

This workaround is guaranteed to cause other problems in the long run;
so we should attempt to switch back when we move to the mozilla-2.0
branch.
---
odule Name: pkgsrc
Committed By: tnn
Date: Sat Dec 11 14:46:29 UTC 2010

Modified Files:
pkgsrc/devel/xulrunner: Makefile PLIST dist.mk distinfo
pkgsrc/www/firefox: Makefile
Removed Files:
pkgsrc/devel/xulrunner/patches: patch-pe

Log Message:
Update to firefox-3.6.13.

MFSA 2010-84 XSS hazard in multiple character encodings
MFSA 2010-83 Location bar SSL spoofing using network error page
MFSA 2010-82 Incomplete fix for CVE-2010-0179
MFSA 2010-81 Integer overflow vulnerability in NewIdArray
MFSA 2010-80 Use-after-free error with nsDOMAttribute MutationObserver
MFSA 2010-79 Java security bypass from LiveConnect loaded via data: URL
            meta refresh
MFSA 2010-78 Add support for OTS font sanitizer
MFSA 2010-77 Crash and remote code execution using HTML tags inside a XUL tree
MFSA 2010-76 Chrome privilege escalation with window.open and <isindex> element
MFSA 2010-75 Buffer overflow while line breaking after document.write with
            long string
MFSA 2010-74 Miscellaneous memory safety hazards (rv:1.9.2.13/ 1.9.1.16)

(tron)

2010-12-14 10:11:04 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.6.6.5

(adam)

2010-12-14 10:08:40 UTC MAIN commitmail json YAML

Changes 6.6.6.5:
* Make the PNG encoder always rebuild the palette, to avoid losing
  transparency when it is out of sync with the pixel data.
  Eliminated CompressColormapTransFirst() since the palette is already
  compressed and sorted by opacty now when it's recreated.
* Account for virtual canvas for the -flip / -flop options.
* Also for -transpose and transverse options
* Support -metric fuzz option.

Changes 6.6.6.4:
* Replace IsMagickColorSimilar() which provides the Fuzz Factor threshold
  function.  Note function does not calculate 'distance' in total but
  short-circuits when threshold is reached for faster processing.
* Ordered Dithered handling of Alpha channel was incorrect - fixing
  Bug was introduced v6.6.5-6

Changes 6.6.6.3:
* Fixed two more cases where the PNG encoder lost transparency.

Changes 6.6.6.2:
* Affine multiplication reversed when translating.

Changes 6.6.6.2:
* Revised the "c7x7b" and "c7x7w" ordered-dither maps to be complementary
  to each other.

Changes 6.6.6.1:
* Add support for -evaluate-sequence median.

Changes 6.6.6.0:
* Fixed two more cases where the PNG encoder lost transparency.
* The policy.xml sets not-to-exceed resource values (e.g. policy memory limit
  1GB, -limit 2GB exceeds policy maximum so memory limit is 1GB).
* Support NCC (normalized cross correlation) compare metric.

(adam)

2010-12-14 09:55:57 UTC MAIN commitmail json YAML

Changes 1.7.0:
* Added new atttribute types:
  M33dAttribute  3x3 double-precision matrix
  M44dAttribute  4x4 double-precision matrix
  V2d            2D double-precision vector
  V3d            3D double-precision vector
* Bug fix: crash when reading a damaged image file (found
  by Apple).  An exception thrown inside the PIZ Huffman
  decoder bypasses initialization of an array of pointers.
  The uninitialized pointers are later passed to operator
  delete.
* Bug fix: crash when reading a damaged image file (found by
  Apple).  Computing the size of input certain buffers may
  overflow and wrap around to a small number, later causing
  writes beyond the end of the buffer.
* In the "Technical Introduction" document, added
  Premultiplied vs. Un-Premulitiplied Color section:
  states explicitly that pixels with zero alpha and non-zero
  RGB are allowed, points out that preserving such a pixel can
  be a problem in application programs with un-premultiplied
  internal image representations.
* exrenvmap improvements:
  - New command line flags set the type of the input image to
    latitude-longitude map or cube-face map, overriding the
    envmap attribute in the input file header.
  - Cube-face maps can now be assembled from or split into six
    square sub-images.
  - Converting a cube-face map into a new cube-face map with
    the same face size copies the image instead of resampling
    it.  This avoids blurring when a cube-face map is assembled
    from or split into sub-images.
* Updated standard chromaticities in ImfAcesFile.cpp to match
  final ACES (Academy Color Encoding Specification) document.
* Added worldToCamera and worldToNDC matrices to ImfStandardAttributes.h
* Increased the maximum length of attribute and channel names
  from 31 to 255 characters.  For files that do contain names
  longer than 31 characters, a new LONG_NAMES_FLAG in the fil
  version number is set.  This flag causes older versions of
  the IlmImf library (1.6.1 and earlier) to reject files with
  long names.  Without the flag, older library versions would
  mis-interpret files with long names as broken.
* Reading luminance/chroma-encoded files via the RGBA
  interface is faster: buffer padding avoids cache thrashing
  for certain image sizes, redundant calls to saturation()
  have been eliminated.
* Added "hemispherical blur" option to exrenvmap.
* Added experimental version of I/O classes for ACES file
  format (restricted OpenEXR format with special primaries
  and white point); added exr2aces file converter.
* Added new constructors to classes Imf::RgbaInputFile and
  Imf::TiledRgbaInputFile.  The new constructors have a
  layerName parameter, which allows the caller to specify
  which layer of a multi-layer or multi-view image will
  be read.
* A number of member functions in classes Imf::Header,
  Imf::ChannelList and Imf::FrameBuffer have parameters
  of type "const char *".  Added equivalent functions that
  take "const std::string &" parameters.
* Added library support for Weta Digital multi-view images:
  StringVector attribute type, multiView standard attribute
  of type StringVector, utility functions related to grouping
  channels into separate views.

(adam)

2010-12-14 09:52:51 UTC MAIN commitmail json YAML

Changes 1.0.2:
* Added explicit copy constructors to Imath::Matrix33<T> and
  ImathMatrix44<T> to make conversions between float and double
  matrices more convenient.
* Added slerpShortestArc() and euclideanInnerProduct() functions
  to Imath::Quat<T>.
* Added 4D vector class template Imath::Vec4<T>.
* Copy constructors and assignment operators for Matrix33<T>
  and Matrix44<T> are up to 25% faster.  Added matrix constructors
  that do not initialize the matrix (this is faster in cases where
  the initial value of the matrix is immediately overwritten anyway).
* Rewrote function closestPointOnBox(point,box).  Shortened
  the code, improved numerical accuracy, fixed a bug where
  closestPointOnBox(box.center(),box) would return the center
  of the +Z side of the box, even if the +/-X or +/-Y sides
  were closer.
* Rewrote function findEntryAndExitPoints() in ImathBoxAlgo.h.
  Results are now consistent with those from intersect(), also
  in ImathBoxAlgo.h.
* Made Vec2<T>::length() and Vec3<T>::length() more accurate for
  vectors whose length is less than sqrt(limits<T>::smallest());
* Made Quat<T>::angle() more accurate for small angles.

(adam)

2010-12-14 09:18:51 UTC MAIN commitmail json YAML

Remove patch that should have been removed with gtar-1.25 update.

(wiz)

2010-12-14 07:46:18 UTC MAIN commitmail json YAML

Updated graphics/shotwell to 0.7.2nb3

(gls)

2010-12-14 07:45:13 UTC MAIN commitmail json YAML

Update after adjusting libraw bl3

(gls)

2010-12-14 07:43:46 UTC MAIN commitmail json YAML

2010-12-14 06:21:20 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-handwrite to 2.1.2

(obache)

2010-12-14 06:20:43 UTC MAIN commitmail json YAML

Update ibus-handwrite to 2.1.2.

* resizeable drawing plat
* changeable size of drawing area
* add tooltip

(obache)

2010-12-14 00:04:15 UTC MAIN commitmail json YAML

Added net/quvi version 0.2.10

(ryoon)

2010-12-13 21:32:14 UTC MAIN commitmail json YAML

2010-12-13 20:37:49 UTC MAIN commitmail json YAML

Updated graphics/shotwell to 0.7.2nb2

(gls)

2010-12-13 20:36:53 UTC MAIN commitmail json YAML

Fix patch-aa to find new graphics/libraw
Add graphics/lcms as dependency, required by libraw.

PKG_REVISION++

(gls)

2010-12-13 20:34:46 UTC MAIN commitmail json YAML

-libraw-0.12.0

(gls)

2010-12-13 20:34:05 UTC MAIN commitmail json YAML

Updated graphics/libraw to 0.12.0

(gls)

2010-12-13 20:32:30 UTC MAIN commitmail json YAML

Update libraw to 0.12.0

Complete changelist:

* DCB interpolation and FBDD denoising integrated into main LibRaw.
* Two addtional demosaic packs:
o GPL2-licensed: AFD, LMMSE, VCD, Modified AHD and AHD+VCD interpolations.
Additional median filters from 'Modified DCRAW' package. Foveon support also
included in this pack.
o GPL3-licensed: AMaZE interpolation and chromatic aberrations correction from
RawTherapee
* LCMS 2.x support
* New ./configure script, based on GNU autotools.
* Bugfixes:
o Fix in green_matching code to support nonstandard Bayer pattern
o Fixed bug in add_masked_borders_to_bitmap() call for cameras with masked
border composed of odd number of pixels.
* New command line options for unprocessed_raw sample: -B - subtract black
level, -M - add masked pixels to bitmap.

(gls)

2010-12-13 19:32:12 UTC MAIN commitmail json YAML

Work around an issue where SunOS (10) definition of SIGRTMIN and SIGRTMAX
confuses ircII signal handling autogeneration.

(jwise)

2010-12-13 16:16:19 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.13

(adam)

2010-12-13 16:15:33 UTC MAIN commitmail json YAML

Changes 1.7.13:
(built with libpng-1.4.5 and zlib-1.2.5)

(adam)

2010-12-13 16:03:21 UTC MAIN commitmail json YAML

Get this close to build under Mac OS X by removing some horrible use
of the C pre-processor.

(tron)

2010-12-13 13:37:49 UTC MAIN commitmail json YAML

Fix compatibility with texi2html-5.0.
Problem reported by Sad Clouds on pkgsrc-users.

(wiz)

2010-12-13 13:19:38 UTC MAIN commitmail json YAML

Note update of lang/php5 package to 5.2.15 and lang/php53 package to
5.3.4.

(taca)

2010-12-13 13:18:20 UTC MAIN commitmail json YAML

2010-12-13 13:16:37 UTC MAIN commitmail json YAML

Update lang/php53 package to 5.3.4 (PHP 5.3.4).

The PHP development team is proud to announce the immediate release of PHP
5.3.4. This is a maintenance release in the 5.3 series, which includes a large
number of bug fixes.

Security Enhancements and Fixes in PHP 5.3.4:

* Fixed crash in zip extract method (possible CWE-170).
* Paths with NULL in them (foo\0bar.txt) are now considered as invalid
  (CVE-2006-7243).
* Fixed a possible double free in imap extension (Identified by Mateusz
  Kocielski). (CVE-2010-4150).
* Fixed NULL pointer dereference in
  ZipArchive::getArchiveComment. (CVE-2010-3709).
* Fixed possible flaw in open_basedir (CVE-2010-3436).
* Fixed MOPS-2010-24, fix string validation. (CVE-2010-2950).
* Fixed symbolic resolution support when the target is a DFS share.
* Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with
  large amount of data) (CVE-2010-3710).

Key Bug Fixes in PHP 5.3.4 include:

* Added stat support for zip stream.
* Added follow_location (enabled by default) option for the http stream
  support.
* Added a 3rd parameter to get_html_translation_table. It now takes a charset
  hint, like htmlentities et al.
* Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect zend
  multibyte at runtime.
* Multiple improvements to the FPM SAPI.
* Over 100 other bug fixes.

For users upgrading from PHP 5.2 there is a migration guide available here,
detailing the changes between those releases and PHP 5.3.

For a full list of changes in PHP 5.3.4, see the ChangeLog. For source
downloads please visit our downloads page, Windows binaries can be found on
windows.php.net/download/.

(taca)

2010-12-13 13:15:46 UTC MAIN commitmail json YAML

Update php5 package to 5.2.15 (PHP 5.2.15):

The PHP development team would like to announce the immediate
availability of PHP 5.2.15. This release marks the end of support for
PHP 5.2. All users of PHP 5.2 are encouraged to upgrade to PHP 5.3.

This release focuses on improving the security and stability of the
PHP 5.2.x branch with a small number, of predominatly security fixes.

Security Enhancements and Fixes in PHP 5.2.15:

* Fixed extract() to do not overwrite $GLOBALS and $this when using
  EXTR_OVERWRITE.
* Fixed crash in zip extract method (possible CWE-170).
* Fixed a possible double free in imap extension.
* Fixed possible flaw in open_basedir (CVE-2010-3436).
* Fixed NULL pointer dereference in
  ZipArchive::getArchiveComment. (CVE-2010-3709).
* Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with
  large amount of data).

Key enhancements in PHP 5.2.15 include:

* Fixed bug #47643 (array_diff() takes over 3000 times longer than php
  5.2.4).
* Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy
  with SoapClient object).
* To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
  migration guide available on http://php.net/migration53, details the changes
  between PHP 5.2 and PHP 5.3.

For a full list of changes in PHP 5.2.15 see the ChangeLog at
http://www.php.net/ChangeLog-5.php#5.2.15.

(taca)

2010-12-13 12:45:47 UTC MAIN commitmail json YAML

2010-12-13 12:43:17 UTC MAIN commitmail json YAML

Import quvi-0.2.10 as net/quvi.

The quvi is a command line tool for parsing video download links. It
supports Youtube and other similar video websites.  libquvi is a
library for parsing video download links with C API. It is written in
C and intended to be a cross-platform library.
You can see the list of supported sites from 'quvi --support'.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2010-12-13 11:52:29 UTC MAIN commitmail json YAML

2010-12-13 11:49:44 UTC MAIN commitmail json YAML

2010-12-13 10:51:47 UTC MAIN commitmail json YAML

Updated net/clive to 2.2.19

(wiz)