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 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 06:20:12 UTC Now

2008-07-20 21:53:32 UTC MAIN commitmail json YAML

Update from version 0.71 to 0.80.

Pkgsrc change: add HOMEPAGE pointing into search.cpan.org.

Upstream changes:

0.80  Sat Apr 28 12:25:51 EDT 2007
- accepted (finally) all of the changes submitted by Tels++
- Heap::Elem gets proper new() method too, others all inherit it
- made cmp, val and heap methods use @_ for speed (as suggested
  by Tels++)

0.72  Fri Jul  8 09:05:04 CET 2005 (Tels)
- moved file to lib/ and t/ to remove clutter and simplify build
- rewrite most test files to use Test::More
- change test files to load this version, not currently installed one
- added tests for the various other .pm files
- removed unnec. require Autoloader and comments about autoloading
- remove "perl extension" from ABSTRACTs
- Heap::Elem gets proper heap() and val() routines, the
  other subclasses (Heap::Elem::Num etc) now simple inherit them

(he)

2008-07-20 21:47:40 UTC MAIN commitmail json YAML

Update from version 1.003 to 1.006.

Pkgsrc change: add a second homepage pointing into search.cpan.org.

Upstream changes:

version 1.006: Thu Jun 19 08:40:46 CEST 2008

- perl5.005 does not understand "use 5.6.0" and tie bug in 5.6.2.
  So require 5.008 [cpantesters]

version 1.005: Wed Jun 18 09:02:28 CEST 2008

- require perl 5.6.0 [cpantesters]

- minor distribution clean-ups

version 1.004: Fri Jun  8 15:37:31 CEST 2007

- fixed 2 typo's in POD (Thanks to CPANTS)

- add t/pod.t

- use oodist to create docs.

(he)

2008-07-20 21:38:39 UTC MAIN commitmail json YAML

Update from version 0.31 to 0.34.  Changes:

0.34
  * Call setup_environment if a Net::Server is being used, for consistency.

  * Don't print_banner if a Net::Server is being used.

  * Make header parsing comply with RFC 2616. [rt.cpan.org #21411]

0.33 Fri Apr 25 13:57:30 EDT 2008
  * The new support for background processes notifying the parent
    didn't quite work right for some apps using HSS. It's been
    reverted for now and the tests TODOED

0.32 Thu Apr 24 09:45:14 EDT 2008
  * At least Apache and lighttpd put unencoded strings into PATH_INFO,
    so so should we.

  * Patch from ntyni@iki.fi to make backgrounding of the standalone
    server's server process deterministic. [rt.cpan.org #28122]

(he)

2008-07-20 21:23:19 UTC MAIN commitmail json YAML

Update from version 0.2 to 0.7.  Changes:

0.07  Wed, 19 Mar 2008 18:41:56 +0000

        - Only serve files not directories, thanks to Bradley Bailey
          for the report.
          Closes http://rt.cpan.org/Public/Bug/Display.html?id=34068
        - Fixed url handling for requests from IE/
          Closes http://rt.cpan.org/Public/Bug/Display.html?id=27650

0.06  Mon, 23 Jul 2007 10:42:37 +0100

        - Fixed problem with handling empty files where they have no
          file extension or it is not recognised by MIME::Types.
          Thanks to Mark Stosberg for the report

0.05  Mon,  6 Nov 2006 09:29:42 +0000

        - Applied patch from Max Maischein to use the binmode function
          rather than the binmode method of IO::File, which only exists
          in newer versions of that module which we were not requiring.

0.04  Thu, 20 Jul 2006 12:03:21 +0100

        - Applied patch from Tom Hukins to make
          HTTP::Server::Simple::Static RFC compliant. Section 4.1 of
          RFC 2616, "Message Types", states that header fields should
          be separated by CRLF. This is done in the manner recommended
          in perlport(1).
        - Also applied patch from Tom Hukins to add the "use bytes"
          pragma to ensure Content-Length contains the number of bytes
          in the response body, not the number of characters.

0.03  Tue, 13 Jun 2006 11:00:58 +0100
        - Fixed documentation to show that HTTP::Server::Simple::CGI
          should be used as the base class.
          Closes: http://rt.cpan.org/Public/Bug/Display.html?id=18682
        - Switched to using IO::File for the file handling, also
          turned on binmode to help those on Windows serve images, etc.

(he)

2008-07-20 20:57:18 UTC MAIN commitmail json YAML

Note updates from here:

www/p5-HTML-Table to 2.08a
www/p5-HTML-WikiConverter to 0.62
www/www/p5-HTTP-Body to 1.04
www/p5-HTTP-Cache-Transparent to 1.0
www/p5-HTTP-Proxy to 0.22
www/p5-HTTP-Request-Form to 0.9.5.1

(he)

2008-07-20 20:29:37 UTC MAIN commitmail json YAML

Update from version 0.7 to 0.951 (called 0.9.5.1 in pkgsrc).

Pkgsrc change: removed direct dependency on p5-HTML-Tagset
(it is pulled in by p5-HTML-Tree).

Upstream changes:

0.951 Thu Sep 13 10:19:00 CET 2001
One small bugfix by Michael Kablitz
- textarea-handling was broken and needed double $ because of
  references. Damn typos. Funny thing: nobody else mentioned it.
  Half a year with a broken package :-)

0.95  Fri Feb 10 08:01:00 CET 2001
Some bugfixes from Sean M. Burke:
- textarea was still broken in new_many, now fixed.
- iteration over self->content || [], not self->content alone
  (that one could be undef)

0.9  Thu Feb 9 19:43:00 CET 2001
Some bugfixes and some extensions by Sean M. Burke:
- ISINDEX is supported
- a new constructor new_many is created that parses all forms of
  a HTML file so you don't have to manually extract links any more.
  This constructor handles stray form elements outside of forms.
- the name of form elements is cached and can be queried

0.8  Mon Dec 18 09:57:00 CET 2000
Some bugfixes and some extensions:
- textarea should now work in both forms. Before there was either
  a problem with textareas that included some default text, or
  with empty textareas. Now Form.pm does look wether the contents
  of a textarea is able to perform as_HTML and only uses it if
  it is able to do it. Should fix some longstanding problems with
  textareas.
- ex/yahoo.pl wasn't in the MANIFEST
- added a simple test procedure that just checks if it can be loaded

(he)

2008-07-20 20:16:28 UTC MAIN commitmail json YAML

Update from version 0.18 to 0.22.

Pkgsrc change: add dependency on p5-libwww.

Upstream changes:

0.22 Thu May  1 00:18:38 CEST 2008
        [TESTS]
        - increased test coverage
        - t/23connect.t doesn't need an Internet connection any more,
          thus closing RT ticket #19653.
        - t/67complete.t tests HTTP::Proxy::BodyFilter::complete
        [DOCUMENTATION]
        - closed RT ticket #33465 (Jimbo), by explaining in a little
          more detail how HTTP::Proxy::BodyFilter::complete works.

0.21 Sun Apr 20 04:34:47 CEST 2008
        [ENHANCEMENTS]
        - HTTP::Proxy::Engine::Legacy and HTTP::Proxy::Engine::ScoreBoard
          log the number of remaining child processes (in addition to
          their pids), thanks to Amos Shapira.
        [FIXES]
        - HTTP::Proxy::BodyFilter::save had a bug that prevented the
          'filename' parameter to be correctly used to compute the
          filename to save to, and that made the proxy die the second
          time the filter was called.
          This fix allowed to close RT tickets #14548 (Max Maischein),
          #18644 (Mark Tilford) and #33018 (Roland Stigge and Gunnar Wolf).
        - HTTP::Proxy::BodyFilter::save had many other bugs, which the
          test suite allowed to spot and fix.
        [TESTS]
        - t/67save.t provides 96% coverage of HTTP::Proxy::BodyFilter::save,
          and helped fix many bugs in it.
        - fixed t/22http.t and t/22transparent.t not to break when the
          DNS wrongly resolves an invalid address.
        [DOCUMENTATION]
        - closed RT ticket #25295 (Matsuno Tokuhiro) with a doc patch.

