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

2024-05-13 10:50:00 UTC Now

2013-07-14 02:32:23 UTC MAIN commitmail json YAML

Updated security/p5-Digest-SHA to 5.85

(wen)

2013-07-14 01:24:06 UTC MAIN commitmail json YAML

Update to 5.85

Upstream changes:
5.85  Wed Jun 26 04:05:26 MST 2013
- workaround for repeated calls to shaclose (ref. Bug #86295)
-- need to explicitly reset internal pointer to NULL
ref. shaclose() in SHA.xs
- corrected typos in shasum script
-- ref. Bug #85430

(wen)

2013-07-14 01:14:04 UTC MAIN commitmail json YAML

2013-07-14 00:35:28 UTC MAIN commitmail json YAML

Updated devel/p5-boolean to 0.30

(wen)

2013-07-14 00:34:35 UTC MAIN commitmail json YAML

Update to 0.30

Upstream changes:
version: 0.30
date:    Wed Apr  3 15:24:44 PDT 2013
changes:
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=84398
- chip++
- Documented JSON support.
---
version: 0.29
date:    Mon Apr  1 21:48:31 PDT 2013
changes:
- Support JSON and JSON::XS. dankogai-san++

(wen)

2013-07-14 00:31:18 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.40

(wen)

2013-07-14 00:30:22 UTC MAIN commitmail json YAML

2013-07-14 00:21:40 UTC MAIN commitmail json YAML

Updated devel/p5-App-cpanminus to 1.6923

(wen)

2013-07-14 00:20:20 UTC MAIN commitmail json YAML

Update to 1.6923

Upstream changes:
1.6923  2013-07-03 22:16:04 PDT
  [Bug Fixes]
      - Reverted the --skipdeps in PERL_AUTOINSTALL since it breaks default
        dependencies in Module::Install-based distributions

1.6922  2013-06-19 13:55:54 PDT
  [Improvements]
      - No changes in the code, packaging update so the fatpacked executable on cpanm has
        the right version. #274

1.6921  2013-06-18 03:18:55 PDT
  [Bug Fixes]
      - Fixes install with Module::Build < 0.35, i.e. vanilla perl 5.10.1
        (Thanks to joshk for the report)
      - Fixes install on 5.8 with Module::Build dists without configure_requires #273
        (Thanks to gildegoma for the report)

1.6920  2013-06-14 14:08:44 PDT
  [Improvements]
      - Handle PERL_LOCAL_LIB_ROOT in case multiple paths are stacked (mst)
      - Remove the search.cpan.org fallback where no META files exist. Generate stub using CPAN::Meta

1.6919  2013-06-12 08:32:06 PDT
  [Incompatible Changes]
      - Automatically detect local::lib mode when environment variables are already configured
        on the shell. This is to fix the first time run when local::lib is configure but arch
        library path doesn't exist. #263

1.6918  2013-06-10 13:02:06 PDT
  [Improvements]
      - Fix documentation about --quiet
      - Find the best (non-backpan) match out of MetaCPAN results when there are multiple
        results https://github.com/CPAN-API/cpan-api/issues/274

1.6917  2013-06-05 10:07:12 JST
  [Incompatible Changes]
      - build.log is now created inside a work directory, then a symlink to the file is
        made in ~/.cpanm. On platforms where symlink is not available (Win32), the build.log
        file is copied from the build directory once the installation has finished. (ilmari)

1.6916  2013-06-04 19:54:36 JST
  [Improvements]
      - Do not complain upgrading cpanm in local::lib
      - Accept 0-9_ in PAUSE ID (#265)

(wen)

2013-07-13 23:04:46 UTC MAIN commitmail json YAML

Mention other packages that should be updated with this one.

(wiz)

2013-07-13 19:44:54 UTC MAIN commitmail json YAML

2013-07-13 19:43:22 UTC MAIN commitmail json YAML

2013-07-13 19:38:27 UTC MAIN commitmail json YAML

2013-07-13 19:33:19 UTC MAIN commitmail json YAML

2013-07-13 19:23:37 UTC MAIN commitmail json YAML

Update to gmime-2.6.10. Changes unknown, but old version doesn't build
against newer glib2 anyway.

(joerg)

2013-07-13 19:22:27 UTC MAIN commitmail json YAML

Don't create multiple extern entries for the same inlined function.

(joerg)

2013-07-13 19:21:33 UTC MAIN commitmail json YAML

Copy files, new automake fails otherwise.

(joerg)

2013-07-13 19:15:27 UTC MAIN commitmail json YAML

2013-07-13 18:51:34 UTC MAIN commitmail json YAML

2013-07-13 18:51:03 UTC MAIN commitmail json YAML

Update to 0.4.

release 0.4 (20130713)
  - Fix stupid build problem introduced in 0.3.1.
  - Accept and ignore -m32, which imake issues willy-nilly on a bunch
    of platforms. I thought this had already been done, but apparently
    not.
  - Don't use the <err.h> functions. There are still people out there
    using legacy systems missing them.
  - Sort out some more issues pertaining to handling quoted strings.
  - Add some more tests.

(dholland)

2013-07-13 18:12:17 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.39nb1

(schmonz)

2013-07-13 18:12:11 UTC MAIN commitmail json YAML

This package bundles its own copy of SQLite 3.7.17. The bundled
copy isn't as portable as what's in databases/sqlite3. Instead of
trying to fix the copy, declare a buildlink dependency on 3.7.17,
and let pkgsrc figure out how to fulfill it. Bump PKGREVISION.

(schmonz)

2013-07-13 13:04:48 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-CheckConflicts to 0.08

(wen)

2013-07-13 13:03:29 UTC MAIN commitmail json YAML

Update to 0.08

Upstream changes:
0.08  2013-07-09
      - remove Test::Warnings dep

0.07  2013-07-08
      - instead of silently ignoring conflicts that do not compile, issue a
        conflict warning. (RT#75486, Karen Etheridge)

0.06  2013-06-21
      - make the runtime conflict warnings optional, since i'm not sure how
        stable of an idea this really is
      - use Exporter instead of Sub::Exporter

0.05-TRIAL  2011-01-17
      - require 5.8.1, clean up a few things and add a few more tests

0.04-TRIAL  2011-01-13
      - fix an issue with certain other perls

0.03-TRIAL  2011-01-13
      - add runtime conflict warnings

(wen)

2013-07-13 12:59:51 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent-IRC to 0.97

(wen)

2013-07-13 12:58:58 UTC MAIN commitmail json YAML

Update to 0.97

Upstream changes:
0.97    Sun Mar 17 19:20:30 CET 2013
        - corrected minor spelling fixes thanks to an rt patch.
        - fixed AnyEvent::IRC::Connection::is_connected to actually return true
          when connected.
        - AE::IRC::Client::connect can now also connect only with a timeout without
          having to register.
        - Server reply of 001 is now also considered as "successfully registered".
          Thanks for Lee to spot this.
        - "quit" event gets the right parameter from the message now. Thanks to Lee!

(wen)

2013-07-13 12:52:51 UTC MAIN commitmail json YAML

Updated net/p5-Test-TCP to 2.00

(wen)

2013-07-13 12:51:53 UTC MAIN commitmail json YAML

Update to 2.00

Upstream changes:
2.00 2013-06-11T04:41:43Z

    [INCOMPATIBLE CHANGES]
    - Change wait_port() API to take max_wait seconds, and wait exponentially.
      Dropped wait_port_retry argument introduced at 1.27.
      (miyagawa)

(wen)

2013-07-13 12:13:38 UTC MAIN commitmail json YAML

Updated www/p5-Plack-App-Proxy to 0.27

(wen)

2013-07-13 12:12:31 UTC MAIN commitmail json YAML

Update to 0.27

Upstream changes:
0.27    02/26/2013
        - Remove more HTTP::Headers assumptions

0.26    02/26/2013
        - Add parent dependency

0.25    11/10/2012
        - Fix problem with META.yml

0.24    11/10/2012
        - Skip CONNECT test on Windows

0.23    11/05/2012
        - Fix test failures from newer HTTP::Headers

0.22
        - Filter out Status header since it's forbidden in PSGI spec (miyagawa)

0.21
        - Bump version to fix some CPAN issues.

0.20
        - Fix auto guessing of RewriteLocation.

(wen)

2013-07-13 12:08:16 UTC MAIN commitmail json YAML

Updated www/p5-Plack to 1.0028

(wen)

2013-07-13 12:07:09 UTC MAIN commitmail json YAML

Update to 1.0028

Upstream changes:
1.0028  2013-06-15 01:42:52 PDT
    [IMPROVEMENTS]
        - Skip cgi related tests for Win32 (chorny) #413
        - Skip tests that could potentially write empty bytes, which could cause
          issues on some servers on local sockets with HTTP::Tiny
        - Skip tests that require HTTP::Cookies, if not available #414

1.0027  2013-06-13 21:30:12 PDT
    [IMPROVEMENTS]
        - Not a dev release, including XS free version of Plack::Test*
        - Fix cgibin tests that often fail on Win32 #375

1.0026  2013-06-12 23:00:21 PDT
    [INCOMPATIBLE CHANGES]
        - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it.

1.0025  2013-06-12 13:08:58 PDT
    [INCOMPATIBLE CHANGES]
        - No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for
          testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite
          (for PSGI handlers) without LWP installed, the tests will automatically be skipped.
          This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency
          in Plack. #408

    [IMPROVEMENTS]
        - Fixed the warning in OO usage of Plack::Builder (doy) #407
        - Shotgun loader now dies if used in Win32 since it leaks memory #320, #400
        - Suppress warnings for Test::TCP (kazeburo) #406
        - $res->to_app shortcut (ether) #409

(wen)

2013-07-13 12:03:49 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.8.6

(obache)

2013-07-13 12:03:33 UTC MAIN commitmail json YAML

Update ruby-spreadsheet to 0.8.6.

=== 0.8.6 / 11.07.2013

Author: Arjun Anand and Robert Stern <dev+arjuna+rstern@reenhanced.com>
Date:  Wed Jul 10 13:45:30 2013 -0400

* Allow editing of an existing worksheet.

(obache)

2013-07-13 11:58:14 UTC MAIN commitmail json YAML

Updated graphics/p5-cairo to 1.103

(wen)

2013-07-13 11:57:14 UTC MAIN commitmail json YAML

Update to 1.103

Upstream changes:
Overview of changes in Cairo 1.103
==================================

* Hush a few compiler warnings
* Updated copyright date

Overview of changes in Cairo 1.102
==================================

* Fix building with perl <= 5.14
* Prevent crashes on exit with Cairo::Path on perl 5.6.

Overview of changes in Cairo 1.101
==================================

* Properly specify our dependencies.
* Fix some erroneous POD links.
* Distribute a missing test file.

Overview of changes in Cairo 1.100
==================================

Since 1.08x (the previous stable series)
----------------------------------------
* Make "use Cairo x.yyy" work.  This required renaming the old
  Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION --
  but we kept the old way of calling it working.  Cairo::version,
  Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment
  for consistency.
* Auto-upgrade strings to utf8.  Note that this means that calling
  utf8::encode() on strings before passing them into Cairo will now
  yield doubly-encoded and thus broken strings.  Also, having
  utf8-encoded literals in your code without an accompanying "use utf8"
  line will also lead to double encoding.
* Expand and improve the README and META.yml files.
* Many compilation and test suite fixes.

Since 1.091
-----------
* Do not assume that sizeof(void*) == sizeof(long)
* Calculate a string length more efficiently
* added updated README text for RT#74870
* Created %meta_merge which follows v2 of meta-spec

Overview of changes in Cairo 1.091
==================================

* Auto-upgrade strings to utf8.  Note that this means that calling
  utf8::encode() on strings before passing them into Cairo will now
  yield doubly-encoded and thus broken strings.  Also, having
  utf8-encoded literals in your code without an accompanying "use utf8"
  line will also lead to double encoding.
* Fix compiling and testing against older versions of cairo.
* Make the test suite more robust.

Overview of changes in Cairo 1.090
==================================

* Make "use Cairo x.yyy" work; fixes RT#72783.  This required renaming the old
  Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we
  kept the old way of calling it working.  Cairo::version,
  Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for
  consistency.
* Updated FSF LGPL notice address (RT#72664)

Overview of changes in Cairo 1.082
==================================

* Update the symbol export list for linking on win32
  (https://bugzilla.gnome.org/show_bug.cgi?id=665265)

Overview of changes in Cairo 1.081
==================================

* Add a missing cairo_font_type_t value.
* Fix a test failure.

Overview of changes in Cairo 1.080
==================================

Since 1.06x
-----------
* Wrap new 1.8 and 1.10 API.
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
  available to all pattern types, not just surface patterns.
* Make it possible to modify and create paths.

Since 1.071
-----------
* Add support for missing operator types.
* Fix compilation agains perl 5.15.x.

Overview of changes in Cairo 1.071
==================================

* Add new API:
  - recording surface
  - region functions
  - toy font face
  - PDF version functions
  - Cairo::in_clip
  - Cairo::Surface::create_for_rectangle
* Make it possible to modify and create paths.
* Make Cairo::Surface::create_similar callable as a class-static method, for
  consistency with Cairo::Surface::create_for_rectangle.
* Fix a few test failures.
* Add more examples.

Overview of changes in Cairo 1.070
==================================

* Wrap 1.8 API:
  - cairo_show_text_glyphs
  - cairo_scaled_font_text_to_glyphs and
    cairo_scaled_font_get_scale_matrix
  - cairo_surface_get_fallback_resolution and
    cairo_surface_has_show_text_glyphs
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
  available to all pattern types, not just surface patterns.
* Fix a memory manage bug in Cairo::FtFontFace.
* Fix a bug in the enum conversion code that made it more lenient than
  intended.
* Add a few examples.
* Fix a few test failures.

(wen)

2013-07-13 11:47:14 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 1.11

(wen)

2013-07-13 11:46:07 UTC MAIN commitmail json YAML

Update to 1.11

Upstream changes:
1.11 2013-04-28 22:00:38
    [TEST FIXES]
    - Ensure Try::Tiny is bundled

1.10 2013-04-26 10:53:40
    [TEST FIXES]
    - Bundle Try::Tiny for tests

1.09 2013-04-25 14:03:13
    [TEST FIXES]
    - Bundle Test::Fatal for tests

(wen)

2013-07-13 11:42:23 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin11 to 11.2.202.297

(obache)

2013-07-13 11:41:57 UTC MAIN commitmail json YAML

2013-07-13 11:40:56 UTC MAIN commitmail json YAML

Updated devel/p5-App-perlbrew to 0.64

(wen)

2013-07-13 11:40:02 UTC MAIN commitmail json YAML

Update to 0.64
Update DEPENDS

Upstream changes:
0.64: # 2013-06-02T09:44:59+0200
- The build directory is removed before a new build.
- New command: `install-multiple`
- `clean` command now also removes tarballs
- `install` command has many extra convienent flags.
- Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN"
- Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget.

0.63: # 2013-05-06T16:53:48+0200
- Remove `install-ack` command.
  - Due to the new architecture of ack2, it does not make sense
    to install the standalone executable anymore. Thus it's better not
    to do the installation with perlbrew.
- Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297

0.62: # 2013-04-07T17:43:58+0800
- Fix `list-modules` under lib env. It lists all modules in the lib, and in the base.
- Use the original grep command to prevent aliases from breaking the content of init. GH #307
- `perlbrew alias help` is now the same as `perlbrew help alias`
- `perlbrew exec --with ...` now preserve the order of specified names.

0.61:
- Fix bashrc on various OS/shell. See GH #302

0.60: # 2013-03-17T21:44:12+0100
- Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.
- Fix compatibility with recent local::lib version.
- Delay the loading of server modules.
- Fix warnings when runing `perlbrew off`

0.59: # 2013-02-17T12:34:10+0100
- New feature: "perlbrew install --switch $perl"
- New feature: "perlbrew install stable"
- Fix "--quiet" options for "exec" command
- Fix mulitple test failures and warnings

0.58: # 2012-11-16T08:45:18+0100
- Fix infinite re-exec loop as identified in #263
- Fix a case where PERL5LIB still contains previous entries after deactivating or activating other ones.

0.57: # 2012-11-13T19:57:03+0100
- Fix an infinite re-exec loop

0.56: # 2012-11-11T23:10:30+0100
- Fix GH #261, which breaks `off` and `swich-off` commands.

0.55:
- Revert the requirement of 5.8.8. Now require 5.8
- Add PERLBREW_CPAN_MIRROR environment variable
- Deal with a minor local::lib path problem. See GH #254.

(wen)

2013-07-13 11:37:40 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Perl-Releases to 1.24

(wen)

2013-07-13 11:36:46 UTC MAIN commitmail json YAML

Update to 1.24

Upstream changes:
-----------------------------------------
version 1.24 at 2013-06-21 07:01:12 +0000
-----------------------------------------

  Change: 73f1b5bdee2bcf52a9e39f7ae61ca4d003881f22
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-06-21 08:01:12 +0000

    Updated for v5.19.1

  Change: 76c5a70570ee99229c4553717e4368782dad77c7
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-05-27 03:05:10 +0000

    Merge pull request #2 from salva/give-more

    add sub 'perl_versions' that returns the list of versions supported
    by the module

  Change: 311199c26fcf63d80b39bcacc462e87e0b593aed
  Author: Salvador <sfandino@yahoo.com>
  Date : 2013-05-27 11:06:12 +0000

    add tests for perl_versions sub

  Change: fe9542930febd38718ecaf459c80da36507e9741
  Author: Salvador <sfandino@yahoo.com>
  Date : 2013-05-27 10:08:41 +0000

    add perl_versions function returning list of perl versions known to
    the module

-----------------------------------------
version 1.22 at 2013-05-20 13:25:00 +0000
-----------------------------------------

  Change: ed957be9c3111676ffb25194a8531928032b2746
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-20 14:25:00 +0000

    Fixing distribution

  Change: 6582aa42e3fe2769ed1588c75f1f3ee9362593f0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-20 14:24:10 +0000

    Updated for v5.19.0

-----------------------------------------
version 1.20 at 2013-05-18 13:57:11 +0000
-----------------------------------------

  Change: 031e41245d08267e244c8446e8085d695e8956c7
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 14:57:11 +0000

    Updated for v5.18.0 \o/

-----------------------------------------
version 1.16 at 2013-05-16 06:55:41 +0000
-----------------------------------------

  Change: bfc7cb272a3854f5a61aed2f40591e74f01d5f29
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-16 07:55:41 +0000

    Updated for v5.18.0-RC4

-----------------------------------------
version 1.14 at 2013-05-13 21:59:54 +0000
-----------------------------------------

  Change: 3882ae87524c944ef1c63ead804c583e9165a43b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-13 22:59:54 +0000

    Updated for v5.18.0-RC3

-----------------------------------------
version 1.12 at 2013-05-13 07:11:33 +0000
-----------------------------------------

  Change: 625b20e9dee61f43d054f0e798399611c70f1bce
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-13 08:11:33 +0000

    Updated for v5.18.0-RC1/RC2

-----------------------------------------
version 1.10 at 2013-04-21 08:23:41 +0000
-----------------------------------------

  Change: d369eb6b8a337a0365e74f79af7c1b7cca5a0f3e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-04-21 09:23:41 +0000

    Updated for v5.17.11

(wen)

2013-07-13 11:33:56 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.22

(wen)

2013-07-13 11:32:32 UTC MAIN commitmail json YAML

Update to 0.22

Upstream changes:
0.22      2013-03-27 15:50:29 America/New_York

  Documented:

  - Issue tracker is now github

0.21      2012-11-14 19:04:49 America/New_York

  Changed:

  - Skips tee and leak tests for closed STDIN on Perl prior to
    5.12 when PERL_UNICODE=D.  Documented lack of support as
    a known issue.

  - Isolated tee subprocesses from effects of PERL_UNICODE as a
    precaution (though this did not fix the above issue).

  - Improved layer detection for handles proxied due to being closed
    or tied.

(wen)

2013-07-13 10:50:05 UTC MAIN commitmail json YAML

2013-07-13 10:38:57 UTC MAIN commitmail json YAML

Added textproc/jansson version 2.4

(wiz)

2013-07-13 10:38:47 UTC MAIN commitmail json YAML

2013-07-13 10:38:32 UTC MAIN commitmail json YAML

Import jansson-2.4 as textproc/jansson.

Jansson is a C library for encoding, decoding and manipulating JSON
data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite

(wiz)

2013-07-13 10:02:06 UTC MAIN commitmail json YAML

+ apache-ant-1.9.2, asymptote-2.24, libusbx-1.0.16.

(wiz)

2013-07-13 09:39:09 UTC MAIN commitmail json YAML

Updated devel/p5-local-lib to 1.008010

(wen)

2013-07-13 09:37:37 UTC MAIN commitmail json YAML

Update to 1.008010

Upstream changes:
1.008010 2013-05-26
        - Fix a split on undefined value warning (David Golden -- see
          https://github.com/gugod/App-perlbrew/issues/305)

1.008009 2013-02-24
        - Remove Carp::Always dep

1.008008 2013-02-24
        - Fix putting arch path in PERL5LIB
        - Refactor Win32 path handling out of ensure_dir_structure_for()
        - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
        - Fix ~/perl5/bin missing in $PATH

1.008007 2013-02-17
        - Back to 1.008004 with Carp fix since subsequent releases were botched
        - Avoid issue where PERL5LIB Carp is older than local::lib one

(wen)

2013-07-13 09:32:59 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PatchPerl to 0.96

(wen)

2013-07-13 09:31:57 UTC MAIN commitmail json YAML

Update to 0.96

Upstream changes:
version 0.96 at 2013-07-08 06:53:34 +0000
-----------------------------------------

  Change: a78109ca3e2c9338bf98185c2014ba2be4a04942
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-08 07:53:34 +0000

    Fix patch applying for v5.18.0

-----------------------------------------
version 0.94 at 2013-07-07 13:45:00 +0000
-----------------------------------------

  Change: c5257739abd2cde575036ba9b105977679a30273
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-07 14:45:00 +0000

    Added commit 4149c7198d9b78d861df289cce40dd865cab57e7

    Fixes a regmatch pointer 32-bit wraparound regression in v5.18.0

-----------------------------------------
version 0.92 at 2013-07-07 13:29:48 +0000
-----------------------------------------

  Change: 8881838495367f05f599939d4e1eac86106785fa
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-07-07 14:29:48 +0000

    Update Midnight BSD hints for 0.4-RELEASE

-----------------------------------------
version 0.90 at 2013-05-18 22:58:06 +0000
-----------------------------------------

  Change: fe0a97026ae5a56374b1d9a5968554a0c9b693bc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 23:58:06 +0000

    Bumped version to 0.90

  Change: cc5a37b1298b45fe2e74a4db92e85561a12f1052
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 23:50:04 +0000

    Added gcc m64 fixes for Solaris 11

    http://perl5.git.perl.org/perl.git/commitdiff/1ddb6a4

    http://perl5.git.perl.org/perl.git/commitdiff/767f54d

  Change: 815ff70a8a86c97742a0afdc5a092c590c729e80
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 22:04:29 +0000

    Update hpux hints

  Change: 089592af98239448a956586cf8998dee7b2ab7b6
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 21:46:55 +0000

    Added hints audit tool

  Change: 842e6a11a1dac1adfa253a4a9dbd60d53286fa8e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-18 18:24:52 +0000

    Added 'hints' function to Devel::PatchPerl::Hints

-----------------------------------------
version 0.88 at 2013-05-16 12:02:55 +0000
-----------------------------------------

  Change: 7a381f7a969eeb683343ddc3511169298aa19889
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-16 13:02:55 +0000

    Make determine_version() available in the public API

    https://github.com/bingos/devel-patchperl/issues/12

-----------------------------------------
version 0.86 at 2013-05-08 15:39:07 +0000
-----------------------------------------

  Change: 50d0a6e5c2b5f25de596463f219c78204e0ae477
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-05-08 16:39:07 +0000

    Bump version

  Change: 09c3d04f1eddb60cdbba7b597a9c114c7396be2f
  Author: Chris Williams <chris@bingosnet.co.uk>
  Date : 2013-05-08 08:11:48 +0000

    Merge pull request #11 from hirose31/prevent-premature-hsplit

    Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1,
    5.12.5

  Change: 19a38ec13e6634a4707bb5043da051b6c551c23f
  Author: HIROSE Masaaki <hirose31@gmail.com>
  Date : 2013-05-08 13:52:42 +0000

    Add patch on prevent premature hsplit for Perl 5.8.[89], 5.10.1,
    5.12.5

-----------------------------------------
version 0.84 at 2013-03-08 21:35:14 +0000
-----------------------------------------

  Change: 7b5f0d6c51dbff9a22f250813e230816d3d36f08
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-03-08 21:35:14 +0000

    Remove requirement on IPC::Cmd

    This should make the perlbrew peeps happy

-----------------------------------------
version 0.82 at 2013-02-25 21:38:08 +0000
-----------------------------------------

  Change: 3e146301433f8098460dc6fd5d1930fc48c2903a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 21:38:08 +0000

    Update Linux hints

-----------------------------------------
version 0.80 at 2013-02-25 12:04:03 +0000
-----------------------------------------

  Change: ef4dfcccd90f7f786847998cba8891b69fd5a2e1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 12:04:03 +0000

    Bump version to 0.80

  Change: 4e3020edfa3b3adcb79dd4d3c8e410f8cb12bf53
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 12:02:09 +0000

    Ensure that the linux hints file gets updated for kfreebsd as well

  Change: 52fde6650e6a6324c7817fb81d9d08260f73d96a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-25 11:41:38 +0000

    Add updated hints for gnukfreebsd

-----------------------------------------
version 0.78 at 2013-02-17 16:58:31 +0000
-----------------------------------------

  Change: 0c2be36694492d5824f7704cf9d3473c28228d99
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2013-02-17 16:58:31 +0000

    Added midnightbsd hints file which supports 0.4

(wen)

2013-07-13 09:28:25 UTC MAIN commitmail json YAML

try to fix build for the case missing AI_ADDRCONFIG (NetBSD-5).

(obache)

2013-07-13 09:26:12 UTC MAIN commitmail json YAML

Updated devel/p5-IO-All to 0.46

(wen)

2013-07-13 09:25:09 UTC MAIN commitmail json YAML

Update to 0.46

Upstream changes:
---
version: 0.46
date:    Wed Jul 25 17:35:44 PDT 2012
changes:
- Re-releasing to reclaim indexing from Alt-IO-All-new
---
version: 0.45
date:    Wed Jul 18 22:15:04 EDT 2012
changes:
- Added an example for ->assert and fixed the \E warnings on 5.16, courtesy shlomi fish

(wen)

2013-07-13 09:10:35 UTC MAIN commitmail json YAML

${_SIZE_PKG_FILE} only require ${PLIST}, so restrict dependency to it.
This change avoid to regeneration the file, it may cause pemission issue
with PKG_DESTDIR_SUPPORT=destdir.

(obache)

2013-07-13 08:53:19 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Bare to 0.53

(wen)

2013-07-13 08:52:17 UTC MAIN commitmail json YAML

Update to 0.53

Upstream changes:
0.53 ( 7-12-13 )
  - Remove executable permissions from files that shouldn't have them.
  - Added shebang to main Bare.pm file ( apparently some people want this )
  - Correct line endings to unix style on parser.c
  - Improved simplify function that works properly with trees instead of just a single level
  - Added hash2xml to quickly convert recursing hashes into XML

(wen)

2013-07-13 08:33:27 UTC MAIN commitmail json YAML

Updated devel/p5-BSD-Resource to 1.29.07

(wen)

2013-07-13 08:32:13 UTC MAIN commitmail json YAML

Update to 1.29.07
Update LICENSE

Upstream change:
2013-07-12  Jarkko Hietaniemi  <jhi@Vredefort-2.local>

* Address rt.cpan.org #86857: t/setrlimit.t failure
  Skip setrlimit() tests also if the hard limit is RLIM_INFINITY.

* Release 1.2907.

2013-07-07  Jarkko Hietaniemi  <jhi@iki.fi>

* Skip number-of-files and stack setrlimit tests in Cygwin:
  the constants exist but the implementation doesn't really
  seem to be there.  Document this in the pod.  Testing by dsolimano.

* For setrlimit tests involving byte sizes (memory or file size)
  round the byte sizes down to 4 kB boundaries.

* Fix some pod nits.

* Release 1.2906.

2013-06-22  Jarkko Hietaniemi  <jhi@iki.fi>

* Address rt.cpan.org #86334: typo fixes

* Address rt.cpan.org #62504: Disable user/system
  timing tests if workload accumulate too little time

* Attempt harder in getrusage.t to burn enough user and system time,
  refactor the "burn some cpu" utility into t/burn.pl, use that also
  in t/times.t.

* Fix a testing problem in NetBSD for t/setrlimit.t,
  the tests were misnumbered.

* Silence compilation warnings coming from Perl 5.18.0.

* Clarify the license to be Artistic 2.0 or LGPL 2.0.

* Regenerate ppport.h with Perl 5.18.0.

* Release 1.2905.

(wen)

2013-07-13 08:20:25 UTC MAIN commitmail json YAML

Update to 3.40. Changes:

Bug fixes:
-Fixed a problem with @IndexBText
-MAX_STACK in z06.c increased (again) to 250.
-Rare crash at "env = SetEnv(res, env);" given truly horrible patch.
-@Pie totalweight default was not inherited from @PieSetup; fixed now.
-@DefinitionTitleFormat, @ClaimTitleFormat, @PropositionTitleFormat,
-@LemmaTitleFormat, @CorollaryTitleFormat, @ExampleTitleFormat fixed.
-Problem with eogonek in titles (Kamil Rytarowski, Uwe) fixed.
Features:
-JavaScript and Tcl languages added to prg2lout.c (Mark Summerfield).
-@Place symbol now available when setting setup file options.
-New version of @Graph with @GraphSetup symbol in setup file.  Should
be 100% backward compatible, if not use @SysInclude { old_graph }.
-New ISOB4, ISOB5, JISB4, and JISB5 paper sizes.  The old B4 and B5
sizes are still available unchanged, though now deprecated.
-New @Diag options: outlinecolour for nodes, pathcolour for links.

(shattered)

2013-07-13 07:43:59 UTC MAIN commitmail json YAML

revert unwanted change at the previous commit.

(obache)

2013-07-13 07:42:52 UTC MAIN commitmail json YAML

2013-07-12 22:38:04 UTC MAIN commitmail json YAML

Updated textproc/py-libxslt to 1.1.28

(adam)

2013-07-12 22:36:54 UTC MAIN commitmail json YAML

2013-07-12 21:33:23 UTC MAIN commitmail json YAML

Updated www/squid3 to 3.3.7

(adam)

2013-07-12 21:32:36 UTC MAIN commitmail json YAML

Changes 3.3.7:
* Protect against buffer overrun in DNS query generation
* SourceFormat Enforcement
* Bug 3297: Fix openSSL related build failures
* Fix build on FreeBSD 9.x platform with clang

(adam)

2013-07-12 19:06:31 UTC MAIN commitmail json YAML

2013-07-12 17:25:18 UTC MAIN commitmail json YAML

Updated shells/esh to 0.8nb4

(wiz)

2013-07-12 17:25:09 UTC MAIN commitmail json YAML

Install emacs mode into examples directory since it
a) doesn't work with current emacses and
b) breaks the eshell mode coming with emaces.

Bump PKGREVISION.

Addresses PR 48050 by Memnon Anon.

(wiz)

2013-07-12 17:17:40 UTC MAIN commitmail json YAML

+ mc-4.8.9, tea-36.0.2.

(wiz)

2013-07-12 16:46:12 UTC MAIN commitmail json YAML

Updated net/openresolv to 3.5.6

(roy)

2013-07-12 16:46:02 UTC MAIN commitmail json YAML

Update to openresolv-3.5.6

Highlights include:
* Fixed name_servers[_append] and search_domains[_append] to suscribers
  other than libc

(roy)

2013-07-12 14:32:54 UTC MAIN commitmail json YAML

Updated misc/libreoffice4-bin to 4.0.4

(ryoon)

2013-07-12 14:32:07 UTC MAIN commitmail json YAML

Update to 4.0.4

Changelog:
unknown.
I cannot find difference between 4.0.2 and 4.0.4.

(ryoon)

2013-07-12 13:38:13 UTC MAIN commitmail json YAML

Updated lang/newlisp to 10.5.3

(ryoon)

2013-07-12 13:37:38 UTC MAIN commitmail json YAML

Update to 10.5.3

Changelog:
newLISP速 v.10.5.3 Stable Release 2013-07-10

This release fixes bugs in the new, unlimited precision, integer arithmetic and JSON subsystems and introduces functions for KMEANS data clustering.
New Features

    New cluster analysis functions kmeans-train and kmeans-query (v.10.5.2).

Bug fixes

    Big integer division had problems with embedded, aligned big int sized zeros and trailing zeros in results. On Linux, compiler optmizations in big integer division code caused problems and are disabled now with no decrease in performance (v.10.5.1).
    The bigint function now accepts integers in strings with trailing non-digit characters and floats in simple dot-decimal notation (v.10.5.1).
    After Java update 7u21, install directory names could not have spaces. This has been fixed (v.10.5.2).
    Escaped " quote and \ backslash characters in json-parse strings are now handled correctly (v.10.5.2/3).

Compatibility with previous versions

This version is compatible with the previous versions in the 10.5.x series.

(ryoon)

2013-07-12 12:36:26 UTC MAIN commitmail json YAML

2013-07-12 12:25:30 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.19

(ryoon)

2013-07-12 12:24:11 UTC MAIN commitmail json YAML

Update to 2.19

* Update enigmail to 1.5.2.

Changelog:
SeaMonkey-specific changes

    Mark -> As Read now checks the state of all selected messages instead of only the first one's.
    Notifications for mixed content blocker have been implemented.
    A new 3rd-party cookie restriction to visited websites option has been added to the Cookies pref pane.
    The context menu Search option is now available for textareas and input fields.
    Website storage mechanisms are now available in the Data Manager (localStorage, indexedDB, etc.).
    "Open Containing Folder" is now already available during download.
    See the changes page for minor changes.

Mozilla platform changes

    asm.js optimizations (OdinMonkey) have been enabled for major performance improvements.
    Improved WebGL rendering performance through asynchronous canvas updates.
    Plain text files displayed within the browser will now word-wrap.
    For user security, the Components object is no longer accessible from web content.
    Improved memory usage and display time when rendering images.
    The Pointer Lock API can now be used outside of fullscreen.
    CSS3 Flexbox has been implemented and enabled by default.
    The new Web Notifications API has been implemented.
    Added clipboardData API for JavaScript access to a user's clipboard.
    Support for new HTML5 <data> and <time> elements has been added.
    Fixed several stability issues.

(ryoon)

2013-07-12 10:45:05 UTC MAIN commitmail json YAML

2013-07-12 10:42:24 UTC MAIN commitmail json YAML

Note updates to the sysutils/user_* packages.

(jperkin)

2013-07-12 10:41:58 UTC MAIN commitmail json YAML

Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,
so that they are correctly calculated as independent.

This avoids issues in bulk builds where the package version was taking
precedence and causing the wrong user package to be depended upon.

(jperkin)

2013-07-12 00:12:08 UTC MAIN commitmail json YAML

Note update of net/pear-Net_SMTP package to 1.6.2 and mail/pear-Mail_Mime
package to 1.8.8.

(taca)

2013-07-12 00:11:03 UTC MAIN commitmail json YAML

Update pear-Mail_Mime to 1.8.8.

Mail_Mie 1.8.8

* Fixed warning/notice on (static vs. non-static) PEAR::raiseError() usage
  [alec]
* Fixed Bug #19761: PHP5 warnings about return by reference [alec]
* Fixed Bug #19770: Make cid generator more unique on Windows [alec]
* Fixed Bug #19987: E_STRICT warning when null is passed by reference [alec]

(taca)

2013-07-12 00:10:04 UTC MAIN commitmail json YAML

Update pear-Net_SMTP to 1.6.2

Net_SMTP 1.6.2

- Fix EHLO response handling for HELO-only servers.

(taca)

2013-07-12 00:09:14 UTC MAIN commitmail json YAML

Update PHP53_VERSION to 5.3.27.

(taca)

2013-07-12 00:08:35 UTC MAIN commitmail json YAML

Note update of lang/php53 package to 5.3.27.

(taca)

2013-07-12 00:07:04 UTC MAIN commitmail json YAML

Update php53 to 5.3.27 (PHP 5.3.27).

11-Jul-2013

Core:

* Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
* Fixed bug #64960 (Segfault in gc_zval_possible_root).
* Fixed bug #64934 (Apache2 TS crash with get_browser()).
* Fixed bug #63186 (compile failure on netbsd).

DateTime:

* Fixed bug #53437 (Crash when using unserialized DatePeriod instance).

PDO_firebird:

* Fixed bug #64037 (Firebird return wrong value for numeric field).
* Fixed bug #62024 (Cannot insert second row with null using parametrized
  query).

PDO_pgsql:

* Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).

pgsql:

* Fixed bug #64609 (pg_convert enum type support).

SPL:

* Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits
  systems).

XML:

* Fixed bug #65236 (heap corruption in xml parser).

(taca)

2013-07-11 18:40:05 UTC MAIN commitmail json YAML

According to Thomas E. Dickey, the best-fitting license we have is "x11".
Make it so.

(wiz)

2013-07-11 14:56:36 UTC MAIN commitmail json YAML

2013-07-11 14:05:14 UTC MAIN commitmail json YAML

2013-07-11 13:15:57 UTC MAIN commitmail json YAML

2013-07-11 11:55:53 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20130711

(schmonz)

2013-07-11 11:55:47 UTC MAIN commitmail json YAML

Update to 3.20130711. From the changelog:

* Deal with git behavior change in 1.7.2 and newer that broke support
  for commits with an empty commit message.
* Pass --no-edit when used with git 1.7.8 and newer.

(schmonz)

2013-07-11 11:44:23 UTC MAIN commitmail json YAML

Describe two xterm options.

(wiz)

2013-07-11 11:44:17 UTC MAIN commitmail json YAML

Updated x11/xterm to 296nb1

(wiz)

2013-07-11 11:44:07 UTC MAIN commitmail json YAML

Add option for toolbar mode.

Thomas E. Dickey says it has hard-to-fix layout issues and slows
the startup, so turn the option default off.

Bump PKGREVISION for the default change from on to off.

(wiz)

2013-07-11 10:43:44 UTC MAIN commitmail json YAML

Updated meta-pkgs/modular-xorg-apps to 1.14.1

(wiz)

2013-07-11 10:43:26 UTC MAIN commitmail json YAML

Remove xsetmode. Peter Hutterer writes on xorg-devel:

xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
  xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.

(wiz)

2013-07-11 10:42:55 UTC MAIN commitmail json YAML

Remove xsetmode. Peter Hutterer writes on xorg-devel:

xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
  xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.

(wiz)

2013-07-11 10:40:29 UTC MAIN commitmail json YAML

Remove xsetpointer. Peter Hutterer writes on xorg-devel:

xsetpointer sets an input device as the core pointer. This dates
back to when an extension device could not be a core device at the
same time and is obsolete since server 1.4 (2006 or so I think).
the request always fails now (96e32805d12fc36f0fa0926dbfb0dd8a5cadb739).
xinput set-pointer is the equiv xsetpointer, but still doesn't do
anything, that app is truly dead.

(wiz)

2013-07-11 09:37:12 UTC MAIN commitmail json YAML

Updated x11/xterm to 296

(wiz)

2013-07-11 09:37:01 UTC MAIN commitmail json YAML

Update to 296:

modify delimiter in configure macro used to add a library
after a given library to avoid confusion with -Wl
pass-through options to linker (NetBSD #48031).

fix quoting in expression used to trim extra libraries from
patch #295 changes (report by Thomas Klausner).

(wiz)

2013-07-11 09:06:33 UTC MAIN commitmail json YAML

update bozohttpd to 20130711.

(mrg)

2013-07-11 09:05:56 UTC MAIN commitmail json YAML

update to bozohttpd 20130711.  changes include:
o  properly escape generated HTML
o  add authentication for redirections, from martin@netbsd.org
o  handle chained ssl certifications, from elric@netbsd.org
o  add basic support for gzipped files, from elric@netbsd.org
o  properly escape generated URIs

(mrg)

2013-07-11 08:22:56 UTC MAIN commitmail json YAML

Updated security/libsodium to 0.4.2

(wiz)

2013-07-11 08:22:47 UTC MAIN commitmail json YAML

Update to 0.4.2, provided by csosstudy in PR 48046.

* Version 0.4.2
- All NaCl constants are now also exposed as functions.
- The Android and iOS cross-compilation script have been improved.
- libsodium can now be cross-compiled to Windows from Linux.
- libsodium can now be compiled with emscripten.
- New convenience function (prototyped in utils.h): sodium_bin2hex().

(wiz)

2013-07-11 07:04:07 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha16

(wiz)

2013-07-11 07:03:58 UTC MAIN commitmail json YAML

Update to 3.01a16:

All:

- The SCCS keyword expansion for "Mocsw" has been limited to
prevent expansion of date '+%Y%m%d%H%M%S'

- Mocsw now sets link mode to -Bdirect for recent OpenCSW rules

- pkgdefs/OCSW/*/checkpkg_override modified to match current OpenCSW
rules.

- Make sure that all schily include files except the primary wrappers
include schily/*.h instead of including the system include files directly.

- Allow a "static" compilation (a compilation without using dynamic -I
Paths) on Linux x86 by adding static #includes for Linux x86 in:

include/schily//align.h
include/schily//archdefs.h
include/schily//avoffset.h
include/schily//xconfig.h

This is needed if you like to install the schily include files
to /usr/include/schily and allow users to "manually" compile
programs that use e.g libparanoia.

To allow this, the autoconf results need to be installed as:

<schily/i686-linux-gcc/*.h>
and
<schily/x86_64-linux-gcc/*.h>

Libparanoia (Ported/enhanced by J�rg Schilling, originated by Monty xiphmont@mit.edu):

- memset() call in i_silence_match() now uses the correct size
instead of sizeof (avec).
Thanks to a hint from Andrew Dudman <ajdudman@sbcglobal.net>

- Use dynamic arrays instead of alloca()/malloc() if available.

(wiz)

2013-07-11 07:00:21 UTC MAIN commitmail json YAML

+ cdrtools-3.01alpha16, denemo-1.0.4, evince-3.8.3, ffmpeg-20130710.2.0,
  gettext-0.18.3, gthumb-3.2.3, libntlm-1.4, liferea-1.10.0,
  lwm-1.2.3, tellico-2.3.8, veusz-1.18, xentools43-4.3.0.

(wiz)

2013-07-11 06:09:51 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20130710

(schmonz)

2013-07-11 06:09:45 UTC MAIN commitmail json YAML

Update to 3.20130710. From the changelog:

* blogspam: Fix encoding issue in RPC::XML call.
  Thanks, Changaco
* comments: The formats allowed to be used in comments can be configured
  using comments_allowformats.
  Thanks, Michal Sojka
* calendar: When there are multiple pages for a given day, they're
  displayed in a popup on mouseover.
  Thanks, Louis
* osm: Remove trailing slash from KML maps icon.
* page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
  (smcv)
* openid: Automatically upgrade openid_realm to https when
  accessed via https.
* The ip() pagespec can now contain glob characters to match eg, a subnet
  full of spammers.
* Fix crash that could occur when a needsbuild hook returned a file
  that does not exist.
* Fix python proxy to not crash when fed unicode data in getstate
  and setstate.
  Thanks, chrysn
* Fix committing attachments when using svn.

(schmonz)

2013-07-11 04:53:18 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Sass to 0.97

(wen)

2013-07-11 04:52:07 UTC MAIN commitmail json YAML

Update to 0.97

Upstream changes:
0.97 - #80831 comma-separated selectors from BGRIMM
      #80927 scss to css for nested includes from BGRIMM

0.96 - #77718 pod encoding bug from ANDK
    - improved URL handling, tests from Dan Markham

0.95 - bugfix for RT#74181 from Andrei Arsenin

0.94 - bugfix for RT#74160 from Andrei Arsenin

(wen)

2013-07-11 04:05:15 UTC MAIN commitmail json YAML

2013-07-11 04:03:01 UTC MAIN commitmail json YAML

2013-07-10 20:12:59 UTC MAIN commitmail json YAML

Try fixing the option handling.

(wiz)

2013-07-10 16:20:40 UTC MAIN commitmail json YAML

+shibboleth-sp-2.5.2 (noted in PR 48030)

(dholland)

2013-07-10 14:44:53 UTC MAIN commitmail json YAML

Restore accidentally removed #.
Linux build should be fixed.

(ryoon)

2013-07-10 13:54:40 UTC pkgsrc-2013Q2 commitmail json YAML

2013-07-10 13:53:52 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4174 - requested by ryoon
audio/nas: bug fix patch

Revisions pulled up:
- audio/nas/Makefile                                            1.92
- audio/nas/distinfo                                            1.31
- audio/nas/patches/patch-ac                                    1.9

---
  Module Name: pkgsrc
  Committed By: ryoon
  Date: Sun Jul  7 05:45:15 UTC 2013

  Modified Files:
  pkgsrc/audio/nas: Makefile distinfo
  pkgsrc/audio/nas/patches: patch-ac

  Log Message:
  Bump PKGREVISION.

  * Add missing double quotation mark in patch-ac.
    Reported by isaki@, thank you.

(tron)

2013-07-10 13:28:38 UTC MAIN commitmail json YAML

2013-07-10 09:11:05 UTC MAIN commitmail json YAML

Add patch from Thomas E. Dickey to address the build problems from
PR 48031 and PR 48035.

(wiz)

2013-07-10 08:13:49 UTC MAIN commitmail json YAML

Remove duplicate line.

(wiz)

2013-07-10 05:50:06 UTC MAIN commitmail json YAML

Oops, forgot <stdarg.h>. PR 48037

There must be something wrong with netbsd's headers, as none of

  #include <stdbool.h>
  #include <stdio.h>
  #include <stdlib.h>
  #include <string.h>
  #include <errno.h>
  #include <err.h>

ought to leak in stdarg.h, but apparently one is.

(dholland)

2013-07-10 03:02:02 UTC MAIN commitmail json YAML

Updated time/p5-TimeDate to 2.30

(schmonz)

2013-07-10 03:01:57 UTC MAIN commitmail json YAML

Update to 2.30. From the changelog:

* Syncing distribution version number with Date::Parse, not functional changes

(schmonz)

2013-07-10 02:54:10 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 3.63

(schmonz)

2013-07-10 02:54:04 UTC MAIN commitmail json YAML

Update to 3.63. From the changelog:

[SECURITY]
- CR escaping for Set-Cookie and P3P headers was improved. There was potential
  for newline injection in these headers.
  (Thanks to anazawa, https://github.com/markstos/CGI.pm/pull/23)

[INTERNALS]
- Changed how the  deprecated endform function was defined for compatibilty
  with the development version of Perl.
- Fix failures in t/tmpdir.t when run as root
  https://github.com/markstos/CGI.pm/issues/22, RT#80659)

- Made it possible to force a sorted order for things like hash
  attributes so that tests are not dependent on a particular hash
  ordering. This will be required in modern perls which will
  change the ordering per process. (Yves, RT#80659)

- formatting of CGI::Carp documentation was improved. Thanks to benkasminbullock.
- un-TODO some tests in t/tmpdir.t that were passing in most cases.
  More on this:
    https://github.com/markstos/CGI.pm/issues/19#
    https://github.com/markstos/CGI.pm/commit/cc73dc9807b0fabb56b3cdf1a9726588b2eda0f7

(schmonz)

2013-07-10 02:52:02 UTC MAIN commitmail json YAML

Updated www/p5-LWP-Protocol-https to 6.04

(schmonz)

2013-07-10 02:51:56 UTC MAIN commitmail json YAML

Update to 6.04. From the changelog:

- Fix IO::Socket::SSL warnings when not verifying hostname.
- Doc spelling fix.

(schmonz)

2013-07-10 02:49:32 UTC MAIN commitmail json YAML

Updated www/p5-LWP-UserAgent-Determined to 1.06

(schmonz)

2013-07-10 02:49:26 UTC MAIN commitmail json YAML

Update to 1.06. From the changelog:

* Mock http responses to avoid unnecessary network requests -- Randy Stauner
* Fix for RT#55591: Incorrect default value for 'codes_to_determinate'
  from yibe via github.

(schmonz)

2013-07-10 02:46:48 UTC MAIN commitmail json YAML

Updated www/p5-LWPx-ParanoidAgent to 1.09

(schmonz)

2013-07-10 02:46:43 UTC MAIN commitmail json YAML

Update to 1.09. From the changelog:

- Makefile.PL updated
- removed TLS test for now, some cpan testers reporting issues with
  the configuration, seems pointless given the Makefile
- removed some of the tests that seem to fail on congested machines
  (eg: cpantesters).
- [SREZIC] added mirror support:
  https://rt.cpan.org/Ticket/Display.html?id=44569

(schmonz)

2013-07-10 02:43:55 UTC MAIN commitmail json YAML

Updated www/p5-URI-Escape-XS to 0.10

(schmonz)

2013-07-10 02:43:50 UTC MAIN commitmail json YAML

Update to 0.10. From the changelog:

- Updated mail address
- Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2
- POD Fixes
- Addressed: RT#78738: Please provide LICENSE in metadata.
- Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed

(schmonz)

2013-07-10 02:41:51 UTC MAIN commitmail json YAML

Updated www/p5-Net-FastCGI to 0.14

(schmonz)

2013-07-10 02:41:46 UTC MAIN commitmail json YAML

Update to 0.14. From the changelog:

- Don't rely on hash keys being ordered in tests, Perl 5.18 introduces a
  per process randomization.

(schmonz)

2013-07-10 02:38:57 UTC MAIN commitmail json YAML

Updated devel/p5-Test-HexString to 0.03

(schmonz)

2013-07-10 02:38:52 UTC MAIN commitmail json YAML

Update to 0.03. From the changelog:

* Minor toolchain updates:
  + META.yml + META.json
  + Don't add Module::Build to configure_requires
* Updated FSF address in LICENSE file

(schmonz)

2013-07-10 02:35:15 UTC MAIN commitmail json YAML

Updated www/p5-URI-Escape-XS to 0.08nb3

(schmonz)

2013-07-10 02:32:50 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-SQLite to 1.39

(schmonz)

2013-07-10 02:32:45 UTC MAIN commitmail json YAML

Update to 1.39. From the changelog:

- OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)
- Disabled a unicode-related test for older perls (ISHIGAKI)
- Tentatively defined _XOPEN_SOURCE under *BSD systems to see
  if it solves a compilation issue for threaded perls (ISHIGAKI)
- As of SQLite 3.7.15, SQLite's query optimizer was enhanced
  and the result order of a SELECT statement without an ORDER
  BY clause may be different from the one of the previous
  versions. If your applications or tests mistakenly depend
  on the arbitrary output order, they may be broken with this
  enhancement.
- Updated to SQLite 3.7.17 (ISHIGAKI)
- Fixed tests that mistakenly made invalid assumptions about
  the result order (ISHIGAKI)
- Added a brief note on useful pragmata. (ISHIGAKI)
- Resolved #85302: type fixes (ISHIGAKI)
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
- Removed two obsolete pragma calls at login time (ISHIGAKI)
- Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested
  by Steve Barnsley) (ISHIGAKI)
- Resolved #81536: primary_key_info returns the wrong KEY_SEQ
  (VLYON)
- Resolved #84027: Finalizer() not called in (D. Richard Hipp)
- Resolved #84372: -Wpointer-sign warnings with utf8_hop
  (RURBAN)
- Resolved #84373: Add test for RT #26775 "name)" key with
  DISTINCT (RURBAN/ISHIGAKI)
- Resolved #70815: DBD::SQLite 1.33 build is broken under
  Solaris using Sun C (RURBAN)
- Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN)
- Added a note on DBD::SQLite and File::Temp (suggested by
  TOKUHIROM) (ISHIGAKI)
- Resolved #56444: immediate transaction should be on by
  default, and the doc be updated.
  If you really need the deferred transaction (which had long
  been the default), set sqlite_use_immediate_transaction
  to false explicitly. (ISHIGAKI)
- Updated to SQLite 3.7.14 (ISHIGAKI)
- Added support for foreign_key_info (DAMI/ISHIGAKI)
- Added several methods to retrieve internal information such as
  table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM)
- Added sqlite_load_extension so that extensions can add
  functions internally (ISHIGAKI)
- Resolved #77617: atoll () sometimes just is atol () (GAAS)
- Resolved #48084: improper "require utf8" in tests (ISHIGAKI)
- Resolved #77724: bug in primary_key_info with regard to column
  names containing whitespace (ISHIGAKI)
- Resolved #79364: variance example of the doc (ISHIGAKI)
- Resolved #78833: utf8 flag for column names (JAMADAM)
  (This hopefully resolved #72418 as well)
- Resolved #64177: ping() wipes out the errstr (ISHIGAKI)
- Resolved #79576: (patch) bind_param don't work with PADTMP
  scalars (VOVKASM)
- Refactored primary_key_info to support attached databases
  (ISHIGAKI)

(schmonz)

2013-07-10 02:26:16 UTC MAIN commitmail json YAML

Updated converters/p5-MIME-Base64 to 3.14

(schmonz)

2013-07-10 02:26:11 UTC MAIN commitmail json YAML

Update to 3.14. From the changelog:

* Install to 'site' instead of 'perl' when perl version is 5.12+

(schmonz)

2013-07-10 02:21:41 UTC MAIN commitmail json YAML

Updated databases/p5-DB_File to 1.829

(schmonz)

2013-07-10 02:21:34 UTC MAIN commitmail json YAML

Update to 1.829. From the changelog:

* make realclean: removing all files
  RT #68214

* Documented the issue where the error below

    BDB0588 At least one secondary cursor must be specified to DB->join

* DB_File installs to wrong place for CPAN version
  RT #70420
  Makefile.PL prevents INSTALLDIRS on command line.
  RT #68287: Makefile.PL prevents INSTALLDIRS on command line.

* typo fix
  RT #85335

* Minor change to build with Berkeley DB 6.x

(schmonz)

2013-07-10 02:17:12 UTC MAIN commitmail json YAML

Updated devel/p5-Modern-Perl to 1.20121103

(schmonz)

2013-07-10 02:17:06 UTC MAIN commitmail json YAML

Update to 1.20121103. From the changelog:

- fixed VERSION( undef ) (Peter Vereshagin, RT #80304)
- fixed POD encoding error (Norbert E. Gruener, RT #80468)
- added Perl 5.16 support

(schmonz)

2013-07-10 02:14:04 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Exception to 0.32

(schmonz)

2013-07-10 02:13:58 UTC MAIN commitmail json YAML

Update to 0.32. From the changelog:

- prep for upcoming Test::Simple 0.99
- Fixed tests that broke due to Test::More diagnostic changes

(schmonz)

2013-07-10 02:12:00 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.28

(schmonz)

2013-07-10 02:11:54 UTC MAIN commitmail json YAML

Update to 3.28. From the changelog:

- Bugfix: Fix taint failures on Windows (Jan Dubois)

(schmonz)

2013-07-10 02:09:36 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Feed to 0.52

(schmonz)

2013-07-10 02:09:30 UTC MAIN commitmail json YAML

Update to 0.52. From the changelog:

* Build.PL: add dist_author and x_contributors to META files
* .gitignore: ignore some generated files
* add use warnings to the modules
* remove Id tags from the times of Subversion
* add version number to all the modules

(schmonz)

2013-07-10 02:02:16 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RSS to 1.54

(schmonz)

2013-07-10 02:02:09 UTC MAIN commitmail json YAML

Update to 1.54. From the changelog:

- Apply a patch from Debian for correcting a typo.
    - https://rt.cpan.org/Public/Bug/Display.html?id=85962
    - Thanks to Gregor Herrmann
- Implement a more user-friendly error with XML::RSS->new(version=>1.0)
  and a missing "link" and/or "title" field.
    - Thanks to Gabor Szabo for reporting it.

(schmonz)

2013-07-10 01:58:49 UTC MAIN commitmail json YAML

Updated devel/p5-Memoize to 1.03

(schmonz)

2013-07-10 01:58:44 UTC MAIN commitmail json YAML

1.03  Sun, 22 Apr 2012 17:11:16 -0400
  * Clarified MERGE cache options and fixed bug
  * Documentation fixes

(schmonz)

2013-07-10 01:45:01 UTC MAIN commitmail json YAML

Updated textproc/p5-ack to 2.04

(schmonz)

2013-07-10 01:44:55 UTC MAIN commitmail json YAML

Update to 2.04. From the changelog:

ack now runs on a standard Perl 5.8.8 install with no module updates.
The minimum Perl requirement for ack is now explicitly 5.8.8. Anything
before 5.8.8 will not work, and we've added checks. Thanks, Michael
McClimon.

[FIXES]
ack was colorizing captured groups even if --nocolor was given.
Thanks, Dale Sedivic.

[ENHANCEMENTS]
The --shell file type now recognizes the fish shell.

We now ignore minified CSS or Javascript, in the form of either *.css.min
or *.min.css, or *.js.min or *.min.js.

Added support for the Dart language.

ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases.
These slowdowns have been mostly eliminated, and in some cases ack 2.04
is now faster than 1.96.

The firstlinematch file type detection option now only searches the
first 250 characters of the first line of the file. Otherwise, ack
would read entire text files that were only one line long, such as
minified JavaScript, and that would be slow. Thanks, Michael
McClimon.

[DOCUMENTATION]
Many clarifications and cleanups. Thanks, Michael McClimon.

(schmonz)

2013-07-10 01:37:34 UTC MAIN commitmail json YAML

Updated devel/p5-File-chdir to 0.1008

(schmonz)

2013-07-10 01:37:29 UTC MAIN commitmail json YAML

Update to 0.1008. From the changelog:

- Fixed broken use of abs_path on Cygwin [Joel Berger]
- Fixed broken Pod link; reordered CAVEATS section

(schmonz)

2013-07-10 01:29:27 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Markdown-Discount to 0.04

(schmonz)

2013-07-10 01:29:21 UTC MAIN commitmail json YAML

2013-07-10 01:19:41 UTC MAIN commitmail json YAML

Updated devel/p5-Ouch to 0.0402

(schmonz)

2013-07-10 01:19:36 UTC MAIN commitmail json YAML

Update to 0.0402. From the changelog:

- Fixed missing documentation for "barf".
- Depricated :traditional in favor of Try::Tiny.
- Documented rethrowing Ouches.
- Added more docs for the :trytiny aliases

(schmonz)

2013-07-10 01:16:30 UTC MAIN commitmail json YAML

Updated devel/p5-FindBin-libs to 1.8

(schmonz)

2013-07-10 01:16:23 UTC MAIN commitmail json YAML

Update to 1.8. From the changelog:

* Update to work with v5.18
* Fix tests for Windows (thanks to Alexandr Ciornii for patches).

(schmonz)

2013-07-09 21:39:32 UTC MAIN commitmail json YAML

Add license, now that it's in pkgsrc.

(wiz)

2013-07-09 21:25:24 UTC MAIN commitmail json YAML

restore enigmail checksums, again.

(wiz)

2013-07-09 21:06:12 UTC MAIN commitmail json YAML

2013-07-09 19:15:57 UTC MAIN commitmail json YAML

adding cc0-1.0-universal license (a public domain license by creative
commons).

(sno)

2013-07-09 18:38:09 UTC MAIN commitmail json YAML

Updated www/py-flask-login to 0.2.5.

(kleink)

2013-07-09 18:37:22 UTC MAIN commitmail json YAML

Update py-flask-login to 0.2.5.

0.2.4
-----

* Python 3 related changes
* Auto app initalization

0.2.5
-----

* Don't modify the session unless there's something to do

(kleink)

2013-07-09 18:23:01 UTC MAIN commitmail json YAML

Updated www/py-flask-wtf to 0.8.4.

(kleink)

2013-07-09 18:22:12 UTC MAIN commitmail json YAML

Update py-flask-wtf to 0.8.4.

Version 0.8.4
-------------

Released 2013/3/28

- Recaptcha Validator now returns provided message (issue #66)
- Minor doc fixes
- Fixed issue with tests barking because of nose/multiprocessing issue.

(kleink)

2013-07-09 17:40:36 UTC MAIN commitmail json YAML

2013-07-09 17:39:52 UTC MAIN commitmail json YAML

Update to 0.3.1: minor fixes.

release 0.3.1 (20130709)
  - Don't leak memory and assert if a bad command-line option comes
    after a -D or a -include foo.
  - Since imake is a principal application for tradcpp and imake carefully
    hides what it's doing when you run it, when rejecting an invalid option
    be sure to report *what* that option is.

(dholland)

2013-07-09 17:25:29 UTC MAIN commitmail json YAML

Updated www/py-flask to 0.10.1.

(kleink)

2013-07-09 17:24:46 UTC MAIN commitmail json YAML

Update py-flask to 0.10.1.

Version 0.10.1
--------------

(bugfix release, released on June 14th 2013)

- Fixed an issue where ``|tojson`` was not quoting single quotes which
  made the filter not work properly in HTML attributes.  Now it's
  possible to use that filter in single quoted attributes.  This should
  make using that filter with angular.js easier.
- Added support for byte strings back to the session system.  This broke
  compatibility with the common case of people putting binary data for
  token verification into the session.
- Fixed an issue were registering the same method twice for the same endpoint
  would trigger an exception incorrectly.

Version 0.10
------------

Released on June 13nd 2013, codename Limoncello.

- Changed default cookie serialization format from pickle to JSON to
  limit the impact an attacker can do if the secret key leaks.  See
  :ref:`upgrading-to-010` for more information.
- Added ``template_test`` methods in addition to the already existing
  ``template_filter`` method family.
- Added ``template_global`` methods in addition to the already existing
  ``template_filter`` method family.
- Set the content-length header for x-sendfile.
- ``tojson`` filter now does not escape script blocks in HTML5 parsers.
- ``tojson`` used in templates is now safe by default due.  This was
  allowed due to the different escaping behavior.
- Flask will now raise an error if you attempt to register a new function
  on an already used endpoint.
- Added wrapper module around simplejson and added default serialization
  of datetime objects.  This allows much easier customization of how
  JSON is handled by Flask or any Flask extension.
- Removed deprecated internal ``flask.session`` module alias.  Use
  ``flask.sessions`` instead to get the session module.  This is not to
  be confused with ``flask.session`` the session proxy.
- Templates can now be rendered without request context.  The behavior is
  slightly different as the ``request``, ``session`` and ``g`` objects
  will not be available and blueprint's context processors are not
  called.
- The config object is now available to the template as a real global and
  not through a context processor which makes it available even in imported
  templates by default.
- Added an option to generate non-ascii encoded JSON which should result
  in less bytes being transmitted over the network.  It's disabled by
  default to not cause confusion with existing libraries that might expect
  ``flask.json.dumps`` to return bytestrings by default.
- ``flask.g`` is now stored on the app context instead of the request
  context.
- ``flask.g`` now gained a ``get()`` method for not erroring out on non
  existing items.
- ``flask.g`` now can be used with the ``in`` operator to see what's defined
  and it now is iterable and will yield all attributes stored.
- ``flask.Flask.request_globals_class`` got renamed to
  ``flask.Flask.app_ctx_globals_class`` which is a better name to what it
  does since 0.10.
- `request`, `session` and `g` are now also added as proxies to the template
  context which makes them available in imported templates.  One has to be
  very careful with those though because usage outside of macros might
  cause caching.
- Flask will no longer invoke the wrong error handlers if a proxy
  exception is passed through.
- Added a workaround for chrome's cookies in localhost not working
  as intended with domain names.
- Changed logic for picking defaults for cookie values from sessions
  to work better with Google Chrome.
- Added `message_flashed` signal that simplifies flashing testing.
- Added support for copying of request contexts for better working with
  greenlets.
- Removed custom JSON HTTP exception subclasses.  If you were relying on them
  you can reintroduce them again yourself trivially.  Using them however is
  strongly discouraged as the interface was flawed.
- Python requirements changed: requiring Python 2.6 or 2.7 now to prepare
  for Python 3.3 port.
- Changed how the teardown system is informed about exceptions.  This is now
  more reliable in case something handles an exception halfway through
  the error handling process.
- Request context preservation in debug mode now keeps the exception
  information around which means that teardown handlers are able to
  distinguish error from success cases.
- Added the ``JSONIFY_PRETTYPRINT_REGULAR`` configuration variable.
- Flask now orders JSON keys by default to not trash HTTP caches due to
  different hash seeds between different workers.
- Added `appcontext_pushed` and `appcontext_popped` signals.
- The builtin run method now takes the ``SERVER_NAME`` into account when
  picking the default port to run on.
- Added `flask.request.get_json()` as a replacement for the old
  `flask.request.json` property.

(kleink)

2013-07-09 17:13:44 UTC MAIN commitmail json YAML

Updated www/py-werkzeug to 0.9.1.
Updated www/py-werkzeug-docs to 0.9.1.

(kleink)

2013-07-09 17:11:42 UTC MAIN commitmail json YAML

Update py-werkzeug and py-werkzeug-docs to 0.9.1.

Version 0.9.1
-------------

(bugfix release, released on June 14th 2013)

- Fixed an issue with integers no longer being accepted in certain
  parts of the routing system or URL quoting functions.
- Fixed an issue with `url_quote` not producing the right escape
  codes for single digit codepoints.
- Fixed an issue with :class:`~werkzeug.wsgi.SharedDataMiddleware` not
  reading the path correctly and breaking on etag generation in some
  cases.
- Properly handle `Expect: 100-continue` in the development server
  to resolve issues with curl.
- Automatically exhaust the input stream on request close.  This should
  fix issues where not touching request files results in a timeout.
- Fixed exhausting of streams not doing anything if a non-limited
  stream was passed into the multipart parser.
- Raised the buffer sizes for the multipart parser.

Version 0.9
-----------

Released on June 13nd 2013, codename Planierraupe.

- Added support for :meth:`~werkzeug.wsgi.LimitedStream.tell`
  on the limited stream.
- :class:`~werkzeug.datastructures.ETags` now is nonzero if it
  contains at least one etag of any kind, including weak ones.
- Added a workaround for a bug in the stdlib for SSL servers.
- Improved SSL interface of the devserver so that it can generate
  certificates easily and load them from files.
- Refactored test client to invoke the open method on the class
  for redirects.  This makes subclassing more powerful.
- :func:`werkzeug.wsgi.make_chunk_iter` and
  :func:`werkzeug.wsgi.make_line_iter` now support processing of
  iterators and streams.
- URL generation by the routing system now no longer quotes
  ``+``.
- URL fixing now no longer quotes certain reserved characters.
- The :func:`werkzeug.security.generate_password_hash` and
  check functions now support any of the hashlib algorithms.
- `wsgi.get_current_url` is now ascii safe for browsers sending
  non-ascii data in query strings.
- improved parsing behavior for :func:`werkzeug.http.parse_options_header`
- added more operators to local proxies.
- added a hook to override the default converter in the routing
  system.
- The description field of HTTP exceptions is now always escaped.
  Use markup objects to disable that.
- Added number of proxy argument to the proxy fix to make it more
  secure out of the box on common proxy setups.  It will by default
  no longer trust the x-forwarded-for header as much as it did
  before.
- Added support for fragment handling in URI/IRI functions.
- Added custom class support for :func:`werkzeug.http.parse_dict_header`.
- Renamed `LighttpdCGIRootFix` to `CGIRootFix`.
- Always treat `+` as safe when fixing URLs as people love misusing them.
- Added support to profiling into directories in the contrib profiler.
- The escape function now by default escapes quotes.
- Changed repr of exceptions to be less magical.
- Simplified exception interface to no longer require environmnts
  to be passed to recieve the response object.
- Added sentinel argument to IterIO objects.
- Added pbkdf2 support for the security module.
- Added a plain request type that disables all form parsing to only
  leave the stream behind.
- Removed support for deprecated `fix_headers`.
- Removed support for deprecated `header_list`.
- Removed support for deprecated parameter for `iter_encoded`.
- Removed support for deprecated non-silent usage of the limited
  stream object.
- Removed support for previous dummy `writable` parameter on
  the cached property.
- Added support for explicitly closing request objects to close
  associated resources.
- Conditional request handling or access to the data property on responses no
  longer ignores direct passthrough mode.
- Removed werkzeug.templates and werkzeug.contrib.kickstart.
- Changed host lookup logic for forwarded hosts to allow lists of
  hosts in which case only the first one is picked up.
- Added `wsgi.get_query_string`, `wsgi.get_path_info` and
  `wsgi.get_script_name` and made the `wsgi.pop_path_info` and
  `wsgi.peek_path_info` functions perform unicode decoding.  This
  was necessary to avoid having to expose the WSGI encoding dance
  on Python 3.
- Added `content_encoding` and `content_md5` to the request object's
  common request descriptor mixin.
- added `options` and `trace` to the test client.
- Overhauled the utilization of the input stream to be easier to use
  and better to extend.  The detection of content payload on the input
  side is now more compliant with HTTP by detecting off the content
  type header instead of the request method.  This also now means that
  the stream property on the request class is always available instead
  of just when the parsing fails.
- Added support for using :class:`werkzeug.wrappers.BaseResponse` in a with
  statement.
- Changed `get_app_iter` to fetch the response early so that it does not
  fail when wrapping a response iterable.  This makes filtering easier.
- Introduced `get_data` and `set_data` methods for responses.
- Introduced `get_data` for requests.
- Soft deprecated the `data` descriptors for request and response objects.
- Added `as_bytes` operations to some of the headers to simplify working
  with things like cookies.
- Made the debugger paste tracebacks into github's gist service as
  private pastes.

Version 0.8.4
-------------

(bugfix release, release date to be announced)

- Added a favicon to the debugger which fixes problem with
  state changes being triggered through a request to
  /favicon.ico in Google Chrome.  This should fix some
  problems with Flask and other frameworks that use
  context local objects on a stack with context preservation
  on errors.
- Fixed an issue with scolling up in the debugger.
- Fixed an issue with debuggers running on a different URL
  than the URL root.
- Fixed a problem with proxies not forwarding some rarely
  used special methods properly.
- Added a workaround to prevent the XSS protection from Chrome
  breaking the debugger.
- Skip redis tests if redis is not running.
- Fixed a typo in the multipart parser that caused content-type
  to not be picked up properly.

(kleink)

2013-07-09 17:02:40 UTC MAIN commitmail json YAML

Updated emulators/qemu to 1.5.1

(tsutsui)

2013-07-09 17:00:58 UTC MAIN commitmail json YAML

Update qemu to 1.5.1.

pkgsrc changes:

- remove now unnecessary SUBST for audio.h conflicts
- update PLIST for new files
- adjust patches for hw directory reorganization
- update counting semaphore patches per comments on qemu-devel

Upstream changes:

Changes mentioned in 1.5.1 announcement:
http://lists.nongnu.org/archive/html/qemu-devel/2013-06/msg04798.html

295d81c: Update VERSION for 1.5.1 release (Anthony Liguori)
cc0bd7e: wdt_i6300esb: fix vmstate versioning (Michael Roth)
12e5b2b: virtio-rng: Fix crash with non-default backend (Cole Robinson)
cb55efe: iscsi: reorganize iscsi_readcapacity_sync (Paolo Bonzini)
1b94fc4: iscsi: simplify freeing of tasks (Paolo Bonzini)
5e690bb: vhost-scsi: fix k->set_guest_notifiers() NULL dereference (Stefan
        Hajnoczi)
129db36: scsi-disk: scsi-block device for scsi pass-through should not be
        removable (Pavel Hrdina)
637d640: scsi-generic: check the return value of bdrv_aio_ioctl in
        execute_command (Pavel Hrdina)
9c4f5dd: scsi-generic: fix sign extension of READ CAPACITY(10) data (Paolo
        Bonzini)
3abd71c: scsi: reset cdrom tray statuses on scsi_disk_reset (Pavel Hrdina)
5fcb9bf: nbd: strip braces from literal IPv6 address in URI (Jan Tomko)
6c8cf5f: qemu-socket: allow hostnames starting with a digit (Jan Tomko)
ce4e8f0: vmdk: byteswap VMDK4Header.desc_offset field (Stefan Hajnoczi)
c683f1b: target-i386: cpu: Fix potential buffer overrun in
        get_register_name_32() (Igor Mammedov)
75e4aa9: pc: Fix crash when attempting to hotplug CPU with negative ID (Igor
        Mammedov)
055a7fc: smbios: Check R in -smbios type=0, release=R parses okay (Markus
        Armbruster)
93bc624: smbios: Fix -smbios type=0, release=... for big endian hosts (Markus
        Armbruster)
61fbaee: smbios: Clean up smbios_add_field() parameters (Markus Armbruster)
685ee2d: smbios: Convert to error_report() (Markus Armbruster)
fa0f47d: log.h: Supply missing includes (Markus Armbruster)
7552569: error-report.h: Supply missing include (Markus Armbruster)
02d2672: tcg-ppc64: rotr_i32 rotates wrong amount (Anton Blanchard)
2917f6b: tcg-ppc64: Fix add2_i64 (Anton Blanchard)
9534f66: tcg-ppc64: bswap64 rotates output 32 bits (Anton Blanchard)
d208f05: tcg-ppc64: Fix RLDCL opcode (Anton Blanchard)
6b6f105: ivshmem: add missing error exit(2) (Stefan Hajnoczi)
3202c02: Makefile: Install qemu-img and qemu-nbd man pages only if built
        (Andreas Farber)
5a893b0: tap: fix NULL dereference when passing invalid parameters to tap
        (Jason Wang)
0817fa9: create qemu_openpty_raw() helper function and move it to a separate
        file (Michael Tokarev)
5810174: blockdev: reset werror/rerror on drive_del (Stefan Hajnoczi)
eeaa8d3: q35: set fw_name (Michael S. Tsirkin)
c127070: target-i386: Fix aflag logic for CODE64 and the 0x67 prefix (Richard
        Henderson)
252a7c6: qemu-char: don't issue CHR_EVENT_OPEN in a BH (Michael Roth)
6f3718c: xilinx_axidma: Do not set DMA .notify to NULL after notify (Wendy
        Liang)
1fb147f: virtio-ccw: Fix unsetting of indicators. (Cornelia Huck)
72762f2: s390x/css: Fix concurrent sense. (Cornelia Huck)
31ba701: ui/gtk.c: Fix *BSD build of Gtk+ UI (Brad Smith)
9ca80c7: vmxnet3: fix NICState cleanup (Stefan Hajnoczi)
a548bac: Fix usage of USB_DEV_FLAG_IS_HOST flag. (Michael Marineau)
9b5751e: host-libusb: Correct test for USB packet state (Ed Maste)
032ce1b: qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
        (Amos Kong)
baa8a8b: do not check pointers after dereferencing them (Paolo Bonzini)
327e75b: xen: start PCI hole at 0xe0000000 (same as pc_init1 and
        qemu-xen-traditional) (Stefano Stabellini)
9e7fdaf: Remove OSS support for OpenBSD (Brad Smith)
d503afb: target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addresses (Luiz
        Capitulino)
5b3ca29: update seabios to release 1.7.2.2 (Gerd Hoffmann)
7b9cdc5: Revert "roms: switch oldnoconfig to olddefconfig" (Gerd Hoffmann)
0565700: ide: Set BSY bit during FLUSH (Andreas Farber)
ddaa83e: chardev: fix "info chardev" output (Gerd Hoffmann)
38ec6c1: xen_machine_pv: do not create a dummy CPU in machine->init (Stefano
        Stabellini)
951411f: main_loop: do not set nonblocking if xen_enabled() (Stefano Stabellini)
5c26608: xen: simplify xen_enabled (Stefano Stabellini)
3541912: qom/object: Don't poll cast cache for NULL objects (Peter Crosthwaite)
749806d: rtl8139: flush queued packets when RxBufPtr is written (Stefan
        Hajnoczi)
a6fc2cd: hw/9pfs: use O_NOFOLLOW for mapped readlink operation (Aneesh Kumar
        K.V)
eabdf85: hw/9pfs: Fix segfault with 9p2000.u (Aneesh Kumar K.V)

Changelog 1.5:
http://wiki.qemu.org/ChangeLog/1.5

General
-------

- The default for log output enabled via the '-d' command line switch is now
  standard error rather than a file. You can obtain the previous behaviour
  using the '-D' command line switch to specify a file to send the logging to.
- QEMU now uses poll rather than select, and thus does not have any
  restriction on the number of open file descriptors.

System emulation
----------------

Device emulation

  Audio

  - The --audio-card-list configure option is not used anymore. Instead, you
    can modify default-configs/pci.mak (for the PCI soundcards AC97, HDA and
    ES1370) and default-configs/sound.mak (for the ISA soundcards) before
    running "make".
  - The "shortcut" -soundhw option is now available for all targets that have
    a PCI bus.

  Device assignment

  - VFIO supports primary VGA passthrough using the experimental "x-vga=on"
    option. The following devices seem to work: Nvidia 8400gs, 73001e, NVS290;
    ATI/AMD Radeon HD5450 and HD7850.
  - VFIO devices support the bootindex= property to override the default boot
    order for assigned PCI devices.

  USB

  - Experimental support for USB 3.0 streams, both in the nec-usb-xhci
    controller and in the usb-uas USB-attached SCSI device emulation.
  - USB device passthrough has been rewritten to use libusb. For Linux, the
    two backends can be compiled in a single QEMU executable (if libusb is
    enabled, usb-host-linux will be the legacy implementation, usb-host will
    be the libusb-based one; if libusb is disabled, usb-host will be the
    legacy implementation). For BSD, it has to be chosen at configure time
    using --enable/disable-libusb (the default is to use libusb if it is
    available, otherwise use the legacy implementation).

  SCSI

  - QEMU can now emulate the VMware PVSCSI device using "-device pvscsi".
  - QEMU can now use tcm_vhost, a virtio-scsi device model based on the
    Linux-iSCSI implementation of SCSI.

  Network cards

  - QEMU can now emulate the VMware paravirtualized network card using
    "-device vmxnet3".

ARM

  - This release has initial support of KVM for the ARM architecture.
    This requires a 3.9 or better Linux kernel and a Cortex-A15 CPU.
  - The Zynq board provides a SD host controller interface.
  - The PCI controller model for VersatilePB and Realview boards has been
    significantly improved in functionality (including MMIO BAR support and
    a correct PCI IRQ mapping). Note that Linux kernels currently do not take
    advantage of this; however we autodetect kernels that expect the behaviour
    of an old broken QEMU and fall back to that. (The old IRQ behaviour can
    be forced with "-global versatile_pci.broken-irq-mapping=1" if absolutely
    necessary.)
  - Incorrect handling of the SRS instruction in Thumb mode has been fixed.
  - Performance of TCG emulation of ARM targets is improved over previous
    releases.
  - Migration and vm save/load now works correctly on the vexpress-a15 and
    vexpress-a9 models.

PPC

  - Various improvements to TCG code generation
  - KVM synchronizes more state
  - Fix a few issues that blocked Mac OS X from working (still not 100% there
    though!)
  - Refactoring and improvement of soft mmu emulation for book3s
  - Implement various new instructions for ISA 2.05 and ISA 2.06 compatibility
    (-cpu POWER7)
  - Implement support for KVM based e500 family watchdog

s390x

  - Various accuracy fixes for device emulation
  - Faster I/O hypercalls
  - Add firmware to boot from virtio-ccw disks
  - Guest kernel panics are notified to the host

SPARC

  - Improve sun4u interrupt mapping, so that multiple PCI devices can be used
    simultaneously

x86

  - x86 supports emulation of a TPM (Trusted Platform Module) on machines
    that have a hardware TPM
  - Various speedups in TCG emulation of x86
  - The iPXE ROMs that are distributed with QEMU support EFI
  - TCG supports the SSE4.1, SSE4.2, PCLMULQDQ, AES-NI, BMI and ADX extensions.
  - A paravirtual device is included that lets the guest notifies kernel
    panics to the host.
  - CPU hot-add support with cpu-add QMP command. More details
    Features/CPUHotplug.
  - new CPU properties "feature-words" and "filtered-features" to allow
    introspection of supported and not supported CPU features.
  - For reference and examples of how the new properties can be used by
    libvirt and other components, see:
http://wiki.qemu.org/Features/CPUModels#Interfaces.2Frequirements_for_libvirt

QMP

  - QEMU now generates a DEVICE_DELETED event when the guest acknowledges
    a device hot-unplug operation.
  - Much better handling for non-ASCII codepoints in JSON strings

Character devices

  - Character devices gained support for flow control. More details in
    Features/ChardevFlowControl
  - All kinds of character devices can now be hot-plugged. Character device
    hotplug is also supported from the "human" monitor.

Block devices

  - IDE and SCSI disks always have the ability to issue "discard" (aka TRIM or
    UNMAP) commands. However, by default "discard" commands are silently
    ignored as they can cause performance degradation and fragmentation.
    To enable them, the "-drive" option now supports a "discard" suboption;
    the default value is "ignore" (or its synonym "off"), and the other valid
    value is "unmap" (or "on").
  - Sheepdog drives can also be specified with URIs.
  - iSCSI disks support on-line resizing using block_resize. Similar to block
    devices, the resize has to be done first outside QEMU.
  - Various performance improvements in qcow2 internal snapshots (savevm).
  - The NBD backend has improved latency.
  - qemu-nbd can now skip image format probing using the -f/--format
    command-line option.
  - VHDX (MS Hyper-V) image format has initial read-only support. Dynamic and
    fixed sized disks are supported, but not differencing images (e.g. VHDX
    images with a backing file). Read-only is strictly enforced, and the
    'readonly=on' option must be used for any VHDX images.
  - Secure Shell (ssh) support. Access remote disks over ssh using
    qemu -drive file=ssh://host/path/to/file

Live Migration

  - Further improvements in throughput (up to +130%: 4.2 Gbps in 1.5 vs
    1.8 Gbps in 1.4) and latency.

User interface

  - QEMU now provides a GTK+ interface. The interface uses the VTE library
    to provide better terminal emulation for serial consoles and the monitor.
  - A new VNC extension has been added to communicate LED state changes for
    the keyboard.

VNC

  - Websocket connections can now be encrypted with TLS.

User-mode emulation
-------------------

- Threaded programs are now more stable, though still experimental.

Guest agent
-----------

- New commands in qemu-ga let the host put CPUs online/offline with help
  from the guest OS (Linux only)
- Low impact CVE-2013-2007 ("qemu: guest agent creates files with insecure
  permissions in daemon mode") is fixed.
  - Note for guest administrators: unix domain sockets, logfiles etc.
    created by previous versions of qemu-ga do not have their file mode
    bits reset by this change; only newly created files have mode 0600
    when daemonizing. Please delete your old files or change their
    permissions manually when upgrading.
  - The guest-file-open QMP command continues to create files with mode
    0666 for compatibility reasons.

Host support
------------
- QEMU is now a lot faster on Windows hosts than in previous versions
- libcacard has been ported to Windows.

Known issues

  - The GTK+ backend does not compile on BSD systems (including Mac OS X).
    This will likely be fixed in a later stable update.

(tsutsui)

2013-07-09 16:56:47 UTC MAIN commitmail json YAML

Updated devel/py-blinker to 1.3.

(kleink)

2013-07-09 16:55:42 UTC MAIN commitmail json YAML

Update py-blinker to 1.3.

Version 1.3
-----------

Released July 3, 2013

- The global signal stash behind blinker.signal() is now backed by a
  regular name-to-Signal dictionary. Previously, weak references were
  held in the mapping and ephermal usage in code like
  ``signal('foo').connect(...)`` could have surprising program behavior
  depending on import order of modules.
- blinker.Namespace is now built on a regular dict. Use
  blinker.WeakNamespace for the older, weak-referencing behavior.
- Signal.connect('text-sender') uses an alterate hashing strategy to
  avoid sharp edges in text identity.

(kleink)

2013-07-09 16:50:25 UTC MAIN commitmail json YAML

Updated security/py-itsdangerous to 0.22.

(kleink)

2013-07-09 16:49:16 UTC MAIN commitmail json YAML

Update py-itsdangerous to 0.22.

Version 0.22
~~~~~~~~~~~~

- Added support for `TimedJSONWebSignatureSerializer`.
- made it possible to override the signature verification function
  to allow implementing asymmetrical algorithms.

(kleink)

2013-07-09 15:52:32 UTC MAIN commitmail json YAML

Updated math/fftw to 3.3.3nb2
Updated x11/py-gtk2 to 2.24.0nb14

(tsutsui)

2013-07-09 15:49:44 UTC MAIN commitmail json YAML

Disable py-numpy option (which requires lang/g95 support) by default
until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.

"Please do that" from wiz@ in PR/48023.

(tsutsui)

2013-07-09 15:46:46 UTC MAIN commitmail json YAML

Disable fftw-fortran option by default until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.

"Please do that" from wiz@ in PR/48023.

(tsutsui)

2013-07-09 15:22:31 UTC MAIN commitmail json YAML

Allow the system bison to be used.  The comment that it was too old is
from 2006 and the OSX bison has been upgraded long since then.  In any
case, if the bison is too old, the BISON_REQD check will ensure that a
working version is pulled in if necessary.

(jperkin)

2013-07-09 14:57:20 UTC MAIN commitmail json YAML

Describe py-numpy option, used by x11/py-gtk2.

(tsutsui)

2013-07-09 14:13:30 UTC MAIN commitmail json YAML

Handle PKG_OPTIONS.py-gtk2=-py-numpy properly in buildlink3.mk.  PR/48024

(tsutsui)