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 (1m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:26:01 UTC Now

2014-07-28 11:02:38 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.25nb1

(wiz)

2014-07-28 11:02:11 UTC MAIN commitmail json YAML

Fix overlooked option name for previous.
Found by jperkin.

(wiz)

2014-07-28 10:05:53 UTC MAIN commitmail json YAML

Use the standard 75 x '=' print format.

(jperkin)

2014-07-28 09:26:20 UTC MAIN commitmail json YAML

Remove pointless ifndef guard, GNUSTEP_SKIP_DEFAULT_OPTIONS isn't used or
documented anywhere else in pkgsrc.

(jperkin)

2014-07-28 09:18:59 UTC MAIN commitmail json YAML

Set PKGSRC_COMPILER, do not append to it.  The latter seems to cause
problems when PKGSRC_COMPILER contains duplicate entries.  Pointed out and
verified by taca.

(jperkin)

2014-07-28 02:50:26 UTC MAIN commitmail json YAML

Updated devel/py-pep8 to 1.5.7

(wen)

2014-07-28 02:49:44 UTC MAIN commitmail json YAML

Updated devel/py-pep8 to 1.5.7

(wen)

2014-07-28 02:48:49 UTC MAIN commitmail json YAML

Update to 1.5.7

Upstream changes:
1.5.7 (2014-05-29)

Bug fixes:
Skip the traceback on "Broken pipe" signal. (Issue #275)
Do not exit when an option in setup.cfg or tox.ini is not recognized.
Check the last line even if it does not end with a newline. (Issue #286)
Always open files in universal newlines mode in Python 2. (Issue #288)

(wen)

2014-07-28 02:43:04 UTC MAIN commitmail json YAML

Updated net/py-IP to 0.81

(wen)

2014-07-28 02:39:52 UTC MAIN commitmail json YAML

Updated net/py-IP to 0.81

(wen)

2014-07-28 02:38:24 UTC MAIN commitmail json YAML

Update to 0.81

Upstream changes:
Version 0.81 (2013-04-08)
* Correct reverseName() for IPv6 addresses, so IP('::1').reverseName() returns correct.
* Add network mask awareness to v46map()
* Fix Python 3 errors in IPSet class
* Make IPSet base class be object when MutableSet isn't available, fixing
  errors in Python 2.5

Version 0.80 (2013-03-26)
------------

* Drop support of Python older than 2.4
* Python 3 does not need 2to3 conversion anymore (same code base)
* Fix adding of non-adjacent networks:
  192.168.0.0/24 + 192.168.255.0/24 made 192.168.0.0/23
* Fix adding networks that don't create a valid subnet:
  192.168.1.0/24 + 192.168.2.0/24 made 192.168.1.0/23
* Fix adding with an IPv6 address where .int() was < 32 bits made IPy believe it
  was an IPv4 address:
  ::ffff:0/112 + ::1:0:0/112 made 255.255.0.0/111
* Add support of IPSets
* Add support for subtracting a network range
* Prevent IPv4 and IPv6 ranges from saying they contain each other
* Add a .v46map() method to convert mapped address ranges
  such as IP('::ffff:192.168.1.1'); RFC 4291
* Change sort order to more natural:
  IPv4 before IPv6; less-specific prefixes first (/0 before /32)

Version 0.76 (2013-03-19)
-------------------------

* ip == other and ip != other doesn't fail with an exception anymore if other
  is not a IP object
* Add IP.get_mac() method: get the 802.3 MAC address from IPv6 RFC 2464
  address.
* Fix IP('::/0')[0]: return an IPv6 instead of an IPv4 address

(wen)

2014-07-28 02:30:31 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Warnings to 0.016

(wen)

2014-07-28 02:27:03 UTC MAIN commitmail json YAML

Update to 0.016

Upstream changes:
0.016    2014-06-21 04:04:55Z
          - fix prereq problem with last release - now no longer testing the
            example scripts for user installs

0.015    2014-06-20 03:36:33Z
          - adjusted packaging and tests to become perl-5.6 friendly,
            including only using core or dual-lifed prerequisites

0.014    2014-03-01 22:08:26Z
          - fix test that was failing when FOO or BAR environment variables
            were set (RT#93447)

0.013    2013-12-14 21:26:06Z
          - update configure_requires checking in Makefile.PL

(wen)

2014-07-28 02:16:42 UTC MAIN commitmail json YAML

Updated devel/p5-Exporter-Lite to 0.05

(wen)

2014-07-28 02:15:53 UTC MAIN commitmail json YAML

Update to 0.05

Upstream changes:
0.05 2014-03-26
    - Improved the DESCRIPTION section, particularly the first paragraph.
    - Added a bunch more Exporter modules to the SEE ALSO section.

0.04 2014-03-26
    - Added Constant::Exporter::Lazy to SEE ALSO
    - Had forgotten to put README and Changes in MANIFEST. Sigh.

0.03 2014-03-25
    - Now maintained by NEILB
    - Fixed typo reported by dsteinbrunner in RT#87096
    - Now use strict and warnings
    - Added github repo to metadata and pod
    - Added README
    - Specified min perl version 5.6.0 in metadata
    - Set PREREQ_PM, TEST_REQUIRES, CONFIGURE_REQUIRES in Makefile.PL
    - Added a load of modules to SEE ALSO.

(wen)

2014-07-28 02:11:25 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-NYTProf to 5.06

(wen)

2014-07-28 02:10:34 UTC MAIN commitmail json YAML

2014-07-28 00:34:15 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Helpers to 2.023003

(wen)

2014-07-28 00:32:58 UTC MAIN commitmail json YAML

Update to 2.023003
Update DEPENDS

Upstream changes:
2.023003  2014-07-21 21:22:27-05:00 America/Chicago
- Fix ToJSON to use accessors if it needs to (Thanks Kevin Benson!)
- Fix silly typo in ::Explain (Good catch Jonathan W. Taylor!)

2.023002  2014-06-28 15:04:15-05:00 America/Chicago
- Remove silly layer of subtesting (thanks to new features in Test::Roo)
- Remove silly sub wrapper in Explain internals (should moderately increase
  performance)

2.023001  2014-06-14 12:39:08-05:00 America/Chicago
- Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!)

2.023000  2014-05-26 19:33:01-05:00 America/Chicago
- Add ::Shortcut::Explain RS helper

2.022000  2014-05-03 10:39:30-05:00 CST6CDT
- Add ::Shortcut::ResultsExist RS helper (Olaf Alders)
- Add abstract to ::DateMethods1::Announcement (Gregor Herrmann)

2.021001  2014-04-06 11:43:36-05:00 America/Chicago
- Fix ::RemoveColumns to work with a specified `columns` (Anthony DeRobertis)
  (Fixes GH#27) Also fixes RT#91977/GH#24)

2.021000  2014-04-01 20:12:40-05:00 America/Chicago
- Create Shortcut::Page and Shortcut::LimitedPage ResultSet helpers (wreis)

2.020001  2014-03-05 10:33:46CST-0600 America/Chicago
- Make ::DateMethods1 tests paralellizable (thanks Alexander Hartmaier!)
- fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
- fix ABSTRACT on ::Helper::ResultSet::DateMethods1

2.020000  2014-03-04 08:31:39-06:00 America/Chicago
- Add ::Helper::ResultSet::DateMethods1
- Add abstract to ::Schema::LintContents

2.019004  2014-02-14 07:53:19 America/Chicago
- Make IgnoreWantarray's search die in void context

2.019003  2014-02-07 22:21:47-06:00 America/Chicago
- Fix ->copy on rows with proxied ResultSet methods (thanks moltar for the
  test!) (NOTE: This fix is what requires upgrading to DBIC 0.08260)

2.019002  2014-01-12 09:40:41 America/Chicago
- Pick SQL for random row selection in a cleaner way
- Stop using Class::MOP::load_class (RT#91035)
- Really stop using RT

2.019001  2013-11-23 10:19:28 America/Chicago
- Fix typo in ::CorrelateRelationship (Getty)

(wen)

2014-07-28 00:26:00 UTC MAIN commitmail json YAML

Added databases/p5-DBIx-Introspector version 0.001003

(wen)

2014-07-28 00:24:55 UTC MAIN commitmail json YAML

+ p5-DBIx-Introspector

(wen)

2014-07-28 00:22:43 UTC MAIN commitmail json YAML

Import DBIx-Introspector-0.001003 as databases/p5-DBIx-Introspector.

DBIx::Introspector is a module factored out of the DBIx::Class
database detection code. Most code that needs to detect which
database it is connected to assumes that there is a one-to-one
mapping from database drivers to database engines. Unfortunately
reality is rarely that simple. For instance, DBD::ODBC is typically
used to connect to SQL Server, but ODBC can be used to connect
to PostgreSQL, MySQL, and Oracle. Additionally, while ODBC is the
most common way to connect to SQL Server, it is not the only option,
as DBD::ADO can also be used.

(wen)

2014-07-28 00:10:55 UTC MAIN commitmail json YAML

Added devel/p5-Test-Roo version 1.003

(wen)

2014-07-28 00:09:20 UTC MAIN commitmail json YAML

+ p5-Test-Roo

(wen)

2014-07-28 00:08:01 UTC MAIN commitmail json YAML

Import Test-Roo-1.003 as devel/p5-Test-Roo.

This module allows you to compose Test::More tests from roles.
It is inspired by the excellent Test::Routine module, but uses
Moo instead of Moose. This gives most of the benefits without
the need for Moose as a test dependency.

(wen)

2014-07-27 23:39:00 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 3.3.0

(wen)

2014-07-27 23:37:21 UTC MAIN commitmail json YAML

Update to 3.3.0

Upstream changes:
Version 3.3.0  Released May 31, 2014 (git commit 055f788cf96b380b9fe0e80b6cedb88f8d1799b8)

  - Major cleanup of UTF-8 support:
      Fix quoting of UTF-8 values
      Add support for UTF-8 statement strings
      Fix UTF-8 support in placeholders and return values
    [Dagfinn Ilmari Manns豌徒er] (CPAN bug #95214 and #91655)
      Test that the Pg server agrees with us about the lengths of input strings.
      Refactor Unicode test to use anon hashes to describe the tests to run.
      Test pg_enable_utf8 of -1, in addition to 0 and 1.
      Extend the Unicode round-trip tests to verify ASCII, BMP and non-BMP code points.
      Test that characters created in the server reach the client correctly.
    [Nicholas Clark]

  - Rewrite foreign_key_info to be just one query
    [Dagfinn Ilmari Manns豌徒er]

  - Remove ODBC support from foreign_key_info
    [Dagfinn Ilmari Manns豌徒er]

  - Remove use of dTHX in functions in quote.c and types.c
    [Nicholas Clark]

Version 3.2.1  Released May 20, 2014 (git commit a56ef5c4715440d4fc2054df5477996b0e287467)

  - Stricter testing for array slices: disallow number-colon-number from being
    parsed as a placeholder.
    [Greg Sabino Mullane] (CPAN bug #95713)

  - Fix for small leak with AutoInactiveDestroy
    [David Dick] (CPAN bug #95505)

  - Adjust test regex to fix failing t/01_connect.t on some platforms
    [Greg Sabino Mullane]

  - Further tweaks to get PGINITDB working for test suite.
    [Nicholas Clark]

Version 3.2.0  Released May 15, 2014 (git commit 897974c2865259bb9786d8b0989f8e42db0a0d79)

  - Add new attribute pg_placeholder_nocolons to turn off all parsing of
    colons into placeholders.
    [Graham Ollis] (CPAN bug #95173)

  - Fix incorrect skip count for HandleSetErr
    [Greg Sabino Mullane] (CPAN bug #94841)

  - Don't attempt to use the POSIX signalling stuff if the OS is Win
    [Greg Sabino Mullane] (CPAN bug ##94841)

  - Fix missing check for PGINITDB in the test suite.
    [Nicholas Clark]

Version 3.1.1  Released April 6, 2014 (git commit d337f93133e67267d54b65dc22a23f06e6883ad0)

  - Minor adjustments so tests pass in varying locales.

Version 3.1.0  Released April 4, 2014 (git commit 26517a3531f93de79375a02da45a79789cd3caae)

  - Make sure UTF-8 enabled notifications are handled correctly
    [Greg Sabino Mullane]

  - Allow "WITH" and "VALUES" as valid words starting a DML statement
    [Greg Sabino Mullane] (CPAN bug #92724)

(wen)

2014-07-27 23:10:41 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.21

(wen)

2014-07-27 23:09:55 UTC MAIN commitmail json YAML

Update to 5.21

Upstream changes:
5.21  2014-07-27
  - Improved handling of Pod::Simple::XHTML 3.09 dependency.
  - Improved documentation browser CSS.

5.20  2014-07-27
  - Fixed a few bugs in Mojolicious::Plugin::PODRenderer by switching from
    Pod::Simple::HTML to Pod::Simple::XHTML.
  - Fixed Perl 5.18.x compatibility.

5.19  2014-07-26
  - Improved support for Unicode anchors in Mojolicious::Plugin::PODRenderer.
  - Fixed is_readable scalability problems in Mojo::Reactor.

5.18  2014-07-25
  - Improved is_readable performance in Mojo::Reactor.

5.17  2014-07-24
  - Welcome to the Mojolicious core team Jan Henning Thorsen.
  - Added val method to Mojo::DOM. (batman, sri)
  - Improved Mojo::Collection performance.
  - Fixed support for Unicode anchors in Mojolicious::Plugin::PODRenderer.

5.16  2014-07-21
  - Improved Mojo::Asset::File to allow appending data to existing files.
    (iakuf, sri)

(wen)

2014-07-27 23:05:04 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3126

(wen)

2014-07-27 23:04:30 UTC MAIN commitmail json YAML

Add USE_TOOLS += flex, as per most recent SunOS bulk build.

(jperkin)

2014-07-27 23:04:00 UTC MAIN commitmail json YAML

Update to 1.3126

Upstream changes:
1.3126 2014-07-14

    [ BUG FIXES ]
    * Bunch of files were not in the MANIFEST.

1.3125 2014-07-12

    [ ENHANCEMENT ]
    * Skip bad cookie definitions. (GH#1036, Manuel Weiss)
    * 'dancer' script warns and die if trying to create
        an app with the same name of an existing module.
            (GH#1038, Racke)
    * In Dancer::Logger::Abstract, default host
        name to '-' if not available. (GH#1029, John Wittkoski)
    * Add Dancer::Serializer::JSONP. (GH#1035, David Zurborg)

    [ DOCUMENTATION ]
    * Improve the wording of the params() section in Dancer.
        (GH#1025, Warren Young)
    * Explain how to access config in Dancer::Config's POD.
        (GH#1026, Gabor Szabo)
    * Cookbook typo fix. (GH#1031, Florian Sojer)

1.3124 2014-05-09

    [ ENHANCEMENTS ]
    * Also check X-Forwarded-Proto. (GH#1015, Andy Jones)
    * Update bundle jQuery to v1.11.0. (GH#1018, Michal Wojciechowski)
    * Add session support to the skeleton config. (GH#1008. Gabor Szabo)

    [ BUG FIXES ]
    * Remove print statement in Dancer::ModuleLoad::require.
        (GH#1021, John Wittkoski)
    * Test was failing if JSON module was absent.
        (GH#1022, Yanick Champoux)
    * Allow for routes evaluating to false ('0', '', etc).
        (GH#1020, Yanick Champoux)

    [DOCUMENTATION]
    * Specify defaults in POD. (GH#1023, isync)
    * Fix doc for params(). (GH#1025, reported by Warren Young)

    [ MISC ]
    * Update mailing list url in README. (GH#1017, Racke)
    * Markdownify the README. (GH#986, Chris Seymour)

(wen)

2014-07-27 23:00:33 UTC MAIN commitmail json YAML

Enable PLIST.opencl on SunOS, shown in recent bulk builds.

(jperkin)

2014-07-27 22:59:11 UTC MAIN commitmail json YAML

Comment out section which adds WRKDIR-relative rpaths on SunOS.  Fixes
check-shlibs-elf.awk

(jperkin)

2014-07-27 20:45:10 UTC MAIN commitmail json YAML

2014-07-27 20:17:02 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 31.0

(ryoon)

2014-07-27 20:16:33 UTC MAIN commitmail json YAML

2014-07-27 20:05:50 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 31.0

(ryoon)

2014-07-27 20:05:00 UTC MAIN commitmail json YAML

Update to 31.0

* Update enigmail to 1.7

Changelog:
    NEW
    Autocompleting email addresses now matches against any part of the name or email (bug 529584)

    NEW
    Composing a mail to a newsgroup will now autocomplete newsgroup names (bug 61491)

    FIXED
    Insecure NTLM (pre-NTLMv2) authentication disabled (see 828183)

Fixed in Thunderbird 31
MFSA 2014-66 IFRAME sandbox same-origin access through redirect
MFSA 2014-65 Certificate parsing broken by non-standard character encoding
MFSA 2014-64 Crash in Skia library when scaling high quality images
MFSA 2014-63 Use-after-free while when manipulating certificates in the trusted cache
MFSA 2014-62 Exploitable WebGL crash with Cesium JavaScript library
MFSA 2014-61 Use-after-free with FireOnStateChange event
MFSA 2014-59 Use-after-free in DirectWrite font handling
MFSA 2014-58 Use-after-free in Web Audio due to incorrect control message ordering
MFSA 2014-57 Buffer overflow during Web Audio buffering for playback
MFSA 2014-56 Miscellaneous memory safety hazards (rv:31.0 / rv:24.7)

(ryoon)

2014-07-27 16:33:50 UTC MAIN commitmail json YAML

Updated net/haproxy to 1.5.3

(fhajny)

2014-07-27 16:33:36 UTC MAIN commitmail json YAML

Update haproxy to 1.5.3.

2014/07/25 : 1.5.3
- DOC: fix typo in Unix Socket commands
- BUG/MEDIUM: connection: fix memory corruption when building a proxy
  v2 header
- BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
- DOC: mention that Squid correctly responds 400 to PPv2 header
- BUG/MINOR: http: base32+src should use the big endian version of base32
- BUG/MEDIUM: connection: fix proxy v2 header again!

(fhajny)

2014-07-27 16:27:31 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 1.3.0

(fhajny)

2014-07-27 16:27:15 UTC MAIN commitmail json YAML

Update elasticsearch to 1.3.0.

pkgsrc changes
==============
- Install sigar on supported platforms
- Add SMF support
- Cleanup

Changes in 1.3.0
================

breaking changes
- Allocation: Enable disk-space allocation decider by default
- Analysis: Improvements to StemmerTokenFilter
- Internal:
  - Make transport action name available in TransportAction base class
  - Thread pool rejection status code should be 429
  - Remove unnecessary intermediate interfaces
  - Remove unsafe unaligned memory access - illegal on SPARC
- Mappings: Update mapping on master in async manner
- REST API: Replace error code 503 with 429 when appropriate to tell client
  to back off
- Security: Disable JSONP by default

new features
- Aggregations:
  - Created infrastructure for changing easily the significance terms
    heuristic
  - Added the percentiles_rank aggregation
  - Deferred aggregations prevent combinatorial explosion
  - Added top_hits aggregation
  - Support bounding box aggregation on geo_shape/geo_point data types
- Scripting:
  - Add script engine for Lucene expressions
  - Add Groovy as a scripting language, add groovy sandboxing
  - Allow search templates stored in an index to be retrieved and used
    at search time
  - Allow to run scripts/templates stored in .scripts index
- Mappings: Add transform to document before index
- Suggester: Phrase suggest option to limit suggestions to existing phrases

enhancements
- Resiliency:
  - Resend failed shard messages when receiving a cluster state still
    referring to the failed shards
  - Send shard exists requests if shard exists locally but is not allocated
    to the node
  - Don't attempt to start or fail shard if no master node can be found
  - Improve handling of failed primary replica handling
  - During discovery, verify connect when sending a rejoin cluster request
  - During relocation, process pending mapping update in phase 2
  - Set a default of 5m to recover_after_time when any of the expected*Nodes
    is set
  - Start master/node fault detection pinging immediately during discovery
  - Before deleting shard verify that another node holds an active shard
    instance
  - Ensure index.version.created is consistent
  - Cancel recovery if shard on the target node closes during recovery
    operation
  - Raise proper failure if not fully reading translog entry
  - Wait till node is part of cluster state for join process
  - Have a dedicated join timeout that is higher than ping.timeout for join
  - Before deleting a local unused shard copy, verify we're connected
    to the node it's supposed to be on
  - Use Lucene built-in checksumming
- Indexing:
  - Set default translog flush_threshold_ops to unlimited, to flush by byte
    size by default and not penalize tiny documents
  - Don't acquire dirtyLock on autoid for create
  - Clear versionMap on refresh not flush
  - If versionMap is too large we should trigger refresh
  - Reuse Lucene's TermsEnum for faster _uid/version lookup during indexing
  - Don't use AllTokenStream if no fields were boosted
- Analysis:
  - Improve Hunspell error messages
  - Share numeric date analyzer instances between mappings
  - Added missing pre built analysis components
  - PatternAnalyzer should use PatternTokenFilter instead
  - More resource efficient analysis wrapping usage
  - Added additional Analyzers, Tokenizers, and TokenFilters from Lucene
- Administration & Monitoring:
  - Improve pending API to include current executing class
  - Stats: Expose IndexWriter and versionMap RAM usage
  - Improve indices stats options
  - Improve cluster update settings api
  - Remove field names in stats url
  - Index template API: Unified PUT/POST behaviour in relation to create
    parameter
- Snapshot/Restore:
  - Restore an index without restoring its aliases
  - Add ability to restore partial snapshots
- Aggregations:
  - Extend allowed characters in aggregation name
  - Add from support to top_hits aggregator
  - Moved BucketsAggregator#docCounts field to IntArray
  - GlobalOrdinalsStringTermsAggregator is inefficient for high-cardinality
    fields
  - Remove ordinals execution hint.
  - Delegation of nextReader calls
- Fielddata:
  - Make BytesValues.WithOrdinals more similar to Lucene's SortedSetDocValues
  - Don't expose hashes in Fielddata anymore.
- Allocation:
  - Allow primaries that have never been allocated to be allocated if under
    the low watermark
  - Change high/low watermark defaults for disk based allocation decider
  - Disk-aware allocation decider should allow initial primary allocation
    if under the high watermark
- Mapping:
  - Improve performance for many new fields introduction in mapping
  - Better logic on sending mapping update new type introduction
  - Wait for mapping updates during local recovery
- Scripting:
  - Add a transformer to translate constant BigDecimal to double
  - Add Groovy sandboxing for GString-based method invocation
  - Fix optional default script loading
  - Exposed _uid, _id and _type fields as stored fields (_fields notation)
- Search:
  - Wrap filter only once in ApplyAcceptedDocsFilter
  - Remove Queries#optimizeQuery - already handled in BooleanQuery
  - Speed up exists and missing filters on high-cardinality fields
  - Parent/Child: Support min_children and max_children on has_child
    query/filter
  - Geo: Added caching support to geohash filter
- Highlighting:
  - Make the HighlightQuery class public
  - Highlight fields in request order
  - Plain highlighter does not honor _analyzer
- More Like This Query:
  - Ensure selection of best terms is indeed O(n)
  - creates only one MLT query per field for all queried items
  - Values of a multi-value fields are compared at the same level
  - replaced exclude with include to avoid double ...
  - allow for both like_text and docs/ids to be specified.
- Plugins:
  - Enables plugins to define default logging configuration for their needs.
  - bin/plugin tests for missing plugin name when passing --url
- Build:
  - Check for tabs and nocommits in the code on validate
  - Generate source jars for tests
  - Packaging: Remove java-6 directories from debian init script
  - Startup: Reset locale to C in bin/elasticsearch
  - Windows: Modify command window title (windows)
- REST API:
  - Copy the headers from REST requests to the corresponding
    TransportRequest(s)
  - Ensure 503 responses lead to retry on another node
  - Security: Make JSONP responses optional.
- Internal:
  - Make XContentBuilder implement Releasable
  - Don't close/reopen IndexWriter when changing RAM buffer size
  - Added more utility methods to Settings
  - Cleanup of the transport request/response messages
  - Add local node to cluster state
  - Control whether MapperService docMapper iterator should contain
    DEFAULT_MAPPING
  - Upgrade to Jackson 2.4.1.1
  - Don't replace indices within ActionRequest and check blocks against
    concrete indices
  - Improve Settings#get lookup for camel case support
  - Improve large bytes request handling by detecting content composite
    buffer
  - Call callback on actual mapping processed
  - Remove intern calls on FieldMapper#Names for better performance
  - Clean shard bulk mapping update to only use type name
  - Disable explicit GC by default
  - Make a hybrid directory default using mmapfs/niofs
  - Make sure we don't reuse arrays when sending an error back
  - Wrap RateLimiter rather than copy RateLimitedIndexOutput
  - Upgrade to Lucene 4.9
  - Re-shade MVEL as a dependency
  - Refactored AckedClusterStateUpdateTask & co. to remove code repetitions
    in subclasses
  - Better default size for global index to alias map
  - Suppress Unsafe is an internal proprietary API... compilation warnings
  - use ConcurrentHashMapV8 for lower memory overhead
  - Base64 decode parsing detects more errors
  - Upgrade to netty 3.9.1
  - Added plugins to .gitignore
  - Change the default type of the page recycler to CONCURRENT instead
    of SOFT_CONCURRENT
  - Entirely cut over to TopDocs#merge for merging shard docs in the reduce
    phase
  - Add support for Byte and BytesRef to the XContentBuilder
  - Make Node and Client interfaces Closeable
  - Settings: Throw error when incorrect setting applied
    to auto_expand_replicas
  - TransportClient: Improve logging, fix minor issue
  - Java API: Client intermediate interfaces removal follow-up

bug fixes
- Resiliency:
  - Increment Store refcount on RecoveryTarget
  - Improve handling of failed primary replica handling
  - Do not ignore ConnectTransportException for shard replication operations
  - Recovering replicas might get stuck in initializing state
  - During recovery, only send mapping updates to master if needed
  - If the node initialisation fails, make sure the node environment
    is closed correctly
  - Handle ConnectionTransportException during a Master/Node fault detection
    ping during discovery
  - Recovery from local gateway should re-introduce new mappings
  - Also send Refresh and Flush actions to relocation targets
  - Honor time delay when retrying recoveries
- Aggregations:
  - Histogram Aggregation key bug
  - Fix JSON response for significant terms
  - Fix reducing of range aggregations.
  - Fix cardinality aggregation when doc values field is empty
  - ReverseNestedAggregator does not compute parent documents correctly
  - ClassCastException when sibling aggregations have the same name
  - date_histogram aggregation breaks on date fields with multiple formats
  - DateHistogramBuilder uses wrong data type for pre_offset and post_offset
- Administration & Monitoring:
  - Admin: Recovery API should also report ongoing relocation recoveries
  - Cat API: Fix NullPointerException in recovery API
  - Index Templates API: GET templates doesn't honor
    the flat_settings parameter.
  - Snapshot/Restore: Allow deleting of interrupted snapshot
- Indexing:
  - Translog: Better support for partial buffer reads/writes in translog
    infrastructure
  - Force refresh when versionMap is using too much RAM
  - Lower the translog flush triggers to workaround
  - Clear versionMap on refresh not flush
  - DocumentMissingException is uncaught if thrown during retry
    of update request
  - Geo: Valid polygon crossing dateline fails to parse
- Search:
  - The query_string cache should returned cloned Query instances.
  - Replace empty bool queries with match_all to prevent NullPointerException
  - Match query with operator and, cutoff_frequency and stacked tokens
  - Search template not replacing parameter after initial failure
    in parameter substitution
  - Nested: queries/filters/aggregations expect FixedBitSets, yet it isn't
    the case with NoneFilterCache
- Query DSL:
  - Fix MatchQueryParser not parsing fuzzy_transpositions
  - Function score without function throws NPE
  - Improved explanation for match_phrase_prefix
- Mapping:
  - MapperParsingException when create default mapping with 'include_in_all'
    nested
  - Fix possibility of losing meta configuration on field mapping update
  - Allow _version to use disk as a doc values format.
- Analysis:
  - stem_exclusion as array not working in language analyzers
  - Default analyzer includes stopwords
- Bulk API:
  - Fix return of wrong request type on failed updates
  - Bulk request which try and fail to create multiple indices may
    never return
  - BulkProcessor does not call afterBulk when bulk throws
    eg NoNodeAvailableException
- Percolator:
  - Fix memory leak when percolating with nested documents
  - Fix handling of nested documents
  - Allow significant terms and geo hash grid aggregations in the percolator
- Plugins:
  - bin/plugin removes itself
  - Removing plugin does not fail when plugin dir is read only
  - Fix github download link when using specific version
- Java API:
  - Fix source excludes setting if no includes were provided
  - BulkRequest#add(Iterable) to support UpdateRequests
- Internal:
  - Fix possible NPE during shutdown for requests using timeouts
  - Prevent NPE if engine is closed while version map is checked
  - Fixes Logger class for BackgroundIndexer
  - Check for index blocks against concrete indices on master operations
  - IndexingMemoryController should only update buffer settings of fully
    recovered shards
  - Fix possible race condition in checksum name generator
  - Lucene: Use XNativeFSLockFactory instead of the buggy
    Lucene 4.8.1 version
  - Disable circuit breaking for BigArrays
  - Guava doesn't explicitly remove entries when clearing the entire cache
  - Filter cache size limit not honored for 32GB or over
  - Threadpool Info: Allow to serialize negative thread pool sizes
  - Core: The ignore_unavailable option should also ignore indices
    that are closed
  - Remove indicesLifecycle.Listener from IndexingMemoryController
  - Store: delete unallocated shards under a cluster state task
  - Routing: Restore shard routing
  - Scripting: Wrap groovy script exceptions in a serializable
    Exception object

Changes in 1.2.3
================

bug fixes
- Indexing: DocumentMissingException is uncaught if thrown during retry
  of update request
- Internal:
  - Remove unsafe unaligned memory access - illegal on SPARC
  - Allow to serialize negative thread pool sizes
- Plugin Manager: Properly quote $JAVA in bin/plugin
- Plugins: bin/plugin removes itself
- Query DSL: Function score without function throws NPE

Changes in 1.2.2
================

enhancements
- Internal:
  - Make sure we don't reuse arrays when sending an error back
  - Better default size for global index -> alias map

bug fixes
- Aggregations:
  - Fix reducing of range aggregations.
  - Fix cardinality aggregation when doc values field is empty
  - Bulk API: Fix return of wrong request type on failed updates
  - Cat API: Fix NullPointerException in cat-recovery API
  - Core: The ignore_unavailable option should also ignore indices
    that are closed
- Internal:
  - [Translog] Better support for partial buffer reads/writes in
    translog infrastructure
  - [FileSystem] Use XNativeFSLockFactory instead of the buggy
    Lucene 4.8.1 version
- Java API:
  - Fix source excludes setting if no includes were provided
  - BulkRequest#add(Iterable) to support UpdateRequests
  - Mapping: Fix possibility of losing meta configuration on field
    mapping update
  - Mappings: Allow _version to use `disk` as a doc values format.
- Percolator:
  - Fix memory leak when percolating with nested documents
  - Fix handling of nested documents
  - Plugins: Fix github download link when using specific version
  - Query DSL: Improved explanation for match_phrase_prefix
  - Scripts: exposed _uid, _id and _type fields as stored fields
    (_fields notation)
- Search:
  - The query_string cache should returned cloned Query instances.
  - Replace empty bool queries with match_all to prevent
    NullPointerExceptions
  - Match query with operator and, cutoff_frequency and stacked tokens
  - Snapshot/Restore: Allow deleting of interrupted snapshot
  - Test: Fix possible race condition in checksum name generator

regression
- Aggregations: fix JSON response for significant terms

Changes in 1.2.1
================

enhancements
- Networking: Upgrade to Netty 3.9.1
- Cluster: have a dedicated join timeout

bug fixes
- Aggregations: Disable circuit break for aggregations
- Aggregations: The reverse nested  aggregator now computes parent
  documents correctly
- Indexing: Lower translog flush trigger
- Searching: Search template does not correctly replace a parameter after
  an initial failure
- Searching: Fixed issue with nested queries not working when filter cache
  is disabled
- Searching: The filter cache setting is now handled correctly when above
  32 GB in size

regression
- Routing: Restore shard routing
- Mapping: MapperParsingException with include_in_all

Changes in 1.2.0
================

breaking changes
- Java: Use the maven enforcer plugin to work only with java 1.7
- Scripting: Disable dynamic scripting by default
- Configuration: Change default filter cache to 10% and circuit breaker
  to 60% to prevent unwanted OOMs
- Snapshot/Restore API: Added PARTIAL snapshot status
- Gateways: Removed deprecated gateway functionality (in favor
  of snapshot/restore)
- Versioning: Version types EXTERNAL & EXTERNAL_GTE test for
  version equality in read operation & disallow them in the Update API
- Versioning: A Get request with a version set always validates for equality
- Versioning: Calling the Update API using EXTERNAL and EXTERNAL_GTE
  version type throws a validation error
- Aggregations: Changed response structure of percentile aggregations
- Cluster State API: Remove index template filtering
- Nodes Stats API: Add human readable JVM start_time and process
  refresh_interval
- Java API: Unified IndicesOptions constants to explain intentions
- Internal: Removed operation threading from broadcast actions
- Internal: Remove search operation threading option
- Internal: Ordinals now start with zero
- Internal: Make IndexingOperation/Create/Delete classes less mutable
- Internal: Refactored and cleaned up REST infrastructure
- Internal: Remove Releasable in favor of Closeable

new features
- Aggregations: Add reverse_nested aggregation
- Aggregations: Added extended_bounds support for date_/histogram aggs
- Aggregations: Added option for a backgroundFilter in significant_terms agg
- Function score: Support multi values
- Function score: Added field_value_factor function, a shortcut for simple
  script score calculations
- Suggestions: Added support for contexts in the completion suggester
- cat API: Added /_cat/fielddata endpoint to display fielddata usage
- More like this Query API: Support searching for multiple similar documents
  specified by ids
- Doc Values: Added support for binary fields
- Internal: Added FreqTermsEnum which has built-in caching for
  more performance
- Lucene: Added support for uppercase token filter

enhancements
- Indexing: Don't lookup version for auto generated id and create immediately
- Indexing: Throttle incoming indexing when Lucene merges fall behind
- Indexing: Change default numeric precision_step
- Function Score API: Parser should throw exception if both options,
  functions:[] and single, are specified
- Field data: Added a AppendingDeltaPackedLongBuffer-based storage format
  to single value field data
- Field data: Add global ordinals
- Field data: Moved the decision to load p/c fielddata eagerly
  to a better place.
- Aggregations: Add global ordinal based implementations for
  significant_terms aggregation
- Aggregations: Add include/exclude support to global ordinals in terms
  and significant_terms aggregations
- Aggregations: Improve the way sub-aggregations are collected.
- Aggregations: Use collectExistingBucket() if a bucket already exists
- Aggregations: Improve terms aggregation to perform the segment ordinal
  to global ordinal lookup post segment collection
- Aggregations: Use segment ordinals as global ordinals if possible
- Aggregations: Instantiate facets/aggregations during the QUERY phase
- Aggregations: Refactor common code for unmapped aggregators into
  NonCollectingAggregator.
- Aggregations: Fail queries that have two aggregations with the same name
- Throttling: Change default recovery throttling to 50MB / sec
- More Like This API: Fix behavior on default boost factor for More
  Like This.
- More Like This API: Added the ability to include the queried document
  for More Like This API.
- Index Settings API: Allow to change concurrent merge scheduling
  setting dynamically
- Translog: Use unlimited flush_threshold_ops for translog to prefer
  size based flushing
- Translog: Fix visibility in buffered translog
- Java API: Made it mandatory to specify IndicesOptions when calling
  MetaData#concreteIndices
- Java API: Unified MetaData#concreteIndices methods into a single method
  that accepts indices (or aliases) and indices options
- Cluster state: Added new ClusterStateStatus to indicate cluster
  state life cycles
- Cluster state: Unify cluster state update on mapping change
- Cluster state: When sending shard start/failed message due to a cluster
  state change, use the master indicated in the new state rather than current
- Parent/Child: Make use of global ordinals in parent/child queries
- Parent/Child: Fix Parent/Child assertions for rewrite reader
- Discovery: Unicast discovery enhancement
- Discovery: MulticastChannel returned wrong channel in shared mode
- Mapping API: Allow to parse lat/lon geo points as strings and coerce them
- Mapping API: Support empty properties array in mappings
- Mapping API: Norms disabling on existing fields
- Scripting: Log script change/add and removal at INFO level
- Scroll Search API: Improve scroll search performance by using Lucene's
  IndexSearcher#searchAfter(...)
- REST Clear Scroll API: Return missing (404) if a scroll_id is cleared
  that no longer exists
- Index Status API: deprecate index status
- Replication: Fail replica shards locally upon failures
- Configuration: Remove spaces from commented config lines in
  elasticsearch.yml and logging.yml
- Circuit breaker: Include name of the field that caused a circuit break
  in the log and exception message
- Networking: Use loopback when localhost is not resolved
- Settings: Add getAsRatio to Settings class, allow DiskThresholdDecider
  to take percentages
- Query internals: Enforce query instance checking before it is wrapped
  as a filter
- Query API: Throw exception if an additional field was placed inside
  the query body
- Highlighting API: Java API does not have a way to set global highlighting
  settings
- Validate Query API: Query validation did not detect extra JSON properties
  after the query property
- Bulk API: Added BulkProcessor.flush() method
- Delete by Query API: Capture and set start time in Delete By Query operations
- cat API: Add configured thread pool sizes to _cat/thread_pool
- Plugins: Allow to check for Lucene version
- Format: Support CBOR data format
- Nodes stats API: Add suggest stats
- cat API: _cat/recovery endpoint now also shows relocations
- Circuit breaker: Track the number of times the CircuitBreaker has
  been tripped
- Tribe node: Index level blocks, index conflict settings
- Startup: Add possbility to display full stack trace of exception
- Dependencies: Use T-digest as a dependency and remove built-in code
- Dependencies: Upgrade to Guava 17
- Dependencies: Upgrade to Lucene 4.8.0
- Dependencies: Upgrade to Lucene 4.7.2
- Dependencies: Upgrade to Lucene 4.7.1
- Dependencies: Upgrade to mvel 2.2.0.Final
- Dependencies: Update forbidden-apis to 1.5.1 and remove the relaxed
  failOnMissingClasses setting, fix typo
- Dependencies: Update to forbidden-apis 1.4.1
- Dependencies: Update JNA to 4.1.0, properly warn on error, hint
  at noexec mount
- Dependencies: Update shade-plugin to 2.3
- Release: Release should fail if test are annotated with @AwaitsFix
- Release: Check for no open issues before build release
- Internal: Remove SoftReferences from StreamInput/StreamOutput
- Internal: RecoveryID in IndicesClusterStateService should not be
  a per JVM but per Node
- Internal: Forbid Math.abs(int/long).
- Internal: Limit the number of bytes that can be allocated
  to process requests.
- Internal: Improved bloom filter hashing
- Internal: Ensure IndexEngine.close() is called under lock in the case
  of an engine failure
- Internal: Make StreamOutput.writePrimitive*() and
  StreamInput.readPrimitive*() methods public.
- Internal: LongHash add/key not consistent
- Internal: Added releasable bytes output, which is uses
  in transport / translog
- Internal: Make Releasable extend AutoCloseable.
- Internal: Fail the engine/shard when refresh failed
- Internal: BytesReference.Helper should never materialize a byte[] array.
- Internal: XFilteredQuery defaults to Query First strategy [OPEN]
- Internal: Internally manipulate the terms execution hint as an enum
  instead of a String.
- Lucene: Use non analyzed token stream optimization everywhere
- Lucene: Enable turning on IndexWriter's infoStream
- Lucene: Prevent fsync from creating 0-byte files
- Lucene: Exposed LMSimilarity in Elasticsearch
- Lucene: Remove SerialMergeScheduler
- Lucene: Include thread name when logging IndexWriter's infoStream messages
- Lucene: Fix Lucene's getFiniteStrings() to not consume Java stack
- Transport API: Raise node disconnected exception even if the transport
  is stopped
- Cleanup: Some minor cleanups from findbugs report
- Cleanup: Fix code typo in FieldSortBuilder.java
- Cleanup: Cleaning up FileSystemUtils class
- Cleanup: REST layer refactoring phase 2 + recycling in HTTP layer
- Cleanup: Aggregation cleanup
- Cleanup: Aggregations cleanup
- Cleanup: StringBuilder should be used in place of StringBuffer
- Cleanup: Variable renamings to reduce unnecessary variable naming diversity
- Cleanup: Remove unused dump infra
- Cleanup: Field data diet

bug fixes
- Mapping API: stem_exclusion as array not working in language analyzers
- Mapping API: Remove RootMapper.validate and validate the routing
  key up-front
- Mapping API: Check if root mapping is actually valid
- Mapping API: geo_point doesn't allow null values as of 1.1.0
- Mapping API: Fix mapping creation on bulk request
- Mapping API: Fix include_in_all for multi fields
- Mapping API: GeoPointFieldMapper did not merge GeoPoint specific properties
- Mapping API: Throw error when updating binary field mapping to be stored
- Mapping API: Fix dynamic_type in dynamic_template
- Query API: Search might not return on thread pool rejection
- Query API: limit filter returns wrong results if deleted document
  are present
- Query API (internal): Don't report terms as live if all it's docs are
  filtered out
- Query API: Executing match_query to search only for an integer could
  result in a NullPointerException
- Query API: Lots of warn logs related to FreeContext due to not
  deserializing the full message
- Query API: Allow sorting on nested sub generated field
- Query API: optimize_bbox for geo_distance filters could cause
  missing results
- Query API: Range/Term query/filter on dates fail to handle numbers
  properly
- Query API: Parse has_child query/filter after child type has been parsed
- Query API: TemplateQueryParser swallowed additional parameters
- Query API: match_phrase_prefix broken in case of single term queries
- Search Template API: Made template endpoint compatible with search endpoint
- Search Template API: search_template does not support ?source=
- Validate Query API: Validate query ignores type filter
- Validate Query API: Validate query ignores alias filters
- Validate Query API: Validate query without a body throws an NPE
- More Like This API: Take size and from in request into account
- Suggest API: tie-break suggestions by term in phrase suggester
- Suggest API: Fix various context suggester issues
- Suggest API: Require precision in mapping for context suggester
  geo locations
- Suggest API: Renamed category type to "category" instead of "field"
  in context suggester
- Delete by Query API: Disabled parent/child queries in the delete
  by query api
- Analyze API: Default analyzer includes stopwords
- cat API: _cat/allocation return values are not consistent for clients nodes
- Scroll API: Reduce phase fails if shard failures occur
- Snapshot/Restore API: Unregistering snapshot repositories causes
  thread leaks
- Snapshot/Restore API: Fix hanging aborted snapshot during shutdown
- Snapshot/Restore API: Fix for hanging aborted snapshot during node shutdown
- Snapshot/Restore API: Snapshot Status failing without repository
- Snapshot/Restore API: Add an ability to snapshot relocating primary shards
- Snapshot/Restore API: Switch to shared thread pool for all snapshot
  repositories
- Field data: Fix setting of readerGen in BytesRefOrdValComparator
  on nested documents
- Field data: Provide meaningful error message if field has no fielddata type
- Field data: Add a dedicated field data type for the _index field mapper
- Field data: Remove ScriptDocValues.EMPTY
- Field data: Eager fielddata loading not working
- Field data: Global ordinals cause ClassCastExceptions if used with
  a bounded fielddata cache
- Search Scroll API: Throw better error if invalid scroll id is used
- Search Scroll API: Missing scroll ID no longer returns exception
- Clear Scroll API: Clear scroll should accept scroll_id in body
- Percolation API: Percolator doesn't reduce CircuitBreaker stats
  in every case.
- Percolation API: The percolator needs to take deleted percolator
  documents into account.
- Percolation API: Propagate percolate mapping changes to cluster state
- Percolation API: Fix assertion in percolation with nested docs
- Aggregations: Parsing is now more strict
- Aggregations: DateHistogram.Bucket should return the date key in UTC
- Aggregations: A nested nested aggregation falls outside of its parent
  nested aggregation bounds
- Aggregations: Add shard_min_doc_count parameter to terms aggregation
- Aggregations: Add shard_min_doc_count parameter for significant terms
  similar to shard_size
- Aggregations: Lower the initial sizing of sub aggregations
- Aggregations: Remove abstraction in the percentiles aggregation.
- Allocation: Failed shards could be re-assigned to the same nodes
  if multiple replicas failed at once
- Allocation: Fix format string for DiskThresholdDecider reroute explanation
- cat API: ElasticsearchIllegalStateException when invoking
  /_cat/plugin endpoint
- cat API: Node version sometimes empty in _cat/nodes endpoint
- Transport: Fixed NPE when initializing an accepted socket in NettyTransport.
- Transport: A master node operation can timeout in a rare race condition
  when a master has a connection issue which is quickly restored
- Recovery: Do not start a recovery process if the primary shard is currently
  allocated on a node which is not part of the cluster state
- Recovery API: Percent bytes recovered greater than 100%
- REST Recovery API: Empty HTTP body returned from _recovery API on empty
  cluster
- Throttling: Store IO throttling throttles far more than asked
- Merging: Ensure pending merges are updated on segment flushes
- Time-to-live: TTL Purge Thread might bring back already deleted index
- Tribe node: Fix possible NullPointerException if index doesn't exist
- Cluster State: Added the cluster name as its identifier
- Function score: Fixing questionable PNRG behavior in random score
- Discovery: Count latch down if sendsPing throws exception
- Bulk API: Ensure that specific failures do not affect whole request
- Search API: Search might not return on thread pool rejectio
- Cluster State: Added tighter check for cluster state change on master
  node operations
- Build: Mustache dependency not shaded
- Internal: Restore read/write visibility in PlainShardsIterator.
- Internal: Fix bug in PropertyPlaceholder and add unit tests
- Internal: MetaData#concreteIndices now throws exception with a single
  index argument if allowNoIndices == false
- Internal: Closing an IndexReader on an already relocated / closed shard
  can cause memory leaks
- Internal: Make sure successful operations are correct if second search
  phase is fast
- Internal: Aggregations could keep pages in case of errors
- Internal: Fixed possible NullPointerException in PagedBytesReference
  by taking stream position into account
- Internal: Replace InternalSearchResponse#EMPTY
  with InternalSearchResponse#empty()
- Internal: JsonXContentGenerator#writeRawField produced invalid JSON
  if raw field was first field in the json object
- Internal: IndexShardRoutingTable might barf due to an overflow if it
  has handled lots of searches
- Internal: Searcher might not be closed if store handle could
  not be obtained
- Cleanup: Fix some warnings reported by findbugs

regression
- Merging: Switch back to ConcurrentMergeScheduler as the default
- Versioning: Indexing a document fails when setting version=0 &
  version_type=external

Changes in 1.1.2
================

enhancements
- Dependencies: Upgrade to mvel 2.2.0.Final, supporting java 8

bug fixes
- Percolation API: Fix assertion in percolation with nested docs
- Percolation API: Fix assertion in percolation with nested docs
- Percolation API: The percolator needs to take deleted percolator
  documents into account.
- Query API: limit filter returns wrong results if deleted document
  are present
- Query API: Executing match_query to search only for an integer could
  result in a NullPointerException
- Query API: Allow sorting on nested sub generated field
- Query API: Search might not return on thread pool rejection
- Query API: optimize_bbox for geo_distance filters could cause
  missing results
- Query API: Range/Term query/filter on dates fail to handle numbers properly
- Query API: TemplateQueryParser swallowed additional parameters
- Query API: Parse has_child query/filter after child type has been parsed
- Validate Query API: Validate query ignores type filter
- Validate Query API: Validate query ignores alias filters
- Validate Query API: Validate query without a body throws an NPE
- Snapshot/Restore API: Fix for hanging aborted snapshot during node shutdown
- Snapshot/Restore API: Fix for hanging aborted snapshot during node shutdown
- Snapshot/Restore API: Fix hanging aborted snapshot during shutdown
- Aggregations: Fail queries that have two aggregations with the same name
- Mapping API: stem_exclusion as array not working in language analyzers
- Mapping API: Remove RootMapper.validate and validate the routing
  key up-front
- Build: Mustache dependency not shaded
- Transport: Fixed NPE when initializing an accepted socket in NettyTransport.
- Internal: Restore read/write visibility in PlainShardsIterator.
- Internal: Fix bug in PropertyPlaceholder and add unit tests
- Field data: Fix setting of readerGen in BytesRefOrdValComparator
  on nested documents
- Field data: Provide meaningful error message if field has no fielddata type
- Analyze API: Default analyzer includes stopwords
- cat API: _cat/allocation return values are not consistent for clients nodes
- Delete by Query API: Disabled parent/child queries in the delete
  by query api
- Search API: Search might not return on thread pool rejection

Changes in 1.1.1
================

enhancements
- Upgrade to Lucene 4.7.2
- Geo Point Mapping: Allow to parse lat/lon as strings and coerce them
- Test cluster: Moved wipe* methods, randomIndexTemplate &
  ensureEstimatedStats to TestCluster

bug fixes
- Mapping API: Fix include_in_all for multi field
- Mapping API: Throw error when updating binary field mapping to be stored
- Mapping API: geo_point doesn't allow null values as of 1.1.0
- Mapping API: Ensure mapping is propagated to master at all times, even
  if index creation failed
- Mapping API: Ensure that TTL cleanup thread does not accidentally create
  indices again
- Mapping API: Propagate percolate mapping changes to cluster state
- Snapshot/Restore API: Snapshot status failing without repository
- Snapshot/Restore API: SnapshotMetaData.fromXContent does not match
  toXContent, but throws an Exception
- Internal: Ensure pending merges are updated on segment flushes
- Internal: Replace InternalSearchResponse#EMPTY with
  InternalSearchResponse#empty() to prevent out-of-scope modification
  of that instance
- Internal: Return to use ConcurrentMergeScheduler
- Internal: Closing an IndexReader on an already relocated / closed shard
  could cause memory leaks
- cat API: _cat plugin endpoint throws an exception
- Allocation: Fix format string for DiskThresholdDecider reroute explanation
- Allocation: Failed shards could be re-assigned to the same nodes if
  multiple replicas failed at once
- Aggregations: A nested nested aggregation falls outside of its parent
  nested aggregation bounds
- Field data: Percolator doesn't reduce CircuitBreaker stats in every case
- Field data: Fixed eager fielddata loading
- Bulk API: Ensure that specific failures do not affect whole request
- Search API: Prevent ArrayIndexOutOfBoundsSelection on counter which selects
  a random shard in case of a lot of searches
- Search Template API: endpoint now supports source parameter
- REST Scroll API: Clear scroll should accept scroll_id in body
- REST Scroll API: Throw useful error when invalid scroll_id is specified
- Search stats: Make sure successful operations are counted correct if
  second search phase is fast
- Scripting: ScriptDocValues.EMPTY doesn't implement getValue, resulting
  in different behaviour if no document in a segment had a value
- Cluster State: Clusterstate misses the cluster name as it's identifier
- Tribe node: Fixing errors on start up
- Index Template API: Fixed issue with dynamic mapping in Elasticsearch

(fhajny)

2014-07-27 08:38:33 UTC MAIN commitmail json YAML

Remove dead home page URL.

(tron)

2014-07-27 08:32:06 UTC MAIN commitmail json YAML

Improve default options for SSHGuard. "-f 100:/var/run/sshd.pid" in
particular affects the detection rate badly.

Bump package revision.

(tron)

2014-07-27 08:29:45 UTC MAIN commitmail json YAML

2014-07-27 08:28:28 UTC MAIN commitmail json YAML

NetBSD capitalization police

(wiz)

2014-07-27 06:10:31 UTC MAIN commitmail json YAML

Add thunderbird24-l10n

(ryoon)

2014-07-27 06:08:30 UTC MAIN commitmail json YAML

Added mail/thunderbird24-l10n version 24.7.0

(ryoon)

2014-07-27 06:07:13 UTC MAIN commitmail json YAML

2014-07-27 05:44:34 UTC MAIN commitmail json YAML

Add thunderbird24

(ryoon)

2014-07-27 05:43:10 UTC MAIN commitmail json YAML

Added mail/thunderbird24 version 24.7.0

(ryoon)

2014-07-27 05:36:07 UTC MAIN commitmail json YAML

2014-07-27 05:17:38 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 31.0

(ryoon)

2014-07-27 05:16:09 UTC MAIN commitmail json YAML

2014-07-27 04:04:44 UTC MAIN commitmail json YAML

This package (gcc 2.95) doesn't build on NetBSD-6 and up, because the
support for non-compiler-builtin (pre-gcc3) stdarg.h was removed. Mark
the package accordingly instead of having it fail in every build.

(dholland)

2014-07-27 00:05:03 UTC MAIN commitmail json YAML

Updated net/gssdp to 0.14.9

(wiz)

2014-07-27 00:04:48 UTC MAIN commitmail json YAML

Update to 0.14.9:

0.14.9
======

- Properly set max age property.
- Some gtk-doc fixes.
- Only consider "200 OK" a proper response for SSDP requests.
- Remove a scary warning.
- Fix source packet filtering.

Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=697084
- https://bugzilla.gnome.org/show_bug.cgi?id=730946
- https://bugzilla.gnome.org/show_bug.cgi?id=733651

All contributors to this release:
- Jussi Kukkonen <jku@goto.fi>
- Jens Georg <mail@jensge.org>
- Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>

(wiz)

2014-07-27 00:02:49 UTC MAIN commitmail json YAML

+ gcc-4.9.1, gssdp-0.14.9, gstreamer-1.4.0,
  libaacs-0.7.1, libbdplus-0.1.1, php-owncloud-7, sbcl-1.2.1,
  thunderbird-31.0, wine-devel-1.7.23.

(wiz)

2014-07-27 00:01:07 UTC MAIN commitmail json YAML

Updated converters/py-simplejson to 3.5.3

(wiz)

2014-07-27 00:00:44 UTC MAIN commitmail json YAML

Update to 3.5.3:

Version 3.5.3 released 2014-06-24

* Fix lower bound checking in scan_once / raw_decode API
  https://github.com/simplejson/simplejson/issues/98

(wiz)

2014-07-26 23:58:33 UTC MAIN commitmail json YAML

2014-07-26 21:51:55 UTC MAIN commitmail json YAML

2014-07-26 21:50:48 UTC MAIN commitmail json YAML

Added devel/hs-uniplate version 1.6.12

(szptvlfn)

2014-07-26 21:50:10 UTC MAIN commitmail json YAML

Import uniplate-1.6.12 as devel/hs-uniplate,
packaged for wip by pho.

Uniplate is library for writing simple and concise generic operations.
Uniplate has similar goals to the original Scrap Your Boilerplate work, but
is substantially simpler and faster. The Uniplate manual is available at
http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm.

(szptvlfn)

2014-07-26 20:30:23 UTC MAIN commitmail json YAML

Updated x11/xf86-video-ati to 7.4.0

(wiz)

2014-07-26 20:30:08 UTC MAIN commitmail json YAML

Update to 7.4.0:

Adam Jackson (1):
      kms: Use own thunk function instead of shadowUpdatePackedWeak

Alex Deucher (7):
      bump version post release
      radeon: don't install colormap handling if there are no crtcs
      radeon: require libdrm 2.4.51
      radeon: enable tiling by default on CIK
      update man page to reflect tiling changes for CI parts
      radeon: require libdrm_radeon 2.4.54 for mullins support
      radeon: enable tiling for mullins

Dave Airlie (1):
      radeon: fix use-after-free in modesetting cleanup

Hans de Goede (4):
      radeon_open_drm_master get rid of unnecessary goto
      Add radeon_get_drm_master_fd helper function
      Add support for server managed fds
      Fix building on older servers without xf86platformBus.h

J辿r担me Glisse (1):
      evergreen: fix shader constant upload on ppc

Maarten Lankhorst (2):
      return immediately in preinit when called with PROBE_DETECT
      bump version for release

Michel D辰nzer (10):
      Only log debugging output about initializing colormaps when we're doing so
      Allow enabling glamor on R500 (and R300) class 3D engines as well.
      Build against glamor in the xserver tree if available
      dri2: Fix conflicting CreatePixmap usage flag definitions
      glamor: Fix test for creating shared pixmaps
      Adapt to load_cursor_argb signature change in xserver 1.15.99.902
      dri2: Handle PRIME for source buffer as well in radeon_dri2_copy_region2
      Revert "Adapt to load_cursor_argb signature change in xserver 1.15.99.902"
      Don't disable acceleration on >= SI on attempts to force EXA
      Rename Option "NoAccel" to "Accel"

Samuel Li (2):
      radeon: add support for Mullins.
      radeon: add Mullins pci ids.

(wiz)

2014-07-26 20:27:48 UTC MAIN commitmail json YAML

Add buildlink3.mk so libvirt can link against xentools 4.2

(schnoebe)

2014-07-26 20:26:59 UTC MAIN commitmail json YAML

Update sysutils/libvirt to 1.2.6.

(schnoebe)

2014-07-26 20:25:04 UTC MAIN commitmail json YAML

Upgrade to 1.2.6;
Add options:
    xen     (optional) enable management of XEN virtual domains
    (requires xentools42.)
    libssh2 enable remote management over ssh2 (default)
    lvm     (optional) allow management of LVM based storage
    (only works on Linux, as it looks for pvcreate/etc)
    hal     (optional) support for hal
    dbus    (optional) support for dbus
    avahi  (optional) support for avahi

Changelog:
1.2.6: Jul 2 2014

Features:
    libxl: add migration support and fixes (Jim Fehlig),
    various improvements and fixes for NUMA (Michal Privoznik)
Documentation:
    security: manager: Document behavior of disk label manipulation
    funcs (Peter Krempa),
    fix some typos in formatdomain.html (Jincheng Miao),
    virsh: man: Correctly spell QEMU (Peter Krempa),
    virsh: man: Fix examples and docs for virsh version (Peter Krempa),
    Added example script on how to convert LXC container config
    (C馘ric Bosdonnat),
    blockjob: document recent job addition (Eric Blake),
    virsh: Add details about specified migration host (Chen Fan),
    blockcommit: document semantics of committing active layer (Eric
    Blake),
    fix a typo in hacking.html.in (Wangrui (K)),
    formatcaps: Rework and add stubs to document (Michal Privoznik)
Portability:
    build: link libvirt_conf with libxml (Martin Kletzander),
    vbox: fix linker error (Jim Fehlig),
    libxl: don't break the build on Xen>=4.5 because of
    libxl_vcpu_setaffinity() (Dario Faggioli),
    Add PKG_CONFIG_PATH to run.in script. (Daniel P. Berrange),
    Change 'interface' to 'iface' in virNetworkDHCPLease (Daniel P.  Berrange),
    Fix shadowed variable with older gcc (J疣 Tomko),
    Add pkg-config files to allow deps to build against source tree
    (Daniel P. Berrange),
    Add pkg-config files for libvirt-qemu & libvirt-lxc (Daniel P.  Berrange),
    blockjob: avoid compiler uncertainty in info sizing (Eric Blake),
    build: prefer -fstack-protector-strong to -all (J疣 Tomko),
    build: remove ssp-buffer-size (J疣 Tomko),
    build: remove duplicit warning suppression (J疣 Tomko),
    virnetdev: Use ifname in virNetDevGetLinkInfo (Michal Privoznik),
    Fix virbitmaptest on 32-bit (J疣 Tomko),
    translations: Don't leave default template fields in .po files
    (Martin Kletzander),
    tests: Build virstoragetest only when storage driver is compiled too
    (Peter Krempa),
    Fix build on freebsd (Pavel Hrdina)
Bug Fixes:
    qemu: copy: Accept 'format' parameter when copying to a non-existing img
    (Peter Krempa),
    storage: gluster: Fix header reader function (Peter Krempa),
    conf: storage: Add volume feature formatter for gluster pools (Peter
    Krempa),
    vboxsnapshotxmltest: Don't write to a file in abs_srcdir (Michal
    Privoznik),
    securityselinuxlabeltest: Don't create dummy file in the srcdir (Michal
    Privoznik),
    Report one error less when getting net dev speed (J疣 Tomko),
    Only detect PCI Express devices as root in udev nodedev driver (J疣
    Tomko),
    libxl: add PV console if not explicitly specified (Jim Fehlig),
    qemu: snapshot: Save persistent domain config when taking external
    snapshot (Peter Krempa),
    bhyve: fix build by fixing typo in variable name (Roman Bogorodskiy),
    docs: publish correct enum values (Eric Blake),
    qemu: fix guestfwd chardev option back how it was (Martin Kletzander),
    Fix typo s/SASL_CONF_DIR/SASL_CONF_PATH/ in QEMU VNC code (Daniel P.
    Berrange),
    qemu: blockcopy: Don't remove existing disk mirror info (Peter Krempa),
    bridge: leases: Fix potential crash caused by use after free (Peter
    Krempa),
    Free DHCP leases file in networkGetDHCPLeasesHelper (J疣 Tomko),
    Rework remoteSerializeDHCPLease (J疣 Tomko),
    Free file header in virStorageFileGetMetadataRecurse (J疣 Tomko),
    graphics: remember graphics not auto allocated ports (Giuseppe
    Scrivano),
    LXC: trivially support flag VIR_DRV_FEATURE_TYPED_PARAM_STRING (Chen
    Hanxiao),
    cmdFreepages: initialize @tmp (Michal Privoznik),
    Fix closedir usage in virNumaGetPages (Roman Bogorodskiy),
    Don't include @LIBS@ in libvirt.pc.in file (Daniel P. Berrange),
    virnuma: Actually build huge page code (Michal Privoznik),
    Do not call closedir with NULL argument (J疣 Tomko),
    Fix invalid write in virNumaGetDistances (J疣 Tomko),
    Properly check the return value of CCWAddressAsString (J疣 Tomko),
    virsh: fix broken code in freepages (Eric Blake),
    Fix xmconfigtest (Jim Fehlig),
    vbox_snapshot_conf: fix wrong use of 'xmlSaveFormatFileEnc' (Pavel
    Hrdina),
    tests: fix vbox snapshot xmls (Pavel Hrdina),
    vbox: fix a segfault when taking a snapshot (Yohan BELLEGUIC),
    vbox: snapshot: Avoid memleaks in functions dealing with disk arrays
    (Peter Krempa),
    vbox: snapshot: Avoid memleak in virVBoxSnapshotConfAllChildren (Peter
    Krempa),
    uuid: Fix coverity warning of unchecked return value (Peter Krempa),
    network: bridge: Avoid freeing uninitialized pointer on cleanup path
    (Peter Krempa),
    net: leaseshelper: Refactor copying of old entries to avoid double free
    (Peter Krempa),
    net: leaseshelper: Ignore corrupted lease file and rewrite it (Peter
    Krempa),
    net: leaseshelper: Don't crash if DNSMASQ doesn't provide lease expiry
    (Peter Krempa),
    blockjob: don't remove older-style mirror XML (Eric Blake),
    blockcommit: require base below top (Eric Blake),
    leaseshelper: fix another crash (Pavel Hrdina),
    bhyve: do not cleanup unallocated networks on fail (Roman Bogorodskiy),
    bhyve: fix crash in bhyveBuildNetArgStr (Roman Bogorodskiy),
    storage: report VIR_ERR_NO_STORAGE_VOL when the file doesn't exist
    (Giuseppe Scrivano),
    blockcommit: fix regression with explicit top argument (Eric Blake),
    virsh: forbid negative vcpu argument to vcpupin (Jincheng Miao),
    Fix crash when saving a domain with type none dac label (J疣 Tomko),
    vbox_snapshot_conf: Resolve Coverity warnings (John Ferlan),
    vbox_temp: Resolve Coverity warnings (John Ferlan),
    libxl: Resolve Coverity warnings (John Ferlan),
    leaseshelper: fix crash (Pavel Hrdina),
    qemu: Properly label FDs when restoring domain with static label
    (Shivaprasad G Bhat),
    nodeinfo: avoid uninitialized variable on error (Eric Blake),
    storage: fix memory leak with encrypted images (Eric Blake),
    vbox: fix compilation error (Roman Bogorodskiy),
    SELinux: don't fail silently when no label is present (J疣 Tomko),
    parallels: Avoid possible leak of "cpu" from parallelsBuildCapabilities
    (Peter Krempa),
    Fix storage format probing (J疣 Tomko),
    network: bridge: Avoid memory leak from
    networkBuildDhcpDaemonCommandLine (Peter Krempa),
    qemu: monitor: Fix type of holdtime argument in qemuMonitorJSONSendKey
    (Peter Krempa),
    libxl: Avoid possible use of uninitialized mem in libxlDomainStart
    (Daniel P. Berrange),
    qemu: Remove character device backend only after frontend is gone (Jiri
    Denemark),
    qemu: Remove disk backend only after frontend is gone (Jiri Denemark),
    qemu: Remove interface backend only after frontend is gone (Jiri
    Denemark),
    Don't use AI_ADDRCONFIG when binding to wildcard addresses (J疣
    Tomko),
    qemu: Unref cfg when detaching hostdev interface (Jiri Denemark),
    virsh: Check whether found volume is member of the specified storage
    pool (Peter Krempa)
Improvements:
    Introduce virFileReadAllQuiet (J疣 Tomko),
    Track privileged state in udev nodedev driver (J疣 Tomko),
    build: fix 'make syntax-check' after commit c6cf5df3 (Jim Fehlig),
    LXC: throw an error if we failed to get Idmap elements (Chen Hanxiao),
    cpu: Add new Broadwell CPU model (Jiri Denemark),
    net: merge virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC
    (Peter Krempa),
    Add test for type none model dac seclabel (J疣 Tomko),
    test: add user_xattr check for securityselinuxlabeltest (Jincheng Miao),
    libxl: detect support for save and restore (Jim Fehlig),
    security: nop: Avoid very long lines (Peter Krempa),
    security: Fix header formatting of a few functions (Peter Krempa),
    security: manager: Unify function header format (Peter Krempa),
    security: manager: Avoid forward decl of virSecurityManagerDispose
    (Peter Krempa),
    security: Rename virSecurityManagerRestoreImageLabel to *Disk* (Peter
    Krempa),
    util:
    s/virStorageSourceClearBackingStore/virStorageSourceBackingStoreClear
    (Peter Krempa),
    Fix a typo in a localized string (Daniel Veillard),
    virConnectCompareCPU: Introduce FAIL_INCOMPATIBLE flag (Jiri Denemark),
    cpuCompare*: Add support for reporting failure on incompatible CPUs
    (Jiri Denemark),
    cpu: Cleanup coding style in generic CPU driver (Jiri Denemark),
    virsh: Remove bogus stat on log file (Jiri Denemark),
    enhance hostdev mode 'capabilities' process (Jincheng Miao),
    storage: Don't store parent directory of an image explicitly (Peter
    Krempa),
    storage: Don't canonicalize paths unnecessarily (Peter Krempa),
    tests: virstoragetest: Remove unneeded relative test plumbing (Peter
    Krempa),
    tests: virstoragetest: Don't test relative start of backing chains
    (Peter Krempa),
    util: storage: Remove now redundant backingRelative from
    virStorageSource (Peter Krempa),
    tests: virstoragetest: Remove now unused pathAbs (Peter Krempa),
    storage: Store relative path only for relatively backed storage (Peter
    Krempa),
    tests: virstoragetest: Remove "expBackingStore" field (Peter Krempa),
    util: storage: Add helper to resolve relative path difference (Peter
    Krempa),
    LXC: check whether we get MemSwap[Total|Usage] (Chen Hanxiao),
    qemu: enum cleanups in "src/qemu/*" (Julio Faracco),
    libxl: fix version annotation of migration functions (Jim Fehlig),
    virtportallocator: new function "virPortAllocatorSetUsed" (Giuseppe
    Scrivano),
    net-dhcp-leases: Add virsh support (Nehal J Wani),
    net-dhcp-leases: Private implementation inside network (Nehal J Wani),
    net-dhcp-leases: Implement the remote protocol (Nehal J Wani),
    net-dhcp-leases: Implement the public APIs (Nehal J Wani),
    virNumaGetPages: Don't fail on huge page-less systems (Michal
    Privoznik),
    virNumaGetPageInfo: Take huge pages into account (Michal Privoznik),
    storage: gluster: Avoid name shadow on older compilers (Peter Krempa),
    storage: gluster: Add backend to return unique storage file path (Peter
    Krempa),
    Increase the size of REMOTE_MIGRATE_COOKIE_MAX to REMOTE_STRING_MAX
    (Shivaprasad G Bhat),
    nodedev: Introduce <pci-express/> to PCI devices (Michal Privoznik),
    virpci: Introduce virPCIDeviceIsPCIExpress and friends (Michal
    Privoznik),
    storage: better tests of lookup (Eric Blake),
    storage: renumber lookup tests (Eric Blake),
    storage: add alias for less typing (Eric Blake),
    qemu: snapshot: Don't mark all block disks for metadata reuse (Peter
    Krempa),
    bhyve: silent destroy command errors on cleanup (Roman Bogorodskiy),
    bhyve: implement PCI address allocation (Roman Bogorodskiy),
    virNetDevGetLinkInfo: Don't report link speed if NIC's not up
    (Michal Privoznik),
    tests: virstoragetest: Fix output when hitting errors (Peter
    Krempa),
    blockcommit: update error messages related to block jobs (Eric
    Blake),
    virsh: improve blockcopy UI (Eric Blake),
    virNodeDevCapPCIDevParseXML: Initialize numa_node variable (Michal
    Privoznik),
    virsh: Reject negative numbers in vshCommandOptULongLong (Peter
    Krempa),
    virsh: Reject negative numbers in vshCommandOptUL (Peter Krempa),
    virsh: Reject negative numbers in vshCommandOptUInt (Peter Krempa),
    security: Don't skip labelling for network disks (Peter Krempa),
    storage: volume: Rework lookup of volume objects (Peter Krempa),
    storage: Clean up unlocking of storage pool objects (Peter Krempa),
    storage: pool: Fix handling of errors on pool lookup failure (Peter
    Krempa),
    virsh: include bhyve in virsh -V output (Roman Bogorodskiy),
    maint: exempt graphic binaries from syntax check (Eric Blake),
    vmware: make version parsing more robust (Jean-Baptiste Rouault),
    node_device: Expose link state & speed (Michal Privoznik),
    interface_backend_udev: Implement link speed & state (Michal
    Privoznik),
    virnetdev: Introduce virNetDevGetLinkInfo (Michal Privoznik),
    virInterface: Expose link state & speed (Michal Privoznik),
    vbox_tmpl.c: Add function for undefining snapshot (Yohan BELLEGUIC),
    vbox_tmpl.c: Patch for redefining snapshots (Yohan BELLEGUIC),
    Add vbox_snapshot_conf struct (Yohan BELLEGUIC),
    vbox_tmpl.c: Better XML description for snapshots (Manuel VIVES),
    qemu: ignore -nodefconfig and -nodefaults when parsing commandline
    (Laine Stump),
    test: display qemuParseCommandline warnings when VIR_TEST_DEBUG > 0
    (Laine Stump),
    m4: bhyve: Fix check for the required bhyve programs (Peter Krempa),
    vmx: Relax virtualHW.version check (Matthias Bolte),
    conf: alter disk mirror xml output (Eric Blake),
    conf: store mirroring information in virStorageSource (Eric Blake),
    conf: store disk source as pointer, for easier manipulation (Eric
    Blake),
    conf: consolidate disk def allocation (Eric Blake),
    conf: store snapshot source as pointer, for easier manipulation
    (Eric Blake),
    nodedev: Export NUMA node locality for PCI devices (Michal
    Privoznik),
    Implement pretty flag for vcpuinfo and nodecpumap (J疣 Tomko),
    Introduce virBitmapDataToString (J疣 Tomko),
    Always report an error if virBitmapFormat fails (J疣 Tomko),
    Format NULL bitmap as an empty string (J疣 Tomko),
    virsh: Separate API calls and result printing in cmdVcpuinfo (J疣
    Tomko),
    virsh: Invert logic in cmdVcpuinfo (J疣 Tomko),
    Parallels: Include CPU info in the capabilities XML (Alexander
    Burluka),
    Parallels: add connectBaselineCPU() (Alexander Burluka),
    Parallels: add domainGetVcpus() (Alexander Burluka),
    maint: prohibit empty first lines (Martin Kletzander),
    Remove unnecessary empty first lines (Martin Kletzander),
    Simplify conditions in virStorageBackendProbeTarget (J疣 Tomko),
    Don't reuse 'ret' variable in virStorageBackendProbeTarget (J疣
    Tomko),
    vircaps2xmltest: Introduce basic testing (Michal Privoznik),
    libxl: introduce libxlDomainDefCheckABIStability (Jim Fehlig),
    maint: detect VPATH builds when checking for gnulib update (Eric
    Blake),
    maint: optimize locale.h syntax check (Eric Blake),
    virnuma: Check for numa_bitmask_isbitset presence (Michal
    Privoznik),
    cfg.mk: Introduce rule for setlocale() (Michal Privoznik),
    virnuma: Implement virNumaGetDistances stub for non-NUMA (Michal
    Privoznik),
    virCaps: Expose distance between host NUMA nodes (Michal Privoznik),
    virnuma: Introduce virNumaGetDistances (Michal Privoznik),
    tests: monitor: json: Fix error message when returning json in json
    (Peter Krempa),
    libxl: Move virDomainXMLOptionNew into libxlCreateXMLConf (Daniel P.
    Berrange),
    libxl: Don't pass libxlDriverPrivatePtr into libxlBuildDomainConfig
    (Daniel P. Berrange),
    libxl: Don't pass virDomainObjPtr to libxlBuildDomainConfig (Daniel
    P. Berrange),
    qemu: Return in from qemuDomainRemove*Device (Jiri Denemark),
    tests: storagetest: Unify and reformat storage chain format string
    (Peter Krempa),
    qemu: json: Add format strings for optional command arguments (Peter
    Krempa),
    util: string: Return element count from virStringSplit (Peter
    Krempa),
    storage: Traverse backing chains of network disks (Peter Krempa),
    storage: Change to new backing store parser (Peter Krempa),
    storage: Add infrastructure to parse remote network backing names
    (Peter Krempa),
    storage: Switch metadata crawler to use storage driver file access
    check (Peter Krempa),
    storage: Switch metadata crawler to use storage driver to read
    headers (Peter Krempa),
    storage: Switch metadata crawler to use storage driver to get unique
    path (Peter Krempa),
    storage: backend: Add possibility to suppress errors from backend
    lookup (Peter Krempa),
    test: storage: Initialize storage source to correct type (Peter
    Krempa),
    storage: Determine the local storage type right away (Peter Krempa),
    storage: Move virStorageFileGetMetadata to the storage driver (Peter
    Krempa),
    storage: Add API to check accessibility of storage volumes (Peter
    Krempa),
    storage: backend: Add unique id retrieval API (Peter Krempa),
    xenapi_utils: Adapt to enum cleanups (Michal Privoznik),
    virnuma.c: Fix some comments (Michal Privoznik),
    conf: more enum cleanups in "src/conf/domain_conf.h" (Julio
    Faracco),
    conf: enum cleanups in "src/conf/domain_conf.h" (Julio Faracco),
    cpu: use typedefs for enums in "src/cpu/cpu_map.h" (Julio Faracco),
    virsh-nodedev: Avoid spurious errors (Michal Privoznik),
    qemu: Process DEVICE_DELETED event in a separate thread (Jiri
    Denemark),
    qemu: Finish device removal in the original thread (Jiri Denemark),
    Add helper program to create custom leases (Nehal J Wani)
Cleanups:
    Remove redundant docs from libvirt.h (Jiri Denemark),
    conf: whitespace tweak (Chen Fan)

(schnoebe)

2014-07-26 20:00:06 UTC MAIN commitmail json YAML

Add entry for new "sshguard" package.

(tron)

2014-07-26 19:58:51 UTC MAIN commitmail json YAML

Updated wm/notion to 3.2014052800nb1

(wiz)

2014-07-26 19:58:38 UTC MAIN commitmail json YAML

2014-07-26 19:58:25 UTC MAIN commitmail json YAML

Add description of "sshguard" options.

(tron)

2014-07-26 19:57:59 UTC MAIN commitmail json YAML

Add and enable "sshguard" package.

(tron)

2014-07-26 19:57:44 UTC MAIN commitmail json YAML

Add new "sshguard" package:
Sshguard is a small program that monitors services running on your
machine from the log files. When it detects that someone is doing
something bad to a service, sshguard blocks the IP address of the bad
guy with a firewall rule.

Sshguard was started in 2006 to mitigate the growing brute force
attacks to SSH servers. Because of the generality of its infrastructure,
however, it was soon extended to monitor and protect more and more services.

(tron)

2014-07-26 11:53:33 UTC MAIN commitmail json YAML

2014-07-26 11:52:12 UTC MAIN commitmail json YAML

2014-07-26 11:51:05 UTC MAIN commitmail json YAML

Remove reference to pkgsrc-wip-review.
>From Terho Uotila.

(wiz)

2014-07-26 10:33:35 UTC MAIN commitmail json YAML

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

(tron)

2014-07-26 10:33:02 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 4.2.6. The following bugs have
been fixed since version 4.2.5:
- bug #4471 Undefined index warning with referenced column.
- bug #4027 $cfg['MaxExactCount'] is ignored when BROWSING is back
- bug #4482 Multi Column sorting (improved user experience)
- bug #4478 Server validation does not work while in setup/mysqli
- bug      Undefined variable when grid editing a foreign key column
- bug #4481 mult_submits.inc.php Undefined variable Error
- bug #4485 Sorting breaks the copy column feature
- bug #4440 Javascript error when renaming table
- bug #4483 'New window' link (selflink) disappears, causing Javascript error
- bug #4489 Incorrect detection of privileges for routine creation
- bug #4459 First few characters of database name aren't clickable when
            expanded
- bug #4486 [security] XSS injection due to unescaped table comment
- bug #4488 [security] XSS injection due to unescaped table name (triggers)
- bug #4492 [security] XSS in AJAX confirmation messages
- bug #4491 [security] Missing validation for accessing User groups feature

(tron)

2014-07-26 08:31:50 UTC MAIN commitmail json YAML

Updated devel/pango to 1.36.5

(adam)

2014-07-26 08:30:58 UTC MAIN commitmail json YAML

2014-07-26 08:16:36 UTC MAIN commitmail json YAML

Fix for Clang, which does not known -fno-check-new option

(adam)

2014-07-26 07:03:42 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.29.0

(jnemeth)

2014-07-26 07:03:26 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.29.0: this is a general bug fix release.

The Asterisk Development Team has announced the release of Asterisk 1.8.29.0.

The release of Asterisk 1.8.29.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-22551 - Session timer : UAS (Asterisk) starts counting
      at Invite, UAC starts counting at 200 OK. (Reported by i2045)
* ASTERISK-23582 - [patch]Inconsistent column length in *odbc
      (Reported by Walter Doekes)
* ASTERISK-23803 - AMI action UpdateConfig EmptyCat clears all
      categories but the requested one (Reported by zvision)
* ASTERISK-23035 - ConfBridge with name longer than max (32 chars)
      results in several bridges with same conf_name (Reported by
      I単aki C鱈vico)
* ASTERISK-23683 - #includes - wildcard character in a path more
      than one directory deep - results in no config parsing on module
      reload (Reported by tootai)
* ASTERISK-23827 - autoservice thread doesn't exit at shutdown
      (Reported by Corey Farrell)
* ASTERISK-23814 - No call started after peer dialed (Reported by
      Igor Goncharovsky)
* ASTERISK-23673 - Security: DOS by consuming the number of
      allowed HTTP connections. (Reported by Richard Mudgett)
* ASTERISK-23246 - DEBUG messages in sdp_crypto.c display despite
      a DEBUG level of zero (Reported by Rusty Newton)
* ASTERISK-23766 - [patch] Specify timeout for database write in
      SQLite (Reported by Igor Goncharovsky)
* ASTERISK-23818 - PBX_Lua: after asterisk startup module is
      loaded, but dialplan not available (Reported by Dennis Guse)
* ASTERISK-23667 - features.conf.sample is unclear as to which
      options can or cannot be set in the general section (Reported by
      David Brillert)
* ASTERISK-23790 - [patch] - SIP From headers longer than 256
      characters result in dropped call and 'No closing bracket'
      warnings. (Reported by uniken1)
* ASTERISK-23908 - [patch]When using FEC error correction,
      asterisk tries considers negative sequence numbers as missing
      (Reported by Torrey Searle)
* ASTERISK-23921 - refcounter.py uses excessive ram for large refs
      files  (Reported by Corey Farrell)
* ASTERISK-23948 - REF_DEBUG fails to record ao2_ref against
      objects that were already freed (Reported by Corey Farrell)
* ASTERISK-23984 - Infinite loop possible in ast_careful_fwrite()
      (Reported by Steve Davies)
* ASTERISK-23897 - [patch]Change in SETUP ACK handling (checking
      PI) in revision 413765 breaks working environments (Reported by
      Pavel Troller)

Improvements made in this release:
-----------------------------------
* ASTERISK-23564 - [patch]TLS/SRTP status of channel not currently
      available in a CLI command (Reported by Patrick Laimbock)
* ASTERISK-23492 - Add option to safe_asterisk to disable
      backgrounding (Reported by Walter Doekes)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.29.0

Thank you for your continued support of Asterisk!

(jnemeth)

2014-07-26 06:19:38 UTC MAIN commitmail json YAML

Reverting some changes which made building on Darwin to fail.

(adam)

2014-07-26 00:16:51 UTC MAIN commitmail json YAML

Automatically include correct version number in COMMENT.
Patch is provided from martin@. Thank you.

(ryoon)

2014-07-26 00:13:51 UTC MAIN commitmail json YAML

Note update of lang/php55 package to 5.5.15 and lang/php54 package
to 5.4.31.

(taca)

2014-07-26 00:12:54 UTC MAIN commitmail json YAML

Update php54 to 5.4.31.

24 Jul 2014, PHP 5.4.31

- Core:
  . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
    code). (Adam)
  . Fixed bug #67436 (Autoloader isn't called if two method definitions don't
    match). (Bob)
  . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
    (Ferenc)
  . Fixed bug #67151 (strtr with empty array crashes). (Nikita)
  . Fixed bug #67407 (Windows 8.1/Server 2012 R2 reported as Windows 8/Server
    2012). (Christian Wenz)

- CLI server:
  . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
    (Adam)
  . Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
    (Adam)

- FPM:
  . Fixed bug #67530 (error_log=syslog ignored). (Remi)
  . Fixed bug #67531 (syslog cannot be set in pool configuration). (Remi)

- Intl:
  . Fixed bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting).
    (Stas)

- pgsql:
  . Fixed bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
    which affected builds against libpq < 7.3. (Adam)

- Phar:
  . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)

- Streams:
  . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)

(taca)

2014-07-26 00:11:55 UTC MAIN commitmail json YAML

Update php55 to 5.5.15.

24 Jul 2014, PHP 5.5.15

- Core:
  . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
    code). (Adam)
  . Fixed bug #67436 (Autoloader isn't called if two method definitions don't
    match). (Bob)
  . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
    (Ferenc)
  . Fixed bug #67497 (eval with parse error causes segmentation fault in
    generator). (Nikita)
  . Fixed bug #67151 (strtr with empty array crashes). (Nikita)
  . Fixed bug #67407 (Windows 8.1/Server 2012 R2 reported as Windows 8/Server
    2012). (Christian Wenz)

- CLI server:
  . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
    (Adam)
  . Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
    (Adam)

- FPM:
  . Fixed bug #67530 (error_log=syslog ignored). (Remi)
  . Fixed bug #67531 (syslog cannot be set in pool configuration). (Remi)

- Intl:
  . Fixed bug #66921 (Wrong argument type hint for function
    intltz_from_date_time_zone). (Stas)
  . Fixed bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting).
    (Stas)

- OPCache:
  . Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault
    happen) (Dmitry, Laruence)

- pgsql:
  . Fixed bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
    which affected builds against libpq < 7.3. (Adam)

- Phar:
  . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)

- SPL:
  . Fixed bug #67539 (ArrayIterator use-after-free due to object change during
    sorting). (research at insighti dot org, Laruence)
  . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)

- Streams:
  . Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects). (Adam)

(taca)

2014-07-26 00:06:50 UTC MAIN commitmail json YAML

For emul-distinfo, always include jce distfile.

(ryoon)

2014-07-25 23:40:01 UTC MAIN commitmail json YAML

Fix shlib check error under DragonFly 3.8.1.
It has no libc.so.8 in /usr/lib.

(ryoon)

2014-07-25 23:35:35 UTC MAIN commitmail json YAML

Updated games/lgogdownloader to 2.15

(wiz)

2014-07-25 23:35:21 UTC MAIN commitmail json YAML

Update to 2.15: GOG supports Linux, now lgogdownloader does too.

(wiz)

2014-07-25 23:26:07 UTC MAIN commitmail json YAML

Fix directory name.

(ryoon)

2014-07-25 23:25:32 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.65

(ryoon)

2014-07-25 23:24:13 UTC MAIN commitmail json YAML

Update to 1.7.65 (7u65)

* Use openjdk7-1.7.60 based bootstrap kits to avoid headlessawt related errors.
  Confirmed under NetBSD/{amd64,i386} 5.2.2, NetBSD/{amd64,i386} 6.1.1,
  NetBSD/{amd64,i386} 6.99.47, and DragonFly/amd64 {3.6.1,3.8.1}.
* Drop pre-3.6 DragonFly support.
* Drop unused distfiles from icedtea-extra.mk.

Changelog: for Oracle Java 7u65
From: http://www.oracle.com/technetwork/java/javase/7u65-relnotes-2229169.html

Java™ SE Development Kit 7, Update 65 (JDK 7u65)

The full version string for this update release is 1.7.0_65-b17 (where "b" means "build"), except for Windows, where the version string is 1.7.0_65-b20. The version number is 7u65.
Highlights

This update release contains the following enhancements and changes:

    New Features and Changes

IANA Data 2014c

JDK 7u65 contains IANA time zone data version 2014c. For more information, refer to Timezone Data Versions in the JRE Software.
Security Baselines

The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 7u65 are specified in the following table:
JRE Family Version JRE Security Baseline
(Full Version String)
7 1.7.0_65
6 1.6.0_81
5.0 1.5.0_71

For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer.
JRE Expiration Date

The JRE expires whenever a new release with security vulnerability fixes becomes available. Critical patch updates, which contain security vulnerability fixes, are announced one year in advance on Critical Patch Updates, Security Alerts and Third Party Bulletin. This JRE (version 7u65) will expire with the release of the next critical patch update scheduled for October 14, 2014.

For systems unable to reach the Oracle Servers, a secondary mechanism expires this JRE (version 7u65) on November 15, 2014. After either condition is met (new release becoming available or expiration date reached), the JRE will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date.
JavaFX Release Notes

This JDK release includes JavaFX version 2.2.65.
New Features and Changes

New Java Control Panel option to disable sponsors

Currently, to disable sponsor offers at the time of installation, the user can de-select the option during installation or can pass SPONSORS=0 as a commandline option.

In this release, a new Java Control Panel(JCP) option to disable sponsors is available. To use this option, go to JCP's "Advanced" tab, and check or uncheck "Suppress sponsor offers when updating Java".

This option is applicable to 32 and 64 bit Windows operating systems.
New JAXP processing limit property - maxElementDepth

A new property, maxElementDepth, is added to provide applications the ability to set limit on maximum element depth in an xml file that they parse. This may be helpful for applications that may use too much resources when processing an xml file with excessive element depth.

    Name: http://java.sun.com/xml/jaxp/properties/maxElementDepth
    Definition: Limit the maximum element depth
    Value: A positive integer. 0 is treated as no limit. Negative numbers are treated as 0.
    Defaule value: 0
    System property: jdk.xml.maxElementDepth

For more details, see Processing Limits from JAXP tutorial trail.

See 8031541 (not public).
Bug Fixes

This release contains fixes for security vulnerabilities. For more information, see Oracle Critical Patch Update Advisory.

For a list of bug fixes included in this release, see JDK 7u65 Bug Fixes page.

The following are some of the notable bug fixes in this release:

Area: client-libs/AWT
Synopsis: Using RMI from a restricted environment may cause a NullPointerException.

If an application uses RMI and runs in a restricted environment (ie. Java Plugin, Java Web Start), it may not work. In particular, if you run a UI from an RMI callback, a NullPointerException is likely to be thrown.

See 8019274.

Area: other-libs/corba
Synopsis: org.omg.CORBA.ORBSingletonClass loading no longer uses context class loader

The system property org.omg.CORBA.ORBSingletonClass is used to configure the system-wide/singleton ORB. The handling of this system property was changed in the 7u55 release to require that the system wide/singleton ORB be visible to the system class loader.

In this release, the handling of this system property has been reverted to match the behavior found in JDK versions prior to 7u55 release, i.e. the singleton ORB is once again located using the thread context class loader of the first thread, to call the no-argument ORB.init method. The change is made to support applications which depend on this behavior.

Note that this change is applicable to 8u20, 7u65, 6u85 and 5.0u75 releases. For JDK 9, the new behavior, where the system wide/singleton ORB needs to be visible to the system class loader, will continue.

See 8046603.
Known Issues

Area: xml/jax-ws
Synopsis: JAF initialization in SAAJ clashing with the one in javax.mail

After initialization of SAAJ components, the javax.mail library may fail to work under certain circumstances, which in turn could break the javax.mail's JAF setup.

A possible workaround is to re-add the javax.mail handler before using javax.mail API:
MailcapCommandMap mailMap = (MailcapCommandMap) CommandMap.getDefaultCommandMap();
mailMap.addMailcap("multipart/mixed;;x-java-content-handler=com.sun.mail.handlers.multipart_mixed");

See 8043129.

(ryoon)

2014-07-25 22:47:19 UTC MAIN commitmail json YAML

Updated databases/postgresqlNN; multimedia/ffmpeg2 to 2.3

(adam)

2014-07-25 22:46:00 UTC MAIN commitmail json YAML

The FFmpeg Project proudly presents FFmpeg 2.3 "Mandelbrot", a major
release with all the great features committed during the three-month period
since the release of FFmpeg 2.2.

In this release, there are lots of internal overhauls that make FFmpeg a
more accessible project for new developers. Many important new
optimizations and features like QTKit and AVFoundation input devices are
committed. Contributions done by Libav such as a new native Opus decoder
are also merged.

Because of the increasing difficulty to maintain and lack of maintainers,
we are very sorry to say that we have removed all Blackfin and SPARC
architecture assembly optimizations with the cleanups done. If you are
interested in maintaining optimization for these two architecture, feel
free to contact us and we will restore the code!

Oh, and since this release, this modern-looking release note is provided in
addition to the old-style Changelog file, to make it easier for you to
focus on the most important features in this release.

Enjoy!

(adam)

2014-07-25 22:14:57 UTC MAIN commitmail json YAML

The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.

(adam)

2014-07-25 20:36:50 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.60nb3

(ryoon)

2014-07-25 20:35:14 UTC MAIN commitmail json YAML

2014-07-25 18:13:54 UTC MAIN commitmail json YAML

2014-07-25 16:23:35 UTC MAIN commitmail json YAML

Ensure we set rpath in SunOS build, fixes check-shlibs.

(jperkin)

2014-07-25 16:21:26 UTC MAIN commitmail json YAML

2014-07-25 15:52:06 UTC MAIN commitmail json YAML

Ensure we pass through LDFLAGS for rpath, fixes check-shlibs.

(jperkin)

2014-07-25 15:39:00 UTC MAIN commitmail json YAML

2014-07-25 15:35:01 UTC MAIN commitmail json YAML

Ensure we pass through LDFLAGS, fixes check-shlibs.

(jperkin)

2014-07-25 15:32:35 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.55

(wiz)

2014-07-25 15:32:23 UTC MAIN commitmail json YAML

Update to 2.4.55:

Damien Lespiau (2):
      intel: Sync the command parser version parameter from kernel
      intel: Sync typo fix from the kernel sources.

Daniel Kurtz (8):
      eyxnos: install exynos tests if HAVE_INSTALL_TESTS
      exynos: fix two warnings
      exynos_fimg2d: fix cast from pointer to integer of different size
      exynos: remove unusable "run" target
      exynos_fimg2d_test: fix drmModeRmFB
      exynos: prime: use drmPrime*() helpers
      exynos: removed unused fd field
      drmOpenByName: remove redundant drmAvailable check

Maarten Lankhorst (2):
      exynos: do not build fimg2d_test when building without libkms support.
      bump to version 2.4.55 for release

Matt Roper (1):
      drm: Add universal plane capability bit and plane type enums

Rob Clark (2):
      freedreno: sync kernel header
      freedreno: add chip-id property

Thomas Klausner (2):
      radeon: Remove superfluous parentheses.
      radeon: Add missing header includes.

Tobias Jakobi (3):
      exynos: fix coordinate computation in g2d_copy
      exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input
      exynos: fix scaling factor computation in g2d_copy_with_scale

Tvrtko Ursulin (1):
      intel: Add new userptr ioctl

(wiz)

2014-07-25 15:29:40 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.154

(wiz)

2014-07-25 15:29:38 UTC MAIN commitmail json YAML

Ensure we add rpath to OpenSSL libraries.  Fixes check-shlibs.

(jperkin)

2014-07-25 15:28:56 UTC MAIN commitmail json YAML

2014-07-25 15:21:39 UTC MAIN commitmail json YAML

Disable check-libs, this package unpacks directly into WRKDIR so falls
foul of various path filters and transformations.

(jperkin)

2014-07-25 14:21:18 UTC MAIN commitmail json YAML

2014-07-25 14:18:18 UTC MAIN commitmail json YAML

Make sure we add an rpath to OpenSSL libraries, fixes check-shlibs-elf.awk

Take the opportunity to make this package look more like a normal pkgsrc
package and pkglint clean.

(jperkin)

2014-07-25 14:04:40 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.46.0

(wiz)

2014-07-25 14:04:17 UTC MAIN commitmail json YAML

Update to 1.46.0:

- version: 1.46.0
  date: 2014-07-25

  new features:
    - title: "Edit Book: Add support for third party plugins to
    extend the editors functionality."

    - title: "calibredb list: Add a --for-machine option that causes
    the output to be made in a form more easily parsed programmatically
    (it uses ASCII field and record separators)"

    - title: "Book details panel: Automatically convert ISSN
    identifiers into links to the periodicals page on worldcat.org"

    - title: "Edit Book: When re-arranging the toolbars inside an
    individual file editor, save the new toolbar layout so that it
    is re-used in the future.  Also apply the changed layout to
    all open editors of the same type."

    - title: "Edit Book: Make the undo/redo/cut/copy/paste buttons
    on the editor toolbar also configurable, so they can be removed
    via Preferences->Toolbars, if needed."

    - title: "Edit Book: Allow editing xpgt (Adobe Page Template)
    files as XML."

    - title: "Edit Book: Allow the action to launch the saved
    searches dialog to be added to the global toolbars"

    - title: "Book details panel: Add an option to make clicking
    on the author name search the calibre library for the author
    instead of opening the wikipedia page for the author. To use
    it got to Preferences->Look & Feel->Book Details."

  bug fixes:
    - title: "Fix published date not being merged when merging book
    records"

    - title: "Embed metadata tool: Fix error when trying to embed
    metadata in corrupted MOBI files or files of other types that
    are marked as MOBI in the library"

    - title: "Edit Book: Make the warning dialog that pops up when
    you try to quit while the editor is saving changes in the
    background a little more clear."

    - title: "When generating covers, do not render soft-hyphens
    in the text as hyphens."

    - title: "Conversion: Fix a bug processing the CSS font shorthand
    property when the line-height is specified in em or percentage
    units"

    - title: "calibre-customize: When building plugins from a
    directory, exclude known version control subdirectories"

  improved recipes:
    - Grandes corresponsales
    - Times of India
    - Economic Times of India

(wiz)

2014-07-25 14:02:23 UTC MAIN commitmail json YAML

Updated x11/xorg-cf-files to 1.0.5nb2

(jperkin)

2014-07-25 14:02:12 UTC MAIN commitmail json YAML

Ensure a LOCALBASE rpath is added to all binaries on SunOS, not just
libraries.  Fixes a large number of check-shlibs-elf.awk failures.

Bump PKGREVISION.

(jperkin)

2014-07-25 13:38:30 UTC MAIN commitmail json YAML

+ raine-0.63.10, scummvm-1.7.0, wine-devel-1.7.22.

(wiz)

2014-07-25 13:26:43 UTC MAIN commitmail json YAML

Updated pkgtools/libnbcompat to 20140725

(jperkin)

2014-07-25 13:26:24 UTC MAIN commitmail json YAML

2014-07-25 13:19:34 UTC MAIN commitmail json YAML

Pass RPATH into the environment, fixes check-shlibs-elf.

(jperkin)

2014-07-25 10:53:48 UTC MAIN commitmail json YAML

2014-07-25 10:52:56 UTC MAIN commitmail json YAML

Added devel/hs-cpphs version 1.18.5

(szptvlfn)

2014-07-25 10:52:17 UTC MAIN commitmail json YAML

Import cpphs-1.18.5 as devel/hs-cpphs,
packaged for wip by esg.

Cpphs is a re-implementation of the C pre-processor that is both more
compatible with Haskell, and itself written in Haskell so that it can be
distributed with compilers.

This version of the C pre-processor is pretty-much feature-complete and
compatible with traditional (K&R) pre-processors. Additional features
include: a plain-text mode; an option to unlit literate code files; and an
option to turn off macro-expansion.

(szptvlfn)

2014-07-25 07:25:37 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Name to 0.07.

(hiramatsu)

2014-07-25 07:25:06 UTC MAIN commitmail json YAML

Update devel/p5-Sub-Name to 0.07.

Changes from previous:
----------------------
0.07 -- 2014-07-11
    - skip optional test if B::C 1.48 is not installed (Reini Urban)

0.06 -- 2014-07-10
    * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
      RT#96893 (Reini Urban)
    * add README make target
    * add more distribution metadata

(hiramatsu)

2014-07-24 23:58:32 UTC MAIN commitmail json YAML

Samba-4.1.9 at wip.

(mef)

2014-07-24 22:08:26 UTC MAIN commitmail json YAML

Added www/hs-HTTP version 4000.2.17

(szptvlfn)

2014-07-24 21:38:38 UTC MAIN commitmail json YAML

Fix "Use of each() on hash after insertion without resetting hash iterator
results in undefined behavior" complaint from perl 5.20

(markd)

2014-07-24 21:34:34 UTC MAIN commitmail json YAML

2014-07-24 21:33:03 UTC MAIN commitmail json YAML

Update R to 3.1.1

NEW FEATURES:

    * When attach() reports conflicts, it does so compatibly with
      library() by using message().

    * R CMD Sweave no longer cleans any files by default, compatibly
      with versions of R prior to 3.1.0.  There are new options
      --clean, --clean=default and --clean=keepOuts.

    * tools::buildVignette() and tools::buildVignettes() with clean =
      FALSE no longer remove any created files.  buildvignette() gains
      a keep argument for more cleaning customization.

    * The Bioconductor 'version' used by setRepositories() can now be
      set by environment variable R_BIOC_VERSION at runtime, not just
      when R is installed.  (It has been stated that Bioconductor will
      switch from 'version' 2.14 to 'version' 3.0 during the lifetime
      of the R 3.1 series.)

    * Error messages from bugs in embedded Sexpr code in Sweave
      documents now report the source location.

    * type.convert(), read.table() and similar read.*() functions get a
      new numerals argument, specifying how numeric input is converted
      when its conversion to double precision loses accuracy.  The
      default value, "allow.loss" allows accuracy loss, as in R
      versions before 3.1.0.

    * For some compilers, integer addition could overflow without a
      warning.  R's internal code for both integer addition and
      subtraction is more robust now.

    * The function determining the default number of knots for
      smooth.spline() is now exported, as .nknots.smspl().

    * dbeta(, a,b), pbeta(), qbeta() and rbeta() are now defined also
      for a = 0, b = 0, or infinite a and b (where they typically
      returned NaN before).

    * Many package authors report that the RStudio graphics device does
      not work correctly with their package's use of dev.new().  The
      new option dev.new(noRStudioGD = TRUE) replaces the RStudio
      override by the default device as selected by R itself, still
      respecting environment variables R_INTERACTIVE_DEVICE and
      R_DEFAULT_DEVICE.

    * readRDS() now returns visibly.

    * Modifying internal logical scalar constants now results in an
      error instead of a warning.

    * install.packages(repos = NULL) now accepts http:// or ftp:// URLs
      of package archives as well as file paths, and will download as
      required.  In most cases repos = NULL can be deduced from the
      extension of the URL.

    * The warning when using partial matching with the $ operator on
      data frames is now only given when
      options("warnPartialMatchDollar") is TRUE.

    * Package help requests like package?foo now try the package foo
      whether loaded or not.

    * General help requests now default to trying all loaded packages,
      not just those on the search path.

    * Added a new function promptImport(), to generate a help page for
      a function that was imported from another package (and presumably
      re-exported, or help would not be needed).

(markd)

2014-07-24 21:30:10 UTC MAIN commitmail json YAML

2014-07-24 21:22:15 UTC MAIN commitmail json YAML

2014-07-24 21:21:09 UTC MAIN commitmail json YAML

Make sure RPATH to libcrypto is added, fixes check-shlibs-elf.

(jperkin)

2014-07-24 21:18:24 UTC MAIN commitmail json YAML

Import HTTP-4000.2.17 as www/hs-HTTP,
packaged for wip by pho.

The HTTP package supports client-side web programming in Haskell. It lets
you set up HTTP connections, transmitting requests and processing the
responses coming back, all from within the comforts of Haskell. It's
dependent on the network package to operate, but other than that, the
implementation is all written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is
provided. On top of that, a session-level abstraction is also on offer (the
BrowserAction monad); it taking care of handling the management of
persistent connections, proxies, state (cookies) and authentication
credentials required to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use of
a type class, letting you pick the representation of requests and responses
that best fits your use. Some pre-packaged, common instances are provided
for you (ByteString, String).

(szptvlfn)

2014-07-24 17:16:02 UTC MAIN commitmail json YAML

2014-07-24 15:51:56 UTC MAIN commitmail json YAML

2014-07-24 14:58:11 UTC MAIN commitmail json YAML

Updated www/firefox to 31.0

(ryoon)

2014-07-24 14:57:12 UTC MAIN commitmail json YAML

Update to 31.0

Changelog:
    New
    Add the search field to the new tab page

    New
    Support of Prefer:Safe http header for parental control (learn more)

    New
    mozilla::pkix as default certificate verifier (learn more)

    New
    Block malware from downloaded files (learn more)

    New
    Partial implementation of the OpenType MATH table (section 6.3.6) see documentation about mathematical fonts and the MathML Torture Test for details

    New
    audio/video .ogg and .pdf files handled by Firefox if no application specified (Windows only)

    New
    Upper Sorbian [hsb] locale added

    Changed
    Removal of the CAPS infrastructure for specifying site-specific permissions (via capability.policy.* preferences). Most notably, attempts to use this functionality to grant access to the clipboard will no longer work. The sole exception is the checkloaduri permission, which may still be used as before to allow sites to load file:// URIs.

    HTML5
    WebVTT implemented and enabled (learn more)

    HTML5
    CSS3 variables implemented (learn more)

    Developer
    Developer Tools: Add-on Debugger (learn more)

    Developer
    Developer Tools: Canvas Debugger (learn more)

    Developer
    New Array built-in: Array.prototype.fill() (learn more)

    Developer
    New Object built-in: Object.setPrototypeOf() (learn more)

    Developer
    CSP 1.1 nonce-source and hash-source enabled by default

    Developer
    Developer Tools: Eyedropper tool added to the color picker (learn more)

    Developer
    Developer Tools: Editable Box Model (learn more)

    Developer
    Developer Tools: Code Editor improvements (learn more)

    Developer
    Developer Tools: Console stack traces (learn more)

    Developer
    Developer Tools: Copy as cURL (learn more)

    Developer
    Developer Tools: Styled console logs (learn more)

    Developer
    navigator.sendBeacon enabled by default (learn more)

    Developer
    Dialogs spawned from the onbeforeunload event no longer block access to the rest of the browser

    Fixed
    Search for partially selected link text from context menu (985824)

    Fixed
    Various security fixes

Fixed in Firefox 31
MFSA 2014-66 IFRAME sandbox same-origin access through redirect
MFSA 2014-65 Certificate parsing broken by non-standard character encoding
MFSA 2014-64 Crash in Skia library when scaling high quality images
MFSA 2014-63 Use-after-free while when manipulating certificates in the trusted cache
MFSA 2014-62 Exploitable WebGL crash with Cesium JavaScript library
MFSA 2014-61 Use-after-free with FireOnStateChange event
MFSA 2014-60 Toolbar dialog customization event spoofing
MFSA 2014-59 Use-after-free in DirectWrite font handling
MFSA 2014-58 Use-after-free in Web Audio due to incorrect control message ordering
MFSA 2014-57 Buffer overflow during Web Audio buffering for playback
MFSA 2014-56 Miscellaneous memory safety hazards (rv:31.0 / rv:24.7)

(ryoon)

2014-07-24 13:23:31 UTC MAIN commitmail json YAML

lex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 13:22:59 UTC MAIN commitmail json YAML

flex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 13:22:36 UTC MAIN commitmail json YAML

flex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 13:21:55 UTC MAIN commitmail json YAML

lex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 13:21:05 UTC MAIN commitmail json YAML

lex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 13:20:10 UTC MAIN commitmail json YAML

lex (libfl) is a runtime dependency.

(jperkin)

2014-07-24 12:44:38 UTC MAIN commitmail json YAML

Note updates to lang/gcc47 and lang/gcc47-libs.

(jperkin)

2014-07-24 12:43:20 UTC MAIN commitmail json YAML

Don't pass --enable-__cxa_atexit on SunOS, it is only available in newer
illumos releases and appears to cause issues there, seen most clearly in
qt3 uic segfaults.

Bump PKGREVISION of both gcc47 and gcc47-libs, gcc47-libs by more than one
as it has lagged behind and must be kept ahead of gcc47.

(jperkin)

2014-07-24 06:32:52 UTC MAIN commitmail json YAML

Updated x11/libXext to 1.3.3

(wiz)

2014-07-24 06:32:36 UTC MAIN commitmail json YAML

Update to 1.3.3:

Time for a release before the accumulated patches are old enough to vote.
Two new requirements: libX11 1.6 and a C89 preprocessor.

Alan Coopersmith (4):
      Replace sprintf with snprintf when looking up extension error strings
      Require ANSI C89 pre-processor, drop pre-C89 token pasting support
      Remove fallback for _XEatDataWords, require libX11 1.6 for it
      XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer

Keith Packard (1):
      Xge: remove warning messages about missing Xge extension event translations

Nathan Kidd (1):
      Stricter event error checking

Peter Hutterer (1):
      libXext 1.3.3

(wiz)

2014-07-23 21:23:15 UTC MAIN commitmail json YAML

+ mame-0.154, mess-0.154.

(wiz)

2014-07-23 15:27:02 UTC MAIN commitmail json YAML

Updated mail/exim to 4.83; mail/roundcube to 1.0.2

(adam)

2014-07-23 15:25:28 UTC MAIN commitmail json YAML

Changes 1.0.2:
- Fix storing unsaved drafts in localStorage
- Fix redundant horizontal scrollbar in HTML editor
- Fix PHP error in Preferences when default_folders was in dont_override
- Add configurable LDAP_OPT_DEREF option
- Fix unintentional draft autosave request if autosave is disabled
- Fix malformed References: header in send/saved mail
- Fix handling unicode characters in links
- Fix incorrect handling of HTML comments in messages sanitization code
- Fix so current page is reset on list-mode change
- Fix so responses menu hides on click in classic skin
- Fix unintentional line-height style modification in HTML messages
- Fix broken normalize_string(), add support for ISO-8859-2
- Support csv contacts import in German localization
- Fix so message list and counters are updated when a message is opened in new window
- Fix malformed recipient name when composing a message by clicking on mailto link
- Fix list reload after sending message in another window
- Fix so address format errors are ignored when saving a draft
- Fix incorrect label translation in return receipt
- Fix security issue in delete-response action - allow only ajax request
- Fix Delete button state after deleting identity/response
- Fix bug where contacts with no email address were listed on compose addressbook
- Fix images import from various vCard formats
- Fix sorting messages by size on servers without SORT capability

(adam)

2014-07-23 14:09:52 UTC MAIN commitmail json YAML

Changes 4.83:

1. If built with the EXPERIMENTAL_PROXY feature enabled, Exim can be
    configured to expect an initial header from a proxy that will make the
    actual external source IP:host be used in exim instead of the IP of the
    proxy that is connecting to it.

2. New verify option header_names_ascii, which will check to make sure
    there are no non-ASCII characters in header names.  Exim itself handles
    those non-ASCII characters, but downstream apps may not, so Exim can
    detect and reject if those characters are present.

3. New expansion operator ${utf8clean:string} to replace malformed UTF8
    codepoints with valid ones.

4. New malware type "sock".  Talks over a Unix or TCP socket, sending one
    command line and matching a regex against the return data for trigger
    and a second regex to extract malware_name.  The mail spoofile name can
    be included in the command line.

5. The smtp transport now supports options "tls_verify_hosts" and
    "tls_try_verify_hosts".  If either is set the certificate verification
    is split from the encryption operation. The default remains that a failed
    verification cancels the encryption.

6. New SERVERS override of default ldap server list.  In the ACLs, an ldap
    lookup can now set a list of servers to use that is different from the
    default list.

7. New command-line option -C for exiqgrep to specify alternate exim.conf
    file when searching the queue.

8. OCSP now supports GnuTLS also, if you have version 3.1.3 or later of that.

9. Support for DNSSEC on outbound connections.

10. New variables "tls_(in,out)_(our,peer)cert" and expansion item
    "certextract" to extract fields from them. Hash operators md5 and sha1
    work over them for generating fingerprints, and a new sha256 operator
    for them added.

11. PRDR is now supported dy default.

12. OCSP stapling is now supported by default.

13. If built with the EXPERIMENTAL_DSN feature enabled, Exim will output
    Delivery Status Notification messages in MIME format, and negociate
    DSN features per RFC 3461.

(adam)

2014-07-23 14:07:25 UTC MAIN commitmail json YAML

Updated net/pear-Net_Socket to 1.0.14

(adam)

2014-07-23 14:06:11 UTC MAIN commitmail json YAML

Changes 1.0.14:
- Fix connecting when host is specified with protocol prefix e.g. ssl://

(adam)

2014-07-23 10:36:42 UTC MAIN commitmail json YAML

Note update of the "apache24" package to version 2.4.10.

(tron)

2014-07-23 10:34:18 UTC MAIN commitmail json YAML

Note update of the "apache24" package to version 2.4.9nb3.

(tron)

2014-07-23 10:34:02 UTC MAIN commitmail json YAML

Update "apache24" package to version 2.4.10. Changes since 2.4.9:
- SECURITY: CVE-2014-0117 (cve.mitre.org)
  mod_proxy: Fix crash in Connection header handling which
  allowed a denial of service attack against a reverse proxy
  with a threaded MPM.  [Ben Reser]
- SECURITY: CVE-2014-0226 (cve.mitre.org)
  Fix a race condition in scoreboard handling, which could lead to
  a heap buffer overflow.  [Joe Orton, Eric Covener]
- SECURITY: CVE-2014-0118 (cve.mitre.org)
  mod_deflate: The DEFLATE input filter (inflates request bodies) now
  limits the length and compression ratio of inflated request bodies to avoid
  denial of sevice via highly compressed bodies.  See directives
  DeflateInflateLimitRequestBody, DeflateInflateRatioLimit,
  and DeflateInflateRatioBurst. [Yann Ylavic, Eric Covener]
- SECURITY: CVE-2014-0231 (cve.mitre.org)
  mod_cgid: Fix a denial of service against CGI scripts that do
  not consume stdin that could lead to lingering HTTPD child processes
  filling up the scoreboard and eventually hanging the server.  By
  default, the client I/O timeout (Timeout directive) now applies to
  communication with scripts.  The CGIDScriptTimeout directive can be
  used to set a different timeout for communication with scripts.
  [Rainer Jung, Eric Covener, Yann Ylavic]
- mod_ssl: Extend the scope of SSLSessionCacheTimeout to sessions
  resumed by TLS session resumption (RFC 5077). [Rainer Jung]
- mod_deflate: Don't fail when flushing inflated data to the user-agent
  and that coincides with the end of stream ("Zlib error flushing inflate
  buffer"). Bug 56196. [Christoph Fausak <christoph fausak glueckkanja.com>]
- mod_proxy_ajp: Forward local IP address as a custom request attribute
  like we already do for the remote port. [Rainer Jung]
- core: Include any error notes set by modules in the canned error
  response for 403 errors.  [Jeff Trawick]
- mod_ssl: Set an error note for requests rejected due to
  SSLStrictSNIVHostCheck.  [Jeff Trawick]
- mod_ssl: Fix issue with redirects to error documents when handling
  SNI errors.  [Jeff Trawick]
- mod_ssl: Fix tmp DH parameter leak, adjust selection to prefer
  larger keys and support up to 8192-bit keys.  [Ruediger Pluem,
  Joe Orton]
- mod_dav: Fix improper encoding in PROPFIND responses.  Bug 56480.
  [Ben Reser]
- WinNT MPM: Improve error handling for termination events in child.
  [Jeff Trawick]
- mod_proxy: When ping/pong is configured for a worker, don't send or
  forward "100 Continue" (interim) response to the client if it does
  not expect one. [Yann Ylavic]
- mod_ldap: Be more conservative with the last-used time for
  LDAPConnectionPoolTTL. Bug 54587 [Eric Covener]
- mod_ldap: LDAP connections used for authn were not respecting
  LDAPConnectionPoolTTL. Bug 54587 [Eric Covener]
- mod_proxy_fcgi: Fix occasional high CPU when handling request bodies.
  [Jeff Trawick]
- event MPM: Fix possible crashes (third-party modules accessing c->sbh)
  or occasional missed mod_status updates under load. Bug 56639.
  [Edward Lu <Chaosed0 gmail com>]
- mod_authnz_ldap: Support primitive LDAP servers do not accept
  filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
  filter "none" to be specified in AuthLDAPURL. [Eric Covener]
- mod_deflate: Fix inflation of files larger than 4GB. Bug 56062.
  [Lukas Bezdicka <social v3.sk>]
- mod_deflate: Handle Zlib header and validation bytes received in multiple
  chunks. Bug 46146. [Yann Ylavic]
- mod_proxy: Allow reverse-proxy to be set via explicit handler.
  [ryo takatsuki <ryotakatsuki gmail com>]
- ab: support custom HTTP method with -m argument. Bug 56604.
  [Roman Jurkov <winfinit gmail.com>]
- mod_proxy_balancer: Correctly encode user provided data in management
  interface. Bug 56532 [Maksymilian, <max cert.cx>]
- mod_proxy_fcgi: Support iobuffersize parameter.  [Jeff Trawick]
- mod_auth_form: Add a debug message when the fields on a form are not
  recognised. [Graham Leggett]
- mod_cache: Preserve non-cacheable headers forwarded from an origin 304
  response. Bug 55547.  [Yann Ylavic]
- mod_proxy_wstunnel: Fix the use of SSL connections with the "wss:"
  scheme. Bug 55320. [Alex Liu <alex.leo.ca gmail.com>]
- mod_socache_shmcb: Correct counting of expirations for status display.
  Expirations happening during retrieval were not counted. [Rainer Jung]
- mod_cache: Retry unconditional request with the full URL (including the
  query-string) when the origin server's 304 response does not match the
  conditions used to revalidate the stale entry.  [Yann Ylavic].
- mod_alias: Stop setting CONTEXT_PREFIX and CONTEXT_DOCUMENT environment
  variables as a result of AliasMatch. [Eric Covener]
- mod_cache: Don't add cached/revalidated entity headers to a 304 response.
  Bug 55547.  [Yann Ylavic]
- mod_proxy_scgi: Support Unix sockets.  ap_proxy_port_of_scheme():
  Support default SCGI port (4000).  [Jeff Trawick]
- mod_expires: don't add Expires header to error responses (4xx/5xx),
  be they generated or forwarded. Bug 55669.  [Yann Ylavic]
- mod_proxy_fcgi: Don't segfault when failing to connect to the backend.
  (regression in 2.4.9 release) [Jeff Trawick]
- mod_authn_socache: Fix crash at startup in certain configurations.
  Bug 56371. (regression in 2.4.7) [Jan Kaluza]
- mod_ssl: restore argument structure for "exec"-type SSLPassPhraseDialog
  programs to the form used in releases up to 2.4.7, and emulate
  a backwards-compatible behavior for existing setups. [Kaspar Brand]
- mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
  OCSP requests should use a nonce to be checked against the responder's
  one. Bug 56233. [Yann Ylavic, Kaspar Brand]
- mod_ssl: "SSLEngine off" will now override a Listen-based default
  and does disable mod_ssl for the vhost.  [Joe Orton]
- mod_lua: Enforce the max post size allowed via r:parsebody()
  [Daniel Gruno]
- mod_lua: Use binary comparison to find boundaries for multipart
  objects, as to not terminate our search prematurely when hitting
  a NULL byte. [Daniel Gruno]
- mod_ssl: add workaround for SSLCertificateFile when using OpenSSL
  versions before 0.9.8h and not specifying an SSLCertificateChainFile
  (regression introduced with 2.4.8). Bug 56410. [Kaspar Brand]
- mod_ssl: bring SNI behavior into better conformance with RFC 6066:
  no longer send warning-level unrecognized_name(112) alerts,
  and limit startup warnings to cases where an OpenSSL version
  without TLS extension support is used. Bug 56241. [Kaspar Brand]
- mod_proxy_html: Avoid some possible memory access violation in case of
  specially crafted files, when the ProxyHTMLMeta directive is turned on.
  Follow up of Bug 56287 [Christophe Jaillet]
- mod_auth_form: Make sure the optional functions are loaded even when
  the AuthFormProvider isn't specified. [Graham Leggett]
- mod_ssl: avoid processing bogus SSLCertificateKeyFile values
  (and logging garbled file names). Bug 56306. [Kaspar Brand]
- mod_ssl: fix merging of global and vhost-level settings with the
  SSLCertificateFile, SSLCertificateKeyFile, and SSLOpenSSLConfCmd
  directives. Bug 56353. [Kaspar Brand]
- mod_headers: Allow the "value" parameter of Header and RequestHeader to
  contain an ap_expr expression if prefixed with "expr=". [Eric Covener]
- rotatelogs: Avoid creation of zombie processes when -p is used on
  Unix platforms.  [Joe Orton]
- mod_authnz_fcgi: New module to enable FastCGI authorizer
  applications to authenticate and/or authorize clients.
  [Jeff Trawick]
- mod_proxy: Do not try to parse the regular expressions passed by
  ProxyPassMatch as URL as they do not follow their syntax.
  Bug 56074. [Ruediger Pluem]
- mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
  under the Event MPM. Bug 56216.  [Frank Meier <frank meier ergon ch>]
- mod_proxy_fcgi: Fix sending of response without some HTTP headers
  that might be set by filters.  [Jim Riggs <jim riggs.me>]
- mod_proxy_html: Do not delete the wrong data from HTML code when a
  "http-equiv" meta tag specifies a Content-Type behind any other
  "http-equiv" meta tag. Bug 56287 [Micha Lenk <micha lenk info>]
- mod_proxy: Don't reuse a SSL backend connection whose requested SNI
  differs. Bug 55782.  [Yann Ylavic]
- Add suspend_connection and resume_connection hooks to notify modules
  when the thread/connection relationship changes.  (Should be implemented
  for any third-party async MPMs.)  [Jeff Trawick]
- mod_proxy_wstunnel: Don't issue AH02447 and log a 500 on routine
  hangups from websockets origin servers. Bug 56299
  [Yann Ylavic, Edward Lu <Chaosed0 gmail com>, Eric Covener]
- mod_proxy_wstunnel: Don't pool backend websockets connections,
  because we need to handshake every time. Bug 55890.
  [Eric Covener]
- mod_lua: Redesign how request record table access behaves,
  in order to utilize the request record from within these tables.
  [Daniel Gruno]
- mod_lua: Add r:wspeek for peeking at WebSocket frames. [Daniel Gruno]

- mod_lua: Log an error when the initial parsing of a Lua file fails.
  [Daniel Gruno, Felipe Daragon <filipe syhunt com>]
- mod_lua: Reformat and escape script error output.
  [Daniel Gruno, Felipe Daragon <filipe syhunt com>]
- mod_lua: URL-escape cookie keys/values to prevent tainted cookie data
  from causing response splitting.
  [Daniel Gruno, Felipe Daragon <filipe syhunt com>]
- mod_lua: Disallow newlines in table values inside the request_rec,
  to prevent HTTP Response Splitting via tainted headers.
  [Daniel Gruno, Felipe Daragon <filipe syhunt com>]
- mod_lua: Remove the non-working early/late arguments for
  LuaHookCheckUserID. [Daniel Gruno]
- mod_lua: Change IVM storage to use shm [Daniel Gruno]
- mod_lua: More verbose error logging when a handler function cannot be
  found. [Daniel Gruno]

(tron)

2014-07-23 09:42:55 UTC MAIN commitmail json YAML

Failing tests is no reason to turn them off.

(asau)

2014-07-23 08:58:03 UTC MAIN commitmail json YAML

Switch myself from owner to maintainer as I'm perfectly happy with somebody
else updating this package anyway.

(tron)

2014-07-23 08:26:02 UTC MAIN commitmail json YAML

Updated graphics/digikam to 3.5.0nb8

(wiz)

2014-07-23 08:25:39 UTC MAIN commitmail json YAML

Use libpgf package instead of included copy of the code.
Reduces code duplication, and binary packages size by 800kB.

Bump PKGREVISION.

(wiz)

2014-07-23 06:31:51 UTC MAIN commitmail json YAML

2014-07-23 06:31:20 UTC MAIN commitmail json YAML

Updated security/p5-String-Random to 0.26.

(hiramatsu)

2014-07-23 06:30:48 UTC MAIN commitmail json YAML

Update security/p5-String-Random to 0.26.

Changes from previous:
----------------------
0.26  Fri Jan 31 2014
- LICENSE section and file (CPANTS).
- Minimum version of perl in Build.PL / META.yml .

0.25  Fri Dec 27 2013
- Update the link to the version control repository.

0.24  Tue Dec 03 2013
- Add keywords and a link to he repository to Build.PL / META.yml.

0.23  Tue Dec 03 2013
- Add t/style-trailing-space.t .
- Update the POD in lib/String/Random.pm .
- Add t/pod.t .
- Convert Build.PL to Test::Run::Builder.
- Hopefully fix https://rt.cpan.org/Public/Bug/Display.html?id=86894
    - Bug #86894 for String-Random: Spurious warnings

(hiramatsu)

2014-07-23 06:30:13 UTC MAIN commitmail json YAML

Updated converters/libwps to 0.3.0

(wiz)

2014-07-23 06:29:54 UTC MAIN commitmail json YAML

Update to 0.3.0. Ride libwpd bump.

0.2.x -> 0.3.0
- switch to librevenge
- add support for Works Spreadsheet
- add support for Works Database
- miscellaneous fixes and cleanups

(wiz)

2014-07-23 06:29:15 UTC MAIN commitmail json YAML

Bump ABI depends. Ride libwpd bump.

(wiz)

2014-07-23 06:24:53 UTC MAIN commitmail json YAML

Updated textproc/libodfgen to 0.1.1

(wiz)

2014-07-23 06:24:28 UTC MAIN commitmail json YAML

Update to 0.1.1. Ride libwpd bump.

libodfgen 0.1.1

- Export API symbols on Windows.
- Fix few minor problems with debug mode.

libodfgen 0.1.0

- rebase to librevenge
- add spreadsheet generator
- split common parts of all generators out to a base class
- add tests for all generators
- add chart generator
- and many other improvements

libodfgen 0.0.4

- fix handling of presentation tables
- fix handling of presentation notes
- fix handling of presentation comments

(wiz)

2014-07-23 06:21:14 UTC MAIN commitmail json YAML

Updated converters/libmwaw to 0.3.1

(wiz)

2014-07-23 06:20:48 UTC MAIN commitmail json YAML

Update to 0.3.1. Ride libwpd bump.

13/5/2014
- add code to create embedded spreadsheet
- AppleWorks/ClarisWorks: send page's embedded spreadsheets as spreadsheet (instead of table)

(wiz)

2014-07-23 06:15:44 UTC MAIN commitmail json YAML

Updated converters/libe-book to 0.1.1

(wiz)

2014-07-23 06:15:22 UTC MAIN commitmail json YAML

Update to 0.1.1. Ride libwpd bump.

libe-book 0.1.1

- Fix various problems when using --disable-experimental.
- Work around MSVC bug.
- Fix parsing of zipped FictionBook 2 files.

libe-book 0.1.0

- switch to librevenge
- PeanutPress: make sure the output is UTF-8
- TCR: make sure the output is UTF-8
- sanitize format detection

(wiz)

2014-07-23 00:22:42 UTC MAIN commitmail json YAML

2014-07-22 22:33:57 UTC MAIN commitmail json YAML

Restore file for python-2.6 build.

(wiz)

2014-07-22 19:32:10 UTC MAIN commitmail json YAML

Updated www/py-webassets to 0.10.1.
Updated www/py-flask-assets to 0.10.

(kleink)

2014-07-22 19:30:32 UTC MAIN commitmail json YAML

Update py-flask-assets to 0.10.

0.10 (2014-07-03)
    This release is compatible with webassets 0.10.

(kleink)

2014-07-22 19:27:55 UTC MAIN commitmail json YAML

Update py-webassets to 0.10.1.

0.10.1 (2014-07-03)
    - Python 3 fixes.
    - Windows fix (Ionel Cristian Mărieș).

0.10 (2014-06-15)
    - Add autoprefixer filter (Vincent Driessen).
    - Add require.js filter (metagriffin, Erik Taubeneck)
    - A lot of bug fixes and small improvements.

(kleink)

2014-07-22 18:18:43 UTC MAIN commitmail json YAML

Update comment to note that qemu 2.0.0nb4 or newer should work.

(gson)

2014-07-22 17:57:04 UTC MAIN commitmail json YAML

+ at-spi2-atk-2.12.1 [needs atk>=2.11.90], atk-2.12.0, exim-4.83,
  php-tt-rss-1.13, py-qt4-4.11, py-qt4-qscintilla-4.8.3,
  qt4-qscintilla-4.8.3, py-sip-4.16.1.

(wiz)

2014-07-22 17:55:16 UTC MAIN commitmail json YAML

Add comment:
when updating this, also update py-qt4-qscintilla
XXX: these two should share a Makefile.common

(wiz)

2014-07-22 17:54:35 UTC MAIN commitmail json YAML

2014-07-22 17:52:55 UTC MAIN commitmail json YAML

Needs qt4-libs 4.7.0 or newer.

(wiz)

2014-07-22 17:52:11 UTC MAIN commitmail json YAML

Revert update; there's also py-qt4-qscintilla and I'm not prepared
to touch that right now.

(wiz)

2014-07-22 17:41:37 UTC MAIN commitmail json YAML

Updated x11/qt4-qscintilla to 2.8.2

(wiz)

2014-07-22 17:41:10 UTC MAIN commitmail json YAML

Update to 2.8.2:

v2.8.2 26th May 2014
  - Added the QsciLexerAVS class.
  - Added the QsciLexerPO class.
  - Added the --sysroot, --no-sip-files and --no-qsci-api options to the Python
    bindings' configure.py.
  - Cross-compilation (specifically to iOS and Android) is now supported.
  - configure.py has been refactored and relicensed so that it can be used as a
    template for wrapping other bindings.
  - Bug fixes.

v2.8.1 14th March 2014
  - Added support for iOS and Android.
  - Added support for retina displays.
  - A qscintilla2.prf file is installed so that application .pro files only
    need to add CONFIG += qscintilla2.
  - Updated the keywords recognised by the Octave lexer.
  - Bug fixes.

(wiz)

2014-07-22 17:37:28 UTC MAIN commitmail json YAML

Added graphics/libpgf version 6.14.12

(wiz)

2014-07-22 17:37:10 UTC MAIN commitmail json YAML

2014-07-22 17:36:49 UTC MAIN commitmail json YAML

Import libpgf-6.14.12 as graphics/libpgf, packaged for wip by Niclas
Rosenvik.

LibPGF is a library for encoding and decoding the progressive graphics
file (PGF) format. PGF is is based on discrete, fast wavelet transform
with progressive coding features and has both lossy and lossless
compression.

(wiz)

2014-07-22 17:17:33 UTC MAIN commitmail json YAML

Added textproc/tinyxml2 version 2.1.0

(wiz)

2014-07-22 17:17:05 UTC MAIN commitmail json YAML

2014-07-22 17:16:45 UTC MAIN commitmail json YAML

Import tinyxml2-2.1.0 as textproc/tinyxml2, packaged for wip by
Niclas Rosenvik.

TinyXML-2 parses an XML document, and builds from that a Document
Object Model (DOM) that can be read, modified, and saved.

TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is
parsed into a C++ objects that can be browsed and manipulated, and then
written to disk or another output stream. You can also construct an XML
document from scratch with C++ objects and write this to disk or another
output stream.

TinyXML (textproc/tinyxml) served the needs of the original author for
many years; but it uses memory inefficiently, and doesn't perform as
well as desired for mobile devices. The author wanted an XML parser that
was a little more modern, a little simpler (the "tiny" had been lost a
little over the years), and was a good fit for Android.

This led to TinyXML-2.

(wiz)

2014-07-22 17:09:21 UTC MAIN commitmail json YAML

Added time/khal version 0.2.0

(wiz)

2014-07-22 17:09:03 UTC MAIN commitmail json YAML

2014-07-22 17:08:46 UTC MAIN commitmail json YAML

Import khal-0.2.0 as time/khal.

Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.

khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.

(wiz)