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 (0m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 06:20:08 UTC Now

2010-12-24 07:24:54 UTC MAIN commitmail json YAML

Fix Makefiles SUBDIRs for clamav and amavis-perl, amavisd-new changes

(kefren)

2010-12-24 07:23:36 UTC MAIN commitmail json YAML

2010-12-24 07:21:09 UTC MAIN commitmail json YAML

2010-12-24 07:19:35 UTC MAIN commitmail json YAML

2010-12-24 07:16:27 UTC MAIN commitmail json YAML

Move amavisd-new into mail/ from security. No objections on tech-pkg@
Part of PR/32554

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(kefren)

2010-12-24 07:14:22 UTC MAIN commitmail json YAML

2010-12-24 07:13:46 UTC MAIN commitmail json YAML

2010-12-24 07:11:06 UTC MAIN commitmail json YAML

2010-12-24 06:54:49 UTC MAIN commitmail json YAML

Fix path to itself.

(wiz)

2010-12-24 06:34:38 UTC MAIN commitmail json YAML

Regenerate after PG_SUBPREFIX restoration.

(asau)

2010-12-24 06:33:57 UTC MAIN commitmail json YAML

Make PG_SUBPREFIX work: override RCD_SCRIPTS_EXAMPLEDIR to follow the setting.

(asau)

2010-12-24 06:30:03 UTC MAIN commitmail json YAML

Allow PG_SUBPREFIX configuration.

(asau)

2010-12-24 03:41:38 UTC MAIN commitmail json YAML

2010-12-24 03:34:34 UTC MAIN commitmail json YAML

Allow using this file from other categories.

(asau)

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

Added chat/gajim version 0.14.1

(wiz)

2010-12-24 00:03:03 UTC MAIN commitmail json YAML

2010-12-24 00:02:29 UTC MAIN commitmail json YAML

Initial import of gajim-0.14.1 from wip/gajim.
WIP package worked on by tonnerre, shattered, netcap, shindenmorr,
rillig, vstakhov.

Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers
is to provide a full featured and easy to use xmpp client for the GTK+
users. Gajim does not require GNOME to run, eventhough it exists with it
nicely. Gajim is released under the GNU General Public License

FEATURES:
* Tabbed chat windows
* Group chat support (with MUC protocol)
* Emoticons, Avatars, File transfer, URL grabber, Bookmarks
* Systray icon, Speller
* TLS and GPG support (with SSL legacy support)
* Transport Registration support
* Service Discovery including Nodes
* Wikipedia, dictionary and search engine lookup
* Multiple accounts support
* DBus Capabilities
* XML Console

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20101224

(wiz)

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

2010-12-23 23:42:41 UTC MAIN commitmail json YAML

Fix build on OS X 10.4

- Correct a sublime piece of gmake logic to catch at least 10.4
  rather than 10.5 and later:
    ifeq ($(shell echo "$(uname_R)" | awk -F. '{if ($$1 >= 9)
    print "y"}')_$(shell test -d $(TKFRAMEWORK) || echo n),y_n)

- Then handle the case that on 10.4
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
  becomes
    share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Shell

Bump PKGREVISION and Slowly Back Away From The Package

(abs)

2010-12-23 22:19:34 UTC MAIN commitmail json YAML

2010-12-23 18:21:40 UTC MAIN commitmail json YAML

Note update of the "youtube-dl" package to version 20101209.

(tron)

2010-12-23 18:21:16 UTC MAIN commitmail json YAML

Update "youtube-dl" package to version 20101209:
This release fixes support for YouTube after the recent site changes that
broke the program. In addition, it adds support for depositfiles.com,
fixes a few minor bugs, and adds a few minor features

(tron)

2010-12-23 18:13:49 UTC MAIN commitmail json YAML

2010-12-23 18:03:49 UTC MAIN commitmail json YAML

de to 1.6.0 from Anon Ymous

Changes since 1.1:

** gsasl: Add --no-cb to disable use of TLS channel bindings.
** build: Use silent build rules via automake.
    Use 'make V=99' to see the command lines used.
** Update gnulib files.
** gsasl: Support for TLS channel bindings.
    Requires GnuTLS 2.11.4 or later for the gnutls_session_channel_binding
    function.  Used by the SCRAM-SHA-1-PLUS mechanism.
** doc: Mention new property GSASL_CB_TLS_UNIQUE and SCRAM-SHA-1-PLUS.
** tests: Added self-tests for SCRAM-SHA-1-PLUS.
** gsasl: Avoid fixed size buffers.
    This caused problems on Windows where the BUFSIZ was too small for
    some line lengths with GS2-KRB5.
** tests: Fix error strings to be more unique.
** doc: Added section on how to build with MIT Kerberos for Windows.
** doc: Added PDF version of API reference manual.
    See doc/reference/gsasl.pdf.
** i18n: Updated translations.
    Thanks to Benno Schulenberg.
** doc: Explain GS2-related changes.
** doc: GTK-DOC manual improved.
    Now almost all symbols and types are explained.
** gsasl: Fix crash when getaddrinfo does not get a canonical name.
** gsasl: Improve error message when server rejects authentication.
** tests: Self checks are improved.
** gsasl: Improve application data throughput.
    Patch from Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/256>.
** Improve MinGW builds.
** doc: Fix doc/cyclo/ output.
** tests/crypto: Also test newly added SHA-1 interfaces.
** tests/scram: Also test GSASL_SCRAM_SALTED_PASSWORD case.
    This code path triggered a crash in v1.3.
** i18n: Added Finnish translation.
    Thanks to Jorma Karvonen <karvonen.jorma@gmail.com>.
** Experimental support for SCRAM-SHA-1 added.
    Please test it but don't put it into production use, the RFC have not
    been finalized yet.  For this reason, the mechanism priority list is
    such that SCRAM-SHA-1 will never be selected over any other mechanism
    (including PLAIN, CRAM-MD5, and DIGEST-MD5).  When it has been tested
    further, we'll make SCRAM-SHA-1 the preferred mechanism after GSSAPI.
** gsasl: Fix libintl-related build errors on MinGW.
    Tiny patch from "carlo.bramix" <carlo.bramix@libero.it>.
** doc: Typo fixes to manual.
    Based on report by Marco Maggi <marco.maggi-ipsu@poste.it> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/222>.
** tests: Rewrite basic self test using modern API.
** tests: New self-test 'crypto' to increase code coverage.
** gsasl: Fix out of bounds write when in IMAP/SMTP mode.
    Reported by Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> in
    <http://thread.gmane.org/gmane.comp.gnu.gsasl.general/230>.
** doc: Rewritten introduction material.
** doc: Improved sections for the info manual.
    We now follow the advice given by the texinfo manual on which
    directory categories to use.  In particular, libgsasl moved from the
    'GNU Libraries' section to the 'Software libraries' as GNU SASL, and
    'Invoking gsasl' moved from 'GNU utilities' to 'Security'.
** examples: Removed unneeded 'ctx' parameter from client_authenticate.
** Building with many warning flags now requires --enable-gcc-warnings.
    This avoids crying wolf for normal compiles.
** New configure parameters to set packaging specific information.
    The parameters are --with-packager, --with-packager-version, and
    --with-packager-bug-reports.  See
    <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
    details.

(christos)

2010-12-23 16:59:30 UTC MAIN commitmail json YAML

Note addtion of mail/fml and mail/fml4 packages.

(taca)

2010-12-23 16:58:59 UTC MAIN commitmail json YAML

Add and enable fml and fml4.

(taca)

2010-12-23 16:57:33 UTC MAIN commitmail json YAML

Importing fml 7.98.15-20100306 snapshot.

This is popular mailing list manager package in Japan and development
version almost believed to be stable.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-12-23 16:55:03 UTC MAIN commitmail json YAML

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

2010-12-23 12:45:36 UTC MAIN commitmail json YAML

Updated sysutils/user_darwin to 20101223

(obache)

2010-12-23 12:44:47 UTC MAIN commitmail json YAML

Update user_darwin to 20101223.

Exactly set '*' as "Password" for created user to hide the user from login list.
approved by sketch@ in pkgsrc-users@.

(obache)

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

Updated lang/spidermonkey to 1.8.0 rc1 (see below).

No standard changelog provided from upstream, some bits scattered here:

* http://www.mozilla.org/js/spidermonkey/release-notes/JS_170.html
* https://developer.mozilla.org/En/SpiderMonkey/1.8

pkgsrc changes:

* Threading support (and dependency on devel/nspr) is now optional
  (enabled by default). Threaded Spidermonkey may not be desirable
  for e.g. server-side JavaScript usage.
* Unicode strings support optional.
* Rudimental OpenSolaris/Solaris 11 config file provided.

Release Candidate note:

Spidermonkey 1.8.0 RC1 was the last version ever released as
a standalone distribution, and is generally being used by the JavaScript
community nowaways, if needed. In the future, ripping Spidermonkey
out of the Mozilla tarball may be attempted too, to update the package
to 1.9.x.

(fhajny)

2010-12-23 12:24:00 UTC MAIN commitmail json YAML

Added BUILDLINK_INCDIRS and BUILDLINK_LDFLAGS support to bl3, to help with
building lang/spidermonkey.

(fhajny)

2010-12-23 11:48:32 UTC MAIN commitmail json YAML

Added graphics/mypaint version 0.9.0

(ryoon)

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

2010-12-23 11:45:32 UTC MAIN commitmail json YAML

Import mypaint-0.9.0 as graphics/mypaint.

MyPaint is a fast and easy open-source graphics application for
digital painters. It lets you focus on the art instead of the
program. You work on your canvas with minimum distractions, bringing
up the interface only when you need it.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2010-12-23 11:45:04 UTC MAIN commitmail json YAML

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

(dsainty)

2010-12-23 10:56:16 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup tickets 3309, 3310, 3311 and 3312

(sbd)

2010-12-23 10:52:19 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3311 - requested by taca
pkgsrc/www/typo3 security fix

Revisions pulled up:
- pkgsrc/www/typo3/Makefile 1.27
- pkgsrc/www/typo3/PLIST 1.16
- pkgsrc/www/typo3/distinfo 1.20

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 16 15:35:34 UTC 2010

  Modified Files:
  pkgsrc/www/typo3: Makefile PLIST distinfo

  Log Message:
  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/

(sbd)

2010-12-23 10:51:52 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3310 - requested by taca
pkgsrc/www/horde security fix

Revisions pulled up:
- pkgsrc/www/horde/Makefile 1.70, 1.71
- pkgsrc/www/horde/PLIST 1.25
- pkgsrc/www/horde/distinfo 1.28, 1.29

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Nov 10 12:46:53 UTC 2010

  Modified Files:
  pkgsrc/www/horde: Makefile PLIST distinfo

  Log Message:
  Changes 3.3.10:
  * Fix searching DataTree elements (groups) if backend charset is different
    from interface charset
  * Fix accessing IMAP ACLs that contain non-alphanumeric characters
  * Avoid fatal errors when using DateTime with not properly configured PHP 5.3+
  * Fix importing recurrence exceptions from vCalendar 1.0.
  * Fix preferences management regression
  * Fix conversion of all-day events and certain yearly recurring events for
    Funambol clients.
  * Fix memcache cache regression.
  * Fix SyncML page sometimes deleting more anchors than selected.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 16 03:38:32 UTC 2010

  Modified Files:
  pkgsrc/www/horde: Makefile distinfo

  Log Message:
  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.

(sbd)

2010-12-23 10:46:05 UTC MAIN commitmail json YAML

Disable real-codecs exactly.

It is not widely available or broken (disabled on Darwin in configure,
or build failure on DragonFly as PR#43640).
Furthermore, paths for codecs is not adjusted for pkgsrc.

Bump PKGREVISION.

(obache)

2010-12-23 10:42:16 UTC MAIN commitmail json YAML

Simplify CVS instructions:
- multiple steps are harder to understand than single step,
  and commands are black magic to novice user anyway;
- single step also makes instructions more cut-and-paste friendly;
- drop csh support, csh users have more troubles when following
  instructions already, they have to refer to their documentation;
- explain CVS_RSH issues;
- sort CVS subcommands in sample .cvsrc so that it could be more
  comprehensible (this should be moved into separate section in
  appendix along with rest CVS "magic" or just go away).

FIXME: link the list of AnonCVS mirrors.

Discussed with <abs> and <joerg>.

(asau)

2010-12-23 10:28:38 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3309 - requested by taca

Revisions pulled up:
- pkgsrc/textproc/php-intl/Makefile 1.2
- pkgsrc/textproc/php-intl/distinfo 1.2
- pkgsrc/textproc/php-intl/patches/patch-aa 1.2

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 16 03:37:28 UTC 2010

  Modified Files:
  pkgsrc/textproc/php-intl: Makefile distinfo
  pkgsrc/textproc/php-intl/patches: patch-aa

  Log Message:
  Update php-intl package to 1.1.2.

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

(sbd)

2010-12-23 10:10:56 UTC pkgsrc-2010Q3 commitmail json YAML

Pullup ticket #3312 - requested by taca
pkgsrc/lang/{php5,php53} security fixes

Revisions pulled up:
- pkgsrc/databases/php-mysql/Makefile 1.14
- pkgsrc/databases/php-mysqli/Makefile 1.3
- pkgsrc/databases/php-pdo_mysql/Makefile 1.12
- pkgsrc/lang/php5/Makefile 1.80, 1.81
- pkgsrc/lang/php5/Makefile.common 1.43, 1.44
- pkgsrc/lang/php5/distinfo 1.80, 1.81, 1.82
- pkgsrc/lang/php5/patches/patch-ak 1.8, deleted
- pkgsrc/lang/php5/patches/patch-bf 1.1, deleted
- pkgsrc/lang/php5/patches/patch-bg 1.1, deleted
- pkgsrc/lang/php53/Makefile 1.5, 1.6
- pkgsrc/lang/php53/Makefile.common 1.3
- pkgsrc/lang/php53/distinfo 1.7, 1.8
- pkgsrc/lang/php53/patches/patch-ab 1.3
- pkgsrc/lang/php53/patches/patch-am 1.1, deleted
- pkgsrc/lang/php53/patches/patch-an 1.1, deleted
- pkgsrc/lang/php53/patches/patch-ao 1.1, deleted
- pkgsrc/lang/php53/patches/patch-ap 1.1, deleted
- pkgsrc/lang/php53/patches/patch-aq 1.1, deleted
- pkgsrc/mail/php-imap/Makefile 1.21, 1.22
- pkgsrc/www/ap-php/Makefile 1.24
- pkgsrc/www/php-eaccelerator/Makefile 1.13

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Nov 25 03:43:50 UTC 2010

  Modified Files:
  pkgsrc/lang/php53: Makefile distinfo
  Added Files:
  pkgsrc/lang/php53/patches: patch-am patch-an patch-ao patch-ap patch-aq

  Log Message:
  - GC bug fix: http://svn.php.net/viewvc?view=revision&revision=303016
  - CVE-2010-3710 (a part of SA41724)
  http://svn.php.net/viewvc?view=revision&revision=303779
  - CVE-2010-3870 (a part of SA41724)
  http://svn.php.net/viewvc?view=revision&revision=304959
  - CVE-2010-4150 (php-imap)
  http://svn.php.net/viewvc?view=revision&revision=305032
  - CVE-2010-4156 (SA42135)
  http://svn.php.net/viewvc?view=revision&revision=305214

  Bump PKGREVISION.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Nov 25 03:44:16 UTC 2010

  Modified Files:
  pkgsrc/lang/php5: Makefile distinfo
  Added Files:
  pkgsrc/lang/php5/patches: patch-ak patch-bf patch-bg

  Log Message:
  - CVE-2010-4150 (php-imap)
  http://svn.php.net/viewvc?view=revision&revision=305032
  - CVE-2010-3710 (a part of SA41724)
  http://svn.php.net/viewvc?view=revision&revision=303885
  - CVE-2010-3870 (a part of SA41724)
  http://svn.php.net/viewvc?view=revision&revision=305055

  Bump PKGREVISION.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Nov 25 03:45:19 UTC 2010

  Modified Files:
  pkgsrc/mail/php-imap: Makefile

  Log Message:
  Bump REVISION since CVE-2010-4150 fix was added.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Dec 13 13:15:46 UTC 2010

  Modified Files:
  pkgsrc/lang/php5: Makefile Makefile.common distinfo
  Removed Files:
  pkgsrc/lang/php5/patches: patch-ak patch-bf patch-bg

  Log Message:
  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.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Dec 13 13:16:37 UTC 2010

  Modified Files:
  pkgsrc/lang/php53: Makefile Makefile.common distinfo
  pkgsrc/lang/php53/patches: patch-ab
  Removed Files:
  pkgsrc/lang/php53/patches: patch-am patch-an patch-ao patch-ap patch-aq

  Log Message:
  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/.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Dec 13 13:18:20 UTC 2010

  Modified Files:
  pkgsrc/databases/php-mysql: Makefile
  pkgsrc/databases/php-mysqli: Makefile
  pkgsrc/databases/php-pdo_mysql: Makefile
  pkgsrc/mail/php-imap: Makefile
  pkgsrc/www/ap-php: Makefile
  pkgsrc/www/php-eaccelerator: Makefile

  Log Message:
  Reset PKGREVISION by update of base PHP version.

-------------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Dec 16 14:20:45 UTC 2010

  Modified Files:
  pkgsrc/lang/php5: Makefile.common distinfo

  Log Message:
  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)

(sbd)

2010-12-23 10:08:18 UTC MAIN commitmail json YAML

Drop SUP.
If anyone is interested in supporting it,
write an appendix or external article and link it here.

(asau)

2010-12-23 09:52:33 UTC MAIN commitmail json YAML

Note update of sysutils/pear-Log package to 1.12.5.

(taca)

2010-12-23 09:51:42 UTC MAIN commitmail json YAML

Update pear-Log package to 1.12.5.

1.12.5 2010-12-23 05:38 UTC

Changelog:

- Corrected the "levels" unit test on 32-bit systems. (Bug 18099)
- Corrected quote handling in Firebug console output. (Bug 18141)

(taca)

2010-12-23 08:00:35 UTC MAIN commitmail json YAML

fixes "Moved" entry for digikam-doc

(obache)

2010-12-23 07:47:19 UTC MAIN commitmail json YAML

2010-12-23 06:35:50 UTC MAIN commitmail json YAML

Updated sysutils/e2fsprogs to 1.41.12

(ryoon)

2010-12-23 06:34:50 UTC MAIN commitmail json YAML

2010-12-23 06:18:45 UTC MAIN commitmail json YAML

Updated x11/eekboard to 0.0.7

(obache)

2010-12-23 06:18:27 UTC MAIN commitmail json YAML

Update eekboard to 0.0.7.

* eekboard: Reset modifiers just after normal key press.
* libeek: Fix gtk keyboard rendering.
* eekboard: listen xklavier status events.
* eekboard: change the default behavior to "standalone" mode.
* eekboard: reduce the number of allocs when parsing a config file.

(obache)

2010-12-23 06:04:36 UTC MAIN commitmail json YAML

Fixes dependency for clutter, clutter-gtk is required.

(obache)

2010-12-23 05:50:10 UTC MAIN commitmail json YAML

Configure require msgfmt, msgmerge and xgettext.

(obache)

2010-12-23 05:47:32 UTC MAIN commitmail json YAML

* BUILDLINK_ABI_DEPENDS should be "+=".
* buildlink with clutter conditionally.

(obache)

2010-12-23 05:42:47 UTC MAIN commitmail json YAML

Configure require msgfmt, msgmerge and xgettext.

(obache)

2010-12-23 04:46:20 UTC MAIN commitmail json YAML

Updated print/xpdf to 3.02pl4nb4

(obache)

2010-12-23 04:44:41 UTC MAIN commitmail json YAML

Adjust Thai and Japanese examples in xpdfrc(5) to realities (add-to-xpdfrc
in xpdf-thai and xpdf-japanese package).
Fixes PR#44266.

Bump PKGREVISION.

(obache)

2010-12-23 00:26:20 UTC MAIN commitmail json YAML

Updated textproc/py-enchant to 1.6.5

(wiz)

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

Update to 1.6.5:

2010-12-14:  Version 1.6.5 released

Version 1.6.5 of PyEnchant has been released, with the following changes:

    * restore compatability with Python 3 (including 3.2 beta1)
    * fix unittest DeprecationWarnings on Python 3
    * statically compile libstdc++ into pre-built windows binaries

2010-12-13:  Version 1.6.4 released

Version 1.6.4 of PyEnchant has been released, with the following changes:

    * DictWithPWL: use pwl and pel to adjust the words returned by suggest()
    * Fix tokenization of utf8 bytes in a mutable character array
    * get_tokenizer(): pass None as language tag to get default tokenizer
    * prevent build-related files from being included in the source tarball

(wiz)

2010-12-23 00:24:07 UTC MAIN commitmail json YAML

Updated www/curl to 7.21.3

(wiz)

2010-12-23 00:23:56 UTC MAIN commitmail json YAML

Update to 7.21.3:

Changes:

    * Added --noconfigure switch to testcurl.pl
    * Added --xattr option
    * Added CURLOPT_RESOLVE and --resolve
    * Added CURLAUTH_ONLY
    * Added version-check.pl to the examples dir

Bugfixes:

    * check for libcurl features for some command line options
    * Curl_setopt: disallow CURLOPT_USE_SSL without SSL support
    * http_chunks: remove debug output
    * URL-parsing: consider ? a divider
    * SSH: avoid using the libssh2_ prefix
    * SSH: use libssh2_session_handshake() to work on win64
    * ftp: prevent server from hanging on closed data connection
      when stopping a transfer before the end of the full transfer
      (ranges)
    * LDAP: detect non-binary attributes properly
    * ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT
    * gnutls->handshake: improved timeout handling
    * security: Pass the right parameter to init
    * krb5: Use GSS_ERROR to check for error
    * TFTP: resend the correct data
    * configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
    * GnuTLS: now detects socket errors on Windows
    * symbols-in-versions: updated en masse
    * added a couple examples that were missing from the tar ball
    * Curl_send/recv_plain: return errno on failure
    * Curl_wait_for_resolv (for c-ares): correct timeout
    * ossl_connect_common: detect connection re-use
    * configure: Prevent link errors with --librtmp
    * openldap: use remote port in URL passed to ldap_init_fd()
    * url: provide dead_connection flag in Curl_handler::disconnect
    * lots of compiler warning fixes
    * ssh: fix a download resume point calculation
    * fix getinfo CURLINFO_LOCAL* for reused connections
    * multi: the returned running handles conuter could turn negative
    * multi: only ever consider pipelining for connections doing HTTP(S)

(wiz)

2010-12-23 00:11:10 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.4.0

(wiz)

2010-12-23 00:10:51 UTC MAIN commitmail json YAML

Update to 2.4.0:

The GnuCash development team proudly announces GnuCash 2.4.0, the
latest stable release of the GnuCash Free Accounting Software. With
this new release series, GnuCash can use an SQL database using
SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris,
Microsoft Windows and Mac OSX.

WARNING: You should uninstall any earlier GnuCash version from your
system prior to installing 2.4.0.

Failing to do so may result in startup errors. In particular on
Windows this may cause "Parse error: entry point not found" errors.

Major changes in the 2.4.0 release include;

    * In addition to the XML backend, Gnucash can now use a SQLite3,
    MySQL or PostgreSQL database to store the data. This is a new
    implementation using libdbi. It supports all features including
    the business features. In order to build with this, add
    --enable-dbi to the configure command. In addition to the
    libdbi-dev package for your distribution, you will also need
    the appropriate DBD (libdbi driver) package for sqlite3, mysql
    or postgresql.

    (not enabled in pkgsrc due to lack of recent libdbi)

    * As a replacement for the current GtkHTML HTML engine used to
    display reports and graphs, Gnucash can use WebKit. WebKit is
    the engine used by Google Chrome on Windows and Safari on Apple.

    (enabled in pkgsrc)

(wiz)

2010-12-22 23:41:30 UTC MAIN commitmail json YAML

Re-implement check for older native X11 systems to use renderproto9.

(For making the unreasonable assumption that BUILTIN_X11_TYPE.native on
a native NetBSD xorg system would be "xorg" I am awarded the Fail In
Technology prize of... a full set of "Synergy on P/OS" install media.
- - The correct answer was of course "unknown".)

Also make the test a little more robust, if not more attractive.

As further spice for this particular value equation; earlier this week I
switched the only platform I had for which this was relevant (OS X 10.4)
to modular X11, but I take solace from the fact this should make the lives
of those building x11 apps from current pkgsrc on netbsd-4 no less painful
than they were before...

(abs)

2010-12-22 22:00:52 UTC MAIN commitmail json YAML

+ etm-687, gnome-user-share-2.30.2 [GNOME 2.32], gnucash-2.4.0,
  gobject-introspection-0.10.0, notification-daemon-0.6.0, opal-3.8.3,
  parallel-20101222, ptlib-2.8.3, snort-2.9.0.3, xapian-1.2.4,
  xapian-omega-1.2.4, zsh-current-4.3.11.

(wiz)

2010-12-22 21:30:33 UTC MAIN commitmail json YAML

Note update of lang/parrot to 2.11.0.

(he)

2010-12-22 21:29:32 UTC MAIN commitmail json YAML

Update parrot from version 2.10.1 to 2.11.0.

Pkgsrc changes:
o Adapt PLIST to changes in the set of installed files
o Adjust one patch to match the changed source

Upstream changes:
- Core
+ Just In Time native call frame generation using LibFFI
+ PIR op find_codepoint is no longer experimental, it is now supported
+ Several public functions in libparrot have been brought up to standard
  naming conventions.
+ Improved linked-list implementation in GC
+ set_addr opcode is being replaced with the new set_label opcode
  in core libraries
+ Removed deprecated CodeString PMC
+ Added close, is_closed, read, readline methods to Socket
+ Added experimental MappedByteArray PMC type
+ Added Parrot_warn_experimental, to warn the user about experimental features
+ Code for frontend executables moved from src/ to frontend/
+ Support for chunked receive in LWP library.
+ Added a "quickcover" make target
- Languages
+ PIRC
  - left the nest and is currently at https://github.com/parrot/pirc/
+ Community
  - Our README was translated into the following languages
    by Google Code-In students and mentors:
        Polish      README.polski
        Spanish    README.espanol
        German      README.deutsch
- Documentation
- Tests
+ Test coverage increase on PMCs: String, Integer, NameSpace,
  Complex, EventHandler
+ 'make quickcover' target added to speed up most essential
  parts of coverage analysis
+ 'tools/dev/headerizer.pl' refactored to improve maintainability
  (no change in functionality)

(he)

2010-12-22 20:43:45 UTC MAIN commitmail json YAML

Why should apps compiled for OS X 10.4 and earlier have to languish with
outdated X libraries? Default to modular x11 for a more modern set of
features, bugfixes (and bugs), and to simplify application support
Does *not* affect 10.5 (Leopard) or later

(abs)

2010-12-22 19:44:25 UTC MAIN commitmail json YAML

make it compile on i386 macox (missing case in configure, cast in dynlib.cpp)

(chuck)

2010-12-22 16:04:41 UTC MAIN commitmail json YAML

libraw-0.12.1 has been updated

(gls)

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

Updated graphics/libraw to version 0.12.1

(gls)

2010-12-22 16:02:18 UTC MAIN commitmail json YAML

Update to 0.12.1

This version fixes crashes on files from Sigma DPx compact cameras.

(gls)

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

Note update of these pear packages:

net/pear-Net_DIME 1.0.2
net/pear-Net_IDNA2 0.1.1
net/pear-Net_SMTP 1.4.4
net/pear-Net_Socket 1.0.10
textproc/pear-Console_Table 1.1.4
textproc/pear-File_Find 1.3.1
www/pear-HTML_TreeMenu 1.2.2

(taca)

2010-12-22 15:50:01 UTC MAIN commitmail json YAML

Update pear-HTML_TreeMenu package to 1.2.2.

1.2.2 2010-10-25 10:15 UTC

Changelog:

QA release
Bug #17696 Patch in order to allow minimization of JS code
Bug #7324 Problem using together with XMLRPC
Bug #13665 phpcs errors
Request #14941 Improve PHPCS results (javascript, tabs vs spaces)
Bug #15292 Unit test failure -Fatal error: Call to undefined method Tree::setup()
Request #15957 images dont "work" on dark(er) backgrounds
Doc Bug #16718 sample simple example fails

(taca)

2010-12-22 15:48:48 UTC MAIN commitmail json YAML

Update pear-File_Find package to 1.3.1.

1.3.1 2010-10-05 15:13 UTC

Changelog:

QA release
package 2.0
Bug #2132 Doc state &search() can be called statically. It isn't true.
Bug #2773 Directories with other directories named 0
Bug #4669 Repeated calls to search or maptree return multiple copies of results
Bug #4983 Error in install
Bug #4994 Close TODO
Bug #7966 File_Find Stream Support
Bug #14816 Unit test failures

(taca)

2010-12-22 15:47:39 UTC MAIN commitmail json YAML

Update pear-Console_Table package to 1.1.4.

1.1.4 2010-10-25 14:04 UTC

Changelog:

Automatically built QA release
Req #14835 Add Console_Color support - yunosh

Doc #15006 Console_table docs are totally worthless - cweiske

(taca)

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

Update pear-Net_Socket package to 1.0.10.

1.0.10 2010-10-15 14:52 UTC

Changelog:

QA release
- Configurable newline sequence (PEAR Bug #14181)
- Make $size parameter to gets() optional (PEAR Bug #14433)
- Don't overwrite $errstr set by fsockopen (PEAR Bug #14448)
- Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619)
- CS cleanup (PEAR Bug #14803)

(taca)

2010-12-22 15:45:38 UTC MAIN commitmail json YAML

Upadte pear-Net_SMTP package to 1.4.4.

1.4.4 2010-10-21 16:53 UTC

Changelog:

Corrected a problem with SMTP servers that don't support the SIZE
feature. (Bug 17942)

1.4.3 2010-10-11 01:14 UTC

Changelog:

- Reduce peak memory usage when sending large files. (Request 17887)
- Adding support for proxy authentication. (Request 17358)

(taca)

2010-12-22 15:44:41 UTC MAIN commitmail json YAML

Update pear-Net_IDNA2 package to 0.1.1.

0.1.1 2010-12-09 17:35 UTC

* Added initial support for IDNA2008. This is needed for characters like the
  German "Eszett" which would otherwise be turned into "ss" during nameprep.
  Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default
  is still IDNA2003 for backwards-compatibility.  Further aspects of
  IDNA2008-encoding (for example some checks) should be added later according
  to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors;
  thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of
  parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.

(taca)

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

Update pear-Net_DIME package to 1.0.2.

1.0.2 2010-10-25 14:11 UTC

Changelog:

Automatically built QA release

(taca)

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

Note update of mail/pear-Mail_mimeDecode package to 1.5.5.

(taca)

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

Update pear-Mail_mimeDecode package to 1.5.5.

1.5.5 2010-12-02 03:45 UTC

Changelog:

Minor Bug fix release.

#17959 - Boundaries ending with non-word characters - patch by Alex Adriaanese
------ - ignore whitespace and trailing cr/lf in last section of split
------ - correct spacing on multi-line headers. now only striped for encoded data. (on previous line)

(taca)

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

Note update of graphics/pear-Image_Graph package to 0.8.0.

(taca)

2010-12-22 15:38:32 UTC MAIN commitmail json YAML

Update pear-Image_Graph package to 0.8.0.

0.8.0 2010-10-05 15:39 UTC

Changelog:

QA release
* PLEASE NOTE: Package now needs PHP 5.x (needed for workaround for Bug #16529 and future cleanups)
Bug #16529 Doesn't work with PHP 5.3.0 neufeind
Bug #16834 Column width error, small PHP typo (fix incl.) neufeind
Bug #2685 Plots do not honor ID tags for fills. nosey
Bug #2791 wrong x-axis label position when using ttf font nosey
Bug #2831 using Image_Graph_Fill in Image_Graph_Fill_Array
Bug #2832 GD always outputs PNG nosey
Bug #3346 double as data nosey
Bug #3496 Image/Graph/value/marker.php - dir don't exist
Bug #3984 Cannot inherit image_color
Bug #4080 setSpaceFromBorder missing ??
Bug #4333 Legend division by zero error on PieChart nosey
Bug #4417 Cannot use point ID as marker value nosey
Bug #4430 Call-time pass-by-reference has been deprecated nosey
Bug #4484 SVG output problem with fill and alignment attributes of text nosey
Bug #4522 Image_Graph_Axis::_calcLabelInterval() dont work like it was working before
Bug #4586 Content type image/jpg does not recognized by IE nosey
Bug #4876 mis-type in code -> undefined property nosey
Bug #5066 Reference Notices nosey
Bug #5607 X Axis Labels align to right nosey
Bug #6941 Logarithmic axis values between 0 and 1 nosey
Bug #7364 Incorrect Include in Grid.php nosey
Bug #7367 Windows XP Marker for top Y-value cut nosey
Bug #7375 Windows XP "Only variables should be assigned by reference" notice
Bug #7572 addPoint function in Image_Graph_Dataset_Sequential doesn't use parameter nosey
Bug #7621 Linux Pie Chart Legend does not display nosey
Bug #7729 Wrong axis X label placement
Bug #8055 No Legend with Pie Charts nosey
Bug #11812 "forceMaximum" method uwesteinm

(taca)

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

Note addition of databases/pear-MDB2_Driver_mysqli version 1.5.0b3.

(taca)

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

Add and enable pear-MDB2_Driver_mysqli.

(taca)

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

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

Note update of these pear-MDP2 related packages:

databases/pear-MDB2 2.5.0b3
databases/pear-MDB2_Driver_mysql 1.5.0b3
databases/pear-MDB2_Driver_pgsql 1.5.0b3
databases/pear-MDB2_Driver_sqlite 1.5.0b3

(taca)

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

Oops, really update to MDB2_Driver_mysql-1.5.0b3.

1.5.0b3 2010-08-29 12:29 UTC

Changelog:

- fixed bug #15650: mysqli function used in setCharset()
- fixed bug #16003: incorrect check for error after mysql_store_result
- fixed bug #16147: first prepared statement is emulated when using factory
  with mysql
- fixed bug #16669: hostspec is ignored when protocol is unix
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK
  constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer
  [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()

note:
- the multi_query test failes because this is not supported by ext/mysql

open todo items:
- use a trigger to emulate setting default now()

(taca)

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

Update pear-MDB2_Driver_sqlite package to 1.5.0b3.

1.5.0b3 2010-08-29 12:31 UTC

Changelog:

- fixed bug #16275: split() is deprecated in PHP 5.3

note:
open todo items:
- fix pattern escaping using GLOB instead of LIKE or create and register own
  implementation of LIKE

(taca)

2010-12-22 15:22:27 UTC MAIN commitmail json YAML

Update pear-MDB2_Driver_pgsql package to 1.5.0b3.

1.5.0b3 2010-08-29 12:31 UTC

Changelog:

- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults
  with datatype [Holger Schletz]
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger
  Schletz]
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended
  Query")

(taca)

2010-12-22 15:21:06 UTC MAIN commitmail json YAML

Update pear-MDB2_Driver_mysql package to 1.5.0b2.

1.5.0b3 2010-08-29 12:29 UTC

Changelog:

- fixed bug #15650: mysqli function used in setCharset()
- fixed bug #16003: incorrect check for error after mysql_store_result
- fixed bug #16147: first prepared statement is emulated when using factory
  with mysql
- fixed bug #16669: hostspec is ignored when protocol is unix
- fixed bug #17037: 'on update' not mentioned in tableInfo()
- fixed bug #17065: There is no NEW row in on DELETE trigger (fix error in FK
  constraint triggers)
- fixed bug #17650: lastInsertId can not handle bigint, forces cast to integer
  [alexpw]
- return ON UPDATE|DELETE action in getTableConstraintDefinition()

note:
- the multi_query test failes because this is not supported by ext/mysql

open todo items:
- use a trigger to emulate setting default now()

(taca)

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

Update pear-MDB2 package to 2.5.0b3.

2.5.0b3 2010-08-29 12:27 UTC

Changelog:

- fixed bug #15912: MDB2::loadClass can return MDB2_OK without loading class
- fixed bug #16020: unable to set params via dsn string in parseDSN()
- fixed bug #16508: reusing var name + return by ref [rix0r]
- fixed bug #16727: quote(url, 'clob')) fetches URL even if
  lob_allow_url_include option is false
- fixed unreported bug in parseDSN() and oracle's Easy Connect syntax
- fixed bug #16973 and #17039: Wrong _skipDelimitedStrings behavior with
  escaped quotes
- fixed bug #16994: incompatible declaration of setTransactionIsolation() in
  some drivers
- dropped PHP 4 support
- PHP 5.3 compatibility fixes
- performance tweaks (reduced number of internal function calls)
- added new sqlsrv driver (native SQL Server driver) [Chris Pucci, Mike Ketcham]
- added new ODBC experimental driver [pschellhaas]
- Switched test suite to PHPUnit 3.5

open todo items:
- handle autoincrement fields in alterTable()
- add length handling to LOB reverse engineering
- add EXPLAIN abstraction
- add cursor support along the lines of PDO (Request #3660 etc.)
- add PDO based drivers, especially a driver to support SQLite 3 (Request #6907)
- add support to export/import in CSV format
- add more functions to the Function module (MD5(), IFNULL(), etc.)
- add support for database/table/row LOCKs
- add support for CHECK (ENUM as possible mysql fallback) constraints
- generate STATUS file from test suite results and allow users to submit test
  results
- add support for full text index creation and querying
- add tests to check if the RDBMS specific handling with portability options
  disabled behaves as expected
- handle implicit commits (like for DDL) in any affected driver (mysql,
  sqlite..)
- add a getTableFieldsDefinitions() method to be used in tableInfo()
- drop ILIKE from matchPattern() and instead add a second parameter to handle
  case sensitivity with arbitrary operators
- handle LOBs in buffered result sets (Request #8793)

(taca)

2010-12-22 15:14:14 UTC MAIN commitmail json YAML

Note addtion of converters/pear-I18n_UnicodeNormalizer version 1.0.0.

(taca)

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

Add and enable pear-I18n_UnicodeNormalizer.

(taca)

2010-12-22 15:12:30 UTC MAIN commitmail json YAML

Importing pear-I18N_UnicodeNormalizer version 1.0.0.


PHP classes to provide Unicode Normalization.

Performs the 4 normalizations:

NFD: Canonical Decomposition
NFC: Canonical Decomposition, followed by Canonical Composition
NFKD: Compatibility Decomposition
NFKC: Compatibility Decomposition, followed by Canonical Composition

Complies with the official Unicode.org regression test.  Uses UTF8 binary
strings natively but can normalize a string in any UTF format.  Fully tested
with phpUnit. Code coverage test close to 100%.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2010-12-22 12:59:48 UTC MAIN commitmail json YAML

Updated graphics/kipi-plugins to 1.7.0

(wiz)

2010-12-22 12:59:36 UTC MAIN commitmail json YAML

Update to 1.7.0:

NEW FEATURES:

General : New plugin to export images to Debian Screenshoots web service (http://screenshots.debian.net).
General : New plugin to export images to an instant messaging contact.
BUGFIXES FROM KDE BUGZILLA:

001 ==> 225174 : Facebook : Support new permission API for applications.
002 ==> 254110 : Facebook : Unable to upload photos to a selected album.
003 ==> 254457 : Facebook : Album target fails.
004 ==> 247107 : Facebook : Export to notes, export to pinboard, export to profile.
005 ==> 219284 : Facebook : digiKam facebook export album.
006 ==> 241046 : Facebook : Export Facebook.
007 ==> 232015 : Facebook : KPhotoAlbum Facebook import plugin.
008 ==> 223601 : Facebook : digiKam can't upload image to facebook.
009 ==> 243381 : ImageViewer : Gwenview (gwenview), signal: Segmentation fault.
010 ==> 256714 : DebianScreenshoots : Add export to screenshots.debian.net.
011 ==> 258953 : DNGConverter : DngConverter changes luminosity of sony ARW files.
012 ==> 255069 : SendImage : Error with spaces in file names in send by email.
013 ==> 251235 : FlashExport : Flash export plugin does not install.
014 ==> 244702 : PicasaWebExport : Picasawebexport unable to select movie.
015 ==> 258824 : PicasaWebExport : After export images to Picasaweb cancel button should change to close.
016 ==> 256713 : Kopete : Send to Kopete contact plugin.
017 ==> 250449 : AdvancedSlideshow : Slideshow does not work with compositing on.
018 ==> 256284 : RemoveRedEyes : digiKam crash on start.

(wiz)

2010-12-22 12:50:14 UTC MAIN commitmail json YAML

Updated graphics/digikam to 1.7.0

(wiz)

2010-12-22 12:50:02 UTC MAIN commitmail json YAML

Update to 1.7.0:

BUGFIXES FROM KDE BUGZILLA:

001 ==> 180224 : Memory leakage in image editor?
002 ==> 257676 : Crash when I renane files.
003 ==> 239862 : digiKam crashes when trying to edit a picture.
004 ==> 224454 : Don't show raw files with metadata when searching or filtering.
005 ==> 214837 : Crash while saving picture in pic editor.
006 ==> 256951 : Showfoto crashes on color correction.
007 ==> 217069 : Undo/Redo are greyed out in image editor under MacOSX.
008 ==> 257769 : Crash on Enhance->Lens->Auto-Correction.
009 ==> 257784 : Lens auto correction does not specify unit for "distance to the object".
010 ==> 256050 : digiKam crashed after modifying tag name.
011 ==> 250134 : digiKam crashed during search for duplicates.
012 ==> 243988 : digiKam crashes trying to save plugin changes.
013 ==> 257744 : digiKam crash on importing large collection.
014 ==> 242439 : Crash when going to next picture in picture editor.
015 ==> 235678 : No startup dialog but error dialogs(s).
016 ==> 257898 : Allow displaying folders recursively.
017 ==> 257897 : Amount of duplicate images list is sorted the wrong way round.
018 ==> 234534 : digiKam not synchronizing legacy tags with new nepomuk database.
019 ==> 237642 : digiKam crashes while renaming several files.
020 ==> 258308 : Crash when starting Free Rotation in Image Editor.
021 ==> 248882 : digiKam crashes when renaming using date/time info.
022 ==> 217555 : "Cannot display preview" error when browsing.
023 ==> 258600 : "transupp.cpp" fails to compile on emerged KDE.
024 ==> 233572 : Showfoto crashed on change hue value.
025 ==> 258828 : Crash when I use auto-colors correction tool from image editor.
026 ==> 195561 : Implement a selective saturation filter [patch].
027 ==> 258931 : Linking broken when using -Wl, --no-copy-dt-needed-entries.
028 ==> 258300 : digiKam won't build.
029 ==> 256023 : Cannot work with Sigma-RAW-files (X3F).
030 ==> 257904 : digiKam not reading metadata from foreign images.
031 ==> 256897 : Crash upon unmounting of USB drive.
032 ==> 259257 : Too small font size.
033 ==> 210353 : digiKam duplicates icons for TIFF files.
034 ==> 260299 : X Axis Color Graduation in Curves Window mirrored.
035 ==> 242021 : digiKam crashes during file save.

(wiz)

2010-12-22 10:34:26 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha02

(wiz)

2010-12-22 10:34:14 UTC MAIN commitmail json YAML

Update to 3.01a02:
This is the first step for integrating Native Language Support
into cdrtools. All tools have been enhanced to call gettext().

(wiz)

2010-12-22 09:36:52 UTC MAIN commitmail json YAML

Note update of the "rpm2pkg" package to version 3.1.7.

(tron)

2010-12-22 09:36:35 UTC MAIN commitmail json YAML

Update "rpm2pkg" package to version 3.1.7. Changes since 3.1.6:
- Use "xzcat" instead of "lzcat". This package now doesn't depend on the
  "archivers/xz" package under NetBSD-current because "xzcat" is part of
  the base distribution.

(tron)

2010-12-22 09:33:30 UTC MAIN commitmail json YAML

Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former is
bundled with NetBSD-current.

(tron)

2010-12-22 08:25:59 UTC MAIN commitmail json YAML

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

Updated net/net-snmp to 5.4.3nb2

(sekiya)

2010-12-22 08:13:30 UTC MAIN commitmail json YAML

Fix divide-by-zero error in CPU performance statistics.

Inspired by Red Hat Bugzilla Bug #501210.

(sekiya)

2010-12-22 04:28:53 UTC MAIN commitmail json YAML

2010-12-21 22:57:45 UTC MAIN commitmail json YAML

No SA_RESTART on qnx.

(seanb)

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

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

Update to 2.16.  10 years worth of changes from 1.23.2 omitted.
Take maintainership.

(shattered)

2010-12-21 17:49:57 UTC MAIN commitmail json YAML

Updated geography/qgis to 1.6.0

(adam)

2010-12-21 17:48:14 UTC MAIN commitmail json YAML

Changes 1.6.0:
This release includes many great new features to make your QGIS experience
even better than ever before. This release also contains many bug fixes that
should improve stability over previous releases. See below for a list of the
more noticable changes made in this release.

(adam)

2010-12-21 12:56:18 UTC MAIN commitmail json YAML

Note update of tmux to 1.3.

(jmmv)

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

Update to 1.3.  Tested on NetBSD-current/amd64 and Mac OS X 10.6.

CHANGES FROM 1.2 TO 1.3, 18 July 2010

* New input parser.
* Flags to move through panes -UDLR added to select-pane.
* Commands up-pane, and down-pane removed, since equivalent behaviour is now
  available through the target flag (-t:+ and -t:-).
* Jump-forward/backward in copy move (based on vi's F, and f commands).
* Make paste-buffer accept a pane as a target.
* Flag -a added to new-window to insert a window after an existing one, moving
  windows up if necessary.
* Merge more mode into copy mode.
* Run job commands explicitly in the global environment (which can be modified
  with setenv -g), rather than with the environment tmux started with.
* Use the machine's hostname as the default title, instead of an empty string.
* Prevent double free if the window option remain-on-exit is set.
* Key string conversions rewritten.
* Mark zombie windows as dead in the choose-window list.
* Tiled layout added.
* Signal handling reworked.
* Reset SIGCHLD after fork to fix problems with some shells.
* Select-prompt command removed. Therefore, bound ' to command-prompt -p index
  "select-window -t:%%" by default.
* Catch SIGHUP and terminate if running as a client, thus avoiding clients from
  being left hanging around when, for instance, a SSH session is disconnected.
* Solaris 9 fixes (such as adding compat {get,set}env(3) code).
* Accept none instead of default for attributes.
* Window options window-status-alert-{alert,bg,fg} added.
* Flag -s added to the paste-buffer command to specify a custom separator.
* Allow dragging to make a selection in copy mode if the mode-mouse option is
  set.
* Support the mouse scroll wheel.
* Make pipe-pane accept special character sequences (eg #I).
* Fix problems with window sizing when starting tmux from .xinitrc.
* Give tmux sockets (but not the containing folder) group permissions.
* Extend the target flags (ie -t) to accept an offset (for example -t:+2), and
  make it wrap windows, and panes.
* New command choose-buffer added.
* New server option detach-on-destroy to set what happens to a client when the
  session it is attached to is destroyed. If on (default), the client is
  detached. Otherwise, the client is switched to the most recently active of
  the remaining sessions.
* The commands load-buffer, and save-buffer now accept a dash (-) as the file
  to read from stdin, or write to stdout.
* Custom layouts added.
* Additional code reduction, bug fixes, and manpage enhancements.

CHANGES FROM 1.1 TO 1.2, 10 March 2010

* Switch to libevent.
* Emulate the ri (reverse index) capability, ergo allowing tmux to at least
  start on Sun consoles (TERM=sun, or sun-color).
* Assign each entry a number, or lowercase letter in choose mode, and accept
  that as a shortcut key.
* Permit top-bit-set characters to be entered in the status line.
* Mark no-prefix keys with (no prefix), rather than [] in list-keys.
* New command show-messages (alias showmsgs), and new session option
  message-limit, to show a per-client log of status lines messages up to the
  number defined by message-limit.
* Do not interpret #() for display-message to avoid leaking commands.
* New window options window-status-format, and window-status-current-format to
  control the format of each window in the status line.
* Add a -p flag to display-message to print the output, instead of displaying
  it in the status line.
* Emulate il1, dl1, ich1 to run with vt100 feature set.
* New command capture-pane (alias capturep) to copy the entire pane contents
  to a paste buffer.
* Avoid duplicating code by adding a -w flag to set-option, and show-options to
  set, and show window options. The commands set-window-option, and
  show-window-options are now aliases.
* Panes can now be referred to as top, bottom, top-left, etc.
* Add server-wide options, which can be set with set-option -s, and shown with
  show-options -s.
* New server option quiet (like -q from the command line).
* New server option escape-time to set the timeout used to detect if escapes
  are alone, part of a function key, or meta sequence.
* New session options pane-active-border-bg, pane-active-border-fg,
  pane-border-bg, and pane-border-fg to set pane colours.
* Make split-window accept a pane target, instead of a window.
* New command join-pane (alias joinp) to split, and move an existing pane into
  the space (the opposite of break-pane), thus simplifying calls to
  split-window, followed by move-window.
* Permit S- prefix on keys for shift when the terminal/terminfo supports them.
* Window targets (-t flag) can now refer to the last window (!), next (+), and
  previous (-) window by number.
* Mode keys to jump to the bottom/top of history, end of the next word, scroll
  up/down, and reverse search in copy mode.
* New session option display-panes-active-colour to display the active pane in
  a different colour with the display-panes command.
* Read the socket path from $TMUX if it's present, and -L, and -S are not
  given.
* Vi-style mode keys B, W, and E to navigate between words in copy mode.
* Start in more mode when configuration file errors are detected.
* Rectangle copy support added.
* If attach-session was specified with the -r flag, make the client read-only.
* Per-window alternate-screen option.
* Make load-buffer work with FIFOs.
* New window option word-separators to set the characters considered as word
  separators in copy mode.
* Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9]
  in vi mode, or M-[1-9] in emacs mode.
* utf8 improvements.
* As usual, additional code reduction, bug fixes, and manpage enhancements.

(jmmv)

2010-12-21 11:33:18 UTC MAIN commitmail json YAML

Note goffice and libsoup option.

(obache)

2010-12-21 11:29:39 UTC MAIN commitmail json YAML

2010-12-21 11:28:23 UTC MAIN commitmail json YAML

Added devel/cutter version 1.1.5

(obache)

2010-12-21 11:27:58 UTC MAIN commitmail json YAML

Import cutter-1.1.5 as devel/cutter.

Cutter is a xUnit family Unit Testing Framework for C and C++.

This is a list of features of Cutter:
  * easy to write tests.
  * outputs result with useful format for debugging.
  * tests are built as shared libraries.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2010-12-21 08:17:28 UTC MAIN commitmail json YAML

Not to use BDB check in configure.
Fixes PR#44244.

(obache)

2010-12-21 00:11:32 UTC MAIN commitmail json YAML

Updated net/tor to 0.2.1.28

(gdt)

2010-12-21 00:07:28 UTC MAIN commitmail json YAML

Update to 0.2.1.28, resolving CVE-2010-1676.

Changes in version 0.2.1.28 - 2010-12-17
  o Major bugfixes:
    - Fix a remotely exploitable bug that could be used to crash instances
      of Tor remotely by overflowing on the heap. Remote-code execution
      hasn't been confirmed, but can't be ruled out. Everyone should
      upgrade. Bugfix on the 0.1.1 series and later.

  o Directory authority changes:
    - Change IP address and ports for gabelmoo (v3 directory authority).

  o Minor features:
    - Update to the December 1 2010 Maxmind GeoLite Country database.

(gdt)

2010-12-20 21:46:01 UTC MAIN commitmail json YAML

+ libraw-0.12.1, py-psycopg2-2.3.2, tor-0.2.1.28.

Previous commit also added some entries but had the wrong commit
message, sorry.

(wiz)

2010-12-20 21:42:12 UTC MAIN commitmail json YAML

remove tv from responsible people, he resigned.

(wiz)

2010-12-20 20:56:01 UTC MAIN commitmail json YAML

Updated emulators/fuse to 1.0.0

(adam)

2010-12-20 20:54:36 UTC MAIN commitmail json YAML

Changes 1.0.0:
* audio2tape
  * work with stereo sound files
  * don't crash on an empty ROM block
* tzxlist
  * print data from ROM header blocks
  * Assume non-ASCII characters are in Windows-1252
* snapconv: add -f flag to fix .szx files written with old
  versions of libspectrum
* raw2hdf: ensure version data is always written

(adam)

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

Changes 1.0.0:
* Add Opus Discovery disk interface support
* Wii support
* Many improvements to Win32 UI, including an installer
* Support weak data in +3 disk images
* NTSC Spectrum support
* Add support for flipping disk images in single sided drives
* Add support for automatically merging both both disk images where
  they are in separate files named with the text [Ss]ide[ _][abAB12]
* Switch to using Blip_Buffer (by Shay Green) for improved beeper and
  AY output
* Allow beeper and AY volumes to be set
* Enable Beta 128 interface in 48K and TC2048 machines
* Add emulation of the Fuller Audio Box
* Allow sound to run from 2% speed up
* Add emulation of the Melodik and similar 48K-compatible AY interfaces
  that use the 128K sound ports
* Add support for Pentagon 1024SL v2.2 16 colour modek
* Implement GTK+ drag and drop support
* Better support for international keyboards
* Allow svgalib UI to use full range of bit depths and scalers
* Allow GTK+ scalers to set window size in GTK+ UI
* Allow selection of "TV speaker" or "beeper"-style sound output
* Allow hot-key switching between full-screen and windowed mode in SDL UI

(adam)

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

Changes 1.0.0:
* New end of tape flag
* AF and AF' were swapped when reading and writing SZX files
* Support for Fuller Box and Melodik (and similar AY interfaces) in snapshots
* Support for Opus Discovery in snapshots
* Support for the NTSC 48K Spectrum
* Support for stereo sound files
* Add proper support for +2A/+3, Pentagon and Scorpion in .z80 files
* Various fixes for compiling with Visual Studio 6
* Various minor bug fixes/improvements:
* Looser signature checks for .dsk files
* --without-(bzip2|zlib) options to configure for Gentoo and similar
  distributions
* Handle querying the block length for turbo and pure data blocks
  with 0 length
* Fix loading of Warajevo TAPs with raw samples
* Fail sensibly if file decompression fails
* Remove various unused variables, initialisations etc

(adam)

2010-12-20 15:41:42 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_rolling-replace to 0.23

(gdt)

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

0.23: Pass PKGNAME_REQD to make operations.

Set PKGNAME_REQD to give underlying make processes a chance to set
options derived from the package name.  For example, the appropriate
version of Python can be derived from the package name (so, when
building py25-foo, use python-2.5, not python-2.6).  Specifically,
  MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*'

>From Alan Barret via pkgsrc-users@.

(gdt)

2010-12-20 15:24:25 UTC MAIN commitmail json YAML

0.22: Avoid infinite loop in some error cases.

Sometimes, the set of packages to be replaced ($REPLACE_TODO) does not
have any members which are installed (and hence in $TSORTED).  This
caused the loop over $TSORTED to not find any packages to replace.
The check for not having found one was missing, resulting in the last
package in TSORTED being replaced.  Because $REPLACE_TODO is still
non-empty, this repeats.

This patch adds an abort when no packages in $TSORTED are in
$REPLACE_TODO.  Analysis and patch from Ian D. Leroux on
pkgsrc-users@.

(gdt)

2010-12-20 14:17:01 UTC MAIN commitmail json YAML

fix build on solaris per PR#43938

(tez)

2010-12-20 14:05:55 UTC MAIN commitmail json YAML

Updated mail/cyrus-imapd24 to 2.4.6

(obache)

2010-12-20 14:05:32 UTC MAIN commitmail json YAML

Update cyrus-imapd24 to 2.4.5.

Changes to the Cyrus IMAP Server since 2.4.5

      * Fixed Bug #3370 - corruption on OpenBSD and other systems without a
        reliable mmap
      * Fixed Bug #3360 - race condition which could lose seen data on XFER
        with upgrade
      * Lots of documentation updates
      * Fixed Bug #3355 - added an option to suppress items from the
        capability response (and bug #3356 when the first attempt was
        buggy)
      * Fixed Bug #3357 - crash when calling ctl_mboxlist on mailboxes with
        annotations
      * Fixed Bug #3369 - crash when undumping mailbox during XFER
      * Fixed Bug #3361 - shared folders not listing in LSUB "" % - only
        with unixheirsep and altnamespace
      * Fixed Bug #3362 - "too many open files" when doing XFER of a user
        with too many sub mailboxes. Makes XFER less "atomic", but now it
        works, which is good!
      * Fixed Bug #3313 - md5 library usage. Properly this time!

(obache)

2010-12-20 14:03:39 UTC MAIN commitmail json YAML

Reenable mutt-sidebar and mutt-compressed-mbox options.
Use patch urls found by gls@

(tonio)

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

Updated inputmethod/ibus-skk to 1.3.5

(obache)

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

2010-12-20 11:55:17 UTC MAIN commitmail json YAML

2010-12-20 10:49:57 UTC MAIN commitmail json YAML

Updated chat/bitlbee to 3.0.1

(tonio)

2010-12-20 10:49:07 UTC MAIN commitmail json YAML

Update chat/bitlbee to 3.0.1

Patch provided by gls@

Changes:
Version 3.0.1 (released 2010-11-24) hilights:
- MSN login fixes, Jabber (3.0 had a bug that made Jabber contacts never go
  offline), some other minor IM module fixes (including the new default ICQ
  login server).
- Fixed build issues on some non-Linux systems.
- Minor bugfixes/improvements.

(tonio)

2010-12-20 10:00:56 UTC MAIN commitmail json YAML

2010-12-20 08:40:19 UTC MAIN commitmail json YAML

Remove hardcoding of /usr/pkg, use $(LOCALBASE) instead.
Part of fixing PR#34977.

(he)

2010-12-20 06:31:00 UTC MAIN commitmail json YAML

Revert previous, it broke building cairo on NetBSD-current with
builtin X.

(wiz)

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

flag cel_odbc.so as only being installed when unixodbc option is selected

(jnemeth)

2010-12-20 00:04:50 UTC MAIN commitmail json YAML

Fix build on NetBSD-5.99.41 (_? -> _CTYPE_?) while hopefully not breaking
older releases.

(wiz)

2010-12-20 00:04:27 UTC MAIN commitmail json YAML

2010-12-19 23:10:36 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.6.6, akonadi-1.4.85, curl-7.21.3, f-spot-0.8.2,
  guile-1.8.8, hylafax-5.5.0, mathomatic-15.3.6, p5-PerlMagick-6.6.6.6,
  pinentry-0.8.1, py-cups-1.9.53, py-enchant-1.6.5, py-twisted-10.2.0,
  quvi-0.2.11, renderproto-0.11.1, x264-devel-20101218, xorg-docs-1.6.

(wiz)

2010-12-19 20:34:04 UTC MAIN commitmail json YAML

remove sysutils/hcidump (replaced by sysutils/netbt-hcidump)

(plunky)

2010-12-19 20:32:02 UTC MAIN commitmail json YAML

2010-12-19 20:30:05 UTC MAIN commitmail json YAML

remove sysutils/hcidump (superseded by sysutils/netbt-hcidump)

(plunky)

2010-12-19 20:23:31 UTC MAIN commitmail json YAML

Added sysutils/netbt-hcidump version 1.42

(plunky)

2010-12-19 20:21:56 UTC MAIN commitmail json YAML

add netbt-hcidump SUBDIR

(plunky)

2010-12-19 20:20:44 UTC MAIN commitmail json YAML

HCIdump reads raw HCI data coming from and going to a Bluetooth device and
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.

This is a patched standalone version not requiring bluez-libs, suitable
for use with the netbt Bluetooth stack [originating] in NetBSD.
--
the sysutils/hcidump package (which this will replace) is a descendent of a
previous version of the bluez-hcidump package.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(plunky)

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

The comment about needing jpegint.h no longer appears to apply, so convert
the jpeg dependency to a common or garden buildlink.

(dsainty)

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)