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 (2m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:09:23 UTC Now

2011-10-02 14:37:04 UTC MAIN commitmail json YAML

Add branch announce proposal.

(wiz)

2011-10-02 14:35:02 UTC MAIN commitmail json YAML

Mention package removals.

(wiz)

2011-10-02 14:32:34 UTC MAIN commitmail json YAML

2011-10-02 14:31:14 UTC MAIN commitmail json YAML

2011-10-02 14:13:21 UTC MAIN commitmail json YAML

Note package removals accounced in pkgsrc-2011Q2 release notes.

(wiz)

2011-10-02 14:12:07 UTC MAIN commitmail json YAML

2011-10-02 10:20:28 UTC MAIN commitmail json YAML

Fix the boost-header fenv.h test on linux.

(The incorrectly failing test stops boost-libs from building.)

Bump boost-header PKGREVISION.

(sbd)

2011-10-02 05:04:04 UTC MAIN commitmail json YAML

Fix MAKE_JOBS build. This does not fix the bulk failure, which I can't
replicate and don't understand.

(dholland)

2011-10-02 04:35:03 UTC MAIN commitmail json YAML

Fix build with gcc45 and current boost libs.

(markd)

2011-10-02 04:32:22 UTC MAIN commitmail json YAML

2011-10-02 03:49:31 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.0.3.522

(obache)

2011-10-02 03:48:59 UTC MAIN commitmail json YAML

Update mikutter to 0.0.3.522.

* fix: icon caches will not be removed.
* fix: rare Segmentation Fault at refreshing TL.

(obache)

2011-10-02 03:44:10 UTC MAIN commitmail json YAML

2011-10-02 03:18:39 UTC MAIN commitmail json YAML

2011-10-02 02:53:48 UTC MAIN commitmail json YAML

1.99    2011-09-29 00:00:00
        - Deprecated direct hash access to the flash in
          Mojolicious::Controller.
        - Added EXPERIMENTAL group function to Mojolicious::Lite.
        - Added EXPERIMENTAL build_frame and parse_frame methods to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server.
        - Added EXPERIMENTAL profile helper.
        - Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
        - Updated WebSocket implementation to ietf-16.
        - Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds.
        - Improved accept performance of all built-in servers by up to 1000%
          with the EV backend.
        - Improved connection_timeout method in Mojo::IOLoop by allowing it
          to be called as a class method.
        - Improved documentation.
        - Improved CSS of some built-in templates.
        - Improved resilience of HTTP parser.
        - Fixed CSS of built-in exception template.
        - Fixed close event bug in Mojo::IOLoop.
        - Fixed small redirect_to bug. (judofyr, sri)
        - Fixed small attribute selector bug in Mojo::DOM::CSS.
        - Fixed small unicode bug in Mojolicious::Plugin::EPRenderer.
        - Fixed a few small route bugs.
        - Fixed Perl 5.8.7 compatibility.
        - Fixed typos.

1.98    2011-09-14 00:00:00
        - Removed Mojo::Server::FastCGI so it can be maintained as a separate
          distribution.
        - Added EXPERIMENTAL mojo_lib_dir and slurp_rel_file methods to
          Mojo::Home.
        - Improved host condition to work in more environments.
        - Improved CSS of all built-in templates.
        - Improved documentation. (rhaen, sri)
        - Improved test command to run tests in alphabetical order.
          (viliampucik)
        - Improved non-blocking resolver by allowing it to be disabled.
        - Improved DATA templates by removing a whitespace requirement.
        - Improved tests.
        - Fixed small name generation bug in Mojolicious::Plugin::Config.
        - Fixed small bug in cookie jar.
        - Fixed small plugin loader bug.
        - Fixed Hypnotoad to clean up lock files.
        - Fixed small bug that caused exceptions to be logged twice.

1.97    2011-09-03 00:00:00
        - Improved unicode handling to be more correct and less forgiving.
        - Fixed typos.

1.96    2011-09-02 00:00:00
        - Updated jQuery to version 1.6.3.
        - Fixed Mojo::IOLoop to ignore SIGPIPE.

1.95    2011-09-01 00:00:00
        - Improved cookie generation slightly. (cosimo, sri)
        - Improved documentation.
        - Fixed Mojo::IOLoop to not ignore SIGPIPE.
        - Fixed typos. (akron)

1.94    2011-08-27 00:00:00
        - Fixed lite_app and plugin generators.
        - Fixed typos.

1.93    2011-08-27 00:00:00
        - Added EXPERIMENTAL support for escaped tags to Mojo::Template.
        - Improved Morbo to ignore dotfiles.
        - Improved documentation.
        - Fixed trimming bug in Mojo::Template.
        - Fixed a few small bugs in Mojo::Template.
        - Fixed small version detection bug in Mojo::Cookie.

1.92    2011-08-26 00:00:00
        - Improved documentation.
        - Fixed quoting bug in Mojo::Cookie.

1.91    2011-08-25 00:00:00
        - Added EXPERIMENTAL support for cloning Mojo::Message::Request
          objects.
        - Improved redirect support in Mojo::UserAgent to be closer to
          commonly used browsers.
        - Improved documentation.

1.90    2011-08-24 00:00:00
        - Improved respond_to to automatically render an empty 204 response
          for unknown formats.
        - Improved render_exception and render_not_found to use the current
          format if available. (alnewkirk)
        - Improved documentation.

1.89    2011-08-23 00:00:00
        - Improved Mojo::Home portability. (omega)
        - Improved documentation.

1.88    2011-08-23 00:00:00
        - Added EXPERIMENTAL split method to Mojo::ByteStream.
        - Improved documentation.
        - Fixed small bug in Mojo::JSON.

1.87    2011-08-23 00:00:00
        - Added EXPERIMENTAL app method to Mojo::Command.
        - Added EXPERIMENTAL t helper to Mojolicious::Plugin::TagHelpers.
        - Made tag helper a little smarter.
        - Made camelize a little smarter.
        - Improved documentation.
        - Fixed small route rendering bug.

1.86    2011-08-21 00:00:00
        - Deprecated camel case command modules and lowercased all the
          built-in ones.
        - Added EXPERIMENTAL support for testing WebSockets with Test::Mojo.
        - Added GET/POST parameter support to respond_to.
        - Made class_to_file slightly smarter.
        - Improved documentation.

1.85    2011-08-20 00:00:00
        - Fixed a url_for bug where captures would be ignored.

1.84    2011-08-19 00:00:00
        - Added EXPERIMENTAL first, reverse, shuffle and sort methods to
          Mojo::Collection.
        - Improved documentation.
        - Fixed small test portablity bug.

1.83    2011-08-19 00:00:00
        - Renamed filter method in Mojo::Collection to grep.
        - Improved documentation.

1.82    2011-08-19 00:00:00
        - Added EXPERIMENTAL filter method to Mojo::Collection.
        - Removed while and until methods from Mojo::Collection.
        - Improved documentation.

1.81    2011-08-19 00:00:00
        - Renamed Mojo::DOM::Collection to Mojo::Collection and added a few
          new methods.
        - Made Mojolicious::Plugins loader quite a bit smarter.
        - Improved documentation.
        - Improved Test::Mojo diagnostics.

1.80    2011-08-17 00:00:00
        - Deprecated Mojolicious::Plugin::EpRenderer in favor of
          Mojolicious::Plugin::EPRenderer.
        - Deprecated Mojolicious::Plugin::EplRenderer in favor of
          Mojolicious::Plugin::EPLRenderer.
        - Deprecated Mojolicious::Plugin::I18n in favor of
          Mojolicious::Plugin::I18N.
        - Deprecated Mojolicious::Plugin::JsonConfig in favor of
          Mojolicious::Plugin::JSONConfig.
        - Deprecated Mojolicious::Plugin::PodRenderer in favor of
          Mojolicious::Plugin::PODRenderer.

1.79    2011-08-17 00:00:00
        - Added support for upper case relative plugin names. (lammel)
        - Improved documentation.

1.78    2011-08-16 00:00:00
        - Added EXPERIMENTAL modules Mojolicious::Command::Cpanify and
          Mojolicious::Command::Generate::Plugin. (sri, yko, tempire)
        - Improved documentation.
        - Fixed "websocket_lite_app.t" to require Perl 5.10+.
        - Fixed small empty cookie bug.
        - Fixed small command bug.

(mspo)

2011-10-02 02:25:42 UTC MAIN commitmail json YAML

As a sleazy hack to get this to build, patch the included gnu getline
(for some reason there are two separate copies of it) to match the
POSIX definition.

Fixing this "right" would be a lot of work and does not seem
worthwhile, especially since this package looks to be more or less
dead upstream and is probably a good candidate for removal.

(dholland)

2011-10-02 01:21:16 UTC MAIN commitmail json YAML

2011-10-02 01:20:55 UTC MAIN commitmail json YAML

2011-10-02 01:11:47 UTC MAIN commitmail json YAML

A patch was lost in 3.2.3 update, this made impossible to open a file
(client complained about O_DIRECTORY being set for a non directory)

(manu)

2011-10-01 22:32:11 UTC MAIN commitmail json YAML

- fix amd64 build (use size_t, not int, with getline)
- provide getline only for older netbsd
- don't install executable man pages

(dholland)

2011-10-01 21:51:45 UTC MAIN commitmail json YAML

2011-10-01 21:42:16 UTC MAIN commitmail json YAML

2011-10-01 20:39:28 UTC MAIN commitmail json YAML

2011-10-01 12:08:55 UTC MAIN commitmail json YAML

patch getline to avoid conflict with new standard getline

(dholland)

2011-10-01 11:49:20 UTC MAIN commitmail json YAML

2011-10-01 11:36:12 UTC MAIN commitmail json YAML

2011-10-01 10:52:14 UTC MAIN commitmail json YAML

2011-10-01 10:00:29 UTC MAIN commitmail json YAML

+ at-spi-2.2.0, atk-2.2.0, calibre-0.8.21, cheese-3.2.0, eog-3.2.0,
  eog-plugins-3.2.0, evince-3.2.0, firefox-7.0, glib2-2.30.0,
  gnome-3.2.0, gnome-games-3.2.0, gnome-keyring-3.2.0,
  gnome-packagekit-3.2.0, gnome-power-manager-3.2.0, libfolks-0.6.3.2,
  libgnomekbd-3.2.0, mkvtoolnix-5.0.0, mousetweaks-3.2.0, nut-17.0,
  p5-Net-SNMP-5.7.1, poppler-0.18.0, powder-116, pulseaudio-1.0,
  quagga-0.99.20, seahorse-2.32.0 [GNOME 2.32], seahorse-3.2.0,
  tellico-2.3.4, thunderbird-7.0, vinagre-3.2.0, vino-3.2.0,
  webkit-gtk-1.6.1, worker-2.18.1, xkeyboard-config-2.4.

(wiz)

2011-10-01 04:33:40 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.22.1

(schmonz)

2011-10-01 04:33:26 UTC MAIN commitmail json YAML

Update to 4.22.1. From the changelog:

- fix BrokenUIDLPOP3Retriever breakage from 4.21.0.  Thanks: Scott Robbins,
"hgolden".

(schmonz)

2011-10-01 03:11:15 UTC MAIN commitmail json YAML

Debian (and therefore Ubuntu) have taken to hiding some libraries
awkwardly, leading to Python 2.6 failing to build.

Python 2.7 builds ok, because it has been taught to deal with this.
This patch retro-fits the 2.7 code into 2.6, and allows 2.6 to build on
Ubuntu 11.04.

Ok'd by wiz@

(dsainty)

2011-09-30 15:27:07 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20110929.

(taca)

2011-09-30 15:26:21 UTC MAIN commitmail json YAML

Update contao210-translations package to 20110929.

Latvian language files are updated.

(taca)

2011-09-30 13:41:33 UTC MAIN commitmail json YAML

Explicitly depend on gettext-lib; use BROKEN_GETTEXT_DETECTION=yes, because configure does not check for -lintl

(adam)

2011-09-30 08:37:25 UTC MAIN commitmail json YAML

Make this build on Mac OS X Lion. Same issue as pkg/45389.
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.7/i386 and 10.7/x86_64 (thanks ryoon@).

(yyamano)

2011-09-30 08:34:26 UTC MAIN commitmail json YAML

Make this build on Mac OS X Lion. Fixes PR pkg/45389.
It is not a leaf package, but the changes affect Mac OS X only.
Test builds on 10.5/i386, 10.6/i386 (thanks tron@), 10.7/i386 and
10.7/x86_64 (thanks ryoon@).

(yyamano)

2011-09-30 08:33:54 UTC MAIN commitmail json YAML

2011-09-30 07:58:29 UTC MAIN commitmail json YAML

2011-09-30 07:56:14 UTC MAIN commitmail json YAML

Apply patches provided by ryoon@ with some modifications to upgrade to
Scala 2.9.1 from 2.8.1. PR pkg/45379

Scala 2.9.0 final

The Scala 2.9.0 codebase includes several additions, notably the new
Parallel Collections, but it also introduces improvements on many
existing features, and contains many bug fixes:

  * Parallel Collections
  * The App Trait
  * The DelayedInit Trait
  * Repl Improvements
  * Scala Runner
  * Java Interop
  * Generalized try-catch-finally
  * New packages: scala.sys and scala.sys.process, which are imported
    from sbt.Process.
  * New methods in collections: collectFirst, maxBy, minBy, span, inits,
    tails, permutations, combinations, subsets
  * AnyRef specialization:

See http://www.scala-lang.org/node/9483 for more details.

Scala 2.9.1 final

The 2.9.1 release of Scala includes many bug fixes and improvements,
in particular to the interpreter: most of the interpreter changes
available in the development mainline have been ported to the 2.9.x
release branch.

See http://www.scala-lang.org/node/10780 for more details.

Note: the interpreter option '-i' may behave incorrectly in this
version. In case you require it, please just add the option
'-Yrepl-sync' to your command line as well.

(yyamano)

2011-09-29 23:30:21 UTC MAIN commitmail json YAML

pkg_delete -R does not remove all leaves.
Fix from Anthony Mallet on tech-pkg.

While here, fix a typo in a comment.

(wiz)

2011-09-29 22:04:32 UTC MAIN commitmail json YAML

Fix build on -current with fuse option turned on (default off).
>From B.ICT A.P. deBROUWER Jr. in PR 45401.

(wiz)

2011-09-29 21:10:33 UTC MAIN commitmail json YAML

2011-09-29 21:00:19 UTC MAIN commitmail json YAML

2011-09-29 20:57:30 UTC MAIN commitmail json YAML

Fix installation for rename of vfs option to mc-vfs.
Bump PKGREVISION since it's default-on.

(wiz)

2011-09-29 20:48:19 UTC MAIN commitmail json YAML

for the time being, force using pkgsrc flex for all NetBSD variants

(spz)

2011-09-29 20:46:59 UTC MAIN commitmail json YAML

Remove -Werror so this builds on -current.
While here, fix some pkglint warnings and set LICENSE.

(wiz)

2011-09-29 20:33:28 UTC MAIN commitmail json YAML

Updated www/gallery2 to 2.3.1nb2

(wiz)

2011-09-29 20:33:17 UTC MAIN commitmail json YAML

2011-09-29 20:24:16 UTC MAIN commitmail json YAML

Remove -Werror from compilation flags to fix build on NetBSD-current.

(wiz)

2011-09-29 20:22:26 UTC MAIN commitmail json YAML

2011-09-29 20:14:46 UTC MAIN commitmail json YAML

Remove -Werror from flags to make this build.

(wiz)

2011-09-29 19:46:27 UTC MAIN commitmail json YAML

Add pkg-config to tools, seems to be needed (according to
bulk build logs provided by joerg.

(wiz)

2011-09-29 19:31:59 UTC MAIN commitmail json YAML

Revert to previous way of specifying docbook-{xml,xsl} dependencies.
buildlink was causing a work-directory path to remain in the installed
package.

(markd)

2011-09-29 19:27:06 UTC MAIN commitmail json YAML

Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATH
Needed to properly detect and set the paths of some installed packages
that fall outside the buildlink framework.

(markd)

2011-09-29 19:15:09 UTC MAIN commitmail json YAML

Add a NetBSD-specific message pointing to the instructions that describe
how to run the NetBSD test suite using Kyua.

(jmmv)

2011-09-29 18:25:13 UTC MAIN commitmail json YAML

2011-09-29 18:20:13 UTC MAIN commitmail json YAML

Fix build on NetBSD-current by renaming getline() to get_line().

(wiz)

2011-09-29 18:00:57 UTC MAIN commitmail json YAML

Add pkg-config for gtk2 detection to address bulk build failure.
Untested since I can't build a dependency.

(wiz)

2011-09-29 16:53:14 UTC MAIN commitmail json YAML

Build this package with "-march=i486" on IA32 systems if GCC is used as
the compiler. This is necessary to get supported for atomatic operations.

This should fix PR pkg/45406 by Greg Oster.

(tron)

2011-09-29 14:46:22 UTC MAIN commitmail json YAML

GC redundant PKG_DESTDIR_SUPPORT.

(joerg)

2011-09-29 14:09:11 UTC MAIN commitmail json YAML

Disable using perl and pkg-config as host tools for the upcoming branch.
Will be properly fixed and reenabled after the freeze ends.

(hans)

2011-09-29 14:00:39 UTC MAIN commitmail json YAML

Updated net/rabbitmq to 2.6.1.

Various pkgsrc fixes:

- Fix mangled PLIST from the previous commit.
- Depend on coreutils for readlink, which is used in rabbitmq-env.
- Depend on bash, which is assumed throughout the scripts.
- Make sure the shell is passed properly to make/install targets.
- Fix Python usage (add Python 2.7) and clean up other bits.

RabbitMQ changelog:

2.6.1 bug fixes
- The broker failed to (re)start on reboot on systems that keep
  /var/run on a temporary file systems, e.g. Ubuntu.
- The Windows service failed to increase the Erlang process limit,
  limiting the broker to a few thousand queues, connections and
  channels.

2.6.0 bug fixes
- Upgrading from RabbitMQ 2.1.1 to any later release could break if
  there were durable queues with persistent messages present.
- On very slow machines, starting rabbit via the supplied init scripts
  could fail with a timeout.
- Rabbit could fail to stop (when asked to do so) in the presence of
  some plug-ins (e.g. shovel).
- 'ram' nodes in a cluster could consume ever increasing amounts of
  disk space.
- The presence of fast consumers on a queue could significantly delay
  the addition of new consumers.
- When a client was issuing a tx.commit in one channel, and
  simultaneously, in another channel, deleted a durable queue with
  persistent messages involved in that tx, rabbit could terminate with
  an error.
- When a client was using both basic.qos and channel.flow, the latter
  would fail to re-enable message flow.
- When using 'confirm' mode, the deletion of queues could cause nacks
  to be issued (incorrectly).
- In extremely rare circumstances (never observed in the wild), a
  queue with a per-queue message ttl could break during sudden changes
  in rabbit memory usage.

2.6.0 enhancements
- Introduce active-active HA, with queues getting mirrored on nodes in
  a cluster. See http://www.rabbitmq.com/ha.html.
- Revamp the handling of AMQP's tx (transaction) class and clarify its
  behaviour See http://www.rabbitmq.com/specification.html#tx.
- Replace the 'administrator' flag, as used by the management plugin,
  with a more general 'user tags' mechanism. See
  http://www.rabbitmq.com/man/rabbitmqctl.1.man.html#set_user_tags.
- Do not require 'configure' permissions for passive queue/exchange
  declaration.
- Optimise of message delivery on channels with a basic.qos
  prefetch limit that are consuming from many queues.
- In 'rabbitmqctl list_channels', do not show the tx mode by default.
- When a cluster 'degrades' to only containing ram nodes - through
  'rabbitmqctl' actions or node failure - display/log a warning.
- Eliminate some spurious errors from the sasl log.

(fhajny)

2011-09-29 12:53:58 UTC MAIN commitmail json YAML

Remove Python 2.3 from the list of supported versions

(joerg)

2011-09-29 12:50:24 UTC MAIN commitmail json YAML

Fix build.
* Use font framework.
* Install fonts manually.

(ryoon)

2011-09-29 12:19:48 UTC MAIN commitmail json YAML

Fixes shebang for bin/dbicdeploy

(obache)

2011-09-29 12:14:36 UTC MAIN commitmail json YAML

xvidtune, xdm3d, swill

(dholland)

2011-09-29 11:51:32 UTC MAIN commitmail json YAML

doesn't work with python24. (could be patched)

(dholland)

2011-09-29 11:32:53 UTC MAIN commitmail json YAML

2011-09-29 11:27:07 UTC MAIN commitmail json YAML

Fix MAKE_JOBS build with a strategic .WAIT. While here, fix a broken
printf format and bump PKGREVISION for that.

(dholland)

2011-09-29 11:12:53 UTC MAIN commitmail json YAML

This package tries to avoid installing the docs for the subdirs of
wml/wml_common. Don't ask me why; however, make it do so correctly.
Otherwise it breaks trying to chmod nothing.

Fixes build with recent (or maybe not so recent, dunno how long this
has been broken) perl.

(dholland)

2011-09-29 11:07:28 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-Sybase to 1.13

(obache)

2011-09-29 11:07:10 UTC MAIN commitmail json YAML

Update p5-DBD-Sybase to 1.13, to buildable with perl-5.14.

Release 1.13

    Fix for incorrect UTF8 handling when retrieving UNICODE data (Jean-Pierre Rupp).

Release 1.12

    Bug/Typo/Compatibility fixes with various versions of OpenClient.
    Experimental: Handle in/out parameters (Merijn Broeren)

Release 1.11

    Remove reliance on PERL_POLLUTE.
    Add better support for utf8 (Dave Rolsky)

Release 1.10

    Handle 15.x datatypes correctly.
    Add LONGMS date format symbol to handle microseconds for bigdatetime.
    Add support for CS_LONGCHAR_TYPE (Mark Aufflick)
    Document syb_isdead().
    Handle 64bit builds with FreeTDS (Ian Grant/Hans Kristian Rosbach)
    Add foreign_key_info & statistics_info (Jim Radford)
    Change behavior of large fixed precision numeric types (money, bigint)
    to be converted to a string internally and returned as such to the caller
    (behavior similar to numeric/decimal). This can be reverted to the old behavior
    by defining SYB_NATIVE_NUM.

(obache)

2011-09-29 09:37:32 UTC MAIN commitmail json YAML

Updated devel/p5-TryCatch to 1.003000

(obache)

2011-09-29 09:37:16 UTC MAIN commitmail json YAML

Update p5-TryCatch to 1.003000, fixes compatibility with perl>=5.12.

Version history for TryCatch perl module:

1.003000 - 2010/10/13
  - Fix issues with perl 5.12 (finally!)

(obache)

2011-09-29 09:10:42 UTC MAIN commitmail json YAML

Override bad imake settings on NetBSD:
  - HasSecureRPC is incorrectly set to YES by native X; set to NO.
  - HasSetUserContext defaults to NO in both native and pkgsrc X;
    set to YES.

While here fix missing <pwd.h> that was causing link-time warnings,
so bump PKGREVISION to 3.

(dholland)

2011-09-29 08:54:06 UTC MAIN commitmail json YAML

Updated devel/p5-Scope-Upper to 0.16

(obache)

2011-09-29 08:53:30 UTC MAIN commitmail json YAML

Update p5-Scope-Upper to 0.16, for compatibility with perl-5.14.

Revision history for Scope-Upper

0.16    2011-09-03 23:00 UTC
        + Add : uplevel($code, @args, $cxt) executes $code with arguments @args
                in the upper context pointed by $cxt.
                This is an XS version of the well-known uplevel() routine from
                Sub::Uplevel. There are a few differences between both
                implmentations that are listed in the documentation.
                The XS version is roughly 10 times faster than the pure-Perl
                version.

0.15    2011-08-24 14:20 UTC
        + Fix : Localizing subroutines in an higher scope will now correctly
                update the method cache.

0.14    2011-02-27 00:00 UTC
        + Fix : [RT #64997] : Compatibility with perl 5.13.10.
                Thanks Dave Mitchell for the notice.
        + Tst : Lengthy tests have been ported to Test::Leaner, making the
                whole test suite about 50% faster.

0.13    2010-12-20 01:00 UTC
        + Fix : [RT #61904] : Stack corruption when using unwind() under
                Devel::NYTProf.
                Thanks Sergey Aleynikov for contributing a fix.
        + Fix : [RT #63378] : Compatibility with perl 5.13.8.
                Thanks Andreas J. Kæ—¦nig for bisecting the issue.
        + Tst : Threads tests are now only run on perl 5.13.4 and higher.
                They could segfault randomly because of what seems to be an
                internal bug of Perl, which has been addressed in 5.13.4.
                There is also an environment variable that allows you to
                forcefully run those tests, but it should be set only for
                author testing and not for end users.

(obache)

2011-09-29 08:35:18 UTC MAIN commitmail json YAML

conditional EGG_FILE installation, fixes for python24.

(obache)

2011-09-29 08:24:42 UTC MAIN commitmail json YAML

Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.

(dholland)

2011-09-29 08:21:38 UTC MAIN commitmail json YAML

Override appdefaultdir inherited from pkg-config, so that e.g. with
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.

While here, fix depends using verifypc. PKGREVISION -> 1.

(dholland)

2011-09-29 07:48:30 UTC MAIN commitmail json YAML

2011-09-29 07:47:56 UTC MAIN commitmail json YAML

Since rmind cleaned up sys/fd_set.h last winter, sys/types.h no longer
exposes howmany(). This is generally a good thing, but as a result
libxview fails to find it, so it turns up as a missing external
function instead. Due to the wonders of ELF libs, combined with help
from imake, this results in a broken libxview that nothing else can
successfully link with. So, patch it up. PKGREVISION -> 9.

(dholland)

2011-09-29 07:18:24 UTC MAIN commitmail json YAML

Updated lang/perl5 to 5.14.2

(adam)

2011-09-29 07:17:27 UTC MAIN commitmail json YAML

Changes 5.14.2:
* File::Glob::bsd_glob() memory error with GLOB_ALTDIRFUNC (CVE-2011-2728).
* Encode decode_xs n-byte heap-overflow (CVE-2011-2939)

(adam)

2011-09-29 07:05:51 UTC MAIN commitmail json YAML

2011-09-28 19:54:07 UTC MAIN commitmail json YAML

Note dependency on php.  Bump PKGREVISION.

(markd)

2011-09-28 19:31:10 UTC MAIN commitmail json YAML

Fix setup of g95 as PKGSRC_FORTRAN for fortran77 packages.

(markd)

2011-09-28 18:17:25 UTC MAIN commitmail json YAML

Joerg pointed out that syslog-ng-${VER} is ${PKGNAME_NOREV}, so use
the later. No functionnal change.

(bouyer)

2011-09-28 13:17:44 UTC MAIN commitmail json YAML

2011-09-28 13:17:28 UTC MAIN commitmail json YAML

Update p5-FCGI to 0.74.

Version 0.74 --  24 Sep 2011 <rafl@debian.org>
  o Stop leaking information across requests when using the deprecated
    and undocumented old FCGI interface. This is CVE-2011-2766.
  o Only discard input stream if FCGI_KEEP_CONN is set in
    FCGI_BeginRequestBody flags.

(obache)

2011-09-28 06:36:58 UTC MAIN commitmail json YAML

2011-09-28 06:34:44 UTC MAIN commitmail json YAML

Drop pspell module, it requires PHP 5.3.

(joerg)

2011-09-28 05:34:19 UTC MAIN commitmail json YAML

Updated graphics/png to 1.5.5

(wiz)

2011-09-28 05:34:09 UTC MAIN commitmail json YAML

Update to 1.5.5 to fix CVE-2011-3328, requested by tron.

Version 1.5.5beta01 [July 13, 2011]
  Fixed some typos and made other minor changes in the manual.
  Updated contrib/pngminus/makefile.std (Samuli Souminen)

Version 1.5.5beta02 [July 14, 2011]
  Revised Makefile.am and Makefile.in to look in the right directory for
    pnglibconf.h.prebuilt

Version 1.5.5beta03 [July 27, 2011]
  Enabled compilation with g++ compiler.  This compiler does not recognize
    the file extension, so it always compiles with C++ rules.  Made minor
    changes to pngrutil.c to cast results where C++ expects it but C does not.
  Minor editing of libpng.3 and libpng-manual.txt.

Version 1.5.5beta04 [July 29, 2011]
  Revised CMakeLists.txt (Clifford Yapp)
  Updated commentary about the png_rgb_to_gray() default coefficients
    in the manual and in pngrtran.c

Version 1.5.5beta05 [August 17, 2011]
  Prevent unexpected API exports from non-libpng DLLs on Windows.  The "_DLL"
    is removed from the test of whether a DLL is being built (this erroneously
    caused the libpng APIs to be marked as DLL exports in static builds under
    Microsoft Visual Studio).  Almost all of the libpng building configuration
    is moved from pngconf.h to pngpriv.h, but PNG_DLL_EXPORT remains in
    pngconf.h, though, so that it is colocated with the import definition (it
    is no longer used anywhere in the installed headers).  The VStudio project
    definitions have been cleaned up: "_USRDLL" has been removed from the
    static library builds (this was incorrect), and PNG_USE_DLL has been added
    to pngvalid to test the functionality (pngtest does not supply it,
    deliberately).  The spurious "_EXPORTS" has been removed from the
    libpng build (all these errors were a result of copy/paste between project
    configurations.)
  Added new types and internal functions for CIE RGB end point handling to
    pngpriv.h (functions yet to be implemented).

Version 1.5.5beta06 [August 26, 2011]
  Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt
    (Clifford Yap)
  Fixes to rgb_to_gray and cHRM XYZ APIs (John Bowler):
    The rgb_to_gray code had errors when combined with gamma correction.
    Some pixels were treated as true grey when they weren't and such pixels
    and true grey ones were not gamma corrected (the original value of the
    red component was used instead).  APIs to get and set cHRM using color
    space end points have been added and the rgb_to_gray code that defaults
    based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
    VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected.
  A considerable number of tests has been added to pngvalid for the
    rgb_to_gray transform.
  Arithmetic errors in rgb_to_gray whereby the calculated gray value was
    truncated to the bit depth rather than rounded have been fixed except in
    the 8-bit non-gamma-corrected case (where consistency seems more important
    than correctness.)  The code still has considerable inaccuracies in the
    8-bit case because 8-bit linear arithmetic is used.

Version 1.5.5beta07 [September 7, 2011]
  Added "$(ARCH)" option to makefile.darwin
  Added SunOS support to configure.ac and Makefile.am
  Changed png_chunk_benign_error() to png_warning() in png.c, in
    png_XYZ_from_xy_checked().

Version 1.5.5beta08 [September 10, 2011]
  Fixed 64-bit compilation errors (gcc). The errors fixed relate
    to conditions where types that are 32 bits in the GCC 32-bit
    world (uLong and png_size_t) become 64 bits in the 64-bit
    world.  This produces potential truncation errors that the
    compiler correctly flags.
  Relocated new HAVE_SOLARIS_LD definition in configure.ac
  Constant changes for 64-bit compatibility (removal of L suffixes). The
    16-bit cases still use "L" as we don't have a 16-bit test system.

Version 1.5.5rc01 [September 17, 2011]
  Removed "L" suffixes from constants in pngpriv.h

Version 1.5.5 [September 22, 2011]
  No changes.

(wiz)

2011-09-27 19:54:48 UTC MAIN commitmail json YAML

Add allegro-4.4.2

(ryoon)

2011-09-27 16:27:07 UTC MAIN commitmail json YAML

Ops, can't use ${PKGNAME} as WRKSRC when PKGREVISION is not empty

(bouyer)

2011-09-27 16:22:04 UTC MAIN commitmail json YAML

Updated sysutils/syslog-ng to 3.2.4nb1

(bouyer)

2011-09-27 16:21:23 UTC MAIN commitmail json YAML

Honnour ${VARBASE} for localstatedir and pid file.
Bump PKGREVISION.

(bouyer)

2011-09-27 15:12:37 UTC MAIN commitmail json YAML

Fix build for Solaris x86 with older gcc per PR#42865

(tez)

2011-09-27 14:48:07 UTC MAIN commitmail json YAML

+ dillo-3.0.1, feh-1.16.2, ffmpeg-20110925.0.7.5, file-5.09,
  gbrainy-2.03, gobject-introspection-1.30.0, gtk3-3.2.0, imp-5.0.13,
  john-1.7.8jumbo7, kronolith-3.0.10, lftp-4.3.2, libebml-1.2.2,
  libfolks-0.6.3.1, libmatroska-1.3.0, libraw-0.14.0,
  modular-xorg-server-1.11.1, py-urwid-1.0.0, quagga-0.99.19,
  rsync-3.0.9, scmgit-base-1.7.6.4, scmgit-docs-1.7.6.4, turba-3.0.9,
  vigra-1.8.0, wine-devel-1.3.29, x264-devel-20110924, xdm-1.1.11,
  xorp-1.8.4, zile-2.4.1.

(wiz)

2011-09-27 12:45:02 UTC MAIN commitmail json YAML

2011-09-27 12:43:21 UTC MAIN commitmail json YAML

2011-09-27 11:11:00 UTC MAIN commitmail json YAML

Updated postgresql packages

(adam)

2011-09-27 11:04:50 UTC MAIN commitmail json YAML

Changes 9.1.1:
* Make pg_options_to_table return NULL for an option with no value
* Fix memory leak at end of a GiST index scan
* Fix explicit reference to pg_temp schema in "CREATE TEMPORARY TABLE"

(adam)

2011-09-27 11:04:42 UTC MAIN commitmail json YAML

Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER"
  on a system catalog
* Fix incorrect order of operations during sinval reset processing,
  and ensure that TOAST OIDs are preserved in system catalogs
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Make pg_options_to_table return NULL for an option with no value
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Protect pg_stat_reset_shared() against NULL input
* Fix possible failure when a recovery conflict deadlock is detected
  within a sub-transaction
* Avoid spurious conflicts while recycling btree index pages during
  hot standby
* Shut down WAL receiver if it's still running at end of recovery
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix memory leak when encoding conversion has to be done on incoming
  command strings and "LISTEN" is active
* Fix incorrect memory accounting (leading to possible memory bloat)
  in tuplestores supporting holdable cursors and plpgsql's RETURN
  NEXT command
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist
* more...

(adam)

2011-09-27 11:04:30 UTC MAIN commitmail json YAML

Changes 8.4.9:
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Make pg_options_to_table return NULL for an option with no value
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Prevent intermittent hang in interactions of startup process with
  bgwriter process
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix incorrect memory accounting (leading to possible memory bloat)
  in tuplestores supporting holdable cursors and plpgsql's RETURN
  NEXT command
* Fix performance problem when constructing a large, lossy bitmap
* Fix join selectivity estimation for unique columns
* Fix nested PlaceHolderVar expressions that appear only in
  sub-select target lists
* Allow nested EXISTS queries to be optimized properly
* Fix array- and path-creating functions to ensure padding bytes are zeroes
* Fix "EXPLAIN" to handle gating Result nodes within inner-indexscan subplans
* Work around gcc 4.6.0 bug that breaks WAL replay
* Fix dump bug for VALUES in a view
* Disallow SELECT FOR UPDATE/SHARE on sequences
  This operation doesn't work as expected and can lead to failures.
* Fix "VACUUM" so that it always updates pg_class.reltuples/relpages
* more...

(adam)

2011-09-27 11:04:21 UTC MAIN commitmail json YAML

Changes 8.3.16:
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix performance problem when constructing a large, lossy bitmap
* Fix array- and path-creating functions to ensure padding bytes are zeroes
* Work around gcc 4.6.0 bug that breaks WAL replay
* Fix dump bug for VALUES in a view
* Disallow SELECT FOR UPDATE/SHARE on sequences
  This operation doesn't work as expected and can lead to failures.
* Defend against integer overflow when computing size of a hash table
* Fix cases where "CLUSTER" might attempt to access already-removed
  TOAST data
* Fix portability bugs in use of credentials control messages for
  "peer" authentication
* Fix SSPI login when multiple roundtrips are required
* Fix typo in pg_srand48 seed initialization
* Avoid integer overflow when the sum of LIMIT and OFFSET values
  exceeds 2^63
* Add overflow checks to int4 and int8 versions of generate_series()
* Fix trailing-zero removal in to_char()
* Fix pg_size_pretty() to avoid overflow for inputs close to 2^63
* In pg_ctl, support silent mode for service registrations on Windows
* Fix psql's counting of script file line numbers during COPY from a
  different file
* more...

(adam)

2011-09-27 11:04:00 UTC MAIN commitmail json YAML

Changes 8.3.16:
* Fix bugs in indexing of in-doubt HOT-updated tuples
* Fix multiple bugs in GiST index page split processing
* Fix possible buffer overrun in tsvector_concat()
* Fix crash in xml_recv when processing a "standalone" parameter
* Avoid possibly accessing off the end of memory in "ANALYZE" and in
  SJIS-2004 encoding conversion
* Fix race condition in relcache init file invalidation
* Fix memory leak at end of a GiST index scan
* Fix performance problem when constructing a large, lossy bitmap
* Fix array- and path-creating functions to ensure padding bytes are zeroes
* Work around gcc 4.6.0 bug that breaks WAL replay
* Fix dump bug for VALUES in a view
* Disallow SELECT FOR UPDATE/SHARE on sequences
  This operation doesn't work as expected and can lead to failures.
* Defend against integer overflow when computing size of a hash table
* Fix cases where "CLUSTER" might attempt to access already-removed
  TOAST data
* Fix portability bugs in use of credentials control messages for
  "peer" authentication
* Fix SSPI login when multiple roundtrips are required
* Fix typo in pg_srand48 seed initialization
* Avoid integer overflow when the sum of LIMIT and OFFSET values
  exceeds 2^63
* Add overflow checks to int4 and int8 versions of generate_series()
* Fix trailing-zero removal in to_char()
* Fix pg_size_pretty() to avoid overflow for inputs close to 2^63
* In pg_ctl, support silent mode for service registrations on Windows
* Fix psql's counting of script file line numbers during COPY from a
  different file
* more...

(adam)

2011-09-27 10:48:21 UTC MAIN commitmail json YAML

Use buildlink3.mk files for the dependencies on docbook-xml and
docbook-xsl to fix build with latest cmake infrastructure.

Also fix locating rgb.txt.

(markd)

2011-09-27 10:44:17 UTC MAIN commitmail json YAML

2011-09-27 10:43:33 UTC MAIN commitmail json YAML

2011-09-27 07:26:01 UTC MAIN commitmail json YAML

2011-09-27 07:25:05 UTC MAIN commitmail json YAML

2011-09-27 07:24:54 UTC MAIN commitmail json YAML

2011-09-27 07:24:46 UTC MAIN commitmail json YAML

2011-09-26 21:49:29 UTC MAIN commitmail json YAML

+ mathomatic-15.6.5, p5-FCGI-0.74 [CVE-2011-2766], png-1.5.5 [CVE-2011-3328].

(taca)

2011-09-26 20:05:32 UTC MAIN commitmail json YAML

Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.

(ryoon)

2011-09-26 20:04:00 UTC MAIN commitmail json YAML

Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.

(ryoon)

2011-09-26 19:36:54 UTC MAIN commitmail json YAML

Fix PR pkg/45404.
  Add dependency to math/R-car.
  Fix build.

(ryoon)

2011-09-26 19:35:35 UTC MAIN commitmail json YAML

Added math/R-car version 2.0.11

(ryoon)

2011-09-26 19:34:11 UTC MAIN commitmail json YAML

2011-09-26 19:33:02 UTC MAIN commitmail json YAML

Import R-car-2.0.11 as math/R-car

This package accompanies J. Fox and S. Weisberg, An R Companion to
Applied Regression, Second Edition, Sage, 2011.

Used by math/R-Rcmdr.
OKed by wiz@.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-09-26 19:24:11 UTC MAIN commitmail json YAML

Fix build on Linux.
  Add OSTYPE=${LOWER_OPSYS} to MAKE_FLAGS.
  See 0readme_38.txt in distfile.

Tested on Gentoo Linux, NetBSD/i386 5.1, NetBSD/i386 5.99.55.

(ryoon)

2011-09-26 14:06:53 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.22.0

(schmonz)

2011-09-26 14:06:30 UTC MAIN commitmail json YAML

Update to 4.22.0. From the changelog:

-when retriever supports multiple mail folders (IMAP), store oldmail data for
each folder separately, preventing problems in some cases when using multiple
rc files with the same account.  Thanks: Jesse Schobben.

While here, add a patch comment to quell pkglint.

(schmonz)

2011-09-26 13:06:52 UTC MAIN commitmail json YAML

Fix PLIST in the jce + amd64 case

(abs)

2011-09-26 12:46:29 UTC MAIN commitmail json YAML

Mention that -x also searches in /usr/X11R7. Noted by jmc@openbsd. Bump date.

(wiz)

2011-09-26 01:31:03 UTC MAIN commitmail json YAML

require Digest::SHA1 to build.

(obache)

2011-09-25 20:52:41 UTC MAIN commitmail json YAML

2011-09-25 20:11:11 UTC MAIN commitmail json YAML

2011-09-25 20:10:34 UTC MAIN commitmail json YAML

py-uwsgi 0.9.8.6

(joerg)

2011-09-25 20:09:00 UTC MAIN commitmail json YAML

uwsgi-0.9.8.6:

- fixed python --optimize
- moved old -j option to -J
- fixed threading in python-dbg
- fixed --manage-script-name
- make easy_install happy

uwsgi-0.9.8.5:
- fixed compatibility with multi app 0.9.6 syntax

(joerg)

2011-09-25 19:55:05 UTC MAIN commitmail json YAML

Reenable deprecated APIs

(joerg)

2011-09-25 19:53:55 UTC MAIN commitmail json YAML

2011-09-25 19:53:07 UTC MAIN commitmail json YAML

2011-09-25 19:52:31 UTC MAIN commitmail json YAML

2011-09-25 19:51:47 UTC MAIN commitmail json YAML

Fix a bug in the multi-version logic exposed by packages supporting only
Ruby 1.8. The multi-version logic was skipped for an attribute, if there
was only entry in the parameter list. This is wrong, if this entry is
not the default version for this attribute. Adjust.

Tested by comparing the resulting packages for a scan with and without
this change.

(joerg)

2011-09-25 19:49:25 UTC MAIN commitmail json YAML

Make sure user/group creation actually works by applying consistent
spelling of the variables

(joerg)

2011-09-25 19:48:49 UTC MAIN commitmail json YAML

Help finding glibmm's docutils

(joerg)

2011-09-25 19:47:38 UTC MAIN commitmail json YAML

2011-09-25 19:46:21 UTC MAIN commitmail json YAML

2011-09-25 19:45:18 UTC MAIN commitmail json YAML

Resolve conflict with pipe2(2)

(joerg)

2011-09-25 19:44:09 UTC MAIN commitmail json YAML

2011-09-25 19:41:38 UTC MAIN commitmail json YAML

Fix interpreter checks

(joerg)

2011-09-25 19:41:11 UTC MAIN commitmail json YAML

2011-09-25 19:40:28 UTC MAIN commitmail json YAML

2011-09-25 19:07:48 UTC MAIN commitmail json YAML

Really depend on gcrypt explicitly

(joerg)

2011-09-25 14:33:10 UTC MAIN commitmail json YAML

Replace `find -not` with `find !` to fix build on NetBSD.

(schmonz)

2011-09-25 14:15:01 UTC MAIN commitmail json YAML

Note update of F-PROT Antivirus packages to 6.1.0:

security/f-prot-antivirus6-ws-bin
security/f-prot-antivirus6-fs-bin
security/f-prot-antivirus6-ms-bin

(taca)

2011-09-25 14:13:49 UTC MAIN commitmail json YAML

Update F-PROT Antivirus 6.1.0:

f-prot-antivirus6-ws-bin
f-prot-antivirus6-fs-bin
f-prot-antivirus6-ms-bin

pkgsrc change:

* Now binary of F-PROT Antivirus are built on NetBSD 4, previously it 2.
  And it works on not only i386 but also amd64 netbsd32 compat.

>From CHANGES:

* Scan engine upgraded from 4.5.1 to 4.6.2 with improved detection rates and
  fewer false positives.
* Fixes and clarification in documentatioon.
* New switches introduced in fpscan.
* Bugfix in fpscand resolves some rare issues on OpenBSD.
* Bugfix in fpupdate resolves compatibility issues on some Linux distros.
* Bugfix in fp-milter resolves issues on BSDs.
* Bugfix in fp.so resolves some issues on multiple platforms.
* Bugfix on fpupdate for AIX resolves an rare issue.
* Minor fixes to scan-mail.pl to improve filehandling.
* Minor improvements in the installer.
* Startup scripts improved for several platforms.

(taca)

2011-09-25 14:00:10 UTC MAIN commitmail json YAML

2011-09-25 13:58:32 UTC MAIN commitmail json YAML

install the rest of the files from site as config files also (these are
the filter scripts); this closes PR pkg/44507

(spz)

2011-09-25 13:52:26 UTC MAIN commitmail json YAML

Add workaround for fix build on NetBSD 5.99.55.
It seems behaviout of flex 2.5.35 had been changed from flex 2.5.4.

Tested on NetBSD/i386 5.99.55, NetBSD/i386 5.1, and DragonFly/i386 2.10.1.

(ryoon)

2011-09-25 08:53:54 UTC MAIN commitmail json YAML

Updated www/apache-tomcat55 to 5.5.34

(obache)

2011-09-25 08:53:37 UTC MAIN commitmail json YAML

Update apache-tomcat55 to 5.5.34.

General
* Update Tomcat-Native to 1.1.22. (jim)
* Fix CVE-2011-2729. Update to Commons Daemon 1.0.7. (markt)
* 33262: When using the Windows installer, the monitor is now auto-started for
  the current user rather than all users to be consistent with menu item
  creation. (markt)
* 40510: Provide an option within the Windows installer to create menu entries
  for the current user or all users. (markt)
* 50949: Add the ability to specify the AJP port and the shutdown port when
  using the Windows installer. (markt)
* 51135: Fix auto-detection of JAVA_HOME for 64-bit Windows platforms that only
  have a 32-bit JVM installed when using the Windows installer. (markt)

Catalina
* 27988: Improve reporting of missing files. (markt)
* 28852: Add URL encoding where missing to parameters in URLs presented by Ant
  tasks to the Manager application. Based on a patch by Stephane Bailliez.
  (mark)
* 41179: Return 404 rather than 400 for requests to the ROOT context when no
  ROOT context has been deployed. (markt)
* 50189: Once the application has finished writing to the response, prevent
  further reads from the request since this causes various problems in the
  connectors which do not expect this. (markt)
* Fix CVE-2011-2204. Prevent user passwords appearing in log files if a
  runtime exception (e.g. OOME) occurs while creating a new user for a
  MemoryUserDatabase via JMX. (markt)
* 51042: Don't trigger session creation listeners when a session ID is changed
  as part of the authentication process. (markt)
* 51324: Improve handling of exceptions when flushing the response buffer to
  ensure that the doFlush flag does not get stuck in the enabled state. Patch
  provided by Jeremy Norris. (kkolinko)
* 51403: Avoid NullPointerException in JULI FileHandler if formatter is
  misconfigured. (kkolinko)
* 51473: Fix concatenation of values in SecurityConfig.setSecurityProperty()
  when the value provided by JRE is null. (kkolinko)
* 51550: Internal errors in Tomcat components that process requests before they
  are passed to a web application, such as Authenticators, now return a 500
  response rather than a 200 response. (markt)
* Add additional configuration options to the DIGEST authenticator. (markt)

Coyote
* Fix CVE-2011-2526. Protect against crashes (HTTP APR) if sendfile is
  configured to send more data than is available in the file. (markt)
* 50394: Return -1 from read operation instead of throwing an exception when
  encountering an EOF with the HTTP APR connector. (kkolinko)
* 50744: Skip the SSL configuration check on platforms where an unbounded
  socket cannot be created. (kkolinko)
* 51073: Throw an exception and do not start the APR connector if it is
  configured for SSL and an invalid value is provided for SSLProtocol. (markt)
* 51698: Fix CVE-2011-3190. Prevent AJP message injection. (markt)

Jasper
* 36362: Handle the case where tag file attributes (which can use any valid XML
  name) have a name which is not a Java identifier. (markt)
* Fix possible threading issue in JSP compilation when development mode is
  enabled. (markt)

Cluster
* 48717: Ensure session activation events are fired. (markt)
* 50771: Ensure HttpServletRequest#getAuthType() returns the name of the
  authentication scheme if request has already been authenticated. (kfujino)
* 51647: Fix session replication when a session attribute is a Java dynamic
  proxy. Based on a patch by Tomasz Skutnik. (markt)

Webapps
* 41498: Add the allRolesMode attribute to the Realm configuration page in the
  documentation web application. (markt)
*  Configure Security Manager How-To to include a copy of the actual
    conf/catalina.policy file when the documentation is built, rather than
    maintaining a copy of its content. (kkolinko)
* 48997: Fixed some typos and improve cross-referencing to the HTTP Connector
  and APR documentation with the SSL How-To page of the documentation web
  application. (markt)

Other
* Align jpda settings in catalina.bat with catalina.sh, tc6.0.x, tc7.0.x and
  trunk. (markt)
* Clarify error messages in *.sh files to mention that if a script is not found
  it might be because execute permission is needed. (kkolinko)

(obache)

2011-09-24 22:33:42 UTC MAIN commitmail json YAML

Note update of the "mediatomb" package to version 0.12.1nb5.

(tron)

2011-09-24 22:33:25 UTC MAIN commitmail json YAML

Adapt Rene Hexel's patch for "pupnp" to make this build under NetBSD
and FreeBSD with the "lwres" library. This allows us to remove the
problematic dependence on the "bind97" package. Fix suggested by
OBATA Akio on the "tech-pkg" mailing list.

Approved by Thomas Klausner.

(tron)

2011-09-24 19:55:24 UTC MAIN commitmail json YAML

2011-09-24 19:32:49 UTC MAIN commitmail json YAML

Redo patch for ctype.h changes on NetBSD. The previous patch could
result e.g. in intmax_t getting defined only in namespace std and broke
the festival build.

(joerg)

2011-09-24 19:31:09 UTC MAIN commitmail json YAML

Add missing include for strcmp.

(joerg)

2011-09-24 19:30:40 UTC MAIN commitmail json YAML

Uses chown during install phase, so ensure that the user/group exists
for destdir operation

(joerg)

2011-09-24 16:53:56 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.21.0

(schmonz)

2011-09-24 16:53:26 UTC MAIN commitmail json YAML

Update to 4.21.0. From the changelog:

-automatically open IMAP folders read-only if neither the delete nor
delete_after options are in use; necessary to access chatlogs via Gmail.
Thanks: Daniel M. Drucker.
-avoid sorting msgids on each retrieval, reducing overhead when dealing with
folders containing thousands of messages.  Thanks: Daniel Koukola.

(schmonz)

2011-09-24 16:20:57 UTC MAIN commitmail json YAML

security fixes (two of three) for a leaf package
Upstream changelog:

Catalina
--------

add Allow to search the virtual paths before the webapp or after it.
(rjung)
fix 27988: Improve reporting of missing files. (markt)
fix 28852: Add URL encoding where missing to parameters in URLs
presented by Ant tasks to the Manager application.
Based on a patch by Stephane Bailliez. (markt)
add 46252: Allow to specify character set to be used to write
the access log in AccessLogValve. (kkolinko)
add 48863: Provide an warning if there is a problem with a class
path entry but use debug level logging if it is expected due
to catalina home/base split. (kkolinko)
add 49180: Add an option to disable file rotation in JULI FileHandler.
(kkolinko)
fix 50189: Once the application has finished writing to the response,
prevent further reads from the request since this causes various
problems in the connectors which do not expect this. (markt)
fix 50700: Ensure that the override attribute of context parameters
is correctly followed. (markt)
fix 50734: Return 404 rather than 400 for requests to the ROOT
context when no ROOT context is deployed. Patch provided by
Violeta Georgieva. (markt)
fix 50751: When authenticating with the JNDI Realm, only attempt
to read user attributes from the directory if attributes are
required. (markt)
fix 50752: Fix typo in debug message in
org.apache.catalina.startup.Embedded. (markt)
fix 50855: Fix NPE on AuthenticatorBase.register() when debug
logging is enabled. (markt)
fix Correctly format the timestamp reported by version.[sh|bat].
(markt)
fix Remove unnecessary whitespace from MIME mapping entries in
global web.xml file. (markt)
fix 51042: Don't trigger session creation listeners when a
session ID is changed as part of the authentication process.
(markt)
add 51119: Add JAAS authentication support to the
JMXRemoteLifecycleListener. Patch provided by Neil Laurance.
(markt)
update Implement display of multiple request headers in AccessLogValve:
print not just the value of the first header, but of the all
of them, separated by commas. (kkolinko)
fix Correct the SSLValve so it returns the SSL key size as an
Integer rather than as a String. (markt)
fix 51162: Prevent possible NPE when removing a web application. (markt)
fix 51249: Improve system property replacement code in
ClassLoaderLogManager of Tomcat JULI to cover some corner
cases. (kkolinko)
fix 51315: Fix IAE when removing an authenticator valve from a
container. Patch provided by Violeta Georgieva. (markt)
fix 51324: Improve handling of exceptions when flushing the
response buffer to ensure that the doFlush flag does not get
stuck in the enabled state. Patch provided by Jeremy Norris.
(kkolinko)
fix 51348: Fix possible NPE when processing WebDAV locks. (markt)
add Add a container event that is fired when a session's ID is
changed, e.g. on authentication. (markt)
fix Fix CVE-2011-2204. Prevent user passwords appearing in log files
if a runtime exception (e.g. OOME) occurs while creating a
new user for a MemoryUserDatabase via JMX. (markt)
fix 51400: Avoid jvm bottleneck on String/byte[] conversion
triggered by a JVM bug. Based on patches by Dave Engberg and
Konstantin Prei��er. (markt)
add 51403: Avoid NPE in JULI FileHandler if formatter is
misconfigured. (kkolinko)
update Create a directory for access log or error log (in AccessLogValve
and in JULI FileHandler) automatically when it is specified
as a part of the file name, e.g. in the prefix attribute.
Earlier this happened only if it was specified with the
directory attribute. (kkolinko)
fix Log a failure if access log file cannot be opened. Improve
i18n of messages. (kkolinko)
fix Improve handling of URLs with path parameters and prevent
incorrect 404 responses that could occur when path parameters
were present. (kkolinko)
fix 51473: Fix concatenation of values in
SecurityConfig.setSecurityProperty(). (kkolinko)
fix 51509: Fix potential concurrency issue in CSRF prevention
filter that may lead to some requests failing that should not.
(markt)
fix 51588: Make it easier to extend the AccessLogValve to add
support for custom elements. (markt)
fix Unregister DataSource MBeans when web application stops. (kfujino)
add Add additional configuration options to the DIGEST
authenticator. (markt)

Coyote
------

fix Reduce level of log message for invalid URL parameters from
WARNING to INFO. (kkolinko)
add 48208: Provide an option to specify a custom trust manager
for BIO and NIO HTTP connectors using SSL. Based on a patch
by Luciana Moreira. (markt)
fix 49595: Protect against crashes when using the APR/native
connector. (jfclere)
fix 49929: Make sure flush packet is not send after END_RESPONSE
packet. (mturk/markt)
add 50887: Enable the provider to be configured when generating
SSL certs. Based on a patch by pknopp. (markt)
fix 51073: Throw an exception and do not start the APR connector
if it is configured for SSL and an invalid value is provided
for SSLProtocol. (markt)
fix Fix CVE 2011-2526. Protect against infinite loops (HTTP NIO)
and crashes (HTTP APR) if sendfile is configured to send more
data than is available in the file. (markt)
fix Prevent NPEs when a socket is closed in non-error conditions
after sendfile processing when using the HTTP NIO connector.
(markt)
fix 51515: Prevent immediate socket close when comet is used over
HTTPS. (markt)

Jasper
------

fix 36362: Handle the case where tag file attributes (which can
use any valid XML name) have a name which is not a Java
identifier. (markt)
fix 47371: Correctly coerce the empty string to zero when used
as an operand in EL arithmetic. Patch provided by gbt. (markt)
fix 50726: Ensure that the use of the genStringAsCharArray does
not result in String constants that are too long for valid
Java code. (markt)
fix 50895: Don't initialize classes created during the compilation
stage. (markt)
add 51124: Make Tomcat more robust if an OOME occurs. Usually
after an OOME all bets are off but this change appears to help
some users and the description of a 'recoverable' OOME in
the bug is a plausible one. Based on a patch by Ramiro. (markt)
fix 51177: Ensure Tomcat's MapELResolver and ListELResolver
always return Object.class for getType() as required by the
EL specification. (markt)
fix Correct possible threading issue in JSP compilation when
development mode is used. (markt)
add 51220: Add a system property to enable tag pooling with JSPs
that use a custom base class. Based on a patch by Dan Mikusa.
(markt)
add Broaden the exception handling in the EL Parser so that more
failures to parse an expression include the failed expression
in the exception message. Hopefully, this will help track
down the cause of 51088. (markt)
add Improve error reporting of Jasper compilation. (schultz)

Cluster
-------

fix 50646: Fix cluster message data corruption if message size
exceeds the underlying buffer size. Patch provided by
Olivier Costet. (markt)
fix 50771: Ensure HttpServletRequest#getAuthType() returns the
name of the authentication scheme if request has already been
authenticated. (kfujino)
fix 50950: Correct possible NotSerializableException for an
authenticated session when running with a security manager.
(markt)
fix 51306: Avoid NPE when handleSESSION_EXPIRED is processed while
handleSESSION_CREATED is being processed. (kfujino)
fix The change in session ID is notified to the container event
listener on the backup node in cluster. This notification is
controlled by notifyContainerListenersOnReplication. (kfujino)

Webapps
-------

fix 41498: Add the allRolesMode attribute to the Realm
configuration page in the documentation web application. (markt)
fix 48997: Fixed some typos and improve cross-referencing to the
HTTP Connector and APR documentation with the SSL How-To page
of the documentation web application. (markt)
fix 50804: Update links for Servlet 2.5 and JSP 2.1 Javadoc. (markt)
update Improve class loading documentation and logging documentation.
(kkolinko)
update Configure Security Manager How-To to include a copy of the
actual conf/catalina.policy file when the documentation is
built, rather than maintaining a copy of its content. (kkolinko)
fix 51147: Fix deployment via HTML Manager that was broken by
addition of CRSF protection. Patch provided by Alexis Hassler.
(markt)
fix 51156: Ensure session expiration option is available in
Manager application was running web applications that were
defined in server.xml. (markt)
fix Correct the log4j configuration settings when defining
conversion patterns in the documentation web application. (markt)
fix Update Maven repository information in the documentation to
reflect current usage. (markt)
fix 51346: Update the documentation web application to make clear
the circumstances in which the RequestDumperValve will consume
the request's InputStream. Based on a patch by pid. (markt)
fix 51443: Document the notifySessionListenersOnReplication
attribute for the DeltaManager. (markt)
fix 51516: Correct documentation web application to show correct
system property name for changing the name of the SSO session
cookie. (markt)
update Update documentation to be even more explicit about the
implications of setting the path attribute on a Context element
in server.xml. (markt/kkolinko)

Other
-----

update Clarify error messages in *.sh files to mention that if a
script is not found it might be because execute permission
is needed. (kkolinko)
add 33262, 40510, 50949, 51135: Various improvements to the
Windows installer to be able to install several copies of
Tomcat 6 side by side. Allow to configure service name,
connector and shutdown ports. Allow to choose whether to
install Start menu shortcuts and Apache Tomcat monitor
application for all users or for the current one only.
Improve auto-detection of JAVA_HOME for 64-bit Windows
platforms: autoselect 32-bit JRE if it exists and 64-bit
one is not available. Improve server.xml file handling.
Fix uninstallation icon. (markt/kkolinko)
fix 50854: Add additional entries to the default catalina.policy
file to support running the manager web application from
CATALINA_HOME or CATALINA_BASE. (markt)
fix Update default download sources to use the central
Apache Maven 2 repository as some libraries have been removed
from the central Apache Maven 1 repository. (kkolinko)
fix 51155: Add comments to @deprecated tags that have none.
Patch provided by sebb. (kkolinko)
fix 51309: Correct logic in catalina.sh stop when using a PID
file to ensure the correct message is shown. Patch provided
by Caio Cezar. (markt)
update Update Apache Commons Pool to 1.5.6. (kkolinko)
update Update Apache Commons Daemon to 1.0.7. (kkolinko)
update At build time use two alternative download locations for
components downloaded from apache.org. (kkolinko)

(spz)

2011-09-24 13:14:17 UTC MAIN commitmail json YAML

2011-09-24 13:03:10 UTC MAIN commitmail json YAML

Fix fallout from include guard changes in libX11

(joerg)

2011-09-24 13:01:29 UTC MAIN commitmail json YAML

2011-09-24 13:00:04 UTC MAIN commitmail json YAML

2011-09-24 12:59:35 UTC MAIN commitmail json YAML

Ignore missing Perl for make_catalog_backup

(joerg)

2011-09-24 12:58:55 UTC MAIN commitmail json YAML

Simplify to not trigger non-literal format string warnings.

(joerg)

2011-09-24 12:58:11 UTC MAIN commitmail json YAML

2011-09-24 12:03:19 UTC MAIN commitmail json YAML

Add working MASTER_SITES.

(ryoon)

2011-09-24 10:57:15 UTC MAIN commitmail json YAML

Fix build on Linux.
It seems these patches are not needed (fix of my commmit).

(ryoon)

2011-09-24 07:15:08 UTC MAIN commitmail json YAML

Teach configure where to find crt*.o files on NetBSD.

This should fix PR 45395.

(minskim)

2011-09-24 05:10:12 UTC MAIN commitmail json YAML

Updated security/ruby-roauth to 0.0.8

(obache)

2011-09-24 05:09:57 UTC MAIN commitmail json YAML

Update ruby-roauth to 0.0.8.

* escape params properly

(obache)

2011-09-24 00:54:53 UTC MAIN commitmail json YAML

* Fix build on Linux (conflict with glibc).
* patch-ag does not exist, regen distinfo.

Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.

(ryoon)

2011-09-23 15:00:55 UTC MAIN commitmail json YAML

Add jdk6 support for Mac OS X Lion.
sun-jdk6 for ppc doesn't exist. Will clean up the regexp after the freeze.

(yyamano)

2011-09-23 07:35:51 UTC MAIN commitmail json YAML

2011-09-23 03:26:57 UTC MAIN commitmail json YAML

2011-09-22 21:21:41 UTC MAIN commitmail json YAML

Remove dead mirror at mozilla.isohunt.com.

(shattered)

2011-09-22 21:20:42 UTC MAIN commitmail json YAML

2011-09-22 15:18:40 UTC MAIN commitmail json YAML

Fix build with gcc-4.2. Problem reported and fix tested by joerg.

(wiz)

2011-09-22 15:16:26 UTC MAIN commitmail json YAML

2011-09-22 12:53:29 UTC MAIN commitmail json YAML

On Mac OS X, look for libtool also in /Developer/usr/bin

(adam)

2011-09-22 11:54:22 UTC MAIN commitmail json YAML

Fix build on NetBSD-4. From Robert Elz in PR 45337.

(wiz)

2011-09-22 09:37:06 UTC MAIN commitmail json YAML

INSTALL_UNSTRIPPED=yes for Darwin.
It is better workaround, I think.

(ryoon)

2011-09-22 05:39:49 UTC MAIN commitmail json YAML

Updated emulators/qemu to 0.15.0nb1

(ryoon)

2011-09-22 05:37:50 UTC MAIN commitmail json YAML

Restore missing patches. It is my mistake.
* patch-aa is for tap detection bug.
* patch-bb is for build on NetBSD 4.

The patch-aa requires bump of PKGREVISION.

Pointed out by Sergey Svishchev in private e-mail.

(ryoon)

2011-09-22 04:31:26 UTC MAIN commitmail json YAML

2011-09-22 01:22:03 UTC MAIN commitmail json YAML

mention new netatalk
- AFP 3.3 support (necessary for TimeMachine and Lion)
- Robust network disconnect/reconnect, especially important for Time Machine
- Support for fast AFP searches (CNID backend "dbd" only)
- POSIX draft 1e ACL support
- Complete Netatalk volume compatible ad file utility suite
- Dynamic filesystem cache
- Builtin Zeroconf registration of the AFP server and TimeMachine volumes
- Support for ACLs without a common Directory Service between server and client

(christos)

2011-09-22 01:20:22 UTC MAIN commitmail json YAML

2011-09-22 01:10:07 UTC MAIN commitmail json YAML

unistd.h is not the right header for select(2)!

(christos)

2011-09-21 21:40:20 UTC MAIN commitmail json YAML

2011-09-21 19:34:52 UTC MAIN commitmail json YAML

Added sysutils/eventlog version 0.2.12
Updated sysutils/syslog-ng to 3.2.4

(bouyer)

2011-09-21 19:33:10 UTC MAIN commitmail json YAML

Update syslog-ng to 3.2.4 (from 1.6.2),  OK agc@.
Changes for 3 years of work is too large to paste here ...

(bouyer)

2011-09-21 19:30:19 UTC MAIN commitmail json YAML

2011-09-21 19:29:25 UTC MAIN commitmail json YAML

Initial import of eventlog 0.2.12, required by the upcoming syslog-ng
update (OK agc@)
The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc_base

(bouyer)

2011-09-21 16:07:15 UTC MAIN commitmail json YAML

Help configure in finding glibmm's doctools.

(joerg)

2011-09-21 15:29:30 UTC MAIN commitmail json YAML

Note update of www/contao210-translations pacakge to 20110920.

(taca)