0.20 Fri Aug 18 10:25:11 CEST 2006
        [ENHANCEMENTS]
        - Added a will_modify() method to HTTP::Proxy::BodyFilter, that
          lets the proxy know if a filter may modify the content length,
          thus closing RT ticket #21051 (Chris Dolan)
        - If no filter in the current stack will modify the content length,
          then the header is not removed
        [FIXES]
        - closed RT tickets #3184 and #20251 (chunked encoding was enforced
          while transfering data between a client and server using
          different versions of HTTP, causing unwanted garbage to appear
          in the data)
        - removed useless "ERROR: Getting request failed:" messages
          when there are simply "No more requests from this connection"
        [INTERNALS]
        - Removed the HTTP::Proxy::FilterStack class from inside HTTP::Proxy
          and put it in its own module file
        - renamed HTTP::Proxy::FilterStack::active() as will_modify() for
          consistency reasons
        [TESTS]
        - updated t/22http.t and t/23connect.t following Ken Williams'
          recommandations in RT ticket #19986
        [DOCUMENTATION]
        - patched a small inconsistency in HTTP::Proxy::BodyFilter's
          documentation (and closed RT ticket #20303)
        - fully documented HTTP::Proxy::FilterStack

0.19 Fri Apr 28 19:55:41 CEST 2006
        [ENHANCEMENTS]
        - HTTP::Proxy::HeaderFilter::simple now lets one define an
          end() method as well
        [FIXES]
        - HTTP::Proxy::(Body|Header)Filter::simple now provide a default
          filter() that does nothing if their constructor is not given one
          (thanks to Merijn Brand)
        - close RT ticket #14548 by correcting the 'filename' check
          in HTTP::Proxy::BodyFilter::save (Max Maischein)
        - ERROR messages are always logged (Mark Tilford)
        [TESTS]
        - more tests for log() and logmask() in t/11log.t

(he)

2008-07-20 20:00:52 UTC MAIN commitmail json YAML

Update from version 0.7 to 1.0.  Changes:

2007-12-12 Mattias Holmlund

  Version 1.0

  Add ApproveContent option.
  Add pod-tests.
  Mark internal methods with leading underscore.

(he)

2008-07-20 19:55:32 UTC MAIN commitmail json YAML

Update from version 1.03 to 1.04.  Changes:

1.04    2008-06-23 16:00:00
- Added tmpdir() accessor to specify an alternate directory
  for temp files.  (jgoulah)

(he)

2008-07-20 19:51:06 UTC MAIN commitmail json YAML

Update from version 0.61 to 0.62.  Changes:

version: 0.62
date:    ???
changes:
  - blocked elements are not blocked if they are contained within
    a blocked element (with much thanks to Dominick Bellizzi for
    the patch)
  - rules_for_tag() now dereferences the 'alias' subrule

(he)

2008-07-20 19:25:32 UTC MAIN commitmail json YAML

Update from version 2.02 to 2.08a.  Changes:

2.08a 23 June 2008
- Fixed outputing row class attribute twice.
  Request and fix from Reinhard Mutz

2.08  10 April 2008
- Added delRow and delSectionRow methods.
  Request from Kyle Davenport <kyle.davenport at fmr.com>
- Fixed error in getTable, which output the wrong section attributes.
  Request and fix from Colin Fine <colin.fine at pace.co.uk>
- Added getSection method to modularize the creation of Section HTML.
- Created new set of methods which apply Cell attributes
  across a row.  This is to make a clear distinction from
  those methods that set row attributes (tr).  Suggest by
  Colin Fine <colin.fine at pace.co.uk>

2.07b
  05 February 2008
- Fixed error in setSectionRowWidth.
  Request from Ravi Kondamuru <ravikondamuru at gmail.com>

2.07a
  04 February 2008
- Changed status from beta to full.
- Fixed error in setCellHeight.
  Request from Ravi Kondamuru <ravikondamuru at gmail.com>

2.07-b2
  09 October 2007
- Removed text output when empty table is printed.
  Request from Erik Tank <erik at atjeu.com>

2.07-b1
  17 September 2007
- Changed order of output for table sections, to comply
  with the HTML 4.01 standard.

2.07-beta
  13 September 2007
- Added THEAD, TFOOT and TBODY sections.
  Request from Miguel Santinho <msantinho at simplicidade.com>.

  There are now methods that take a section and section
  number as parameters.  ie. setSectionCell ( 'tbody', 0,
  2, 3, 'Cell 2,3');

  Existing methods default to working on the first tbody
  section, for backwards compatibility.

  You can have only one each of tfoot and thead sections,
  but multiple tbody sections.

2.06
  4 June 2007
- Added patch for even/odd row class support, supplied by Chris Weyl
  Thanks to Chris Weyl <cweyl at alumni.drew.edu> for this patch.

2.05
  15 March 2007
- Fixed code so that all HTML tags and attributes are in lower case.

2.04
  23 January 2006
- AUTOLOAD method was making the module sliently ignore calls to invalid
  methods.
  Thanks to Gordon Lack <gml4410 at ggr.co.uk> for the fix.

2.03
      6 December 2005
    - Added get methods for Style attributes.
      Thanks to Douglas Riordan <doug.riordan at gmail.com> for this.

(he)

2008-07-20 19:02:47 UTC MAIN commitmail json YAML

Add the directory of the manpage to the INSTALLATION_DIRS.

(ahoka)

2008-07-20 17:13:19 UTC MAIN commitmail json YAML

fix compliation -> compilation typo (noted by Alan R. S. Bueno), plus some others

(abs)

2008-07-20 16:09:35 UTC MAIN commitmail json YAML

2008-07-20 13:02:56 UTC MAIN commitmail json YAML

Add hunspell-id_ID

(ahoka)

2008-07-20 12:53:04 UTC MAIN commitmail json YAML

Added textproc/hunspell-id_ID version 20040410

(ahoka)

2008-07-20 12:49:47 UTC MAIN commitmail json YAML

Import hunspell-id_ID-20040410 as textproc/hunspell-id_ID.

Indonesian dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-20 11:07:13 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-20 11:06:46 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2454 requested by rhaen
icon-naming-utils: update master sites

revisions pulled up:
pkgsrc/graphics/icon-naming-utils/Makefile 1.7

  Module Name: pkgsrc
  Committed By: rhaen
  Date: Sun Jul 20 09:41:24 UTC 2008

  Modified Files:
  pkgsrc/graphics/icon-naming-utils: Makefile

  Log Message:
  - Changing the MASTER_SITES as they are outdated, this has been reported in
  PR pkg/39172

(rtr)

2008-07-20 09:41:24 UTC MAIN commitmail json YAML

- Changing the MASTER_SITES as they are outdated, this has been reported in
PR pkg/39172

(rhaen)

2008-07-20 09:08:26 UTC MAIN commitmail json YAML

Updated devel/bzr to 1.5

(epg)

2008-07-20 09:02:51 UTC MAIN commitmail json YAML

- sort PLIST
- update to:

bzr 1.5 2008-05-16
------------------

This release of Bazaar includes several updates to the documentation, and fixes
to prepare for making rich root support the default format. Many bugs have been
squashed, including fixes to log, bzr+ssh inter-operation with older servers.

  CHANGES:

    * Suppress deprecation warnings when bzrlib is a 'final' release. This way
      users of packaged software won't be bothered with DeprecationWarnings,
      but developers and testers will still see them. (John Arbash Meinel)

  DOCUMENTATION:

    * Incorporate feedback from Jelmer Vernooij and Neil Martinsen-Burrell
      on the plugin and integration chapters of the User Guide.
      (Ian Clatworthy)

bzr 1.5rc1 2008-05-09
---------------------

  NOTES WHEN UPGRADING:

  CHANGES:

    * Broader support of GNU Emacs mail clients. Set
      ``mail_client=emacsclient`` in your bazaar.conf and ``send`` will pop the
      bundle in a mail buffer according to the value of ``mail-user-agent``
      variable. (Xavier Maillard)

  FEATURES:

  IMPROVEMENTS:

    * Diff now handles revision specs like "branch:" and "submit:" more
      efficiently.  (Aaron Bentley)

    * More friendly error given when attempt to start the smart server
      on an address already in use. (Andrea Corbellini, #200575)

    * Pull completes much faster when there is nothing to pull.
      (Aaron Bentley)

  BUGFIXES:

    * Authentication.conf can define sections without password.
      (Vincent Ladeuil, #199440)

    * Avoid muttering every time a child update does not cause a progress bar
      update. (John Arbash Meinel, #213771)

    * ``Branch.reconcile()`` is now implemented. This allows ``bzr reconcile``
      to fix when a Branch has a non-canonical mainline history. ``bzr check``
      also detects this condition. (John Arbash Meinel, #177855)

    * ``bzr commit`` now works with Microsoft's FTP service.
      (Andreas Deininger)

    * Catch definitions outside sections in authentication.conf.
      (Vincent Ladeuil, #217650)

    * Conversion from non-rich-root to rich-root(-pack) updates inventory
      sha1s, even when bundles are used.  (Aaron Bentley, #181391)

    * Conversion from non-rich-root to rich-root(-pack) works correctly even
      though search keys are not topologically sorted.  (Aaron Bentley)

    * Conversion from non-rich-root to rich-root(-pack) works even when a
      parent revision has a different root id.  (Aaron Bentley, #177874)

    * Disable strace testing until strace is fixed (see bug #103133) and emit a
      warning when selftest ends to remind us of leaking tests.
      (Vincent Ladeuil, #226769)

    * Fetching all revisions from a repository does not cause pack collisions.
      (Robert Collins, Aaron Bentley, #212908)

    * Fix error about "attempt to add line-delta in non-delta knit".
      (Andrew Bennetts, #217701)

    * Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
      if the remote server was < version 1.2. This was due to a bug in the
      RemoteRepository.get_parent_map() fallback code.
      (John Arbash Meinel, #214894)

    * Remove leftover code in ``bzr_branch`` that inappropriately creates
      a ``branch-name`` file in the branch control directory.
      (Martin Pool)

    * Set SO_REUSEADDR on server sockets of ``bzr serve`` to avoid problems
      rebinding the socket when starting the server a second time.
      (John Arbash Meinel, Martin Pool, #164288)

    * Severe performance degradation in fetching from knit repositories to
      knits and packs due to parsing the entire revisions.kndx on every graph
      walk iteration fixed by using the Repository.get_graph API.  There was
      another regression in knit => knit fetching which re-read the index for
      every revision each side had in common.
      (Robert Collins, John Arbash Meinel)

    * When logging the changes to a particular file, there was a bug if there
      were ghosts in the revision ancestry. (John Arbash Meinel, #209948)

  DOCUMENTATION:

    * Expanded the User Guide to include new chapters on popular plugins and
      integrating Bazaar into your environment. The *Best practices* chapter
      was renamed to *Miscellaneous topics* as suggested by community
      feedback as well. (Ian Clatworthy)

    * Document outlining strategies for TortoiseBzr. (Mark Hammond)

    * Improved the documentation on hooks. (Ian Clatworthy)

    * Update authentication docs regarding ssh agents.
      (Vincent Ladeuil, #183705)

  TESTING:

    * Add ``thread_name_suffix`` parameter to SmartTCPServer_for_testing, to
      make it easy to identify which test spawned a thread with an unhandled
      exception. (Andrew Bennetts)

    * New ``--debugflag``/``-E`` option to ``bzr selftest`` for setting
      options for debugging tests, these are complementary to the the -D
      options.  The ``-Dselftest_debug`` global option has been replaced by the
      ``-E=allow_debug`` option for selftest. (Andrew Bennetts)

    * Parameterised test ids are preserved correctly to aid diagnosis of test
      failures. (Robert Collins, Andrew Bennetts)

    * The test suite modules have been modified to define load_tests() instead
      of test_suite(). That speeds up selective loading (via --load-list)
      significantly and provides many examples on how to migrate (grep for
      load_tests).  (Vincent Ladeuil)

  INTERNALS:

    * ``Hooks.install_hook`` is now deprecated in favour of
      ``Hooks.install_named_hook`` which adds a required ``name`` parameter, to
      avoid having to call ``Hooks.name_hook``. (Daniel Watkins)

    * Implement xml8 serializer.  (Aaron Bentley)

    * New form ``@deprecated_method(deprecated_in(1, 5, 0))`` for making
      deprecation wrappers.  (Martin Pool)

    * ``Repository.revision_parents`` is now deprecated in favour of
      ``Repository.get_parent_map([revid])[revid]``. (Jelmer Vernooij)

    * The Python ``assert`` statement is no longer used in Bazaar source, and
      a test checks this.  (Martin Pool)

  API BREAKS:

    * ``bzrlib.status.show_pending_merges`` requires the repository to be
      locked by the caller. Callers should have been doing it anyway, but it
      will now raise an exception if they do not. (John Arbash Meinel)

    * Repository.get_data_stream, Repository.get_data_stream_for_search(),
      Repository.get_deltas_for_revsions(), Repository.revision_trees(),
      Repository.item_keys_introduced_by() no longer take read locks.
      (Aaron Bentley)

    * ``LockableFiles.get_utf8`` is deprecated, as a start towards
      removing LockableFiles and ``.control_files`` entirely.
      (Martin Pool)

    * Methods deprecated prior to 1.1 have been removed.
      (Martin Pool)

(epg)

2008-07-20 02:15:36 UTC MAIN commitmail json YAML

Note update of www/zope211 package to 2.11.1.

(taca)

2008-07-20 02:14:23 UTC MAIN commitmail json YAML

Update zope211 package to 2.11.1.

  Zope 2.11.1 (2008/07/17)

    Bugs Fixed

      - Suppressed DeprecationWarning during import of ZPublisher.Iterators:
        that module needs to use Z2-style interfaces in 2.11, for BBB, but
        the Interface module itself issues the warning on import.

      - Launchpad #246748: added 'immediate' option to sendXXX() methods
        for sending a mail immediately by-passing the zope.sendmail delivery
        mechanism

      - Launchpad #246290: fixed backward compatibility issue

      - zope.testing : updated to 3.5.3

      - Launchpad #245649:  the Products package is now a proper
        "namespace package" under the rules specified by setuptools.

      - zope.viewlets: updated to 3.4.2

      - zope.sendmail: updated to 3.5.0 (fixing Launchpad #230831)

      - Launchpad #239636:  Ensure that HEAD requests lock an empty body
        for NotFound errors.

      - fixed outdated transaction.commit(1) call in
        ZODBMountPoint.SimpleTrailblazer

(taca)

2008-07-20 02:13:06 UTC MAIN commitmail json YAML

Update ZOPE211_VERSION to 2.11.1.

(taca)

2008-07-20 02:12:33 UTC MAIN commitmail json YAML

Add a comment that this file is used by ../../www/zope211/Makefile, too.

(taca)

2008-07-20 00:40:51 UTC MAIN commitmail json YAML

Note update of devel/darcs to 2.0.2.

(kristerw)

2008-07-20 00:38:45 UTC MAIN commitmail json YAML

Update darcs to 2.0.2.

Changes since 1.0.9 includes

  * New Feature: Include patch count in darcs --version, for example,
    2.0.1 (+ 32 patches) (David Roundy)

  * New Feature: darcs put --no-set-default and --set-default (Nicolas
    Pouillard)

  * UI changes: --extended-help is now called --overview, no more
    --verify-hash, no more send --unified (David Roundy, Eric Kow)

  * New Feature: Check for and repair patches which remove non-empty files
    (issue815, David Roundy)

  * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers)

  * User Experience: Make darcs changes --interactive behave more like other
    interactive commands (Eric Kow)

  * New Feature: Colorize added and removed lines, if the environment variable
    DARCS_DO_COLOR_LINES=True (Nicolas Pouillard)

  * New Feature: --remote-repodir flag to allow separate default repositories
    for push, pull and send (issue792, Eric Kow)

  * New Feature: darcs changes --count (David Roundy)

  * New Feature: Add a 'show authors' command (Eric Kow)

  * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML
    environment variables are made available for the posthook system, allowing
    for more easier options to to integrate darcs with other systems. (David
    Roundy, Mark Stosberg)

  * New Feature: Automatically create the the global cache if we define we
    want to use it. (David Roundy, Trent Buck)

and numerous performance improvements and bugfixes.

(kristerw)

2008-07-20 00:29:27 UTC MAIN commitmail json YAML

Note update of lang/ghc to 6.8.3.

(kristerw)

2008-07-20 00:26:52 UTC MAIN commitmail json YAML

Update ghc to 6.8.3.  Thanks to Donn Cave for bugfix patches.

Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
  there is a new command ghc-pkg find-module.

* The filename completion in ghci is now more intelligent.

* We now look for GHCi config files in these locations:
    ./.ghci
    $HOME/.ghc/ghci.conf
    $HOME/.ghci

* You can now give multiple -e options to GHC.

* You can now use the -prof and -threaded flags together, although
  you cannot also use +RTS -N2.

* SCC names are no longer allowed to contain spaces, as some of the
  profiling tools break if they do.

* Various changes have been made to GHC's internals, so there are some
  differences in the API exposed by the ghc package. Most notably,
  checkAndLoadModule has now been implemented.

(kristerw)

2008-07-19 21:09:45 UTC MAIN commitmail json YAML

Updated databases/openldap, databases/openldap-client, databases/openldap-doc
and databases/openldap-server to 2.4.11.

(ghen)

2008-07-19 21:08:42 UTC MAIN commitmail json YAML

Update openldap packages to 2.4.11.

OpenLDAP 2.4.11 Release (2008/07/16)
Fixed liblber ber_get_next length decoding (ITS#5580)
Added libldap assertion control (ITS#5560)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed libldap GnuTLS SSF computation (ITS#5585)
Fixed liblutil missing return code (ITS#5615)
Fixed slapd cert serial number parsing (ITS#5588)
Fixed slapd check for structural_class failures (ITS#5540)
Fixed slapd config backend renumbering (ITS#5571)
Fixed slapd configContext OID (ITS#5383)
Fixed slapd crash with no listeners (ITS#5563)
Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
Fixed slapd sets memory leak (ITS#5557)
Fixed slapd sortvals binary search (ITS#5578)
Fixed slapd syncrepl updates with multiple masters (ITS#5597)
Fixed slapd syncrepl superior objectClass delete/add (ITS#5600)
Fixed slapd syncrepl/slapo-syncprov contextCSN updates as internal ops (ITS#5596)
Added slapd-ldap/slapd-meta option to filter out search references (ITS#5593)
Fixed slapd-meta link to slapd-ldap (ITS#5355)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
Fixed slapo-dynlist dg attrs lookup (ITS#5583)
Fixed slapo-dynlist entry release (ITS#5135)
Fixed slapo-memberof replace handling (ITS#5584)
Added slapo-nssov contrib module
Fixed slapo-pcache handling of negative search caches (ITS#5546)
Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
Fixed slapo-ppolicy modify with internal ops (ITS#5569)
Fixed slapo-syncprov ACL evaluation (ITS#5548)
Fixed slapo-syncprov crash with delcsn (ITS#5589)
Fixed slapo-syncprov full reload (ITS#5564)
Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591)
Fixed slapo-unique filter normalization (ITS#5581)
Fixed contrib smbk5pwd terminator (ITS#5575)
Build Environment
Fixed test048 to skip if threads is not available (ITS#5529)
Documentation
Added slapo-pcache(5) sizelimit caching (ITS#5559)
Added slapd-access(5) add and delete privs (ITS#5566)
admin24 GnuTLS documentation (ITS#5554)

OpenLDAP 2.4.10 Release (2008/06/08)
Fixed libldap file descriptor leak with SELinux (ITS#5507)
Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525)
Fixed libldap msgid handling (ITS#5318)
Fixed libldap t61 infinite loop (ITS#5542)
Fixed libldap_r missing stubs (ITS#5519)
Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
Fixed slapd missing termination of integerFilter keys (ITS#5503)
Fixed slapd multiple attrs in URI (ITS#5516)
Fixed slapd sasl_ssf retrieval (ITS#5403)
Fixed slapd socket assert (ITS#5489)
Fixed slapd syncrepl cookie (ITS#5536)
Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
Fixed slapd-meta quarantine crasher (ITS#5522)
Fixed slapo-refint to allow setting modifiers name (ITS#5505)
Fixed slapo-syncprov contextCSN passing on syncprov consumers (ITS#5488)
Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
Fixed slapo-syncprov searching wrong backend (ITS#5487)
Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
Fixed slapo-syncprov max csn search on startup (ITS#5537)
Fixed slapo-unique config structs (ITS#5526)
Fixed slapo-unique filter terminator (ITS#5511)
Documentation
Add search privileges documentation (ITS#5512)
admin24 security document updates (ITS#5524)

(ghen)

2008-07-19 18:49:12 UTC MAIN commitmail json YAML

Added textproc/hunspell-fo_FO
Added textproc/hunspell-es_ES
Added textproc/hunspell-es_MX

(ahoka)

2008-07-19 18:43:25 UTC MAIN commitmail json YAML

Added textproc/hunspell-fo_FO version 20050307 [ahoka 2008-07-19]
Added textproc/hunspell-es_ES version 20050510 [ahoka 2008-07-19]
Added textproc/hunspell-es_MX version 20050505 [ahoka 2008-07-19]

(ahoka)

2008-07-19 18:23:46 UTC MAIN commitmail json YAML

Import hunspell-fo_FO-20050307 as textproc/hunspell-fo_FO.

Faroese dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 18:06:15 UTC MAIN commitmail json YAML

Import hunspell-es_MX-20050505 as textproc/hunspell-es_MX.

Spanish (Mexico) dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 18:00:51 UTC MAIN commitmail json YAML

Import hunspell-es_ES-20050510 as textproc/hunspell-es_ES.

Spanish (Spain) dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 17:54:52 UTC MAIN commitmail json YAML

Add hunspell-cs_CZ
Add hunspell-da_DK

(ahoka)

2008-07-19 17:51:14 UTC MAIN commitmail json YAML

Added textproc/hunspell-cs_CZ version 20061030 [ahoka 2008-07-19]
Added textproc/hunspell-da_DK version 20070106 [ahoka 2008-07-19]

(ahoka)

2008-07-19 17:48:04 UTC MAIN commitmail json YAML

Import hunspell-da_DK-20070106 as textproc/hunspell-da_DK.

Danish dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 17:08:35 UTC MAIN commitmail json YAML

Import hunspell-cs_CZ-20061030 as textproc/hunspell-cs_CZ.

Czech dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 15:39:42 UTC MAIN commitmail json YAML

Added textproc/hunspell-af_ZA version 20060117 [ahoka 2008-07-19]
Added textproc/hunspell-bg_BG version 20040405 [ahoka 2008-07-19]
Added textproc/hunspell-ca_ES version 20080427 [ahoka 2008-07-19]
Added textproc/hunspell-fr_FR version 2.3.2 [ahoka 2008-07-19]
Added textproc/hunspell-sv_SE version 1.27 [ahoka 2008-07-19]

(ahoka)

2008-07-19 15:33:30 UTC MAIN commitmail json YAML

Add hunspell-af_ZA, hunspell-bg_BG, hunspell-ca_ES, hunspell-fr_FR,
hunspell-sv_SE.

(ahoka)

2008-07-19 15:28:57 UTC MAIN commitmail json YAML

Import hunspell-ca_ES-20080427 as textproc/hunspell-ca_ES.

Catalan dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 15:19:46 UTC MAIN commitmail json YAML

Import hunspell-bg_BG-20040405 as textproc/hunspell-bg_BG.

Bulgarian dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 15:14:45 UTC MAIN commitmail json YAML

Import hunspell-af_ZA-20060117 as textproc/hunspell-af_ZA.

Afrikaans dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 15:06:36 UTC MAIN commitmail json YAML

Add skeleton makefiles for handling OO.org supplied dictionaries.
While here: change my email address.

(ahoka)

2008-07-19 15:02:06 UTC MAIN commitmail json YAML

Import hunspell-fr_FR-2.3.2 as textproc/hunspell-fr_FR.

French (Classic + 1990 Reform) dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 14:46:43 UTC MAIN commitmail json YAML

Import hunspell-sv_SE-1.27 as textproc/hunspell-sv_SE.

Swedish dictionary for hunspell.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ahoka)

2008-07-19 13:36:51 UTC MAIN commitmail json YAML

add patch from upstream CVS to fix path checking on git style patch
import (CVE-2008-2942), bump PKGREVISION

(drochner)

2008-07-19 11:56:24 UTC MAIN commitmail json YAML

Updated textproc/p5-iCal-Parser

(rhaen)

2008-07-19 11:53:18 UTC MAIN commitmail json YAML

- updated to 1.16
- no ChangeLog provided by upstream

(rhaen)

2008-07-19 09:57:09 UTC MAIN commitmail json YAML

revert patch-aa distinfo change

(abs)

2008-07-19 08:12:30 UTC MAIN commitmail json YAML

+ byacc-20070509

(obache)

2008-07-18 20:28:52 UTC MAIN commitmail json YAML

Updated mail/rss2email to 2.63

(schmonz)

2008-07-18 20:28:34 UTC MAIN commitmail json YAML

Update to 2.63. From the changelog:

* Licensed under GPL 2 & 3 now
* Display feed number in warning and error message lines
* Fix for unicode handling problem with certain entry titles

(schmonz)

2008-07-18 19:48:41 UTC pkg_install-renovation commitmail json YAML

pkg_install-20080718:
Fix OpenSSL usage so that the key usage check can actually work.
Teach pkg_info about signed packages.

(joerg)

2008-07-18 19:10:55 UTC pkg_install-renovation commitmail json YAML

Make pkg_verify_signature return with modified arguments if it can find
a signed package, but couldn't validate the signature.
Make pkg_info try to validate the signature. It will print an error to
stderr if it can't validate the signature, but otherwise continue.

(joerg)

2008-07-18 19:08:43 UTC MAIN commitmail json YAML

2008-07-18 19:03:58 UTC MAIN commitmail json YAML

+ Updated x11/pixman to 0.11.8nb1 [bjs 2008-07-18]

(bjs)

2008-07-18 19:03:32 UTC MAIN commitmail json YAML

Maintaining this package seems like a full-time job!

Correct the sse2 detection logic in configure/configure.ac.
Bump PKGREVISION.

(bjs)

2008-07-18 18:40:50 UTC pkg_install-renovation commitmail json YAML

Use X509_check_ca to determine if this is a CA key.
This has the side effect of actually setting ex_xkusage.

(joerg)

2008-07-18 17:44:58 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.6.0

(adam)

2008-07-18 17:43:34 UTC MAIN commitmail json YAML

Changes 3.6.0:
* Modifications to the virtual file system interface to support a wider range
  of embedded systems.
* All C-preprocessor macros used to control compile-time options now begin
  with the prefix "SQLITE_".
* The SQLITE_MUTEX_APPDEF compile-time option is no longer supported.
* The handling of IN and NOT IN operators that contain a NULL on their
  right-hand side expression is brought into compliance with the SQL standard
  and with other SQL database engines. This is a bug fix, but as it has the
  potential to break legacy applications that depend on the older buggy
  behavior.
* The result column names generated for compound subqueries have been
  simplified to show only the name of the column of the original table and
  omit the table name. This makes SQLite operate more like other SQL database
  engines.
* Added the sqlite3_config() interface for doing run-time configuration of the
  entire SQLite library.
* Added the sqlite3_status() interface used for querying run-time status
  information about the overall SQLite library and its subsystems.
* Added the sqlite3_initialize() and sqlite3_shutdown() interfaces.
* The SQLITE_OPEN_NOMUTEX option was added to sqlite3_open_v2().
* Added the PRAGMA page_count command.
* Added the sqlite3_next_stmt() interface.
* Added a new R*Tree virtual table

(adam)

2008-07-18 17:24:19 UTC MAIN commitmail json YAML

- grace-5.1.22 [pkg/38884]

(obache)

2008-07-18 17:23:08 UTC MAIN commitmail json YAML

Updated math/grace to 5.1.22

(obache)

2008-07-18 17:22:47 UTC MAIN commitmail json YAML

Update grace to 5.1.22.
Patch provided by Aleksej Saushev in PR 38884.

5.1.22
Interface
*  [DC] mention object type when asking for user's confirmation on delete

Parser
*  [ES] added "LINCONV(set1, set2)" command - an equivalent of
        Transformations->Linear convolution
*  [ES] added "VOIGT(gamma, sigma, x)" function (rep. #2144)

Bug fixes
*  [ES] in the grace_np library GraceClose() could kill all user processes
        if by that time the Grace subprocess has exited (rep. #2035)
*  [ES] certain hand-modified settings in project files might cause the GUI
        crash (incl. rep. #2139)
*  [ES] ungraceful closing of anonymous pipes could result in high CPU load

5.1.21

Functionality
*  [ES] added IsoLatin5 (ISO 8859-9) encoding file
*  [ES] now honor locale in number stringifications (rep. #2109)
*  [ES] extended range of prefixes in the Engineering format up to 10^{+/-24}
*  [HR] added "Computing" tick label format

Interface
*  [ES] added "-maxpath" command line option for setting maximal drawing
        path length
*  [ES] allow for longer legend lines

Parser
*  [ES] added "KILL BLOCK" command (deallocates the memory of the current
        block data)

Bug fixes
*  [ES] there was a misleading error message when attempting to redefine an
        existing variable/keyword in the parser
*  [ES] fixed rounding-off problem with zero labels (rep. #2098)

Portability/Compilation
*  [IG] eliminated some of gcc-4.1 warnings (rep. #2111)
*  [IG] man page cleaned (rep. #2110)

5.1.20

Parser
*  [ES] added SGN() function

Defaults
*  [ES] changed default major tick spacings to 0.2

Bug fixes
*  [ES] command argument "-graphtype pie" wasn't recognized (rep. #2058)
*  [ES] fixed openning of help documents when using an external browser
*  [ES] "Geometric transforms" with order: "Rotate, scale, translate" in fact
        was doing "Translate, scale, rotate"
*  [ES] Grace might crash when using "Engineering" tick label format
        (rep. #2094)
*  [ES] file selection dialog wasn't closed when fit parameters file was
        read in successfully

5.1.19

Functionality
*  [ES] BARDY and BARDYDY sets are now allowed in XY graphs

Bug fixes
*  [RL] loading a DL module could fail with an irrelevant error message
        (rep. #2071)
*  [ES] a bug in the PS driver caused CUPS to output empty page if printing
        accounting was enabled in foomatic (rep. #2047)
*  [ES] automatic data point purging (enabled when set length exceeds "Max
        drawing path length" in Edit/Preferences) could fail silently
        (rep. #2069)
*  [ES] the point purging could result in wrong set filling when fill to
        the baseline was selected
*  [ES] configure's option --with-helpviewer was broken (rep. #1414)

5.1.18

Parser
*  [ES] implemented concatenation of quoted strings and numerical expressions

Bug fixes
*  [ES] some X font configurations could make Grace crash (rep. #1436)
*  [ES] DEFAULT ... commands had no effect on new drawing objects (including
        rep. #1437)
*  [ES] DEFAULT CHAR SIZE had no effect on tick labels of new axes

5.1.17

Drivers
*  [ES] changed default resolution of the PDF driver to 300 dpi

Documentation/Info
*  [ES] minor documentation updates, including rep. #1421

Bug fixes
*  [ES] with page fill disabled, the page frame line might be drawn with
        wrong properties
*  [ES] due to a bug in the Xbae widget, when a TrueType font was used,
        several dialogs could become unusable (including rep. #1366)
*  [ES] enabling patterned fills and PDF-1.4 compatibility mode could result
        in crash when printing to PDF

5.1.16

Interface
*  [ES] set scrolling of the custom ticks/labels table to 1 row per
        click (rep. #1419)

Documentation/Info
*  [ES] updates relevant to the status of mailing lists/forums

Portability/Compilation
*  [ES] PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal
        supported version is now 5.0

Drivers
*  [ES] added option to generate PDF-1.4 format (Acrobat5). Support for
        PDF-1.2 (Acrobat3) removed

Bug fixes
*  [ES] replaced meaningless error message issued when trying to load data
        with a few string columns as a single set
*  [ES] in the spreadsheet editor, the last entered cell's data wasn't
        committed (rep. #1420)

5.1.15

Functionality
*  [ES] increased max number of custom tick marks/labels to 256 per a
        popular demand

Project files
*  [ES] now using one-line format for saving graph's world and viewport
        settings

Defaults
*  [ES] changed default external help viewer to mozilla

Documentation/Info
*  [ES] misc documentation updates (including rep. #1411)

Bug fixes
*  [ES] fixed crash when number of custom tick marks/labels exceeded 100
*  [ES] fixed evaluation of FWHM in "Feature extraction" (old version
        might produce wrong results for multi-peak data)
*  [ES] support for loadable functions of 4 and 5 parameters, introduced
        in 5.1.14, was incomplete
*  [ES] in correlation/covariance, only the absolute value at 0 is
        normalized to 1, so for anti-correlation the sign is preserved

(obache)

2008-07-18 16:24:24 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-18 16:23:50 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2453 requested by tron
x11-links: update for build breakage under xcode/macosx

revisions pulled up:
pkgsrc/pkgtools/x11-links/Makefile 1.92
pkgsrc/pkgtools/x11-links/buildlink3.mk 1.13
pkgsrc/pkgtools/x11-links/files/xorg 1.6
pkgsrc/pkgtools/x11-links/files/xorg.libXrand 1.2

  Module Name: pkgsrc
  Committed By: tron
  Date: Fri Jul 18 12:08:53 UTC 2008

  Modified Files:
  pkgsrc/pkgtools/x11-links: Makefile buildlink3.mk
  pkgsrc/pkgtools/x11-links/files: xorg xorg.libXrandr

  Log Message:
  Update to version 0.36:
  Add newer libraries included in Xcode 3.1 for Mac OS X Leopard.

(rtr)

2008-07-18 15:11:39 UTC MAIN commitmail json YAML

Updates for +time/p5-Time-Local, +sysutils/p5-Unix-Syslog, +www/p5-VRML,
+textproc/p5-XML-DOM, +textproc/p5-XML-SAX-Expat,
+textproc/p5-XML-SemanticDiff, +graphics/p5-Image-Size

(rhaen)

2008-07-18 15:07:13 UTC MAIN commitmail json YAML

- updated to 3.1.1
- added dependency to devel/p5-Compress-Zlib

ChangeLog:
* Updated the license information to make sure all references are to both the
  Artistic 2.0 and the LGPL.

* Changed "use 5.6.0" lines to no longer use v-strings, for forward
  compatibility with Perl 5.10.0.

* Added "recommends" specification to Build.PL to refer to modules used in
  the testing phase (there is no "build_recommends" setting).

* Added Compress::Zlib to the list of required modules in Makefile.PL and
  Build.PL.

* Added "use warnings" to Size.pm to make sure it stays warnings-clean.

Changes in 3.1:

* Small change from n@shaplov.ru for a bug in CWS handling that only surfaced
  when two CWS files were sized consecutively.

* Updated the date on the copyright notice and added a "COPYRIGHT" section
  to the documentation.

* Changed the licensing terms. This is now dual-licensed under Artistic 2.0
  and LGPL 2.1.

* Restored the old Makefile.PL for users who don't have Module::Build.

Changes in 3.01:

* Added ex/ directory with a few samples.

* Dropped ExtUtils::MakeMaker and switched to Module::Build. Makefile.PL is
  now a wrapper of sorts around Build.PL. This allows adding licensing
  information to META.yml for CPAN indexing.

Changes in 3.0:

* Added test suites for POD correctness and POD coverage.

* Implemented and documented a flag called $Image::Size::GIF_BEHAVIOR that
  controls whether the GIF code returns the screensize, the first sub-image
  or the largest of the sub-images.

* Applied a patch from mrj@mrj.spb.ru to fix usage of the Compress::Zlib
  module in the handling of compressed flash files. Added a new SWF file to
  test this, and added reference to the file in MANIFEST and t/all.t.

* Delay Image::Magick loading until it is needed. (Mark Stosberg).
  Add support for Graphics::Magick as an alternative to Image::Magick.
  If either Graphics::Magick or Image::Magick is loaded into memory
  that module will be used. Otherwise, they are both tried to be loaded,
  with Graphics::Magick being tried first. (Mark Stosberg). This patch also
  adds a new test suite, t/magick.t, to the distribution and modifies both
  MANIFEST and Makefile.PL (to add a build-dependancy on Test::More).

* With Test::More now required for building, converted t/all.t to use it.

(rhaen)

2008-07-18 14:59:21 UTC MAIN commitmail json YAML

- osh-20080629

(obache)

2008-07-18 14:58:50 UTC MAIN commitmail json YAML

Updated shells/osh to 20080629

(obache)

2008-07-18 14:58:32 UTC MAIN commitmail json YAML

Update osh to 20080629, requested by PR 39067.

Significant changes include the following:

1) Support was added for 3 new command-line options: "-i", "-l", and "-v".

2) Support was added for 3 new rc files.

  *) This includes a system-wide "osh.oshrc",
      a system-wide "osh.logout", and a user ".osh.logout".

See http://v6shell.org/src/CHANGES for full details.

(obache)

2008-07-18 14:56:01 UTC MAIN commitmail json YAML

- updated to 0.97
- added dependency to textproc/p5-Encode

ChangeLog:
0.97  August 08 2007
    - Added the README (Kwalitee)
    - Specified the LICENSE (as "perl") explicitly in the Makefile.PL.
      (Kwalitee)
    - Added t/pod.t. (Kwalitee).
        - fixed the POD in the process.
    - Created a Build.PL script based on the Makefile.PL in order to
      make sure the META.yml is according to the SPEC. (Kwalitee).
    - Added the t/pod-coverage.t file and made sure the files have
      full POD coverage. (Kwalitee)
    - Made sure the second argument in compare can accept a processed
      XML result, and refactored the code in the process. Added the
      t/13to-doc-read.t test file.
    - Converted the "PathFinder" package in lib/XML/SemanticDiff.pm
      to "XML::SemanticDiff::PathFinder" to maintain namespace
      purity.
    - Converted the Pkg to use an object using Non-Expat-Options. Made the
      global variables as class members using accessors.

0.96  July 03 2007
    - Fixed the warning emitted with the namespaces being undefined.
      (t/8nonexist_ns.t)
        - fixes http://rt.cpan.org/Public/Bug/Display.html?id=1379
    - Fixed the search algorithm so it will identify the location of the
      XML tags properly. (t/09two-tags.t)
    - Applied a modified version of:
        http://rt.cpan.org/Ticket/Display.html?id=24715
        - Fixes an exception when comparing XML with multi-byte
          characters.
        - Thanks to RMBARKER
        - t/10wide-chars.t
    - Applied a modified version of:
        http://rt.cpan.org/Ticket/Display.html?id=18491
        - Fixes a case where the same tags in different places with
        identical contents, are not considered semantically identical.
        - Thanks to CLOTHO for reporting it and suggesting a
        fix.
        - t/11tag-in-different-locations.t
    - Added a regression test against bug:
        http://rt.cpan.org/Ticket/Display.html?id=2322
        - Seems to already have been fixed.
        - t/12missing-element-has-o-as-cdata.t

(rhaen)

2008-07-18 14:52:37 UTC MAIN commitmail json YAML

- updated to 0.40

ChangeLog:
0.40 2008-06-30 08:00
    - small Kwalitee improvements

(rhaen)

2008-07-18 14:42:57 UTC MAIN commitmail json YAML

- updated to 1.44
- took maintainership
- added dependency to p5-XML-Parser

ChangeLog:
1.44 (tjmather) 07/25/2005
- Only use 'use bytes' where needed (by XML::RegExp) (Gisle Aas)

(rhaen)

2008-07-18 14:35:29 UTC MAIN commitmail json YAML

- updated to 1.10
- Changed homepage URL as the old one is unaccessible

ChangeLog:

- no entry for 1.10 -

1.09
* add method "pointset" to VRML::VRML2
* bug in method line fixed

1.08
* add method "torus" to VRML::VRML2

1.07
* add "language" to method text

1.06
* remove a bug in VRML::VRML2::Standard::IndexedFaceSet (Thanx Bridget Kenyon)

1.05
* add "textrans" to method "appearance" in VRML::VRML2
* ROUTEs now moved at the end of nodes

(rhaen)

2008-07-18 14:26:24 UTC MAIN commitmail json YAML

- updated to 1.1

ChangeLog:
1.1  Sun May 18 21:13:38 2007
        - Released version 1.1.

- Clearly marked MSWin32 systems as unsupported. (How do
  64bit Windows system identify themselves?)

        - Fixed bug that caused Perl to segfault when closelog() was
  called before openlog().

(rhaen)

2008-07-18 14:23:59 UTC MAIN commitmail json YAML

- updated to 1.18

ChangeLog:
1.18    2007-10-31

- Added pod and pod coverage tests.

- Doing a new release to provide a conformant META.yml file.

- This release contains no code changes from 1.17.

(rhaen)

2008-07-18 14:21:40 UTC MAIN commitmail json YAML

Updated x11/xfce4-exo to 0.3.4nb1

(obache)

2008-07-18 14:20:56 UTC MAIN commitmail json YAML

Remove -msse CFLAGS settings for certain NetBSD platforms.
It create broken binary package for SSE-less machine, noticed in PR 39117.
Such a tuning parameters should be defined in /etc/mk.conf.

Bump PKGREVISION.

(obache)

2008-07-18 14:10:51 UTC MAIN commitmail json YAML

- updated time/p5-Time-Duration to 1.06

(rhaen)

2008-07-18 14:09:44 UTC MAIN commitmail json YAML

- updated to 1.06
ChangeLog:
2007-08-18  Avi Finkel    avi@finkel.org

  * Release 1.06 -- Fixing Makefile

(rhaen)

2008-07-18 14:03:30 UTC MAIN commitmail json YAML

Updated fonts/vlgothic-ttf to 20080624

(obache)

2008-07-18 14:03:14 UTC MAIN commitmail json YAML

Update VLGothic to VLGothic-20080624

Changelog:
* Merged M+ font outline include full-set of kyoiku kanji(note).
* Fix 146 characters and new 5 characters.

note: http://en.wikipedia.org/wiki/Ky%C5%8Diku_kanji

(obache)

2008-07-18 13:57:38 UTC MAIN commitmail json YAML

- arena-0.9.13 [pkg/39142]

(obache)

2008-07-18 13:56:59 UTC MAIN commitmail json YAML

Updated devel/arena to 0.9.13

(obache)

2008-07-18 13:56:42 UTC MAIN commitmail json YAML

Update arena to 0.9.13.
Patch provided by Leonardo Taccari in PR 39142.

While here define test target, confirmed to pass all tests on NetBSD/i386 4.0.

Version 0.9.13
04 Sep 2007

- make static methods calling each other work correctly

Version 0.9.12
19 Aug 2007

- change system() library function to return raw exit code

Version 0.9.11
14 Aug 2007

- change signature type to also contain the function name
- add function_name() library function

Version 0.9.10
07 Jan 2007

- fix documentation of gmtime() and localtime() to list needed argument
- add mputstring() and mgetstring() library functions
- add cfloat() library function for calling C function that expect "float"
  instead of "double"

(obache)

2008-07-18 13:52:11 UTC MAIN commitmail json YAML

updated devel/p5-Module-Instal to 0.76

(rhaen)

2008-07-18 13:49:48 UTC MAIN commitmail json YAML

- updated to 0.76
ChangeLog:
0.76 Thu 17 Jul 2008
- ExtUtils::MakeMaker no longer complains when its version
  contains an underscore. (PJF, RT #35800)
- Documentation patches to Module::Install::Admin and
  Module::Install::Base. (Adriano Ferreira, RT #27696)
- Corrected broken internal link in Module/Install.pod. (PJF)
- The 'examples' directory will no longer be included
  twice in META.yml/no_index/directory. (PJF)
- Move to the new 1.4 version of the META.yml specification (ADAMK)
- Automatically provide resources:license for
  license('perl') (ADAMK)
- Implemented the bugtracker_from command (ADAMK)
- Added bugtracker_from to the all_from command
  (Although we don't warn if not provided) (ADAMK)
- Shifting minimum perl version for Module::Install to 5.005
  (Anything older should use ExtUtils::MakeMaker) (ADAMK)
- perl_version errors if it gets a value less that 5.005 (ADAMK)
- Created the new install_share implementation (ADAMK)
- Added the ppport function for adding ppport.h (ADAMK)
- Bumped File::Remove from test_requires to requires (ADAMK)
- Added dependency on Devel::PPPort for ppport (ADAMK)

0.75 Mon  2 Jun 2008 - Adam Kennedy
- Documenting the smaller post Module::Build core package
  Module::Install::With and removed experimental warning (ADAMK)
- Disabled the broken install_share error check (CLACO)
- Disabled "pointless version 0" warning, as it encourages less
  metadata (ADAMK)
- Adding an experimental undocumented implementation of a
  "resources" and "repository" command (ADAMK)
- Don't dump "tests" and "installdirs" to META.yml (ADAMK)

(rhaen)

2008-07-18 13:43:44 UTC MAIN commitmail json YAML

Updated audio/openal to 0.0.8nb3

(obache)

2008-07-18 13:43:26 UTC MAIN commitmail json YAML

Replace default sound device file with ${DEVOSSSOUND}.
Fixes PR 39151.

Bump PKGREVISION.

(obache)

2008-07-18 13:09:59 UTC MAIN commitmail json YAML

- updated mail/p5-Mail-IMAPClient to 3.08

(rhaen)

2008-07-18 13:09:15 UTC MAIN commitmail json YAML

- updated mail/p5-Mail-IMAPClient to 3.08

(rhaen)

2008-07-18 13:07:51 UTC MAIN commitmail json YAML

- updated to 3.08

Changelog:
version 3.08: Tue Jun  3 09:36:24 CEST 2008

Fixes:

- message_to_file used wrong command.
  rt.cpan.org#36184 [Parse Int]

- oops, distribution released with OODoc/oodist, not make dist.
  [Randy Harmon]

- fix parsing of body-structure information for multi-parts
  rt.cpan.org#36279 [Doug Claar]

Improvements:

- Updated README and TODO (Was 'Todo')

version 3.07: Mon Apr 28 09:17:30 CEST 2008

Fixes:

- expunge with no folder specified produced "use of undef"
  error.  Fixed by [Andr� Warnier]

- additional arguments for create [Michael Bacon]

- accepts LIST answer with multiple lines [Michael Bacon]

- ::BodyStructure::_address() should be _addresses()
  Fixed by rt.cpan.org#35471 [Brian Kelly]

(rhaen)

2008-07-18 12:57:12 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Versions-Report 1.05

(rhaen)

2008-07-18 12:55:11 UTC MAIN commitmail json YAML

- updated to 1.05

ChangeLog:
2008-06-13  Jesse Vincent <jesse@bestpractical.com>

* Release 1.05
* Fix a problem with perl 5.8 introduced in 1.03

- there are no release notes for 1.04 -

(rhaen)

2008-07-18 12:49:59 UTC MAIN commitmail json YAML

updated devel/p5-Module-Starter to 1.470

(rhaen)

2008-07-18 12:48:32 UTC MAIN commitmail json YAML

- updated to 1.470

Changelog:

1.46    Fri Nov  9 18:36 America/New_York 2007
        [ENHANCEMENTS
        * add Module::Install compat for ::Template plugin
        * boilerplate.t no longer appears in default MANIFEST
        * META.yml no longer appears in default MANIFEST

        [FIXES]
        * undo some bugs introduced by changing API of subclassable "guts"
          methods
        * remove some duplicated code

1.46    Wed Oct 31 08:49 America/New_York 2007
        * put nearly all of the module-starter program into a module (to test)
        * add license to META.yml

1.44    Sun Oct 11 19:09 America/New_York 2007
        * no changes since 1.43_03

1.43_03
        [FIXES]
        * pod-coverage.t includes Pod::Coverage version check
        * Test::Pod and Test::Pod::Coverage are now requirements.
            Thanks, David Golden.

1.43_02 Wed Apr 25 09:37-Wed May 09 14:46 PDT 2007 <cjac@colliertech.org>
        [ENHANCEMENTS]
        * broke Module::Starter::Simple's README_guts and module_guts
          methods into smaller, override-able pieces
        * re-factored Module::Starter::Simple's build system; the
          build metadata now lives in Module::Starter::BuildSet.  This
          allows us access to the metadata from the test suite.  It
          also makes it a bit easier to add supported builders.
        * added a test Plugin module (based on Module::Starter::PBP)
        * wrote a test suite for running module-starter
        * wrote a test suite for Module::Starter::BuildSet
        * modified the critic Makefile target to name the policy which
          raised the violation
        * Split most long lines (>80 chars) on whitespace

        [FIXES]
        * Ensured that perlcritic succeeds without errors or warnings
        * Added perlcriticrc to the MANIFEST
        * corrected build -> builder in module-starter --help docs

1.43_01 Wed Mar 28 12:21:00 EDT 2007
        [FIXES]
        * Now properly reports on all files in --verbose mode.

        [ENHANCEMENTS]
        * Add support for Module::Install

(rhaen)

2008-07-18 12:16:57 UTC MAIN commitmail json YAML

updated textproc/p5-Data-FormValidator

(rhaen)

2008-07-18 12:16:11 UTC MAIN commitmail json YAML

Note update of the "x11-links" package to version 0.36.

(tron)

2008-07-18 12:15:57 UTC MAIN commitmail json YAML

- www/p5-CGI-Session to 4.35
- www/p5-CSS to 1.08
- devel/p5-Cache-FastMmap to 1.28
- databases/p5-DBIx-SearchBuilder to 1.54
- textproc/p5-Data-FormValidator to 4.61
- devel/p5-Perl6-Junction version 1.40000

(rhaen)

2008-07-18 12:11:11 UTC MAIN commitmail json YAML

- updated to 4.61
- added dependency to p5-Email-Valid
- corrected version of dependency to p5-Date-Calc
- added dependency to p5-Perl6-Junction
- corrected PERL5_MODULE_TYPE to Module::Build

ChangeLog:

4.61 Mon Jun 16 14:37:31 EDT 2008

    [INTERNALS]
    - packaging issue from Perl 4.60 resolved.

4.60 Mon Jun 16 14:10:14 EDT 2008

    [NEW FEATURES]
    - Dependencies can now be specified using a code ref.
      Thanks to Bradley C Bailey, via RT#24935.

    [BUG FIXES]
    - length constraints for min, max and 'between' now work for lengths
      of 32k and longer. (Carl Vincent).
    - We now use Email::Valid to validate e-mail addresses instead of
      our own regrex. Email::Valid passed all our our existing regression
      tests for e-mail addresses that should pass and fail. Email::Valid
      also correctly recognizes emails with single quote characters in them.
      These are valid, but our regex didn't recognize them.  (Mark Stosberg)

    [INTERNALS]
    - Typo in Constraints documentation corrected by K B Shiv Kumar (RT#32358)
    - Add some tests and docs for "date_and_time" constraint, from
      Data::FormValidator:::Constraints::Dates.  It appears  there may still
      exist a leap-year bug with the date parser. See the TODO test in
      t/dates_closure.t for details. An alternative is to use
      Data::FormValidator::Constraints::DateTime
      (Mark Stosberg, Matt Christian)

4.57 Thu Nov  1 22:47:13 EDT 2007
    [BUG FIXES]
    - The min max and length_between constraints now allow multi-line input,
      Thanks to Carl Vincent. RT##30221. If we had only used the Regex style
      prescribed by the Perl Best Practices book in the first place, this
      wouldn't have been a problem!

    [INTERNALS]
    - Makefile.PL to updated to explicitly require 5.008;
    - Fix doc link to "Old School Constraints", thanks to rjbs.

4.56 Wed Oct 31 12:34:32 EDT 2007
    [INTERNALS]
    - declare that we rely on 5.8, because some 5.6 tests were failing.
      A patch for 5.6 compatibility would be welcome. Thanks to rjbs for the prod.

4.55 Sun Oct 21 11:41:41 EDT 2007
    [BUG FIXES]
    - Constraints in Upload.pm now apply to filtered data, not raw data.
    (Graham TerMarsch, Mark Stosberg, RT#24702)

4.54 Sun Oct 21 09:27:07 EDT 2007
    [INTERNALS]
    - It looks like 4.53 got uploaded wrong, appearing as the code for 4.50.

4.53 Sat Oct 20 15:57:56 EDT 2007
    [BUG FIXES]
    - Invalid fields should still be invalid, even when missing_optional_valid is true.
      Patch thanks to Robert Juliano. [RT#28860]

    [INTERNALS]
    - Improve documentation link, thanks to Robert Stockdale [RT#29510]
    - Give a plug to Data::FormValidator::Constraints::MethodsFactory. Recommended!
    - s/foreach /for /g throughout the code, per Perl Best Practices

4.52 Fri Oct 19 15:39:14 EDT 2007
    No code changes.

    [INTERNALS]
    - Fix PERL5LIB issue with untaint.t, Thanks to Matt Trout and others [RT#30126]

4.51 Fri Jul 13 23:31:43 EDT 2007
    [BUG FIXES]
    - Quit assuming that because the first element of an array is undef, the
      the whole thing is undef. (RT#24703, GTERMARS, Paul Blair)

    - For the "file_format" file upload constraint, File::MMagic sometimes
      wrongly returns the generic "application/octet-stream" MIME type instead
      of the correct MIME type. We now this return value as meaning "I don't
      know" and try the MIME type sent by the browser if this happens.
      (Mark Stosberg)

    - for the "file_format" file upload constraint, we now do a
      case-insensitive comparison of the MIME type provided by the browser,
      following the MIME standard. This bug was masked because we check the
      returned MIME type by File::MMagic first. Because it generally works
      and returns a lower-case result, it didn't matter. However, it some cases
      File::MMagic misbehaves under mod_perl, causing the the issue to matter.
      (Matt Christian, Mark Stosberg)

    [INTERNALS]
    - Start requiring and using Scalar::Util, which prevents UNIVERSAL::can() form generating warnings.
      (RT#25873, Dave O'Neill)

    - Start requiring Perl6::Junction, which we had previously copy/pasted a bit
      of into DFV. (Unlike some of the other Perl6 namespace modules, this one
      does /not/ use a source filter, and is addictively simple and useful.

4.50 Mon Dec  4 21:28:09 EST 2006

    [ENHANCEMENTS]
    - New method for constraint writing: get_filtered_data().
      (Graham TerMarsch, Mark Stosberg, RT#22589)

    - Stronger profile checking, to insure that all constraint_method values
      are code references. Note: This explicitly simplifies things compared to
      the 'constraints' system. Bare strings declarations are not allowed with
      'constraint_methods'. (Mark Stosberg)

    - Numerous documentation and comment typo fixes (Evan Zacks)

    - Clarified the docs for overriding msgs (RT#18050)

    [BUG FIXES]
    - ':all' was documented as a group of constraints to import, but it didn't
      work.  The documentation was updated to recommend ':closures' instead.
      (PURDY, RT#21052)

    - FV_eq_with now works with CGI.pm-style objects as input. (Jason Crummack)

    - Fix documented example of using constraint methods. (Brian Lozier)

    - When a constraint and a constraint_regexp_map matched the same field,
      only the ones from the map where being used in one case. This was a
      regression since the 4.0 release. A new regression test was also added
      for this case.  (Matt Christian)

4.49_01 Tue Oct  3 14:13:59 EDT 2006

    [ENHANCEMENTS]
    - New defaults_regexp_map profile key, useful for dynamically generated
      checkbox fields. (Mark Stosberg)

(rhaen)

2008-07-18 12:09:39 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-18 12:09:13 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2452 requested by tnn
firefox3: update for security / stability fixes

revisions pulled up:
pkgsrc/www/firefox3/Makefile 1.4
pkgsrc/www/firefox3/distinfo 1.2

  Module Name: pkgsrc
  Committed By: tnn
  Date: Thu Jul 17 20:08:46 UTC 2008

  Modified Files:
  pkgsrc/www/firefox3: Makefile distinfo

  Log Message:
  Update to firefox3-3.0.1. Changes:
  * Fixed several security issues.
  * Fixed several stability issues.
  * Fixed an issue where the phishing and malware database did not update
  on first launch.
  * Under certain circumstances, Firefox 3.0 did not properly save the
  SSL certificate exceptions list.
  * Updated the internal Public Suffix list.
  * In certain cases, installing Firefox 2 in the same directory in which
  Firefox 3 has been installed resulted in Firefox 2 being unstable. This
  issue was fixed as part of Firefox 2.0.0.15.
  * Fixed an issue where, when printing a selected region of content from
  the middle of a page, some of the output was missing (bug 433373).
  * Fixed a Linux issues where, for users on a PPP connection (dialup or
  DSL) Firefox always started in "Offline" mode (bug 424626).

(rtr)

2008-07-18 12:08:53 UTC MAIN commitmail json YAML

2008-07-18 12:06:38 UTC MAIN commitmail json YAML

- added p5-Perl6-Junction to Makefile - SUBDIR

(rhaen)

2008-07-18 12:04:32 UTC MAIN commitmail json YAML

- initially imported to pkgsrc - needed by other modules

This is a lightweight module which provides 'Junction' operators,
the most commonly used being any and all.

Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(rhaen)

2008-07-18 11:17:27 UTC MAIN commitmail json YAML

- updated to 1.53
- verify the dependencies added: p5-File-Temp, p5-Encode

ChangeLog:

1.54 Wed Jul  9 09:34:25 EDT 2008

  When aborting transactions, we need to flush our cache,
  because SQLite is reusing the primary id for later inserts and the cache
  can otherwise become inconsistent.

(rhaen)

2008-07-18 10:05:36 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-18 10:05:00 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket #2451 requested by tron
phpmyadmin: package update for bug and security fixes

revisions pulled up:
pkgsrc/databases/phpmyadmin/Makefile 1.73
pkgsrc/databases/phpmyadmin/distinfo 1.36

Module Name: pkgsrc
Committed By: tron
Date: Thu Jul 17 15:55:16 UTC 2008

  Modified Files:
  pkgsrc/databases/phpmyadmin: Makefile distinfo

  Log Message:
  Updatep "phpmyadmin" package to version 2.11.7.1. Changes since 2.11.7:
  - bug #1908719 [interface] New field cannot be auto-increment and
    primary key
  - [dbi] Incorrect interpretation for some mysqli field flags
  - bug #1910621 [display] part 1: do not display a TEXT utf8_bin
    as BLOB (fixed for mysqli extension only)
  - [interface] sanitize the after_field parameter,
    thanks to Norman Hippert
  - [structure] do not remove the BINARY attribute in drop-down
  - bug #1955386 [session] Overriding session.hash_bits_per_character
  - [interface] sanitize the table comments in table print view,
    thanks to Norman Hippert
  - bug #1939031 Auto_Increment selected for TimeStamp by Default
  - patch #1957998 [display] No tilde for InnoDB row counter when
    we know it for sure, thanks to Vladyslav Bakayev - dandy76
  - bug #1955572 [display] alt text causes duplicated strings
  - bug #1762029 [interface] Cannot upload BLOB into existing row
  - bug #1981043 [export] HTML in exports getting corrupted,
    thanks to Jason Judge - jasonjudge
  - bug #1936761 [interface] BINARY not treated as BLOB:
    update/delete issues
  - protection against XSS when register_globals is on and .htaccess
    has no effect, thanks to Tim Starling
  - bug #1996943 [export] Firefox 3 and .sql.gz (corrupted);
    detect Gecko 1.9, thanks to Juergen Wind
  - (2.11.7.1)  [security] XSRF/CSRF by manipulating the db,
    convcharset and collation_connection parameters,
    thanks to YGN Ethical Hacker Group

  This update fixes the security vulnerability reported in PMASA-2008-5.

(rtr)

2008-07-18 09:51:55 UTC MAIN commitmail json YAML

- updated to 1.28

ChangeLog:

1.28 Fri Jun 27 11:05 2008
  - get_and_set() returns new value + didstore boolean
    if called in list context

1.27  Wed Jun 18 17:15 2008
  - Fix non-ansi C code
  - Remove debug flags

(rhaen)

2008-07-18 09:49:03 UTC MAIN commitmail json YAML

- updated to 1.08
- cleaned up dependency to Parse::RecDescent
ChangeLog:
1.08 Dual licensed

(rhaen)

2008-07-18 09:44:08 UTC MAIN commitmail json YAML

Updated devel/meld to 1.2

(wiz)

2008-07-18 09:43:57 UTC MAIN commitmail json YAML

Update to 1.2:

2008-06-26 meld-1.2
=======================

* Improve tab rendering (Kai Willadsen)

* Speedup folder comparison massively for large directories.

* Fix crasher i18n bug (Kai Willadsen)

* UI tweaks and cleanups (Tom Baugis, Kai Willadsen)

* Cleanup vc library redundancy (Vincent Legoll)

* Various version control fixes.

(wiz)

2008-07-18 09:43:35 UTC MAIN commitmail json YAML

- updated to 4.35

ChangeLog:
4.34 - Sunday, July 13, 2008
    * SECURITY: Patch CGI::Session::Driver::file to stop \ and / characters being used in
          session ids and hence in file names. These characters, possibly combined with '..',
          could have been used to access files outside the designated session file directory.
          Reported by TAN Chew Keong of vuln.sg.
    * FIX: Patch CGI::Session to propagate error upwards when _load_pluggables() fails.
          See RT#37628 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490198.
    * INTERNAL: Ship a machine-readable version of this file under the name Changelog.ini.
          The latter file is generated by ini.report.pl, which is shipped with Module::Metadata::Changes.
          The reason Changelog.ini does not contain a separate section for each version in this file
          is that some of the versions documented below have no datestamp, and ini.report.pl does not create
          fake datestamps.

4.33 - Monday, July 7, 2008
    * FIX: Patch CGI::Session::Driver::mysql to replace 'REPLACE INTO ...' with
          'INSERT INTO ... ON DUPLICATE KEY UPDATE ...'. See RT#37069.
          Thanks to Steve Kirkup for the patch. I (Ron) installed MySQL V 5.0.51a for testing.
          Note: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-45.html and similar docs
          list various MySQL errors fixed recently for the above new syntax. Also, the new version
          is now much more like the Postgres code, which is another reason it has been adopted.
    * FIX: t/mysql.t used to test setting the global variable $CGI::Session::MySQL::TABLE_NAME.
          The test for this (in t/mysql.t) was introduced in V 4.00_09.
          However, since V 4.29_1, changes to CGI::Session::Driver's new() method mean
          this way of setting the session table's name no longer works, and so the variable
          $CGI::Session::MySQL::TABLE_NAME is now not used. Hence it has been removed.
          Code in CGI::Session::Driver::DBI used to set $class::TABLE_NAME for all database drivers.
          This code has also been removed. Moral: Don't use global variables.
          Call $session = CGI::Session -> new(..., ..., (TableName => 'new_name'}) or,
          after creating the object, call $session -> table_name('new_name').
          To retrieve the name, call $name = $session -> table_name().

4.32 - Tuesday, June 17, 2008
    * FIX: Packaging of 4.31 release was botched.

4.31 - Tuesday, June 10, 2008
    * FIX: Patch CGI::Session::Driver::DBI to check that the DBI handle still exists before trying
          to ping it. This handles the case where the DBI object is destroyed before the session object.
          See RT#35925.
    * FIX: Patch CGI::Session::Driver::DBI's remove() which still hard-coded the column name 'id' instead
          of using the new feature which allows the user to specify the name of the column. See RT#36235.
    * FIX: Patch POD yet again to emphasize that an explicit call to destroy() should be followed by
          explicit call to flush(), in particular in the case where the program is not exiting and
          hence auto-flushing is not activated. Sections patched are 'A Warning about Auto-flushing'
          and the docs for delete(). See RT#34668.

4.30 - Friday, April 25, 2008

    * FIX: Patch POD for CGI::Session in various places, to emphasize even more that auto-flushing is
          unreliable, and that flush() should always be called explicitly before the program exits.
          The changes are a new section just after SYNOPSIS and DESCRIPTION, and the PODs for flush(),
          and delete(). See RT#17299 and RT#34668
    * NEW: Add t/new_with_undef.t and t/load_with_undef.t to explicitly demonstrate the effects of
          calling new() and load() with various types of undefined or fake parameters. See RT#34668
    * FIX: Patch POD for new() and load() to clarify the result of calling these with undef, or with
          an initialized CGI object with an undefined or fake CGISESSID. See RT#34668.
          Specifically: You are strongly advised to run the old-fashioned
          'make test TEST_FILES=t/new_with_undef.t TEST_VERBOSE=1' or the new-fangled
          'prove -v t/new_with_undef.t', for both new*.t and load*.t, and examine the output
    * FIX: Patch POD in various tiny ways to improve the grammar

4.29_2 - Thursday, March 27, 2008

    * FIX: stop ExtUtils::MakeMaker trying to create Build.PL (Ron Savage)
    * FIX: Disable trying to use utf8 in tests. (Ron Savage) Ref RT#21981, RT#28516

4.29_1 - Saturday, March 15, 2008

    Special Thanks to Ron Savage who did the bulk of the work to put this release together.

    * FIX: Patch CGI::Session to fix RT#29138 (Patch by Barry Friedman)
    * NEW: Add a note to CGI::Session's POD referring to utf8 problems, and include references
          to RT#21981 (Reported by erwan) and RT#28516 (Reported by jasoncrowther)
    * FIX: Patch CGI::Session::Driver::DBI.pm to fix RT#24601 (Patch by latypoff)
    * FIX: Patch CGI::Session::Driver::DBI.pm to fix RT#24355 (Reported by fenlisesi, patch by Ron Savage)
* NEW: Add t/bug24285.t to ensure session data files are created properly when the user specifies a
          directory other than /tmp (Reported by William Pearson RT#24285, patch by Ron Savage)
    * FIX: Patch t/ip_matches.t and t/bug21592.t to remove test files left in /tmp, to fix RT#29969
          (Reported by ANDK, patch by Ron Savage)
    * FIX: Patch POD for CGI::Session::Driver::file to clarify how to use the option to change the
          file name pattern used to created session files (Report by appleaday RT#33635,
          patch by Ron Savage)
    * FIX: Patch CGI::Session::Driver::sqlite to add sub DESTROY to fix RT#32932
          (Patch by Alexander Batyrshin, corrected by Ron Savage)
    * FIX: Remove CGI::Session::Seralize::json and t/g4_dbfile_json.t until such time as this code
          can be made to work reliably. Both JSON::Syck and JSON::XS have been tried, and in both
          cases t/g4_dbfile_json.t dies horribly (but differently). Patch POD for CGI::Session to
          remove references to JSON. RT#25325 (Reported by bkw, patch by Ron Savage)
    * NEW: Patch CGI::Session's POD and load() to allow the session/cookie name default of CGISESSID
          to be overridden. (Patch by Lee Carmichael RT#33437, reformatted by Ron Savage). Lee has
          also patched t/name.t to test the new functionality
    * NEW: Split CGI::Session::Serialize::yaml out into its own distro. Get it hot from CPAN!
    * NEW: Add Build.PL for Module::Build users. This also requires adding PL_FILES => {}
          to Makefile.PL to beat ExtUtils::MakeMaker over the head, otherwise it executes
          'perl Build.PL Build'
    * NEW: Support specification of both the id column name and the a_session column name in the
          sessions table, by extending the options acceptable in CGI::Session->new(..,..,{here}).
          Allow:  {TableName => 'session',  IdColName => 'my_id', DataColName => 'my_data'}.
          Default: {TableName => 'sessions', IdColName => 'id',    DataColName => 'a_session'}.
          Allow any 1, 2 or 3 of these options. Missing keys default as specified.
          (Patch by Chris RT#2224. Implemented differently by Ron Savage). Supported drivers:
          o MySQL (native to CGI::Session)
          o ODBC (separate distro, CGI::Session::Driver::odbc V 1.01)
          o Oracle (separate distro, CGI::Session::Driver::oracle V 1.01)
          o Postgres (native)
          o SQLite (native)

(rhaen)

2008-07-18 09:36:52 UTC MAIN commitmail json YAML

Updated net/wget to 1.11.4

(wiz)

2008-07-18 09:36:39 UTC MAIN commitmail json YAML

Update to 1.11.4:

* Changes in Wget 1.11.4

** Fixed an issue (apparently a regression) where -O would refuse to
download when -nc was given, even though the file didn't exist.

** Fixed a situation where Wget could abort with --continue if the
remote server gives a content-length of zero when the file exists
locally with content.

** Fixed a crash on some systems, due to Wget casting a pointer-to-long
to a pointer-to-time_t.

** Translation updates for Catalan.

(wiz)

2008-07-18 09:15:24 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-18 09:13:31 UTC pkgsrc-2008Q2 commitmail json YAML

pullup ticket 2449 requested by ghen
firefox, firefox-bin: update for security fixes

revisions pulled up:
pkgsrc/www/firefox/Makefile-firefox.common 1.59
pkgsrc/www/firefox/PLIST 1.30
pkgsrc/www/firefox/distinfo 1.80
pkgsrc/www/firefox-bin/Makefile 1.44
pkgsrc/www/firefox-bin/distinfo 1.44

  Module Name: pkgsrc
  Committed By: ghen
  Date: Wed Jul 16 09:52:56 UTC 2008

  Modified Files:
  pkgsrc/www/firefox: Makefile-firefox.common PLIST distinfo
  pkgsrc/www/firefox-bin: Makefile distinfo

  Log Message:
  Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.16.

  Security fixes in this version:

  MFSA 2008-35 Command-line URLs launch multiple tabs when Firefox not running
  MFSA 2008-34 Remote code execution by overflowing CSS reference counter

  For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.16/releasenotes/

(rtr)

2008-07-18 08:42:19 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.6.7

(adam)

2008-07-18 08:41:20 UTC MAIN commitmail json YAML

Changes 1.6.7:
  Moved PNG_UINT_CHNK and some other defines from pngcrush.h to pngcrush.c
  Reject invalid color_type or bit_depth.

Changes 1.6.6:
  Added dSIG support.  Pngcrush will not rewrite an image containing
  a dSIG chunk immediately following the IHDR chunk, unless the
  dSIG is explicitly removed with "-rem dSIG" or explicitly kept
  with "-keep dSIG".  In the latter case the saved dSIG chunks will
  become invalid if any changes are made to the datastream.
  Fixed bug in writing unknown chunks from the end_info_ptr.

Changes 1.6.5:
  Discontinued adding a new gAMA chunk when writing sRGB chunk.

(adam)

2008-07-18 08:31:38 UTC MAIN commitmail json YAML

Updated misc/tellico to 1.3.3

(wiz)

2008-07-18 08:31:22 UTC MAIN commitmail json YAML

Update to 1.3.3:

* Released Tellico 1.3.3.
* Fixed EntryView to honor copy() command properly, for clipboard.
* Updated Porbase URL in z39.50 server list.
* Updated drag-and-drop to allow HTTP urls.
* Changed Arxiv fetcher to remove ID version number for results.
* Fixed bug with merging file catalogs, to properly match on URL.

(wiz)

2008-07-18 07:25:35 UTC MAIN commitmail json YAML

Take fallback maintainership.
Do feel free to take it off my shoulders though :-)

(tnn)

2008-07-18 03:36:23 UTC MAIN commitmail json YAML

Updated x11/pixman to 0.11.8 [bjs 2008-07-18]

(bjs)

2008-07-18 03:36:07 UTC MAIN commitmail json YAML

+ Updated x11/pixman to 0.11.8 [bjs 2008-07-18]

(bjs)

2008-07-18 03:34:10 UTC MAIN commitmail json YAML

Wow, that was quick:  update to pixman-0.11.8.  Changes:

(just a reminder: when updating this package, be sure to adjust
files/pixman.sym appropriately)

commit 411c0e990f7a96d4e15f2cbbe07d3b50b6a20f95

    Make a couple of functions static

commit 96f57c07f24cd6d86c0aad624bd1a16b85f08e04

    Speed up fbOver

    Use FbByteMulAdd to operate on two components at a time and force
    the function to be inlined.

commit dcbe4b3f80fb8dc6a83efa7e66a891f8b102608d

    fix --enable-{mmx,sse2,vmx}

    If --enable-foo is used, don't treat it as --disable-foo, and
    error out if the appropriate compiler support isn't detected.

commit e21f00db50c30e80c8969fbf63982aeb7434dc1d

    Add pixman-1-uninstalled.pc file

commit 1570746350baf82d36aeb7ea1702350700b795d7

    Use -no-undefined -- fixes bug 15927

commit 99fead412e7602daf193035831b952e252dac0e1

    Use <inttypes.h> on most types of Unix.

    Fix for bug 15560.

commit 2070f10db927a97d7d38024e607093f5a6e00291

    Remove unused pixman-combine.c

commit 9d54568d5f93701313fdbb49c1ef9dc79fe5850c

    Fix SSE2 bug where x888 pixels were treated as 8888

commit 7dfd023e94d9ab5940d7062c2e5cde11ab02f43e

    fix Altivec detection

    the old code used to cause infinite looping on G3 machines.

commit 0a92401678286eb438fe24979fd032efba540a0a

    Fix fbCompositeSrc_x888xnx8888mmx to properly ignore source alpha

commit 687176023caf53f2fe234827d152f270048b1cd3

    make --{en,dis}able-gtk work correctly

    --enable-gtk had the same effect as --disable-gtk.
    Now we check for it by default, and error out if we can't
    find it and it was explicitly enabled.

commit 9d97716d2fd91d5611a5e7a7b29b38887b672e9f

    Fix bug 16310 in the SSE2 fast path in function
    fbCompositeSolidMask_nx8888x0565Csse2

commit eb53d111bd8651cd00c1b728b09e8be09b8482f7

    Add a lossy 32-bit generic pixel fetch function for wide surfaces.

    The transformed fetch path currently only works at 32-bit precision.
    Until a wide version of that function is added, we need to have a
    path to perform a wide FetchPixel and then contract it down to
    a8r8g8b8.

    Also, use the right format when expanding the result in
    fbFetchTransformed64.  fbFetchTransformed returns a8r8g8b8 results.

commit 3c43b869f3821495978c61b9195f0b0e9e9e1245

    Unexport or delete various functions

    - Delete pixman_region_append()
    - Delete pixman_region_empty()
    - Make pixman_region_validate() static and don't export it.

    Reported by Julien Cristau.

commit 36b05f2cac7fa28e31131ca0d6b8b133ccd95ab8

    Only export the 16 bit version of pixman_region_set_static_pointers()

(bjs)

2008-07-18 01:54:23 UTC MAIN commitmail json YAML

Update TODO, removing items that are no longer of concern.

(bjs)

2008-07-18 01:22:51 UTC MAIN commitmail json YAML

Updated mail/spamdyke to 4.0.1

(schmonz)

2008-07-18 01:22:39 UTC MAIN commitmail json YAML

Update to 4.0.1. This version fixes several bugs:

- The automatic conversion of a graylist directory structure could
  generate errors for empty sender addresses (commonly used for
  bounce messages). Thanks to David Stiller for reporting this one.

- Connections encrypted with TLS (not decrypted by spamdyke) weren't
  always being rejected, even if there was no chance they should
  be accepted. Thanks to Sergio Minini for reporting this one.

- A double-free() problem could result in crashes if the
  "rejection-text-graylist" option was used within a configuration
  directory.

- Compiling on Solaris was generating a warning.

(schmonz)

2008-07-18 00:13:59 UTC MAIN commitmail json YAML

Updated print/gutenprint51-lib to 5.2.0b3

(gdt)

2008-07-18 00:13:40 UTC MAIN commitmail json YAML

Update to 5.2.0beta3.  Many minor changes and bugfixes omitted; see
NEWS in the distfile.

* CHANGES FROM GUTENPRINT 5.2.0-BETA2:

  4) Printing speed, and possibly quality, have been improved in
    certain cases on newer Epson inkjet printers (C120, Stylus Photo
    2400, RX700, and all printers using Claria ink).  The speed
    improvement should be most noticeable with plain paper at lower
    resolutions.  Quality improvements may or may not be noticeable.

  5) The Epson driver is in the process of being converted to use data
    stored in files external to the binary library.  While this
    should have no impact on end-user use, it is a substantial change
    that people should be aware of.  Please report any issues.

  6) Test coverage has been significantly increased.

  7) New printers supported in this release:

    (450+ lines of printers omitted)

* GENERAL CHANGES FROM GUTENPRINT 5.0:

  1) Gutenprint 5.2 and beyond no longer support GIMP 1.2.  Please
      ensure that you are using GIMP 2.0 or above.

  2) The PostScript driver has been rewritten, offering enhanced
      functionality approaching that of the native printer drivers.
      This driver is used by the enhanced Print plugin for the GIMP,
      and by other packages (such as PhotoPrint) that utilize
      Gutenprint.  In particular, the following specific functionality
      has been added:

      - All PPD file options are now offered.

      - CMYK input is now handled correctly.

      - The PostScript driver recognizes Gutenprint PPD files (from
        the native CUPS driver, not from Foomatic) and presents
        floating point options correctly.

Note that this driver does not offer the curve options offered
by the native drivers.

----------------

* CHANGES FROM GUTENPRINT 5.0.2 AND 5.1.7:

  1) cups-genppdupdate is no longer versioned, as it was in 5.0 and
      5.1 (cups-genppdupdate.5.0 and cups-genppdupdate.5.1).  It also
      supports the following options:

      -r Specify the major.minor version to update to, e. g. 5.0 or
        5.1.

      -f Bypass ownership/permissions checks on update PPD files.

      -i Interactively ask whether to update each PPD file.

  2) The performance of cups-genppdupdate has been improved
      significantly.

  3) cups-genppdupdate no longer updates PPD files that differ only
      in case of the file extension (e. g. printer.ppd and
      printer.PPD).  This avoids updating PPD files twice on
      filesystems that are case insensitive, such as OS X.

  4) cups-genppdconfig has been removed from this release.  This
      command was used to configure CUPS printer queues, but is not
      necessary as there are ample other tools available to configure
      printer queues.

  8) L-size photo paper (3 1/2x5 inches) has been added.

(gdt)

2008-07-17 21:47:52 UTC MAIN commitmail json YAML

+ highlight-2.6.11, httping-1.2.9, pcmanfm-0.5, pixman-0.11.8,
  sitecopy-0.16.5, wine-1.1.1, xscreensaver-5.06.

(wiz)

2008-07-17 21:17:57 UTC MAIN commitmail json YAML

Updated
mail/p5-Mail-DKIM to 0.32
graphics/p5-SVG to 2.44
net/p5-Geo-IP to 1.33
net/p5-IP-Country to 2.25
devel/p5-Compress-Raw-Zlib to 2.012
devel/p5-IO-Compress-Base to 2.012
devel/p5-IO-Compress-Zlib to 2.012
security/p5-Digest-SHA to 5.47
time/p5-DateTime-Calendar-Discordian to 0.9.6
security/p5-Crypt-CBC to 2.29
security/p5-Tie-EncryptedHash to 1.24
security/p5-Crypt-RSA to 1.98

(heinz)

2008-07-17 21:14:53 UTC MAIN commitmail json YAML

Updated to version 1.98.

Pkgsrc changes:
  - none

Changes since version 1.58:
===========================
1.98                                                          Jul 08, 2008
* Precedence bug in Public::write() and Private::write()
  (http://rt.cpan.org/Public/Bug/Display.html?id=37489)
  Thanks to HRAFNKELL for reporting this!

1.96                                                          Jul 06, 2008
* Set the version numbers in modules to $Crypt::RSA::Version::VERSIOn

1.95                                                          Jul 06, 2008
* Remove STDERR error output in Crypt::RSA::SS::PSS.
  (http://rt.cpan.org/Public/Bug/Display.html?id=29048)
* Allow symmetric cipher specification in Crypt::RSA::Key.
  (http://rt.cpan.org/Public/Bug/Display.html?id=27929)
* Fix bug in AUTOLOAD.
  (http://rt.cpan.org/Public/Bug/Display.html?id=26028)
* Use Module::Install instead of ExtUtils::MakeMaker
* Consolidate versioning to module version in Crypt::RSA::Version
  (which is the reason for the version # jump)
* "use base" instead of @ISA
* "use FindBin" instead of the literal "lib" - this is safer.

(heinz)

2008-07-17 20:54:00 UTC MAIN commitmail json YAML

Add missing include to fix reported build failure.

(ahoka)

2008-07-17 20:50:24 UTC MAIN commitmail json YAML

Updated to version 1.24.

Pkgsrc changes:
  - none

Changes since version 1.21:
===========================
1.24 (Tue Jul 15 14:35:35 EDT 2008)

- Remove references to Artistic License from README.

1.23 (Tue Jul 15 05:18:37 EDT 2008)

- Applied patch from ANDK@cpan.org to avoid failures in reforgy.t
  [http://rt.cpan.org/Ticket/Display.html?id=27585]

- Turned off warnings in the test suite.  It is supposed to generate
  warnings but it freaks out people.

- License changed to Artistic 2.0 | GPL for Fedora folks.

(heinz)

2008-07-17 20:28:08 UTC MAIN commitmail json YAML

Updated to version 2.29.

Pkgsrc changes:
  - none

Changes since version 2.24:
===========================
2.29 Tue Apr 22 10:22:37 EDT 2008
- Fixed errors that occurred when encrypting/decrypting utf8 strings
in Perl's more recent than 5.8.8.

2.28 Mon Mar 31 10:46:25 EDT 2008
- Fixed bug in onesandzeroes test that causes it to fail with
          Rijndael module is not installed.

2.27 Fri Mar 28 10:13:32 EDT 2008
- When taint mode is turned on and user is using a tainted key,
          explicitly check tainting of key in order to avoid "cryptic"
          failure messages from some crypt modules.

2.26 Thu Mar 20 16:41:23 EDT 2008
- Fixed onezeropadding test, which was not reporting its test count
  properly.

2.25 Fri Jan 11 15:26:27 EST 2008
- Fixed failure of oneandzeroes padding when plaintext size is
an even multiple of blocksize.
- Added new "rijndael_compat" padding method, which is compatible
with the oneandzeroes padding method used by Crypt::Rijndael in
CBC mode.

(heinz)

2008-07-17 20:09:30 UTC MAIN commitmail json YAML

Updated www/firefox3 to 3.0.1

(tnn)

2008-07-17 20:08:46 UTC MAIN commitmail json YAML

Update to firefox3-3.0.1. Changes:
* Fixed several security issues.
* Fixed several stability issues.
* Fixed an issue where the phishing and malware database did not update on first launch.
* Under certain circumstances, Firefox 3.0 did not properly save the SSL certificate exceptions list.
* Updated the internal Public Suffix list.
* In certain cases, installing Firefox 2 in the same directory in which Firefox 3 has been installed resulted in Firefox 2 being unstable. This issue was fixed as part of Firefox 2.0.0.15.
* Fixed an issue where, when printing a selected region of content from the middle of a page, some of the output was missing (bug 433373).
* Fixed a Linux issues where, for users on a PPP connection (dialup or DSL) Firefox always started in "Offline" mode (bug 424626).

(tnn)

2008-07-17 19:31:39 UTC MAIN commitmail json YAML

Updated to version 0.96.

Pkgsrc changes:
  - none

Changes since version 0.94:
===========================
0.9.6 Thu Mar  6 07:39:24 2008
    - Fixed t/4-perl-critic.t so it deals properly with the absence of
      Test::Perl::Critic.  Thanks to haoess and thospell on Perl Monks
      for the solution.

0.9.5 Mon Mar  3 23:20:20 2008
    - Ran the module through Perl::Critic
    - Sign the package with a valid public key

(heinz)

2008-07-17 19:02:32 UTC MAIN commitmail json YAML

Updated to version 5.45.

Pkgsrc changes:
  - none

Changes since version 5.45:
===========================
5.47  Wed Apr 30 04:00:54 MST 2008
- modified Makefile.PL to install in core for Perls >= 5.10
-- thanks to Jerry Hedden for patch
- changed from #include <> to #include "" in SHA.xs
-- some platforms not able to find SHA source files
-- thanks to Alexandr Ciornii for testing
- moved .pm file to appropriate lib directory
- minor addition to META.yml

5.46  Wed Apr  9 05:04:00 MST 2008
- modified Addfile to recognize leading and trailing
whitespace in filenames (ref. rt.cpan.org #34690)
- minor C source code modification (ref. hmac.c)
- use const in sha.c for clean builds with -Wwrite-strings
-- thanks to Robin Barker for patch

(heinz)

2008-07-17 18:49:47 UTC MAIN commitmail json YAML

Updated to version 2.012.

Pkgsrc changes:
  - Requires p5-IO-Compress-Base-2.012 and p5-Compress-Raw-Zlib-2.012

It looks like there were no functional changes (see the Changes file) and
the version number increased only to stay in line with all the other Zlib
modules. Anyway, Compress::Zlib 2.012 demands version 2.012 of IO::Compress::*, thus this update.

(heinz)

2008-07-17 18:00:58 UTC MAIN commitmail json YAML

-make this work with the openpam version in -current
(I didn't try whether it still works on 4.0. Would be nice if
  someone did it.)
-supply an example pam.conf file
-slow down to avoid abuse, better cleanup in error cases, more paranoia
thanks to Joerg for suggestions

(drochner)

2008-07-17 17:10:18 UTC MAIN commitmail json YAML

Updated to version 2.012.

Pkgsrc changes:
  - none

Changes since version 2.011:
============================
  2.012 15 July 2008
      * IO::Compress::Base
        - Silenced an uninitialised value warning when reading a line
          at a time from a zip file where the content uses ZIP_CM_STORE.
          [Problem spotted & fixed by Jeff Holt]
      * IO::Compress::Base & IO::Uncompress::Base
        - local-ise $!, $? et al in the DESTROY methods.

(heinz)

2008-07-17 17:01:35 UTC MAIN commitmail json YAML

2008-07-17 17:00:35 UTC MAIN commitmail json YAML

update to 1.1.14
changes:
-adds Xv port & type selection
-improved content type detection for HTTP streams
-some DVB and V4L improvements
-DVB audio bug fixed

(drochner)

2008-07-17 17:00:24 UTC MAIN commitmail json YAML

Updated to version 2.012.

Pkgsrc changes:
  - The package requires at least zlib 1.2.3 (part of NetBSD 4 and up)
    now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs).
  - Added comment to explain why patch-aa cannot be integrated upstream.

Changes since version 2.011:
============================
  2.012 15 July 2008
      * Document the gzip flags that WindowBits can take.
      * Allow a dictionary to be used with a raw inflate.
        Needs zlib 1.2.2.1 or better.
        [RT #36046]

(heinz)

2008-07-17 16:31:10 UTC MAIN commitmail json YAML

- Updated devel/p5-File-DirSync from 1.14 to 1.22

(rhaen)

2008-07-17 16:29:44 UTC MAIN commitmail json YAML

- updated to 1.22

ChangeLog:
1.22  Wed Aug 15 15:30:00 2007
- Allow gentleness to pause even right in the
  middle of a chewing copy since that can be
  very painful to the drive.

1.21  Thu Aug 09 22:00:00 2007
- Tweak minimum thresholds for autoincrease
  in order to provide more granular throttling.
- Fix initial gentle_ops boundary checking.
- Clear up a few warnings.

1.20  Wed Aug 08 15:05:00 2007
- Stable release
- Just bug fixes from v1.16.
- More accurate gentle throttling computation
  w/ on-the-fly auto-adjust disk ops feature.
- Versions v1.17 - v1.19 were beta tests.

1.16  Sat Aug 04 02:00:00 2007
- Disable operation tracking by default.
- Add a proctitle feature for progress monitioring.
- Moved rmtree and copy routines directly into this
  module for performance purposes.
- Add "gentle" feature to allow dirsync to throttle
  back the IO on the disks if this is desired.

1.15  Fri Jul 14 09:58:00 2006
- Avoid forcing directory timestamp to match a
  more future mtime of a symlink within it.
  This allows to cleanly detect and revert any
  changes made on the destination by simply
  running a rebuild on it (as well as the source)
  prior to executing the dirsync operation.
  Altering a symlink in any way will ALWAYS
  update the mtime of the containing directory
  inode, so this is most correct anyway.

(rhaen)

2008-07-17 15:55:33 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 2.11.7.1.

(tron)

2008-07-17 15:55:16 UTC MAIN commitmail json YAML

Updatep "phpmyadmin" package to version 2.11.7.1. Changes since 2.11.7:
- bug #1908719 [interface] New field cannot be auto-increment and
  primary key
- [dbi] Incorrect interpretation for some mysqli field flags
- bug #1910621 [display] part 1: do not display a TEXT utf8_bin
  as BLOB (fixed for mysqli extension only)
- [interface] sanitize the after_field parameter,
  thanks to Norman Hippert
- [structure] do not remove the BINARY attribute in drop-down
- bug #1955386 [session] Overriding session.hash_bits_per_character
- [interface] sanitize the table comments in table print view,
  thanks to Norman Hippert
- bug #1939031 Auto_Increment selected for TimeStamp by Default
- patch #1957998 [display] No tilde for InnoDB row counter when
  we know it for sure, thanks to Vladyslav Bakayev - dandy76
- bug #1955572 [display] alt text causes duplicated strings
- bug #1762029 [interface] Cannot upload BLOB into existing row
- bug #1981043 [export] HTML in exports getting corrupted,
  thanks to Jason Judge - jasonjudge
- bug #1936761 [interface] BINARY not treated as BLOB:
  update/delete issues
- protection against XSS when register_globals is on and .htaccess
  has no effect, thanks to Tim Starling
- bug #1996943 [export] Firefox 3 and .sql.gz (corrupted);
  detect Gecko 1.9, thanks to Juergen Wind
- (2.11.7.1)  [security] XSRF/CSRF by manipulating the db,
  convcharset and collation_connection parameters,
  thanks to YGN Ethical Hacker Group

This update fixes the security vulnerability reported in PMASA-2008-5.

(tron)

2008-07-17 15:45:03 UTC pkgsrc-2008Q2 commitmail json YAML

2008-07-17 15:40:12 UTC pkgsrc-2008Q2 commitmail json YAML

Pullup ticket #2450 - requested by ghen
Security update for seamonkey
Security update for seamonkey-bin

Revisions pulled up:
- www/seamonkey-bin/Makefile 1.24
- www/seamonkey-bin/distinfo 1.20
- www/seamonkey/Makefile-seamonkey.common 1.19
- www/seamonkey/distinfo 1.33
---
Module Name: pkgsrc
Committed By: ghen
Date: Wed Jul 16 15:44:19 UTC 2008

Modified Files:
pkgsrc/www/seamonkey: Makefile-seamonkey.common distinfo
pkgsrc/www/seamonkey-bin: Makefile distinfo

Log Message:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.11.

Security fixes in this version:

MFSA 2008-34 Remote code execution by overflowing CSS reference counter

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.11/

(tron)

2008-07-17 15:36:16 UTC MAIN commitmail json YAML

Updated to version 2.25.

Pkgsrc changes:
  - Requires p5-Geography-Countries for ip2cc.

Changes since version 2.23:
===========================
IP-Country-2.25, 2008.06.25
---------------------------
Database update:
  Jun 25 03:01 delegated-afrinic-latest
  Jun 24 22:05 delegated-apnic-latest
  Jun 25 09:01 delegated-arin-latest
  Jun 25 04:50 delegated-lacnic-latest
  Jun 25 04:39 ripe.db.inetnum

IP-Country-2.24, 2008.03.04
---------------------------
Database update:
  Mar  3 23:19 delegated-afrinic-latest
  Mar  3 18:06 delegated-apnic-latest
  Mar  4 06:02 delegated-arin-latest
  Mar  4 00:50 delegated-lacnic-latest
  Mar  4 01:38 ripe.db.inetnum

(heinz)

2008-07-17 15:17:19 UTC MAIN commitmail json YAML

Updated to version 1.33.

Pkgsrc changes:
  - none

Changes since version 1.30:
===========================

1.33 May 5th 2008
    - make cpantesters happy exit 0 early, if libGeoIP is not found.
          ( Boris Zentner )

1.32 May 4th 2008
- make Geo::IP::Record::time_zone work for the pure perl part of
          Geo::IP ( Boris Zentner )
- BEGIN{$Geo::IP::GEOIP_PP_ONLY=1} use Geo::IP; disable the C API,
          even if it is installed. ( Boris Zentner )
! rename $Geo::IP::TESTING_PERL_ONLY to $Geo::IP::GEOIP_PP_ONLY.
          ( Boris Zentner )
- Fix Geo::IP::Record to use the C API, only, when Geo::IP use it
          ( Boris Zentner )

1.31  March 22nd 2008
- Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1 additions)
        - Change default database name for NetWare to sys:/etc/GeoIP/GeoIP.dat
  and MSWin32 to c:/GeoIP/GeoIP.dat ( Guenter Knauf )
- Added support for time_zone lookup in GeoIP City API

(heinz)

2008-07-17 15:01:57 UTC MAIN commitmail json YAML

Updated to version 2.44.

Pkgsrc changes:
  - none

Changes since version 2.36:
===========================
2.44 21 April, 2008
-Improved META.yml

2.43 21 April, 2008
-Improved META.yml

2.42 16 April, 2008
-Removed Makefile from MANIFEST

2.41 16 April, 2008
-Fixed MANIFEST and added license data to the SVG.pm file

2.40 14 April, 2008
-Changed tests to current recommendation. Moved to t/ directory.
-Added POD and POD Coverage tests

2.39 08 April, 2008
-Added warnings

2.38 03 April, 2008

-Modified SVG::Element to answer a bug report in rt.perl.org by slaven
regarding the redefined methods warnings when SVG is used twice.
-Fixed the POD to reflect annotation comments.

2.37 02 March, 2008
-Added NS definitions for svg and xlink to enable xlink:href and svg:
namespace usage in Firefox.

(heinz)

2008-07-17 14:40:59 UTC MAIN commitmail json YAML

Note update of time/p5-DateTime-Format-ICal to 0.09.

(he)

2008-07-17 14:40:21 UTC MAIN commitmail json YAML

Update from version 0.08 to 0.09.  Changes:

0.09    2008-03-07

- The output of format_datetime() always includes the time
  portion. Without this the module produced what I think was an
  invalid iCal date. More importantly, this makes the output
  consistent (always a DATE-TIME). Reported by Bill Moseley.

- removes RRULE: and EXRULE: from ICal string before parsing.
  Reported by Matt Sisk.

(he)

2008-07-17 14:33:55 UTC MAIN commitmail json YAML

Note update of devel/p5-Data-UUID to 1.14.8.

(he)

2008-07-17 14:33:18 UTC MAIN commitmail json YAML

Update from version 0.14.8 to 1.14.8.

(original version number is 1.148,
but to prevent problems later, we use 1.14.8 in pkgsrc).

Add CPAN home page.

Changes:

1.148 Thu Nov 16 10:21 2006
  - Debian has chosen to distribute their own Data::UUID, which has a different
    interface and breaks other modules.  They also use a grossly-inflated
    version number, which means that this version number must be inflated to
    allow modules to rely on the CPAN Data::UUID properly.

    Tests added to EXPLICITLY assert the one known difference between genuine
    Data::UUID and Debian's ersatz version in libossp-uuid-perl.

    Thanks to ADAMK for bringing this to my attention.

(he)

2008-07-17 14:23:22 UTC MAIN commitmail json YAML

Note update of databases/p5-Class-DBI-Pg to 0.09.

(he)

2008-07-17 14:22:44 UTC MAIN commitmail json YAML

Update from version 0.06 to 0.09.

Terminate HOMEPAGE url with /
Adapt PERL5_PACKLIST to what the package does.

Changes:

0.09 Mon Jul 10 03:40:00 2006
        * "I'm doind this as I watch the World Cup Finals" release
        - Add POD tests

0.08_02  Mon May 29 15:30:00 2006
        - Apply patches from Boris Sukholitko. Adds "Primary As Option" and
          "Column Groups" features

0.08_01  Sat May 20 10:00:00 2006
        - Fix typo in the sequence detection
        - Restructure directory structure

0.08  Sat Mar 11 17:00:00 2006
        - Stop using _croak (#18093)

0.07  Thu Jan 26 03:00:00 2006
        - work with PostgreSQL 8.1's new sequence display
        - pg_version(full_version => 1) gets you the major, minor, micro
          version strings
        - maintainer changed to Daisuke Maki

(he)

2008-07-17 14:22:38 UTC MAIN commitmail json YAML

Note update of www/plone3 package to 3.1.3.

(taca)

2008-07-17 14:20:57 UTC MAIN commitmail json YAML

Update plone3 package to 3.1.3.

* Updated translations.
* Fix album display for folders which do not contain any images. This fixes
  8212.
* Fix invalid redirect in default view for comments.
* Update the sharing page:
      o never reindex more than once when making changes.
      o modify the search button to only search. Previously it would also
        apply all changes in addition to doing a search.
      o do nothing if the form is submitted but no changes were made.
      o handle invalid LDAP or OpenID users correctly.
* Update Archetypes:
      o use Content-Disposition instead of Content-disposition as HTTP
        header for downloads. Fixes problems with MS Internet Explorer 6,
which appears to be case sensitive contrary to standards.
      o Add a new viewlet manager which allows adding of content at the
        bottom of content edit views.
      o Add an option to the reference field to also copy references when
        copying an object.
* Update reference browser widget:
      o Make it possible to remove references for single-reference fields.
      o Add a new property 'startup_directory_method' to use a callable
        to determine the startup directory.
      o Inserted references were not checked by default on Internet Explorer
        7. This fixes 7936.
      o Added a new property 'hide_inaccessible'. When set all items for
        which the user has no View permission are hidden.
* Add a 'random items' option to the collection portlet.
* Update GenericSetup import steps at each point when loading multiple
  profiles. Fixes CMF bug 213905.
* Fix group handling to use group introspection PAS plugins, making it
  possible to ask, for example, LDAP groups for their members.
* Fix user search to honour the order of user enumeration PAS plugins
  and correctly merge search results.
* Add support for po files inside i18n folders in Python packages.
  They need to registered as a Zope2 product but don't need to be in
  the Products.* namespace anymore.
* Do not create redirects for temporary URLs used while creating a new
  content object. This fixes 8260 and part of 7278.
* Update viewlets to use the 'index' attribute rather than 'render' for
  setting viewlet templates. This allows them to be overriden using the
  'template' ZCML attribute.
* Do not show the display menu if it is disabled.
* Add an actionMenuSelected class to selected menu items.
* Standardize the rendering of the title in the folder contents template.
* Fix a problem with disappearing security context for customized
  browser views.
* Make it possible to customize viewlet and portlet templates registered
  with the same name for multiple browser layers.
* Correctly handle objects with a space in their id in the broken-link-checker.

Updated packages and products

* Archetypes 1.5.9
* Products.ATReferenceBrowserWidget 2.0.2
* Products.CMFPlone 3.1.3
* Products.CMFQuickInstallerTool 2.1.6
* Products.GenericSetup 1.4.1
* Products.PlacelessTranslationService 1.4.12
* Products.PlonePAS 3.6
* Products.PloneTranslations: 3.1.3
* five.customerize 0.3
* plone.app.content 1.1.3
* plone.app.contentmenu 1.1.3
* plone.app.customerize 1.1.1
* plone.app.layout 1.1.3
* plone.app.linkintegrity 1.0.10
* plone.app.portlets 1.1.3
* plone.app.redirector 1.0.9
* plone.app.workflow 1.1.3
* plone.fieldsets 1.0.2
* plone.portlet.collection 1.1.3
* plone.session 2.0

(taca)

2008-07-17 14:20:02 UTC MAIN commitmail json YAML

Set PLONE3_VERSION to 3.1.3; start update to Plone 3.1.3.

(taca)

2008-07-17 14:02:47 UTC MAIN commitmail json YAML

Note update of misc/p5-Business-CreditCard to 0.30.

(he)

2008-07-17 14:02:14 UTC MAIN commitmail json YAML

Update from version 0.28 to 0.30.  Changes:

0.30  Mon Dec 18 23:24:25 PST 2006
        - back after two and a half years; happy hanukkah!
- added note about B:CC:Object
- added new Discover 65 prefix
- check for Switch before Visa as Switch has some BINs in ^4
        - accept masked numbers in cardtype()
        - add handling of card network peering arrangements, controllable via
          $Business::CreditCard::Country
- identify Diner's club ^36 cards as MasterCard in US and Canada
        - identify China Union Pay cards as Discover cards outside China
        - identify China Union Pay cards

No recorded changes for 0.29 upstream.

(he)

2008-07-17 13:57:33 UTC MAIN commitmail json YAML

Note update of databases/p5-BerkeleyDB to 0.34.

(he)

2008-07-17 13:56:56 UTC MAIN commitmail json YAML

Update from version 0.33 to 0.34.  Changes:

0.34  27th March 2008

        * Updates to support building with Berkeley DB version 4.7

        * Typo in #ifdef for ThreadCount support. Spotted by Mark Hindley

        * Updated dbinfo

(he)

2008-07-17 13:56:35 UTC MAIN commitmail json YAML

Updated to version 0.32.

Thanks to Julian Dunn in PR pkg/39031 for the notice. Since June CPAN-daily
messages were utf-8/base64 encoded and my procmail recipes did not handle
that...

Pkgsrc changes:
  - Does not require security/p5-Digest-SHA1 anymore.
  - Does not require devel/p5-Error anymore (already unnecessary for 0.29).

Changes since version 0.30:
===========================
Version 0.32 - released 2008-06-03
  * removed requirement for Digest::SHA1 (issue #1832549).
    We now use the more capable Digest::SHA module for SHA-1 and SHA-256.
  * bugfixes:
    * granularity checking should be case-sensitive (issue #1938112).
    * identity tag now uses quoted-printable encoding (issue #1839015).
  * API improvement:
    * implemented identity_source() for DkSignature objects

Version 0.31 - released 2008-04-14
  * some error detail messages were changed (see ChangeLog, 2008-01-10 entry)
  * by default, and when possible, DKIM signatures now omit c= and q= tags
    (they are optional tags) (issue #1878518)
  * DKIM and DomainKey signatures are now wrapped so that line breaks
    occur before colon (':') separators instead of after; this avoids
confusing some broken MUAs (issue #1868648)
  * bugfixes:
    * "undef value" error when DKIM signature appears at end of header
      (issue #1878954)
    * use proper regexp for splitting email address (issue #1878994)
  * API improvements:
    * can specify a domain for fetch_author_policy() (issue #1879197)
    * can access a signature's public-key object (issue #1879215)
    * can specify an OpenSSL-private-key object for PrivateKey->new()
      (issue #1879209)

Version 0.30.1 - released 2008-01-24
* bugfix:
  * email from cisco.com was failing to verify (issue #1878523)

(heinz)

2008-07-17 13:53:37 UTC MAIN commitmail json YAML

Note update of devel/p5-BSD-Resource to 1.29.01.

(he)

2008-07-17 13:52:44 UTC MAIN commitmail json YAML

Update from version 1.28 to 1.29.01 (original has 1.2901, but
that's an accident waiting to happen on next version number "increase").

Also included is a bugfix for one of the self-tests, a comparison
which was the wrong way.  Reported upstream.

Tests OK on i386/4.0 if you bump the stack limit to something more
than the default 2MB.

Changes:

2008-01-29  Jarkko Hietaniemi  <jhi@iki.fi>

* netbsd-alpha does not have a functional RLIMIT_STACK,
  reported by David Cantrell.  Skip the test, and document
  as a known issue.

* Release 1.2901.

2008-01-27  Jarkko Hietaniemi  <jhi@iki.fi>

* Rewrite the setrlimit.t test.  Simplify it a lot; now all
  RLIM_INFINITY limits are simply skipped; for those that
  are limited we try setting only the soft limit, and accept
  a value lower than we tried to set, since various systems
  might either enforce lower limits, or round up the limits.
  Added documentation on setrlimit() about this.

* Allow calling getrlimit/setrlimit and getpriority/setpriority
  with the string names ("RLIMIT_NPROC", for example).

* Include ppport.h (generated with perl 5.8.8), reshuffle
  system header includes appropriately.

* Tested also with older Perls, 5.005_05 and 5.6.2, in OS X.
  (5.005_04 didn't work, it creates but then cannot dynaload
  the .bundle files, go figure.)

* Minor documentation tweaks and copyright year bumps.

* Release 1.29.

(he)

2008-07-17 12:27:41 UTC MAIN commitmail json YAML

Updated net/liblive to 20080706
+ cleanup after rhaen :)

(ahoka)

2008-07-17 12:14:03 UTC MAIN commitmail json YAML

-devel/p5-Curses updated to 1.23

(rhaen)

2008-07-17 12:13:22 UTC MAIN commitmail json YAML

- updated security/p5-Crypt-Rijndael
- updated devel/p5-Curses

(rhaen)

2008-07-17 12:03:11 UTC MAIN commitmail json YAML

fix breakage w/ libdrm-2.3.1.
>From upstream commit 55678c64bc6e3ed613ea6db14c105c18a0cf28ce.

(tnn)

2008-07-17 11:59:29 UTC MAIN commitmail json YAML

Note update of devel/p5-B-Keywords to 1.08.

(he)

2008-07-17 11:58:38 UTC MAIN commitmail json YAML

Update from version 1.06 to 1.08.  Changes:

1.08
  - Removed useless author tests
1.07 Feb 14, 2007
  - Added EQ GE GT NE LE LT for 5.6.

(he)

2008-07-17 11:28:06 UTC MAIN commitmail json YAML

- updated to 1.23
- send patch-aa to upstream (so that they can include it - hopefully)
The Curses Perl module was created by William Setzer (William_Setzer
at ncsu.edu) in 1994.  William maintained it up until July 2001, when he
stopped having time to do so.

In September 2004, Bryan Henderson (bryanh@giraffe-data.com) took over
maintainership of it, after confirming with William that he did not
plan to continue.

The module has always been distributed via CPAN.

Curses itself is much older than the Perl implementation.  Curses was
originally only a C programming library.

New in 1.23 (Released March 9, 2008)

  Fix crash of Makefile.PL on Windows.

New in 1.22 (Released February 29, 2008)

  Nothing.  Just a packaging fix.

New in 1.21 (Released February 15, 2008)

  Don't undefine 'bool' macro in c-darwin hints file.

New in 1.20 (Released November 19, 2007)

  Fix missing comment delimiter.

New in 1.19 (Released November 18, 2007)

  Make it work on 5.005 again, using ppport.h (Devel::PPPort).
  From Slaven Rezic - slaven <at> rezic <dot> de .

  Fix uninitialized value in Makefile.PL on a system without BSD Curses or
  Ncurses in a common place.

  Reverse change to chgat() in 1.16.  Make expected argument count 4.

There was never a 1.18 release; problems with PAUSE prevent using that
release number.

New in 1.17 (Released October 14, 2007)

  Fix bug - can't find c-config.h on a system with ncursesw.

  Make cdemo work on Windows.

  Don't undefine SP macro with Pdcurses.  (Otherwise it won't compile;
  don't know why we used to undefine SP).

  In Windows hints file, #include curses.h instead of pdcurses.h.  It
  seems to be called curses.h these days.

New in 1.16 (August 7, 2007)

  Use Ncursesw (Ncurses with wide character functions) instead of
  Ncurses if available.

  Undefine "tab" macro, defined by Curses header file.  It interferes
  with perl.h.

  Fix demo.form to use L! instead of J in the pack template that generates
  the new_form() argument.  Apparently, J is something from older Perl
  and doesn't exist in current Perl.

  Put some documentation of the library in comments in demo.form.

  Use L! instead of I in the pack template in demo.menu.

  Change SvPV(X,PL_na) to SvPV_nolen(X) to get with the times.

  Change #!/usr/local/bin/perl to #! /usr/bin/perl .

  Fix bug: chgat() requires an extra, meaningless, argument.  Fix changes
  expected argument count from 4 to 3.

New in 1.15 (October 8, 2006)

  Add a simple load test 00-load.t.

  Makefile.PL: use cdemo.obj instead of cdemo.o on Windows.

  Makefile.PL: Guess ncurses/bsd based on what .h files exist.

  Fix bug in Makefile.PL: doesn't use curses type in guess at c-config.h
  (e.g. tries to use c-freebsd.h when it should use c-freebsd.bsd.h).

  Change all sv_isa() to sv_derived_from() so you can use subclasses.
  Thanks Leigh <leighbrown@hsbc.com>.

  Rename default Darwin (Mac OS X) hints file (ca 2001) to c-darwin.old, and
  the newer one ca 2004) to c-darwin.old so as to be the default.  We're
  guessing that the newer one applies to more systems today.

New in 1.14 (June 3, 2006)

  Make demo.form work on 64 bit machine.

  Add some narration to Makefile.PL to help with diagnosis.

  Move undef of 'instr' from individual hint files to Curses.c and add
  explanation.

  Use perl -w instead of 'use warnings' in Makefile.PL so it works with
  older Perl.

New in 1.13 (October 10, 2005)

  Fix so it builds on current Cygwin.

  Some kind of build fix to get panels, forms, and menu functions to build.

(rhaen)

2008-07-17 10:59:22 UTC MAIN commitmail json YAML

- updated to 1.06
- fixed dependencies (required)
ChangeLog:
1.06 - Wed Apr 23 13:14:34 2008
* This release has a compiler-bug workaround for Sun C 5.9
identified by Andy Armstrong. No, really, it was a compiler
bug: http://in.opensolaris.org/jive/thread.jspa?threadID=53641&tstart=0
* You don't need to upgrade if you already have 1.05.

(rhaen)

2008-07-17 10:11:19 UTC MAIN commitmail json YAML

Updating to the 20080706 version.
Fixing installation prefix and buildlink3 (now vlc's autoconf can find it).
Minor cleanup.

Upstream changelog:

2008.07.06:
- Corrected one of Erik Hovland's memory leak fixes made to the previous revision.

2008.07.05:
- Fixed some memory leaks - and several other mostly cosmetic fixes.
  (Thanks to Erik Hovland for noticing these.)

2008.06.26:
- Fixed a bug in "openRTSP" that was sometimes causing an incorrect "Range:" header
  to be sent in "PLAY" requests.

2008.06.25:
- Fixed a bug in the headers sent for the RTSP "GET_PARAMETER" and "SET_PARAMETER" commands.
  (Thanks to "beilyzhang (at) hotmail" for this report.)

2008.06.05:
- Renamed the "ourSourceAddressForMulticast()" function to the less confusing and more explanatory
  "ourIPAddress()".
- The "RTSPClient" change that was made in 2008.04.09 to accommodate multicast
  streams apparently broke (some?) unicast streams.  This has now been fixed.
- Updated "RTSPClient" to handle weird servers that include a "Content-Length:" header
  in the response to the RTSP "SETUP" command.  (If we see such a header, we skip over
  the data referred to in the header.)  (Thanks to Kristian Soerensen for this suggestion.)
- Changed the parsing of lines in "RTSPClient" so that it now accepts \r or \n alone
  at the end of each line.  (\r\n is preferred, but the standard also allows \r or \n)
  (Thanks to David Schueler for this suggestion.)

2008.05.12:
- Made a change to "RTCPInterface" to ensure that "turnOffBackgroundReadHandling()" is called on a socket
  as many times as "turnOnBackgroundReadHandling()".  Apparently some versions of Windows get upset if this
  doesn't happen.  (Thanks to Ken Seo for the suggested fix.)
- Fixed a bug in "H263plusVideoStreamParser".  (Thanks to Andrey Latin.)
- Added more sanity checking to "JPEGVideoRTPSink".

(ahoka)

2008-07-17 10:02:31 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Adapter
Updated devel/p5-Class-MethodMaker
Updated devel/p5-version
Updated devel/p5-Class-Std
Updated devel/p5-Clone
Updated converters/p5-Convert-UUlib

(rhaen)

2008-07-17 09:57:11 UTC MAIN commitmail json YAML

- updated to 1.11
ChangeLog:
1.11 Fri Jun 13 15:32:30 CEST 2008
- don't ask.

1.10 Fri Jun 13 14:22:42 CEST 2008
- fix an infinite-looping problem when scanning in freestyle
          mode (testcase provided by Pieter Geens).

1.09 Fri May 25 19:38:11 CEST 2007
        - create something sensible, trust a windows program to fuck
          it up: work around literal "(null)" filenames in yenc-encoded
          files.
        - some minor cleanups.

(rhaen)

2008-07-17 09:51:49 UTC MAIN commitmail json YAML

- updated to 0.29
ChangeLog:
- no changelog provided by upstream

(rhaen)

2008-07-17 09:48:06 UTC MAIN commitmail json YAML

- updated to 0.0.9
ChangeLog:
0.0.9  Mon Mar 24 20:05:46 CDT 2008
    (git repo a69ea855db33a400499d0b9ddf7cc355a5203efb)

    - Added 'how can I help' POD

    - Applied Andreas 'ac0v' Specht patches for rt 30833

(rhaen)

2008-07-17 09:45:15 UTC MAIN commitmail json YAML

- updated to 0.7501
- ok'ed by abs
ChangeLog:
2008-06-14  John Peacock <jpeacock@cpan.org>

Interim release to correctly install under Perl v5.10.0.

2008-06-07  John Peacock <jpeacock@cpan.org>

Forgot to bump the $VERSION.  Go figure.

2008-06-07  John Peacock <jpeacock@cpan.org>

Improve POD to clarify usage and prevent confusion.

2008-04-01  John Peacock <jpeacock@cpan.org>

Optionally use the more efficient XSLoader instead of DynaLoader.
Resolves http://rt.cpan.org//Ticket/Display.html?id=34590

2007-10-24  John Peacock <jpeacock@cpan.org>

Data::Dumper is sometimes too clever for its (and our) own good.
When copying an existing version object, directly set newSViv
instead of using &PL_sv_yes, since the latter has a PV slot which
looks shared to D::D's jaundiced eye.

Resolves:
http://rt.cpan.org/Public/Bug/Display.html?id=30004

2007-09-20  John Peacock <jpeacock@cpan.org>

New code to handle versions too large to fit into an IV slot.
Both the pure Perl and XS code are now safe to use with ~0
Test new functionality.

(rhaen)

2008-07-17 09:10:50 UTC MAIN commitmail json YAML

The master site doesn't seem to grok passive FTP, so prefer to use HTTP.

(tnn)

2008-07-17 09:02:54 UTC MAIN commitmail json YAML

Buildlink in libXft, which is referenced from (at least) /usr/pkg/lib/libMrm.la.  Fixes build of x11/xlt (under Linux)

(dsainty)

2008-07-17 08:57:58 UTC MAIN commitmail json YAML

- updated to 2.11
ChangeLog:
2.11 Mar 24 2008
- Drop Module::Build support
  (which was broken anyway for a long time, #19167, #16241, #17059, #15987, #13755)
- Correct "use version" statements (#19585)

2.10 Apr 27 09:24:30 CEST 2007
- Fixed SIGNATURE

(rhaen)

2008-07-17 08:53:12 UTC MAIN commitmail json YAML

- updated to 1.04
ChangeLog:
1.04 Wed 14 Nov 2007
- No functional changes
- Upgrading to Module::Install 0.68

(rhaen)

2008-07-17 06:54:04 UTC MAIN commitmail json YAML

Updated misc/p5-Business-ISBN-Data to 1.17
Updated misc/p5-Business-ISBN to 2.03

(rhaen)

2008-07-17 06:51:52 UTC MAIN commitmail json YAML

- updated to 2.03
- took maintainership

Changelog:
2.03 - Tue Oct  2 03:17:34 2007
* Fixed minor distro problems and bumped to release version 2.03

2.02_05 - Wed Sep 12 13:27:09 2007
* Explore RT #29292. I don't seem to have the problem with
hyphens for ISBN-13, but let's see what CPAN Testers has to
say

2.02_04 - Sat Sep  1 14:55:00 2007
[BUGFIX] ISBN13 was returing "Bookland" for all groups, but
it shouldn't do that. Now it returns the same thing you'd
get from ISBN10 (e.g. "English", "German", ... ).

2.02_03 - Sat Sep  1 04:12:49 2007
[BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13. That 13
is the hint that it should be 13. :)

2.02_02 - Sat Aug 25 05:57:22 2007
[FEATURE] added exportable function valid_isbn_checksum that
takes care of all of the object stuff for you and just gives
you the answer. In previous docs, this was called is_valid_checksum
even though that conflicted with an object method. It was
documented but never implemented. Now it's there. :)
[BUGFIX] now should pass tests under 5.6.2, after a bit of
backporting. Upgrade already people! :)

2.02_01 - Fri Aug 17 14:00:51 2007
* Don't import import() from Exporter. There are a lot of people
(apparently) using very old perls, not just CPAN Testers.

2.02 - Wed Aug 15 03:11:25 2007
* fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
but return an object that explains the error.

2.01 - Sun Aug 12 22:28:01 2007
* Official release of Business::ISBN to handle ISBN-13
* Does not handle 979- numbers yet (need publisher data for that)
* Does handle 978-numbere, which is the 10 digit ISBN with a
different "country code", so it uses the same publisher data
* There are significant API changes to handle the new stuff. It's
not so bad, but test it before you rip out the old Business::ISBN
stuff.

2.00_01 - Wed Mar 14 00:38:18 2007
* DEVELOPER RELEASE
* Completely redone internals to handle ISBN-10 and ISBN-13
* Some interface changes to Business::ISBN 1.x
* Removed exportable functions.

(rhaen)

2008-07-17 06:43:14 UTC MAIN commitmail json YAML

- updated to 1.17
- took maintainership

ChangeLog:
1.17 - Sat Oct 27 13:47:07 2007
* Update to docs to point to latest URL for ISBN International

1.16 - Thu Oct 25 21:38:20 2007
* distro cleanups. No need to upgrade.

(rhaen)

2008-07-17 00:58:07 UTC MAIN commitmail json YAML

Updated x11/libXfont to 1.3.3 [bjs 2008-07-17]

(bjs)

2008-07-17 00:57:23 UTC MAIN commitmail json YAML

+ Updated x11/libXfont to 1.3.3 [bjs 2008-07-17]

(bjs)

2008-07-17 00:56:45 UTC MAIN commitmail json YAML

Update to libXfont-1.3.3.  Changes:

commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a

    Do not call FT_Get_BDF_Charset_ID() if configured with
    --disable-bdfformat

commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907

    FontFileDirectoryChanged: check length of "fonts.alias" as well
    as "fonts.dir"

commit 0f9db4aa7de6e0644ac9c5811b949e5f936c9d61

    Don't allow a font alias to point to itself and create a loop

    Part of fix for Sun bug 4258475
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475>

commit 754cabe62e91b9ad50c3027c063f4269775f7add

    Add missing include in src/FreeType/ftfuncs.c

    Fixes compiler warning:
    ../../../src/FreeType/ftfuncs.c:
In function 'restrict_code_range_by_str':
    ../../../src/FreeType/ftfuncs.c:2081: warning:
implicit declaration of function 'isspace'

(bjs)

2008-07-16 21:38:25 UTC MAIN commitmail json YAML

Remove ${PLIST.dri}lib/dri/i915tex_dri.la from PLIST

(abs)