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 (40m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 10:31:20 UTC Now

2009-04-12 00:48:55 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-ShareLite to 0.17

(sno)

2009-04-12 00:48:21 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package to 0.17

Upstream changes:
0.17 2009-03-10
    - Make unicode test work on older Perls.

0.16 2009-03-09
    - Add unicode test.

0.15 2009-03-09
    - Add some logging to help diagnose smoke failures.

0.14 2009-03-07
    - Croak if 4 char key string is not 8-bit clean. See #33672.

(sno)

2009-04-12 00:46:28 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Install to 0.82

(sno)

2009-04-12 00:45:54 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package to 0.82

Upstream changes:
0.82 Wed  9 Apr 2009 - Adam Kennedy
- if configure_requires has ExtUtils::MakeMaker and it's version
  requires perl 5.6, require perl 5.6 for dist in META.yml (CHORNY)
- Fixes to Module/AutoInstall.pm: (MSTROUT)
  - don't prompt for required dependencies under CPAN/CPANPLUS
  - allow PERL_AUTOINSTALL_PREFER_CPAN env var to disable cpanp use
- Module::Install::DSL now correctly installs itself into the
  generated tarball (ADAMK)
- Preferentially dispatch leading-underscore methods used in plugins
  to the main Module::Install object (ADAMK)

0.81 Tue 24 Mar 2009 - Adam Kennedy
- Use 3-argument open when Perl >= 5.006 (ADAMK)
- Support for 'keywords' key in META.yml (CHORNY)
- More URLs for licenses, test for this (CHORNY)
- tests for extracting link to bugtracker,
  will more correctly extract them (CHORNY)
- Adding version-normalising Module::Install::_cmp
  (for <=> equivalent on versions) (ADAMK)
- If the Makefile.PL time is in the future by only a few seconds
  (probably due to 2-second filesystem time rounding on Win32)
  sleep for 5 seconds to avoid the problem. (ADAMK)
- Moving from Module::Install::DSL to inc::Module::Install::DSL
  (to reduce the Makefile.PL header for DSL mode to one line) (ADAMK)
- Adding convenience pod reading Module::Install::_readpod (ADAMK)
- Adding convenience pod stripping Module::Install::_readperl (ADAMK)
- Adding experimental requires_from command to auto-detect requires (ADAMK)
- Add a "Writing MYMETA.yml" status message (ADAMK)
- Generalising boolean commands (ADAMK)
- Cleaner removal of files during realclean (ADAMK)
- Write META.yml and MYMETA.yml after Makefile to pick up a couple
  of extra implicit dependencies. (ADAMK)
- Set a high configure_requires on ExtUtils::MakeMaker for any client
  that supports configure_requires. (ADAMK)
- Add a full resolution test for Module::Install::DSL (ADAMK)
- If we write MYMETA.yml, remove it at realclean time (ADAMK)
- Removed the 'Removing META.yml' warning

0.80 Tue 17 Mar 2009 - Adam Kennedy
- Don't generate MYMETA.yml if we don't have YAML::Tiny, even if
  we've said we need it. This was breaking Catalyst. (ADAMK)
- Will not ask about auto-installing mandatory dependencies, if
  $ENV{PERL5_CPANPLUS_IS_RUNNING} is set (CHORNY)

0.79 Wed  4 Feb 2009 - Adam Kennedy
- Upgrading (and testing) Perl version normalisation
- Adding an experimental-grade implementation of MYMETA.yml

0.78 Sun 25 Jan 2009 - Adam Kennedy
- Much more aggressive dependencies, except PAR::Dist (ADAMK)
- Adding inc::Module::Install::DSL for simple installs (ADAMK)
- We now avoid poking references in @INC in case they
  have strange overload behaviours.  (PJF, RT #39929)
- installdirs and install_as_* are now documented in
  Module/Install.pod (PJF, RT #25111)
- Applied patch RT #38443 from Oleg Kostyuk for two-part
  version numbers being passed to perl_version.  Calling
  'perl_version 5.8' should now work the same as
  'perl_version 5.008'.  Additional tests added to
  t/07_perl_version.t to check this.  (PJF, RT #38443)
- Module::Install no longer complains about the phrase
  "All rights reserved" in association with open source
  licenses.  (PJF, RT #41268)

(sno)

2009-04-12 00:43:49 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.33

(sno)

2009-04-12 00:42:50 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package to 2.33

Upstream changes:
$Revision: 2.33 $ $Date: 2009/03/25 07:55:57 $
! lib/Encode/MIME/Header.pm
  Decontaminated $& which sneaked in on 2.31.
  <67FC9F3A39C746DA95AAB6BB01539099@robmhp>
  <693254b90903242352x2dc26ba6p5e68deb871fa88ae@mail.gmail.com>
  http://coderepos.org/share/changeset/31542

(sno)

2009-04-12 00:41:03 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.24

(sno)

2009-04-12 00:40:08 UTC MAIN commitmail json YAML

PkgSrc changes:
  - updating package to 1.24

Upstream changes:
v1.24 2009.04.01
- add verify hostname scheme ftp, same as http
- renew test certificates again (root CA expired, now valid for 10 years)

(sno)

2009-04-12 00:35:53 UTC MAIN commitmail json YAML

Updated devel/p5-BSD-Resource to 1.29.03

(sno)

2009-04-12 00:35:20 UTC MAIN commitmail json YAML

PkgSrc changes:
  - updating package to 1.29.03
  - removed patch which is applied upstream

Upstream changes:
2009-03-31  Jarkko Hietaniemi  <jhi@iki.fi>

* Address rt.cpan.org #44082:
  "Bug in compiler detection (Makefile.PL)" (for AIX xlc)
  Patch submitted in the report by rehsack at cpan.org.
* Release 1.2903.

(sno)

2009-04-12 00:33:24 UTC MAIN commitmail json YAML

Updated graphics/p5-GD

(sno)

2009-04-12 00:32:42 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating module to 2.41

Upstream changes:
2.41    Added backend support for grouping features in GD::SVG module.
2.40    ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
        unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
        incorrect error messages are printed out when any of the
        newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.

(sno)

2009-04-12 00:29:26 UTC MAIN commitmail json YAML

2009-04-12 00:27:02 UTC MAIN commitmail json YAML

Updated devel/p5-File-HomeDir to 0.86

(sno)

2009-04-12 00:26:29 UTC MAIN commitmail json YAML

PkgSrc changes:
  - update to 0.86

Upstream changes:
0.86 Fri 27 Mar 2009
- Bug fix for the 64-bit implementation

0.85_01
- For 64-bit perl on Darwin, fall back to File::HomeDir::Unix
  as Mac::Carbon is not available

(sno)

2009-04-11 23:16:41 UTC MAIN commitmail json YAML

- Removed devel/p5-IO-Compress-Base
- Removed devel/p5-IO-Compress-Zlib
- Removed devel/p5-IO-Compress-Bzip2
- Removed devel/p5-Compress-Zlib

(sno)

2009-04-11 23:15:22 UTC MAIN commitmail json YAML

PkgSrc changes:
  - removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()

(sno)

2009-04-11 22:44:03 UTC MAIN commitmail json YAML

Added devel/p5-IO-Compress version 2.017

(sno)

2009-04-11 22:42:33 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Importing package devel/p5-IO-Compress which updates (finally)
    * devel/p5-IO-Compress-Base
    * devel/p5-IO-Compress-Bzip2
    * devel/p5-IO-Compress-Zlib
    * devel/p5-Compress-Zlib

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-04-11 22:38:38 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Bzip2 to 2.017

(sno)

2009-04-11 22:37:58 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating module to 2.017

Upstream changes:
  2.017 28 March 2009

      * Minor changes to allow building in perl core.
      * Removed MAN3PODS from Makefile.PL

(sno)

2009-04-11 22:36:20 UTC MAIN commitmail json YAML

Updated devel/p5-Compress-Raw-Zlib to 2.017

(sno)

2009-04-11 22:35:29 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating module to 2.017

Upstream changes:
  2.017 28 March 2009

      * Added 'LimitOutput' option
      * Removed MAN3PODS from Makefile.PL
      * Fixed coring issue when LimitOutput was used.
      * Documented Compress::Raw::Zlib::zlib_version()
      * Documented Compress::Raw::Zlib::deflateReset()
        [RT #40566]

(sno)

2009-04-11 22:11:02 UTC MAIN commitmail json YAML

Note PKGREVISION bump for teTeX-bin, dvipng, and teTeX.

(minskim)

2009-04-11 22:09:43 UTC MAIN commitmail json YAML

Resolve conflicts between dvipng and teTeX-bin.

Both packages installed bin/dvipng and bin/dvigif; now only dvipng
installs them.

(minskim)

2009-04-11 21:47:39 UTC MAIN commitmail json YAML

Update HOMEPAGE.

(snj)

2009-04-11 21:38:56 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 2.12.0

(sno)

2009-04-11 21:37:46 UTC MAIN commitmail json YAML

PkgSrc changes:
  - updating module to 1.12.0

Upstream changes:
2.12.0 Released March 28, 2009

  - Change large object interface from lo_* to pg_lo_* and make them accessible
    via direct $dbh calls (e.g. $dbh->pg_lo_import instead of $dbh->func(..,'pg_lo_import').
    The use of $dbh->func(... 'lo_*') is deprecated. [GSM] (CPAN bug #44467)
  - Throw an exception for large_object functions called when AutoCommit is on,
    but allow pg_lo_import and pg_lo_export to work. Reported by Kynn Jones.
    [GSM] (CPAN bug #44461)
  - Fix a memory leak when parsing returned arrays. Reported by B~A!lint Szilakszi.
    [GSM] (CPAN bug #44225)
  - Do proper dequoting of boolean arrays [Armando Santos, GSM] (CPAN bug #43768)
  - Use pg_get_expr in column_info when available [Adam Sj~A,gren]
  - Fix minor bugs in POD docs. [Frank Wiegand] (CPAN bug #44242)
  - Fix minor bug in POD docs. [Tim Mattison]

(sno)

2009-04-11 21:36:48 UTC MAIN commitmail json YAML

2009-04-11 21:35:19 UTC MAIN commitmail json YAML

2009-04-11 21:33:26 UTC MAIN commitmail json YAML

Note PKGREVISION bump of web2c.

(minskim)

2009-04-11 21:32:46 UTC MAIN commitmail json YAML

Split xetex from web2c to reduce dependencies.

xetex will be imported as a separate package.

(minskim)

2009-04-11 21:26:20 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.21

(sno)

2009-04-11 21:25:38 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Update to 1.21

Upstream changes:
1.21 Wed  9 Apr 2009
    - Fixed the issue that execute on inactive handles returned
      0 instead of undef, which made a DBIC test broken (ISHIGAKI)

1.20 Mon  7 Apr 2009
    - Moving to the first production release of the new era.
    - Check DBI version in Makefile.PL (CHORNY)
    - Bundling Test::NoWarings into /inc to remove a dependency (ADAMK)
    - Correcting use 5.00503 to 5.006 in SQLite.pm (ADAMK)

1.19_10 Mon  6 Apr 2009
    - A few more tests moved to Test::More (ADAMK)
    - We need DBIXS_REVISION, which appeared in DBI 1.57.
      Bumping up our dependency to match it and confirmed myself
      that DBD::SQLite actually builds against 1.57 (ADAMK)
    - Resolved #40594: $sth->{NULLABLE} implementation (ISHIGAKI)
    - Resolved #29629: sqlite where length issue (actually this has
      been fixed before) (ISHIGAKI)
    - Applied an enable_load_extension patch from RT #32998 (ISHIGAKI)
    - Resolved #42940: DBD-SQLite make test faild (ADAMK)
    - Resolved #26460: Sorting numeric values in aggregate functions (ADAMK)
    - Resolved #32889: prepare_cached does not work correctly (ADAMK)
    - Resolved #34828: Please add support for user-defined collations (ADAMK)
    - Made Test::NoWarnings an optional module (CORION)

1.19_09 Sun  5 Apr 2009
    - Require perl 5.6 because dependencies require it
    - Updated ppport.h to the most recent release 3.17 (ADAMK)
    - Adding $DBI::VERSION diag to help diagnose FAIL reports (ADAMK)
    - #29519 was only resolved on Win32. Applied a more comprehensive
      patch (JHEDDEN)
    - Rewrote 28_schemachange.t in Test::More style (ADAMK)
    - Bug fix in 28_schemachange.t rewrite re fork/connect (DUNCAND)
    - Resolved #44779: [t/03insert.t] last_insert_id returns undef where 4
      is expected (DUNCAND, CHORNY; that is, DUNCAND debugged and solved
      the ticket based on _08, which was a flaw in the Makefile.PL
      involving an always-applied -Dno_last_insert_id, but it turns out
      CHORNY had inadvertantly applied the fix in the name of DBI cleaning)
    - Starting to use Test::NoWarnings in the test scripts (ADAMK)
    - Added link to MailingList resource (ADAMK)
    - Squelch warnings inless PrintWarn is set in line with guidance from
      the DBI documentation (ADAMK)
    - Resolved #29058: don't quote a bind param (as a text) if it
      looks like a number (ISHIGAKI)
    - Resolved #27553: prepare_cached and analyze issue (actually
      this has been fixed before) (ISHIGAKI)

1.19_08 Sat  4 Apr 2009
    - Bumped minimum DBI dependency to 1.43 so last_insert_id is supported
      in DBI (ADAMK)
    - Resolved #30558: INSERT After PK Failure Also Fails Using
      Prepared (ADAMK)
    - Resolved #42567: Core dump in t/07busy.t after test 4 (mutex and/or
      memory corruption) (ADAMK)
    - Resolved #32100: t/06error.t fails using SQLite 3.5.4 (ADAMK)
    - Resolved #35904: Test failure: Bus error t/08create_function
      test (ADAMK)
    - Resolved #9792: Crashes upon re-executing a statement (ADAMK)
    - Resolved #21472: Spurious "not an error" and "bind or column index
      out of range" errors (MSERGEANT)
    - Resolved #32723: last_insert_rowid should handle sqlite_int64,
      not int (ADAMK)
    - Resolved #37215: memory leaks in sqlite_db_disconnect (ADAMK)
    - Resolved #33441: unlimited memory accumulation (ADAMK)
    - Resolved #31324: Incorrect Implementation of column names within
      sqlite_st_FETCH_attrib (ADAMK)
    - Resolved #32570: segmentation fault during tests 07 & 08 (ADAMK)
    - Resolved #41631: Dot doesn't work in quoted column aliases (ADAMK)
    - Resolved #403: test failure on "Testing select speed (large table) (ADAMK)
    - Resolved #35769: dbimp.c uses uninitialized variables. (ADAMK)
    - Resolved #27701 and #27702: (unnamed) (ADAMK)
    - Resolved #31239: prepare_cached...statement handle
      DBIx::ContextualFetch::st=HASH still Active (ADAMK)
    - Resolved #41047: Re: Bug#506157: libdbd-sqlite3-perl: unsufficient
      error message while opening database for writing (ADAMK)
    - Resolved #25196 (bug in prepare?) (ADAMK)\
    - Resolved #36651: Bug involving "closing dbh with active
      statement handles" (ADAMK)
    - Resolved #34408: Primary key name wrong with newline in
      CREATE TABLE (ADAMK)
    - Resolved #34600: t/06_error.t stalling (ADAMK)
    - Resolved #22688: DBD::SQLITE Error Report (ADAMK)

1.19_07 Sat  4 Apr 2009
    - Starting to work the RT queue now the basics are settled.
      Many of the items marked as resolved by my just indicate that I have
      confirmed someone else applied the fix. (ADAMK)
    - Re-enable and fix t/70schemachange.t, as per RT #43448 (CORION)
    - Added a canary test to probe for RT #36863
      (segfault on OSX 10.5.2) (CORION)
    - Added resources links to META.yml (ADAMK)
    - Resolved #30502: t\70schemachange.t fails on Windows (ADAMK)
    - Resolved #30167: Specify configuration depenencies with
      "configure_requires" (ADAMK)
    - Resolved #17623: make test fails when DBI_DSN is not
      DBD::SQLite (ADAMK)
    - Resolved #13631: wish: column_info support() (CORION)
    - Resolved #39938: Read-access to development repository (ADAMK)
    - Resolved #18617: Build error under win32 (ADAMK)
    - Resolved #35838: support for DBI::column_info call (CORION)
    - Resolved #29497: POD content bug (ADAMK)
    - Resolved #29520: 1.14 fails in test 6 (ADAMK)
    - Resolved #44647: Makefile.PL syntax error (ADAMK)
    - Resolved #29519: t/70schemachange.t failure (ADAMK)
    - Resolved #20286: DBD::SQLite leaks file descriptors (ADAMK)
    - Resolved #21406: DBD-SQLite 1.13 broke Class-DBI (ADAMK)
    - Resolved #4591: Test suite (t/t50*.t) is order dependent / bug in
      t/lib.pl? (ADAMK)
    - Resolved #36467: Name "DBD::SQLite::sqlite_version" used
      only once (ADAMK)
    - Resolved #7753: DBD::SQLite error shouldn't include extraneous
      info (ADAMK)

1.19_06 Sat  4 Apr 2009
    - Fixed a segv with an error function under x86 linux
      (and hopefully Mac OSX). (TOKUHIROM)
    - Fixed yet another segv while testing DBIC reconnection (DMAKI)
    - Switched from Test.pm to Test::More (though there're still
      some tests that don't use Test::More) (ISHIGAKI)
    - Added "use strict" to some. (ISHIGAKI)
    - Added a cleanup block to each test to allow it run clean and
      separately. (ISHIGAKI)
    - Adding an explicit minimum Perl version to the Makefile.PL (ADAMK)
    - Setting configure_requires dependencies for File::Spec
    - Splitting the LICENSE key into it's own MakeMaker
      version-dependency conditional (ADAMK)
    - All tests run under the same Perl environment
      (autoflush on, and warnings enabled via $^W = 1) (ADAMK)
    - Refactored away a ton of needless complexity from the
      older-style tests inherited from the CSV driver (ADAMK)

1.19_05 Thu  2 Apr 2009
    - DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19
      should be feature identical now.
    - Added collations from DBD::SQLite::Amalgamation (CORION)
    - Removed statement handle activation after "execute" if
      there's no row to fetch. I hope this silences the
      Class::DBI's warnings. (ISHIGAKI)

1.19_04 Tue 31 Mar 2009
    - Updated to SQLite 3.6.12 (ISHIGAKI)

1.19_03 Tue 31 Mar 2009
    - Added ->column_info() (CORION)

1.19_02 Sun 29 Mar 2009
    - Updated to SQLite 3.6.11 (ISHIGAKI)
    - Added/updated several prototypes (ISHIGAKI)
    - Moved TODO into the POD (ADAMK)

1.19_01 Fri 27 Mar 2009
    - Updated to SQLite 3.6.10, and bumped up the version
      requirement for installed sqlite3 to 3.6.0 as 3.6.x
      has backward incompatiblity (ISHIGAKI)
    - Fixed "closing dbh with active statement handles" issue
      with a patch by TOKUHIROM. (ISHIGAKI)
    - Skip 70schemachange test for Windows users. (ISHIGAKI)
    - Applied RT patches including #29497, #32723, #30558,
      #34408, #36467, #37215, #41047. (ISHIGAKI)
    - Added TODO to show which issues are to be fixed. (ISHIGAKI)
    - License and configure_requires in Makefile.PL and META.yml (Alexandr Ciornii)
    - Spelling check for SQLite.pm (Alexandr Ciornii)
    - Adding arbitrary Perl 5.00503 minimum

1.16 abandoned

1.15 abandoned

(sno)

2009-04-11 21:18:20 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-Google to 0.51

(sno)

2009-04-11 21:17:44 UTC MAIN commitmail json YAML

PkgSrc changes:
  - Updating package to 0.51

Upstream changes:
  - Not available

(sno)

2009-04-11 21:03:52 UTC MAIN commitmail json YAML

Renamed graphics/p5-SWF-File to p5-SWF-File

(sno)

2009-04-11 21:02:21 UTC MAIN commitmail json YAML

Renamed package from SWF-File to p5-SWF-File, because it's a perl5 module

oked by rhaen@ & joerg@ (with rename of p5-PAR)

(sno)

2009-04-11 21:00:17 UTC MAIN commitmail json YAML

Updated devel/p5-PAR to 0.992 [sno 2009-04-11]
Renamed devel/p5-PAR to p5-PAR [sno 2009-04-11]

(sno)

2009-04-11 20:51:21 UTC MAIN commitmail json YAML

- PkgSrc changes
  - Updating p5-PAR to 0.992
  - Rename package from PAR to p5-PAR

- Upstream changes:
[Changes for 0.992 - Apr  5, 2009]
  - Support for non-fallback repositories.

[Changes for 0.991 - Mar 10, 2009]
  - Promote previous release to stable release.

[Changes for 0.989_01 - Mar  2, 2009]
* Bug fixes, etc.
  - Track the locations of all archives that have been extracted to
    $ENV{PAR_TEMP}/inc in this run.

[Changes for 0.988 - Mar  1, 2009]
  - Promote previous release to stable release.

[Changes for 0.987_01 - Feb 20, 2009]
* New features
  - Better cleanup of the $TMPDIR/par-$USER/temp-$$ directories
    that are typically used as caches in the "use PAR 'foo.par'" use case.

* Bug fixes, etc.
  - Very slightly more careful handling of PAR-specific environment
    variables.
  - Cleanup of PAR::SetupTemp

[Changes for 0.986 - Feb 19, 2009]
  - Promote to stable release.

[Changes for 0.985_01 - Feb  2, 2009]
* New features
  - Support for the brand new static dependency resolution
    of PAR::Repository::Client 0.23.

* Bug fixes, etc.
  - Fix issue with running scripts from repositories:
    The INC hooks used to be set up too late for this to
    automatically pick up dependencies.

[Changes for 0.984 - Jan 25, 2009]
* New features
  - Implemented the auto-upgrading option for loading and installing
    from PAR::Repositories.

* Bug fixes, etc.
  - Fix issue with PAR::Repository::Client development versions.

Oked by rhaen@, joerg@

(sno)

2009-04-11 19:54:42 UTC MAIN commitmail json YAML

2009-04-11 19:43:28 UTC MAIN commitmail json YAML

Updated lang/python25 to 2.5.4.

(snj)

2009-04-11 19:42:24 UTC MAIN commitmail json YAML

Update python25 to 2.5.4.  Spammy changes:

What's New in Python 2.5.4?
===========================

*Release date: 23-Dec-2008*

Core and builtins
-----------------

- Revert patch for #1706039, as it can crash the interpreter.

- Added test case to ensure attempts to read from a file opened for writing
  fail.

What's New in Python 2.5.3?
===========================

*Release date: 19-Dec-2008*

Build
-----

- In the OSX installer, update SQLite to 3.6.7, and change bsddb URL.
  Build against system Tcl framework.

What's New in Python 2.5.3c1?
=============================

*Release date: 13-Dec-2008*

Core and builtins
-----------------

- Issue #1706039: Support continued reading from a file even after
  EOF was hit.

- Issue #1683: prevent forking from interfering in threading storage.

- Issue #4597: Fixed several opcodes that weren't always propagating
  exceptions.

- Issue #4589: Propagated an exception thrown by a context manager's
  __exit__ method's result while it's being converted to bool.

- Issue #4317: Fixed a crash in the imageop.rgb2rgb8() function.

- Issue #4230: If ``__getattr__`` is a descriptor, it now functions correctly.

- Issue #4048: The parser module now correctly validates relative imports.

- Issue #4176: Fixed a crash when pickling an object which ``__reduce__``
  method does not return iterators for the 4th and 5th items.

- Issue #3967: Fixed a crash in the count() and find() methods of string-like
  objects, when the "start" parameter is a huge value.

- Issue #3936: The parser warnings for using "as" and "with" as variable names
  didn't fire after import statements.

- Issue #3751: str.rpartition would perform a left-partition when called with
  a unicode argument.

- Issue #3537: Fix an assertion failure when an empty but presized dict
  object was stored in the freelist.

- Apply security patches from Apple.

- Issue #2620: Overflow checking when allocating or reallocating memory
  was not always being done properly in some python types and extension
  modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
  all been updated to perform better checks and places in the code that
  would previously leak memory on the error path when such an allocation
  failed have been fixed.

- Issue #2242: Fix a crash when decoding invalid utf-7 input on certain
  Windows / Visual Studio versions.

- Issue #3360: Fix incorrect parsing of '020000000000.0', which
  produced a ValueError instead of giving the correct float.

- Issue #3242: Fix a crash inside the print statement, if sys.stdout is
  set to a custom object whose write() method happens to install
  another file in sys.stdout.

- Issue #3088: Corrected a race condition in classes derived from
  threading.local: the first member set by a thread could be saved in
  another thread's dictionary.

- Issue #3100: Corrected a crash on deallocation of a subclassed weakref which
  holds the last (strong) reference to its referent.

- Issue #1686386: Tuple's tp_repr did not take into account the possibility of
  having a self-referential tuple, which is possible from C code.  Nor did
  object's tp_str consider that a type's tp_str could do something that could
  lead to an inifinite recursion.  Py_ReprEnter() and Py_EnterRecursiveCall(),
  respectively, fixed the issues.  (Backport of r58288 from trunk.)

- Patch #1442: properly report exceptions when the PYTHONSTARTUP file
  cannot be executed.

- The compilation of a class nested in another class used to leak one
  reference on the outer class name.

- Issue #1477: With narrow Unicode builds, the unicode escape sequence
  \Uxxxxxxxx did not accept values outside the Basic Multilingual Plane.  This
  affected raw unicode literals and the 'raw-unicode-escape' codec.  Now
  UTF-16 surrogates are generated in this case, like normal unicode literals
  and the 'unicode-escape' codec.

- Issue #2321: use pymalloc for unicode object string data to reduce
  memory usage in some circumstances.

- Issue #2238: Some syntax errors in *args and **kwargs expressions could give
  bogus error messages.

- Issue #2587: In the C API, PyString_FromStringAndSize() takes a signed size
  parameter but was not verifying that it was greater than zero.  Values
  less than zero will now raise a SystemError and return NULL to indicate a
  bug in the calling C code.

- Issue #2588, #2589: Fix potential integer underflow and overflow
  conditions in the PyOS_vsnprintf C API function.

- Issue #1204: The configure script now tests for additional libraries
  that may be required when linking against readline.  This fixes issues
  with x86_64 builds on some platforms (a few Linux flavors and OpenBSD).

- Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
  library targets in the Makefile.

Library
-------

- Issue #3767: Convert Tk object to string in tkColorChooser.

- Issue #4342: Always convert Text.index result to string.

- Issue 3248: Allow placing ScrolledText in a PanedWindow.

- Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to
  give correct results in the case where one argument is a quiet NaN
  and the other is a finite number that requires rounding.

- Issue #1776581 and #4302. Minor corrections to smtplib.

- Issue #3774: Fixed an error when create a Tkinter menu item without command
  and then remove it.

- Assigning methods to ctypes.Structure and ctypes.Union subclasses
  after creation of the class does now work correctly.  See Issue #1700288.

- Issue #3895: _lsprof could be crashed with an external timer that did not
  return a float when a Profiler object is garbage collected.

- Issues #3968 and #3969: two minor turtle problems.

- Issue #3547: Fixed ctypes structures bitfields of varying integer
  sizes.

- Issue #3762: platform.architecture() fails if python is lanched via
  its symbolic link.

- Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python
  api functions without holding the GIL, which could lead to a fatal
  error when they failed.

- Issue #2234: distutils failed for some versions of the cygwin compiler. The
  version reported by these tools does not necessarily follow the python
  version numbering scheme, so the module is less strict when parsing it.

- Issue #2222: Fixed reference leak when occured os.rename()
  fails unicode conversion on 2nd parameter. (windows only)

- Issue #3134: shutil referenced undefined WindowsError symbol.

- Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
  menu entries were not deleted.

- Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects.

- Issue #3339: dummy_thread.acquire() could return None which is not a valid
  return value.

- Issue #3116 and #1792:  Fix quadratic behavior in marshal.dumps().

- Issue #2682: ctypes callback functions no longer contain a cyclic
  reference to themselves.

- Issue #2670:  Fix a failure in urllib2.build_opener(), when passed two
  handlers that derive the same default base class.

- Issue #2495: tokenize.untokenize now inserts a space between two consecutive
  string literals; previously, ["" ""] was rendered as [""""], which is
  incorrect python code.

- Issue #2482: Make sure that the coefficient of a Decimal is always
  stored as a str instance, not as a unicode instance.  This ensures
  that str(Decimal) is always an instance of str.  This fixes a
  regression from Python 2.5.1 to Python 2.5.2.

- Issue #2478: fix failure of decimal.Decimal(0).sqrt()

- Issue #2432: give DictReader the dialect and line_num attributes
  advertised in the docs.

- Issue #1747858: Fix chown to work with large uid's and gid's on 64-bit
  platforms.

- Bug #2220: handle rlcompleter attribute match failure more gracefully.

- Bug #1725737: In distutil's sdist, exclude RCS, CVS etc. also in the
  root directory, and also exclude .hg, .git, .bzr, and _darcs.

- Bug #1389051: imaplib causes excessive memory fragmentation when reading
  large messages.

- Bug #1389051, 1092502: fix excessively large memory allocations when
  calling .read() on a socket object wrapped with makefile().

- Bug #1433694: minidom's .normalize() failed to set .nextSibling for
  last child element.

- Issue #2791: subprocess.Popen.communicate explicitly closes its
  stdout and stderr fds rather than leaving them open until the
  instance is destroyed.

- Issue #2632: Prevent socket.read(bignumber) from over allocating memory
  in the common case when the data is returned from the underlying socket
  in increments much smaller than bignumber.

- Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword
  argument in python 2.5, this broke code that subclassed Popen to include its
  own poll method.  Fixed my moving _deadstate to an _internal_poll method.

- Issue #2113: Fix error in subprocess.Popen if the select system call is
  interrupted by a signal.

- Issue #874900: after an os.fork() call the threading module state is cleaned
  up in the child process to prevent deadlock and report proper thread counts
  if the new process uses the threading module.

- Issue #3309: Fix bz2.BZFile iterator to release its internal lock
  properly when raising an exception due to the bz2file being closed.
  Prevents a deadlock.

Extension Modules
-----------------

- Issue #1040026: Fix os.times result on systems where HZ is incorrect.

- Issue #4228: Pack negative values the same way as 2.4 in struct's L format.

- Security Issue #2: imageop did not validate arguments correctly and could
  segfault as a result.

- Issue 3886: [CVE-2008-2316] Possible integer overflow in the _hashopenssl
  module was closed.

- Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.
  Also fixes rgbimg module.

- Issue #3205: When iterating over a BZ2File fails allocating memory, raise
  a MemoryError rather than silently stop the iteration.

- Patch #2111: Avoid mmap segfault when modifying a PROT_READ block.

- zlib.decompressobj().flush(value) no longer crashes the interpreter when
  passed a value less than or equal to zero.

- issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get
  and other bsddb.db object constructors raised an exception.

- Issue #3120: On 64-bit Windows the subprocess module was truncating handles.

- Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD
  and similar platforms due to sign extension.

- Issue #3312: Fix two crashes in sqlite3.

Tests
-----

- Issue #3863: Disabled a unit test of fork being called from a thread
  when running on platforms known to exhibit OS bugs when attempting that.

- Issue #3261: test_cookielib had an improper file encoding specified.

- Patch #2232: os.tmpfile might fail on Windows if the user has no
  permission to create files in the root directory.

Documentation
-------------

Build
-----

- Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*.

(snj)

2009-04-11 19:22:56 UTC MAIN commitmail json YAML

Note update of tex-bin-kpathsea.

(minskim)

2009-04-11 19:22:12 UTC MAIN commitmail json YAML

Update tex-bin-kpathsea to 2008.12509.

No functional change in pkgsrc because the modified file is not installed.

(minskim)

2009-04-11 19:17:21 UTC MAIN commitmail json YAML

Note PKGREVISION bump of kpathsea.

(minskim)

2009-04-11 19:16:34 UTC MAIN commitmail json YAML

Simplify TEXMFDOCDIR and TEXMDOCS to make them friendly with texdoc.
Changes from TeX Live svn.

Bump PKGREVISION.

(minskim)

2009-04-11 19:03:54 UTC MAIN commitmail json YAML

2009-04-11 18:52:13 UTC MAIN commitmail json YAML

Note update of tex-bin-tetex.

(minskim)

2009-04-11 18:49:18 UTC MAIN commitmail json YAML

Update tex-bin-tetex to 3.0.12298.

No functional change in pkgsrc because the modified files are not
installed.

(minskim)

2009-04-11 18:40:15 UTC MAIN commitmail json YAML

Mark hobbitclient as not parallel build safe since it simply doesn't work.
Ok'd by gendalia.

(tonnerre)

2009-04-11 18:02:54 UTC MAIN commitmail json YAML

Added games/ninvaders version 0.1.1.

(snj)

2009-04-11 18:01:52 UTC MAIN commitmail json YAML

Add ninvaders subdir.

(snj)

2009-04-11 18:00:43 UTC MAIN commitmail json YAML

2009-04-11 17:40:38 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-11 17:38:49 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2732 - requested by joerg
Bug fix

Revisions pulled up:
- pkgsrc/pkgtools/pkg_install/files/add/perform.c 1.85
- pkgsrc/pkgtools/pkg_install/files/lib/version.h 1.121

  Module Name: pkgsrc
  Committed By: joerg
  Date: Mon Apr  6 14:34:15 UTC 2009

  Modified Files:
  pkgsrc/pkgtools/pkg_install/files/add: perform.c
  pkgsrc/pkgtools/pkg_install/files/lib: version.h

  Log Message:
  pkg_install-20090406:
  Remove premature return that broke dependency tracking for pkg_add -u.
  Fixes PR 41143.

  To generate a diff of this commit:
  cvs rdiff -u -r1.84 -r1.85 pkgsrc/pkgtools/pkg_install/files/add/perform.c
  cvs rdiff -u -r1.120 -r1.121 pkgsrc/pkgtools/pkg_install/files/lib/version.h

(spz)

2009-04-11 17:28:28 UTC MAIN commitmail json YAML

Updated sysutils/mklivecd to 0.17

(wiz)

2009-04-11 17:28:16 UTC MAIN commitmail json YAML

Avoid null mounting /dev (it needs to be layer-free).
Otherwise, random panics may occur.

Explanation from ad@, patch from Zafer.

Bump to 0.17.

(wiz)

2009-04-11 17:24:00 UTC MAIN commitmail json YAML

Drop maintainershit of the Nagios packages. I cannot maintain a package
containing PHP code in good conscience.

(tonnerre)

2009-04-11 17:23:42 UTC MAIN commitmail json YAML

Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)

(reed)

2009-04-11 17:19:00 UTC MAIN commitmail json YAML

clutter needs newer MesaLib headers.
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0

(reed)

2009-04-11 16:53:36 UTC MAIN commitmail json YAML

Need newer gst-plugins0.10-base to build
(to provide GST_TYPE_BASE_AUDIO_SINK_SLAVE_METHOD,
gst_ring_buffer_activate, etc.)

(reed)

2009-04-11 14:05:09 UTC MAIN commitmail json YAML

Note updated of www/squid30 pacakge to 3.0.14.

(taca)

2009-04-11 14:04:16 UTC MAIN commitmail json YAML

Update squid30 package to 3.0.14 (3.0.STABLE14).

* Add LICENSE.
* ADd some comments to patch files.

Changes to squid-3.0.STABLE14 (11 Apr 2009):

- Regression Fix: HTTP/0.9 in accelerator mode
- Bug 1232: cache_dir parameter limited to only 63 entries
- Bug 1868: support HTTP 207 status
- Bug 2518: assertion failure on restart/reconfigure
- Bug 2588: coredump in rDNS lookup
- Bug 2595: Out of bounds memory write in squid_kerb_auth
- Bug 2599: Idempotent start
- Bug 2605: Prevent setsid() on helpers in daemon mode
- Fix external_acl_type option parsing
- Fix delay pools counters on FTP
- Fix several issues with ident (some remain)
- Fix performance issues with persistent connections
- Fix performance issues with delay pools
- Fix forwarding of OPTIONS requests
- Add support for HTTP 1.1 Content-Disposition header
- Add support for Windows 7, Windows Server 2008 R2 and later
- ... and many small documentation updates

(taca)

2009-04-11 12:48:20 UTC MAIN commitmail json YAML

Updated x11/libxcb to 1.2

(wiz)

2009-04-11 12:48:07 UTC MAIN commitmail json YAML

Update to 1.2:

Julien Danjou (2):
      Stop providing autogenerated files in tarball
      Release libxcb 1.2

(wiz)

2009-04-11 11:41:33 UTC MAIN commitmail json YAML

2009-04-11 09:15:07 UTC MAIN commitmail json YAML

Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.16.

(ghen)

2009-04-11 09:14:11 UTC MAIN commitmail json YAML

Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.16.

Security fixes in this version:

MFSA 2009-12 XSL Transformation vulnerability

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

(ghen)

2009-04-11 00:17:06 UTC MAIN commitmail json YAML

+ bacula-3.0.0, fotoxx-6.4.2, glib2-2.20.1, gmime-2.4.6, highlight-2.8,
  libdrm-2.4.9, libsoup24-2.26.0.9, soprano-2.2.3, sound-juicer-2.26.1,
  subversion-1.6.1, wireshark-1.0.7, xf86-video-intel-2.6.99.903,
  xf86-video-radeonhd-1.2.5, yasm-0.8.0, zile-2.3.6.

(wiz)

2009-04-10 22:27:16 UTC MAIN commitmail json YAML

Make FAM support optional (enabled by default).
Per request in PR pkg/41025

(asau)

2009-04-10 21:19:02 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-10 21:16:49 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket 2731 - requested by tron
Security fix

Revisions pulled up:
- pkgsrc/net/wireshark/Makefile 1.30
- pkgsrc/net/wireshark/distinfo 1.20

  Module Name:    pkgsrc
  Committed By:  tron
  Date:          Fri Apr 10 07:21:29 UTC 2009

  Modified Files:
          pkgsrc/net/wireshark: Makefile distinfo

  Log Message:
  Update "wireshark" package to version 1.0.7. Changes since version 1.0.6:
  - Security-related bugs in the Profinet, LDAP, and CPHAP dissectors and
    the Tektronix K12 file format have been fixed.
  - Many other bugs have been fixed.

  To generate a diff of this commit:
  cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/wireshark/Makefile
  cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/wireshark/distinfo

(spz)

2009-04-10 20:08:10 UTC MAIN commitmail json YAML

Note PKGREVISION bump of ja-ptex-bin.

(minskim)

2009-04-10 20:07:28 UTC MAIN commitmail json YAML

Adapt the dependencies of ja-ptex-bin to the recent teTeX changes.

- Use print/kpathsea/texmf.mk to update ls-R.
- Depend on tex-bin-dvipsk for pdvips config files.

Bump PKGREVISION.

(minskim)

2009-04-10 19:52:30 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2730 - requested by martti
clamav: bug fix update

Revisions pulled up:
- mail/clamav/distinfo 1.59
- mail/clamav/patches/patch-ab delete
- mail/clamav/patches/patch-ac delete
---
Module Name: pkgsrc
Committed By: adam
Date: Fri Apr 10 07:58:29 UTC 2009

Modified Files:
pkgsrc/mail/clamav: distinfo
Removed Files:
pkgsrc/mail/clamav/patches: patch-ab patch-ac

Log Message:
Fix problem with scanning RAR archives

(tron)

2009-04-10 18:47:59 UTC MAIN commitmail json YAML

Fix pulseaudio for Linux. From Aleksey Cheusov in PR 41184.

(wiz)

2009-04-10 18:45:39 UTC MAIN commitmail json YAML

Updated audio/timidity to 2.13.2nb11

(wiz)

2009-04-10 18:45:16 UTC MAIN commitmail json YAML

Fix acnlt() return value handling for NetBSD sound device.
>From John E. Krokes in PR 41171.

Bump PKGREVISION.

(wiz)

2009-04-10 17:50:25 UTC MAIN commitmail json YAML

Note PKGREVISION bump of ja-ptex-share.

(minskim)

2009-04-10 17:49:45 UTC MAIN commitmail json YAML

- Remove unnecessary dependencies.
- Support user-destdir.

Bump PKGREVISION because of the dependency change.

(minskim)

2009-04-10 17:38:27 UTC MAIN commitmail json YAML

Updated lang/smalltalk to 3.1

(asau)

2009-04-10 17:36:43 UTC MAIN commitmail json YAML

Update to GNU Smalltalk 3.1.

There're numerous changes, which include various improvements,
new features and bug fixes.

Most notable changes include async. signal safety, threads support,
remote control of Smalltalk VM via TCP socket, DBI improvements,
bindings to Cairo, LibSDL, OpenGL and GLUT, Swazoo web server,
newer Seaside application server and web framework.

(asau)

2009-04-10 10:35:16 UTC MAIN commitmail json YAML

Update HOMEPAGE to point to the 'new' sourceforge project page.
The previous HOMEPAGE linked to the older 0.14 homepage and
sourceforge project

(abs)

2009-04-10 10:25:43 UTC MAIN commitmail json YAML

Updated multimedia/dvdrip to 0.98.10

(abs)

2009-04-10 10:25:16 UTC MAIN commitmail json YAML

Updated multimedia/dvdrip to 0.98.10

0.98.10 - [stable branch] - Sun Feb 22 2009, joern

    Features:
    - transcode 1.1 compatibility improved, warning about
      experimental dvd::rip support removed; there are still issues
      with some filters in the filter preview dialog; your mileage
      may vary.
    - Workaround for transcode h264 two-pass problem, so dvd::rip
      now supports h264 two-pass encoding.
    - Applied patch from Jussi Judin <jjudin+dvdrip AT iki.fi> to
      detect GraphicMagicks as an ImageMagick replacement.
    - No files will be placed in /tmp anymore, instead all temporary
      files will go to PROJECT_DIR/tmp. Thanks for the hint to
      Michael Renner <michael.renner AT gmx.de>.
    - dvdrip-master doesn't throw warnings on unneeded missing
      binaries anymore, if installed alone without the full
      (anyway on the master unneeded) packages. Suggested by
      Nicolas Chauvet <kwizart AT gmail.com>.
    - Added .ogv extension for OGG files as another option.
      Suggested by Nicolas Chauvet.

    Bugfixes:
    - Fixed cluster mode audio processing with transcode 1.1.x.
      Thanks for the report to Samuele Giovanni Tonon <samu AT
      linuxasylum.net>.
    - Fixed race condition which could result in a missing audio
      merge in cluster mode when title has one track. Based on a
      patch from Matt Lawrence <m3lawren AT uwaterloo.ca>.
    - Fixed wrong progress information (not taking chunks into
      account) in cluster mode.
    - Added a patch from Nicolas Chauvet to fix a problem with
      Fedora's Perl (setlocale).

(abs)

2009-04-10 09:52:21 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Componentised to 1.0004
Updated databases/p5-SQL-Abstract to 1.51
Updated devel/p5-Class-Accessor-Grouped to 0.08003
Updated databases/p5-DBIx-Class to 0.08013

(abs)

2009-04-10 09:48:06 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08013

0.08013 2009-04-05 14:50:00 (UTC)
        - Version dumps on dependancies:
          + SQL::Abstract 1.51
          + Class::Accessor::Grouped 0.08003
          + Class::C3::Componentised 1.0004
        - Fix test in t/91debug.t for less ambigious SQL bracketing
        - Removed TODO on some passing tests

(abs)

2009-04-10 09:46:18 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor-Grouped to 0.08003

0.08003 Sat Mar 21 9:27:24 2009
    - Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI

(abs)

2009-04-10 09:43:23 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.51

revision 1.51  2009-03-28 10:00 (UTC)
    - fixed behavior of [-and => ... ] depending on the current
      condition scope. This introduces backwards comp with 1.24

(abs)

2009-04-10 09:33:30 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Componentised to 1.0004

1.0004  18 Mar 2009
        Port to use MRO::Compat (rafl)

(abs)

2009-04-10 09:09:37 UTC MAIN commitmail json YAML

Add a buildlink file for the java vm framework

(abs)

2009-04-10 09:06:21 UTC MAIN commitmail json YAML

Add two patches taken from "xnet.fi" to fix the build under SunOS 5.11
(and eventually older versions). Problem reported by Tom Hensel in
private e-mail.

(tron)

2009-04-10 09:05:25 UTC MAIN commitmail json YAML

Add openjdk7-bin to the list of valid JVMs and use as a default on
NetBSD/i386 5.x
The previous default - the linux sun-jre6 - would randomly crash under
load for at least tomcat and jboss

(abs)

2009-04-10 08:51:06 UTC MAIN commitmail json YAML

Updated databases/sqlite3; fonts/fontforge

(adam)

2009-04-10 08:48:20 UTC MAIN commitmail json YAML

Changes 20090408:
* Support composites (references) in bitmap fonts.
* Support for the JSTF table (sfd extension).
* Added a set of new python functions for manipulating CID keyed fonts.
* Added support for reading/writing version 1.8 of Adobe's feature file format.

(adam)

2009-04-10 08:44:03 UTC MAIN commitmail json YAML

Changes 3.6.12:
* Fixed a bug that caused database corruption when an incremental vacuum is
  rolled back in an in-memory database.
* Added the sqlite3_unlock_notify() interface.
* Added the reverse unordered selects pragma.
* The default page size on windows is automatically adjusted to match the
  capabilities of the underlying filesystem.
* Add the new ".genfkey" command in the CLI for generating triggers to
  implement foreign key constraints.
* Performance improvements for "count(*)" queries.
* Reduce the amount of heap memory used, especially by TRIGGERs.

(adam)

2009-04-10 08:30:49 UTC pkgsrc-2009Q1 commitmail json YAML

2009-04-10 08:29:38 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2730 - requested by martti
clamav: bug fix update

Revisions pulled up:
- mail/clamav/Makefile 1.91
- mail/clamav/buildlink3.mk 1.21
- mail/clamav/distinfo 1.58
- mail/clamav/patches/patch-ad 1.18
- mail/clamav/patches/patch-af 1.9
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Apr  9 08:00:10 UTC 2009

Modified Files:
pkgsrc/mail/clamav: Makefile distinfo
pkgsrc/mail/clamav/patches: patch-ad patch-af

Log Message:
Updated mail/clamav to 0.95.1

Lots of bug fixes, see http://svn.clamav.net/svn/clamav-devel/trunk/ChangeLog
for details.
---
Module Name: pkgsrc
Committed By: martti
Date: Thu Apr  9 08:03:44 UTC 2009

Modified Files:
pkgsrc/mail/clamav: buildlink3.mk

Log Message:
Regenerated.

(tron)

2009-04-10 07:58:29 UTC MAIN commitmail json YAML

2009-04-10 07:21:43 UTC MAIN commitmail json YAML

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

(tron)

2009-04-10 07:21:29 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.0.7. Changes since version 1.0.6:
- Security-related bugs in the Profinet, LDAP, and CPHAP dissectors and
  the Tektronix K12 file format have been fixed.
- Many other bugs have been fixed.

(tron)

2009-04-10 06:32:22 UTC MAIN commitmail json YAML

mention webmin update and delete it from TODO list

(kefren)

2009-04-10 05:23:39 UTC MAIN commitmail json YAML

Updated math/openaxiom to 1.2.1.

(asau)

2009-04-10 05:21:59 UTC MAIN commitmail json YAML

Update to OpenAxiom 1.2.1.

This is a minor bug fix and cleanup release.

pkgsrc changes: don't require gawk, add Dragonfly support.

(asau)

2009-04-10 05:03:12 UTC MAIN commitmail json YAML

Install net modules also
Bump PKGREVISION

(kefren)

2009-04-10 04:03:11 UTC MAIN commitmail json YAML

Remove mention to install security/audit-packages (which no longer
exists) and suggest audit capabilities of pkg_admin instead.
Update version.
Regeneration of cat page also caught up with some previous cleanups.

(reed)

2009-04-09 10:15:01 UTC MAIN commitmail json YAML

2009-04-09 08:03:44 UTC MAIN commitmail json YAML

2009-04-09 08:00:34 UTC MAIN commitmail json YAML

2009-04-09 08:00:19 UTC MAIN commitmail json YAML

2009-04-09 08:00:10 UTC MAIN commitmail json YAML

2009-04-09 04:25:46 UTC MAIN commitmail json YAML

2009-04-09 03:34:08 UTC MAIN commitmail json YAML

Updated filesystems/fuse-chironfs to 1.1.1

(manu)

2009-04-09 03:33:13 UTC MAIN commitmail json YAML

Update to 1.1.1
>From changelog:

Bugs fixed since ChironFS 1.1.0:

  o ChironFS could not locate the correct place where chirctl was
    when called using the environment variable $PATH to find it.
    Now chirctl is called in the same way as ChironFS, leaving
    this work to $PATH searches.

Changes since ChironFS 1.1.0
---------------------

  o ChironFS could not locate the correct place where chirctl was
    when called using the environment variable $PATH to find it.
    Now chirctl is called in the same way as ChironFS, leaving
    this work to $PATH searches.

Changes since ChironFS 1.0.0
---------------------

  o Added the --ctl (or -c) option which allows to mount a pseudo-filesystem
    (like /proc) to control the behavior of the Chiron filesystem being mounted.
    Currently, it's only possible to show the status of the replicas and change
    their status. Dynamically generated nagios plugin scripts are provided too.
  o Updated the howto in the chapter 5, explaining the use of the --ctl option.

(manu)

2009-04-09 03:24:54 UTC MAIN commitmail json YAML

Update security/lasso to 2.2.2

(manu)

2009-04-09 03:23:55 UTC MAIN commitmail json YAML

Upgrade to lasso-2.2.2:

>From distribution NEWS file:
Many fixes and improvements to the ID-WSF 1 support, new API to load SSL keys
off memory, documentation for ID-WSF methods, general robustness and memory
leak fixes.

(manu)

2009-04-09 02:25:55 UTC MAIN commitmail json YAML

Updated mail/enma to 1.1.0

(obache)

2009-04-09 02:25:38 UTC MAIN commitmail json YAML

Update enma to 1.1.0.

    * support DKIM (verification only) and DKIM ADSP
    * support exclusion address list to avoid authentication

(obache)

2009-04-09 02:03:43 UTC MAIN commitmail json YAML

2009-04-09 01:57:48 UTC MAIN commitmail json YAML

Update to mdocml-1.7.12. Biggest change is the start of a man(7) parser.

(joerg)

2009-04-09 00:55:12 UTC MAIN commitmail json YAML

2009-04-09 00:51:31 UTC MAIN commitmail json YAML

Remove references to NO_PACKAGE, IGNORE and NO_CDROM from documentation.

(joerg)

2009-04-09 00:51:23 UTC MAIN commitmail json YAML

2009-04-09 00:48:18 UTC MAIN commitmail json YAML

2009-04-09 00:47:13 UTC MAIN commitmail json YAML

2009-04-09 00:44:53 UTC MAIN commitmail json YAML

Replace NO_PACKAGE with NO_BIN_ON_* as it is about reuse on different
machines.

(joerg)

2009-04-09 00:41:53 UTC MAIN commitmail json YAML

Use META_PACKAGE

(joerg)

2009-04-08 23:28:50 UTC MAIN commitmail json YAML

2009-04-08 23:28:34 UTC MAIN commitmail json YAML

2009-04-08 23:28:06 UTC MAIN commitmail json YAML

2009-04-08 23:27:51 UTC MAIN commitmail json YAML

2009-04-08 23:19:13 UTC MAIN commitmail json YAML

Use META_PACKAGE

(joerg)

2009-04-08 23:16:55 UTC MAIN commitmail json YAML

Use META_PACKAGE

(joerg)

2009-04-08 23:11:13 UTC MAIN commitmail json YAML

2009-04-08 23:09:59 UTC MAIN commitmail json YAML

2009-04-08 23:09:20 UTC MAIN commitmail json YAML

2009-04-08 23:08:21 UTC MAIN commitmail json YAML

2009-04-08 23:07:51 UTC MAIN commitmail json YAML

2009-04-08 23:05:46 UTC MAIN commitmail json YAML

2009-04-08 23:03:14 UTC MAIN commitmail json YAML

Clear USE_LANGUAGES for meta packages.

(joerg)

2009-04-08 23:02:27 UTC MAIN commitmail json YAML

2009-04-08 23:02:08 UTC MAIN commitmail json YAML

2009-04-08 23:02:03 UTC MAIN commitmail json YAML

Disable CHECK_PERMS by default for meta-packages.

(joerg)

2009-04-08 22:55:07 UTC MAIN commitmail json YAML

2009-04-08 22:54:22 UTC MAIN commitmail json YAML

2009-04-08 22:52:19 UTC MAIN commitmail json YAML

2009-04-08 22:49:01 UTC MAIN commitmail json YAML

Use META_PACKAGE.

(joerg)

2009-04-08 22:47:07 UTC MAIN commitmail json YAML

2009-04-08 22:43:26 UTC MAIN commitmail json YAML

2009-04-08 20:01:28 UTC MAIN commitmail json YAML

+ bakefile-2.6, chicken-4.0.0, exiv2-0.18.1, freeciv-2.1.9,
  glade-3.6.1, gtkimageview-1.6.4, libcddb-1.3.1, mksh-37c,
  moserial-2.26.0 [GNOME 2.26], openafs-1.4.10, openttd-0.7.0,
  rrdtool-1.3.7, sharity-3.7, snort-2.8.4, xf86-video-ati-6.12.2,
  youtube-dl-20090406, zile-2.3.5, zoom-1.1.3.
- abiword-2.6.6, cmake-2.6.3, coccinelle-0.1.6a, genius-1.0.6
  gst-plugins0.10-bad-0.10.11, gst-plugins0.10-ugly-0.10.11,
  gthumb-2.10.11, libgdiplus-2.4, libgnomecups-0.2.3, liferea-1.4.27,
  totem-2.26.1, totem-pl-parser-2.26.1.

(wiz)

2009-04-08 19:17:35 UTC MAIN commitmail json YAML

add linux udev scripts, might help problem seen in Linux bulk build

(drochner)

2009-04-08 19:04:54 UTC MAIN commitmail json YAML

depend on openssl (which is likely there anyway) and update configure
args to avoid hidden dependencies, should fix build problem
seen in Linux bulk build

(drochner)

2009-04-08 18:43:17 UTC MAIN commitmail json YAML

unfuzz a patch, might help for a problem seen in Linux bulk build

(drochner)

2009-04-08 18:41:39 UTC MAIN commitmail json YAML

2009-04-08 18:41:26 UTC MAIN commitmail json YAML

Updated databases/rrdtool to 1.3.7

The new release contains some rather influential changes.

* Holt-Winters rrds should see a drastic speedup.
* Front-ends relying on output from graph --lazy will work again
* updatev does not segfault on 32 bit platforms anymore.
* rrd_dump produces correct output with german locales.

(martti)

2009-04-08 18:22:55 UTC MAIN commitmail json YAML

update to 1.0.6
changes:
-Try the slopefield / vectorfield plots
-bugfixes
-drop dependency on libgnome

(drochner)

2009-04-08 17:03:25 UTC MAIN commitmail json YAML

Fix support for non-default options:
- If option "suexec" is used we must manually build the binary because
  the top level makefile doesn't do that. This fixes PR pkg/41141
  by Anton Blajev.
- Move the handling of the "all-shared" option into "options.mk" and
  don't use a seperate package list that will cause failure to remove
  the "lib/httpd" directory on deinstallation.

(tron)

2009-04-08 16:56:53 UTC MAIN commitmail json YAML

something broke plugin loading. fix it. bump PKGREVISION
being here, register with desktopdb

(drochner)

2009-04-08 16:44:23 UTC MAIN commitmail json YAML

add an option to use webkit as html renderer
(marked experimental, but works for me on i386)

(drochner)

2009-04-08 16:42:51 UTC MAIN commitmail json YAML

2009-04-08 16:33:07 UTC MAIN commitmail json YAML

2009-04-08 16:31:57 UTC MAIN commitmail json YAML

2009-04-08 15:01:11 UTC MAIN commitmail json YAML

Update section on LICENSE handling.

(wiz)

2009-04-08 14:47:27 UTC MAIN commitmail json YAML

Switch to the license handling in license.mk.
The following licenses are accepted by default:
        public-domain
        gnu-gpl-v2 gnu-lgpl-v2
        gnu-gpl-v3 gnu-lgpl-v3
        original-bsd modified-bsd
        x11
        apache-2.0
        cddl-1.0
        open-font-license

All packages should now be converted to define their LICENSE.

Show a warning when PKG_DEVELOPER is set but LICENSE is not defined.

(wiz)

2009-04-08 13:10:15 UTC MAIN commitmail json YAML

+libX11-1.2.1, xf86-video-nv-2.1.13.
s/libdrm-2.4.5/libdrm-2.4.6/.

(taca)

2009-04-08 13:06:23 UTC MAIN commitmail json YAML

2009-04-08 09:58:20 UTC MAIN commitmail json YAML

remove PYTHON_FOR_BUILD_ONLY - we install Python scripts

(drochner)

2009-04-08 06:20:32 UTC MAIN commitmail json YAML

Make it include correct file.

(hasso)

2009-04-08 01:45:18 UTC MAIN commitmail json YAML

2009-04-08 01:44:04 UTC MAIN commitmail json YAML

Update to 1.12, addressing PR pkg/34765. From the changelog:

1.12:
- Fixed problem with overwriting existing session data items.
- Fixed several problems with handling of databytes in rules.
- Fixed crash in plugin cvm-validate when the lookup secret was unset.
- pop3front-auth now supports a no-argument variant on the AUTH command,
    used by KMail to test for authentication modes, and documented
    in http://www.tools.ietf.org/html/draft-myers-sasl-pop3-05
    Thanks Bernhard Graf for the initial patch
- pop3front-auth and -maildir now support the CAPA command.
    Thanks Bernhard Graf for the initial patch
- Made imapfront-auth more compatible with Courier IMAP by adding extra
    bits to the CAPABILITY command.  Thanks Bernhard Graf.
- plugin-cvm-validate handles modules that provide an "out of scope"
    fact by passing to the next plugin.
- Fixed handling of addresses without a domain in @file rules.
    Thanks Jorge Valdes

1.11:
- Fixed the main mailfront program to clean up temporary files properly.
- Modified the SMTP protocol module to export the SASL authentication
    information internally.
- Modified the check-fqdn plugin to append $DEFAULTHOST and
    $DEFAULTDOMAIN to addresses if necessary.
- Added separate connect and send timeouts and a maximum message size to
    the ClamAV plugin, and fixed a bug with handling port numbers
    when using multiple IPs.
- Modified the ClamAV plugin to prefer $CLAMAV_* settings over $CLAMD_*
- Added plugin API documentation.

1.10:
- Added a ClamAV virus scanner plugin.  Note: Using this plugin will
    cause mailfront to save messages to temporary files.  See
    mailfront.html for details.
- Modified the plugin API to add a version code, a flags word, and to
    (optionally) save messages to a temporary file.
- Fixed a few cases where the UCSPI-TCP protocol was assumed.
- Fixed pop3front-maildir breakage on dietlibc/uClibc and empty
    maildirs.  Thanks Wayne Marshall.

1.01:
- Fixed a bug in the counters plugin that triggered a problem in the
    SMTP protocol when handling the SIZE=# parameter.
- Reversed the order of cvm-validate and qmail-validate in the wrapper
    scripts (and documentation) due to the semantics of the two plugins.
- Added a list of built-in plugins.  The list currently contains the
    three accept* plugins, which are extremely trivial.

1.0:

Mailfront has been rewritten to be totally modular.  The core mailfront
program loads the protocol, backend, and all plugin behaviors at run
time from shared objects.

The previous commands, such as smtpfront-qmail, are now shell script
wrappers for the main "mailfront" command, and as such are depricated in
favor of using "mailfront" directly.  The *front-qmail wrappers preload
all the plugins that were previously compiled into the corresponding
programs:

check-fqdn counters mailrules relayclient cvm-validate
qmail-validate add-received patterns accept-sender

NOTE: The *front-reject backends have been dropped in favor of a plugin.
In addition, the $REQUIRE_AUTH feature has been moved to another plugin.
If you used this backend or feature you will need to adjust your
configuration accordingly.

(schmonz)

2009-04-07 23:42:17 UTC MAIN commitmail json YAML

Much simpler fix for PR/41125
Approved by agc

(tez)

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

Fix previous for destdir.

(wiz)

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

Note update of archivers/ruby-archive-tar-minitar to version 0.5.2nb1

(seb)

2009-04-07 21:06:54 UTC MAIN commitmail json YAML

Fix minitar script: require_gem method  is deprecated since RubyGems
0.9.0 and had been removed since RubyGems 1.0.0, use gem method
instead.
Bump PKGREVISION to 1.

(seb)

2009-04-07 19:34:10 UTC MAIN commitmail json YAML

Make it build on DragonFly master and recent versions of FreeBSD (probably).

(hasso)

2009-04-07 19:29:50 UTC MAIN commitmail json YAML

2009-04-07 19:29:42 UTC MAIN commitmail json YAML

2009-04-07 19:27:57 UTC MAIN commitmail json YAML

add an alias ZapfDingbats->Dingbats (as seen on Debian/Ubuntu), this
helps for checkmarks etc used in PDF forms (fixing the uglyness mentioned
in my last commit to pkgsrc/print/poppler)
bump PKGREVISION

(drochner)

2009-04-07 19:18:05 UTC MAIN commitmail json YAML

2009-04-07 19:10:26 UTC MAIN commitmail json YAML

Make it compile on DragonFly master.

(hasso)

2009-04-07 18:45:05 UTC MAIN commitmail json YAML

2009-04-07 18:36:53 UTC MAIN commitmail json YAML

2009-04-07 18:05:08 UTC MAIN commitmail json YAML

2009-04-07 18:03:14 UTC MAIN commitmail json YAML

Make it build on FreeBSD and DragonFly.

(hasso)

2009-04-07 17:58:19 UTC MAIN commitmail json YAML

Make it build on FreeBSD and DragonFly.

(hasso)

2009-04-07 17:38:11 UTC MAIN commitmail json YAML

2009-04-07 17:31:11 UTC MAIN commitmail json YAML

2009-04-07 17:30:25 UTC MAIN commitmail json YAML

Update mathomatic to 14.3.6.

Changes since 14.2.7:
12/23/08 - Simplified makefile.
12/26/08 - Fixed rules for simplifying "(x^n)^m" so "misc/john.in" and
          others simplify better.  Works similar to Maxima now.
12/27/08 - Numeric GCD now properly returns the other parameter, if
          either parameter is 0.  Renamed "misc/polyroots.c" to
          "misc/roots.c" and simplified this example code.
12/30/08 - Added "update" script, which updates the function
  prototypes in "cproto.h".
1/1/09 - Optionally factor out the gcd of integer coefficients when
        improving readability, for example: 6x+4y becomes 2*((3*x) +
        (2*y)).  This is now the default.
1/13/09 - Added descriptions of all interesting math scripts in
  "tests/README.txt".
1/16/09 - Allow nintegrate and "integrate definite" commands in the
          symbolic math library; the bounds are specified in the two
          equation spaces following the current equation.
1/18/09 - Made expression and equation entry always consecutively
          numbered equation spaces, unless memory is exhausted.
1/19/09 - Made consistent list command output with only one newline
  after each equation space.
1/21/09 - Fixed erroneous doubling of parentheses display when solving
  and showing steps with "set debug 2".
1/22/09 - Added -b option, to conveniently set bold color mode from
  the command line.
1/25/09 - Improved looks of eliminate command by not solving if
  equation is already solved.
2/3/09 - Table of contents was added to the Mathomatic User's Manual.
2/5/09 - Added display of any numerical fractions when calculating or
        using calculate command; for example, entering "1/2+3/8" now
        results in "answer = 0.875 = 7/8".
2/6/09 - Removed erroneous lsqrt() routine obtained from Wikipedia, so
        that matho-sumsq works properly now.
2/7/09 - Disable pause command when appropriate (when input not a tty
        and for symbolic math library).
2/8/09 - Polished up educational example scripts in "tests" directory.
2/11/09 - Entry of a function now results in "Named functions
  currently not implemented" error message.
2/12/09 - Bugfix to matho-primes and added "misc/limits.c".
2/15/09 - The fraction command was fixed to give better results.  "set
          display2d" flag now no longer affects any results at all, it
          only affects 2D output mode.
2/17/09 - Renamed -h (HTML) option to -x, -h is now the help option.
          Added -w option to set wide output mode.
3/9/09 - Found the correct formulas for solving the general cubic
        equation on Wikipedia, so "tests/cubic.in" always gives
        correct answers now.
3/12/09 - Tweak made to simplify result beautifier: factoring priority
          only given to real variables now, special constant variables
          pi#, e#, and i# have no effect and behave like any constant
          now.
3/15/09 - Corrected and improved parse_complex() C function for more
          complex number functionality and a bug fix.
3/18/09 - Added "set negate_highest_precedence" option, which allows
          the negate operator to be the lower precedence of times and
          divide, like it is in Maxima and most other math programs.
3/24/09 - Made "set no autosolve" mode more useful by making it solve
          if a solve variable is entered with an equals sign.  This
          allows easy entry of both single variable expressions (with
          no =) and solve variables (with =) while in this mode.
3/27/09 - Selecting equations by entering the equation number was
          returning with error if the equation space was empty.
          Fixed, you can now select any previously allocated equation
          space.

(minskim)

2009-04-07 17:25:55 UTC MAIN commitmail json YAML

2009-04-07 17:16:45 UTC MAIN commitmail json YAML

Note update of rails packages.

(minskim)

2009-04-07 17:13:27 UTC MAIN commitmail json YAML

Update rails packages to 2.3.1.

Changes since 2.1.1:
* Allow metal to live in plugins #2045 [Matthew Rudy]
* Added metal [Josh Peek]
* Remove script/performance/request in favour of the performance
  integration tests. [Pratik Naik]
* Add a rake task to apply a template to an existing application :
  rake rails:template LOCATION=~/template.rb [Pratik Naik]
* Add "-m/--template" option to Rails generator to apply a template to
  the generated application. [Jeremy McAnally]
* Extracted the process scripts (inspector, reaper, spawner) into the
  plugin irs_process_scripts [David Heinemeier Hansson]
* Changed Rails.root to return a Pathname object
* Added view path support for engines [David Heinemeier Hansson]
* Added that config/routes.rb files in engine plugins are
  automatically loaded (and reloaded when they change in dev mode)
  [David Heinemeier Hansson]
* Added app/[models|controllers|helpers] to the load path for plugins
  that has an app directory (go engines ;)) [David Heinemeier Hansson]
* Add config.preload_frameworks to load all frameworks at
  startup. Default to false so Rails autoloads itself as it's
  used. Turn this on for Passenger and JRuby. Also turned on by
  config.threadsafe!  [Jeremy Kemper]
* Add a rake task to generate dispatchers : rake
  rails:generate_dispatchers [Pratik Naik]
* "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by
  default now. Please use "--with-dispatchers" option if you need
  them. [Yaroslav Markin, Pratik Naik]
* Added rake rails:update:application_controller to renamed
  application.rb to application_controller.rb -- included in rake
  rails:update so upgrading to 2.3 will automatically trigger it #1439
  [kastner]
* Added Rails.backtrace_cleaner as an accessor for the
  Rails::BacktraceCleaner instance used by the framework to cut down
  on backtrace noise and config/initializers/backtrace_silencers.rb to
  add your own (or turn them all off) [David Heinemeier Hansson]
* Switch from Test::Unit::TestCase to ActiveSupport::TestCase.  [Jeremy Kemper]
* Added config.i18n settings gatherer to config/environment,
  auto-loading of all locales in config/locales/*.rb,yml, and
  config/locales/en.yml as a sample locale [David Heinemeier Hansson]
* BACKWARDS INCOMPATIBLE: Renamed application.rb to
  application_controller.rb and removed all the special casing that
  was in place to support the former. You must do this rename in your
  own application when you upgrade to this version [David Heinemeier
  Hansson]
* Fixed plugin generator so that generated unit tests would subclass
  ActiveSupport::TestCase, also introduced a helper script to reduce
  the needed require statements #1137 [Mathias Meyer]
* Update Prototype to 1.6.0.3 [sam]
* Fixed that sqlite would report "db/development.sqlite3 already
  exists" whether true or not on db:create #614 [Antonio Cangiano]
* Added config.threadsafe! to toggle allow concurrency settings and
  disable the dependency loader [Josh Peek]
* Turn cache_classes on by default [Josh Peek]
* Added configurable eager load paths. Defaults to app/models,
  app/controllers, and app/helpers [Josh Peek]
* Introduce simple internationalization support.  [Ruby i18n team]
* Make script/plugin install <plugin> -r <revision> option work with
  git based plugins. #257. [Tim Pope Jakub Kuæ·»ma]. Example:
* Added Rails.initialized? flag [Josh Peek]
* Make rake test:uncommitted work with Git. [Tim Pope]
* Added Thin support to script/server.  #488 [Bob Klosinski]
* Fix script/about in production mode.  #370 [Cheah Chu Yeow, Xavier
  Noria, David Krmpotic]
* Add the gem load paths before the framework is loaded, so certain
  gems like RedCloth and BlueCloth can be frozen.
* Fix discrepancies with loading rails/init.rb from gems.
* Plugins check for the gem init path (rails/init.rb) before the
  standard plugin init path (init.rb) [Jacek Becela]
* Changed all generated tests to use the test/do declaration style
  [David Heinemeier Hansson]
* Wrapped Rails.env in StringInquirer so you can do
  Rails.env.development? [David Heinemeier Hansson]
* Fixed that RailsInfoController wasn't considering all requests local
  in development mode (Edgard Castro) [#310 state:resolved]

(minskim)

2009-04-07 16:59:54 UTC MAIN commitmail json YAML

Updated www/serf to 0.3.0

(gdt)

2009-04-07 16:59:40 UTC MAIN commitmail json YAML

Update to 0.3.0 from Thomas E. Spanjaard in private mail.  No ABI
changes.

Serf 0.3.0 [2009-01-26, r1216]
  Support LTFLAGS override as a config-time env. variable (Issue 44)
  Fix CUTest test harness compilation on Solaris (Issue 43)
  Fix small race condition in OpenSSL initialization (Issue 39)
  Handle content streams larger than 4GB on 32-bit OSes (Issue 41)
  Fix test_ssl.c compilation with mingw+msys.
  Fix conn close segfault by explicitly closing conn when pool is destroyed.
  Expose the depth of the SSL certificate so the validator can use that info.
  Fix socket address family issue when opening a connection to a proxy.
  Provide new API to take snapshots of buckets.
  Implement snapshot API for simple and aggregate buckets.
  Build with bundled apr and apr-util VPATH builds.
  Build with bundled OpenSSL builds.

Serf 0.2.0 [2008-06-06, r1188]
  Enable use of external event loop: serf_create_context_ex.
  Enable adding new requests at the beginning of the request queue.
  Handle 'Connection:close' headers.
  Enable limiting the number of outstanding requests.
  Add readline function to simple buckets.
  Concatenate repeated headers using comma as separator, as per RFC 2616,
  section 4.2. (Issue 29)
  Add proxy server support.
  Add progress feedback support. (Issue 11)
  Provide new API to simplify use of proxy and progress feedback support.
  Add callback to validate SSL server certificates. (Issue 31)
  Add new test framework.
  Send current version string in the test programs (Issue 21)
  Bugfixes:
    Fix segfault with epoll when removing a NULL socket.
    Reset OpenSSL thread-safety callbacks when apr_terminate() called.
    Do not remove the socket from the pollset on pool cleanup.
    Do not issue double close on skt w/second one being close(-1) (Issue 33)

(gdt)

2009-04-07 16:27:09 UTC MAIN commitmail json YAML

2009-04-07 15:08:38 UTC MAIN commitmail json YAML

-mono 2.4 and related

(kefren)

2009-04-07 15:08:31 UTC MAIN commitmail json YAML

Bump PKGREVISION for additional dependencies added today.

(wiz)

2009-04-07 15:08:10 UTC MAIN commitmail json YAML

mention mono 2.4 update

(kefren)

2009-04-07 14:35:00 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup tickets #2727 and #2728.

(tron)

2009-04-07 14:34:23 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2728 - requested by dsainty
libproxy: fix build of dependent packages

Revisions pulled up:
- www/libproxy/buildlink3.mk 1.3
---
Module Name: pkgsrc
Committed By: dsainty
Date: Tue Apr  7 03:14:07 UTC 2009

Modified Files:
pkgsrc/www/libproxy: buildlink3.mk

Log Message:
Pull in lang/python/extension.mk when buildlinking.

Specifically, this fixes the build of dependent packages (like net/libsoup24)
under Linux, which attempt (and fail) to link in -ldb4 as requested by
${PREFIX}/lib/libproxy.la.

(tron)