Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 21:52:27 UTC Now

2017-02-14 10:36:11 UTC MAIN commitmail json YAML

Updated databases/elasticsearch to 5.2.0

(fhajny)

2017-02-14 10:36:03 UTC MAIN commitmail json YAML

Update databases/elasticsearch to 5.2.0.

=== Breaking changes

Core::
- Add system call filter bootstrap check

=== Breaking Java changes

Allocation::
- Cluster Explain API uses the allocation process to explain shard
  allocation decisions

Cluster::
- Remove PROTO-based custom cluster state components

Ingest::
- Change type of ingest doc meta-data field 'TIMESTAMP' to `Date`

Internal::
- Consolidate the last easy parser construction
- Introduce XContentParser#namedObject

Plugins::
- Plugins: Replace Rest filters with RestHandler wrapper

Query DSL::
- Resolve index names in indices_boost

Search::
- Cluster search shards improvements: expose ShardId, adjust visibility
  of some members

=== Deprecations

Java API::
- Deprecate and remove "minimumNumberShouldMatch" in BoolQueryBuilder

Shadow Replicas::
- Add a deprecation notice to shadow replicas

=== New features

Analysis::
- Synonym Graph Support (LUCENE-6664)

Ingest::
- introduce KV Processor in Ingest Node

Mapping::
- Add the ability to set a normalizer on keyword fields.
- Add RangeFieldMapper for numeric and date range types

=== Enhancements

Aggregations::
- `value_type` is useful regardless of scripting.
- Support for partitioning set of terms

Allocation::
- Adds setting level to allocation decider explanations
- Improves allocation decider decision explanation messages
- Prepares allocator decision objects for use with the allocation
  explain API

Analysis::
- Expose FlattenGraphTokenFilter

CRUD::
- Use correct block levels for TRA subclasses

Cluster::
- Keep NodeConnectionsService in sync with current nodes in the cluster
  state
- Add a generic way of checking version before serializing custom
  cluster object
- Add validation for supported index version on node join, restore,
  upgrade & open index
- Let ClusterStateObserver only hold onto state that's needed for change
  detection
- Remove mutable status field from cluster state

Core::
- Rename bootstrap.seccomp to bootstrap.system_call_filter
- Cleanup random stats serialization code
- Avoid corruption when deserializing booleans
- Reduce memory pressure when sending large terms queries.

Discovery::
- Simplify Unicast Zen Ping
- Prefer joining node with conflicting transport address when becoming
  master

Ingest::
- add `ignore_missing` flag to ingest plugins
- Added ability to remove pipelines via wildcards (#22149)
- Enables the ability to inject serialized json fields into root of
  document
- compile ScriptProcessor inline scripts when creating ingest pipelines

Internal::
- Remove some more usages of ParseFieldMatcher
- Remove some more usages of ParseFieldMatcher
- Remove some ParseFieldMatcher usages
- Add infrastructure to manage network connections outside of
  Transport/TransportService
- Replace strict parsing mode with response headers assertions
- Start using `ObjectParser` for aggs.
- Don't output null source node in RecoveryFailedException
- ClusterService should expose "applied" cluster states (i.e., remove
  ClusterStateStatus)

Java High Level REST Client::
- Add fromxcontent methods to index response
- Add fromXContent() methods for ReplicationResponse
- Add parsing method for ElasticsearchException
- Add fromXContent method to GetResponse

Java REST Client::
- Warn log deprecation warnings received from server

Logging::
- Log deleting indices at info level
- Log failure to connect to node at info instead of debug

Mapping::
- Atomic mapping updates across types
- Only update DocumentMapper if field type changes
- Better error message when `_parent` isn't an object

Network::
- Disable the Netty recycler
- Tell Netty not to be unsafe in transport client
- Introduce a low level protocol handshake
- Detach handshake from connect to node
- Reduce number of connections per node depending on the nodes role
- Add a connect timeout to the ConnectionProfile to allow per node
  connect timeouts
- Grant Netty permission to read system somaxconn
- Remove connectToNodeLight and replace it with a connection profile

Packaging::
- Improve the out-of-the-box experience

Plugin Discovery EC2::
- Add support for ca-central-1 region to EC2 and S3 plugins
- Support for eu-west-2 (London) cloud-aws plugin
- Add us-east-2 AWS region
- Add setting to set read timeout for EC2 discovery and S3 repository
  plugins

Plugin Ingest GeoIp::
- Cache results of geoip lookups

Plugin Lang Painless::
- Improve painless's ScriptException generation

Plugins::
- Pass ThreadContext to transport interceptors to allow header
  modification
- Provide helpful error message if a plugin exists
- Add shutdown hook for closing CLI commands
- Allow plugins to install bootstrap checks

Query DSL::
- Un-deprecate fuzzy query
- support numeric bounds with decimal parts for long/integer/short/byte
  datatypes

Reindex API::
- Reindex: Better error message for pipeline in wrong place
- Timeout improvements for rest client and reindex

Scripting::
- Wrap VerifyError in ScriptException
- Log ScriptException's xcontent if file script compilation fails

Search::
- Move SearchTransportService and SearchPhaseController creation outside
  of TransportSearchAction constructor
- Don't carry ShardRouting around when not needed in
  AbstractSearchAsyncAction
- ShardSearchRequest to take ShardId constructor argument rather than
  the whole ShardRouting
- Use index uuid as key in the alias filter map rather than the index
  name

Settings::
- Speed up filter and prefix settings operations

Snapshot/Restore::
- Fixes retrieval of the latest snapshot index blob
- Synchronize snapshot deletions on the cluster state

Stats::
- Include unindexed field in FieldStats response

Task Manager::
- Improve the error message if task and node isn't found
- Add descriptions to create snapshot and restore snapshot tasks.
- Add proper descriptions to reindex, update-by-query and
  delete-by-query tasks.

=== Bug fixes

Aggregations::
- Fix scaled_float numeric type in aggregations
- Allow terms aggregations on pure boolean scripts.
- Fix numeric terms aggregations with includes/excludes and
  minDocCount=0
- Fix `missing` on aggs on `boolean` fields.
- IP range masks exclude the maximum address of the range.
- Fix `other_bucket` on the `filters` agg to be enabled if a key is set.

Allocation::
- Cannot force allocate primary to a node where the shard already exists
- Promote shadow replica to primary when initializing primary fails
- Trim in-sync allocations set only when it grows

Analysis::
- AsciiFoldingFilter's multi-term component should never preserve the
  original token.
- Pre-built analysis factories do not implement MultiTermAware
  correctly.

CRUD::
- Reject external versioning and explicit version numbers on create

Cluster::
- IndicesService handles all exceptions during index deletion

Core::
- Streamline foreign stored context restore and allow to perserve
  response headers
- Support negative numbers in readVLong

Discovery::
- Close InputStream when receiving cluster state in
  PublishClusterStateAction
- Do not reply to pings from another cluster

Engine::
- Close and flush refresh listeners on shard close

Exceptions::
- Fixing shard recovery error message to report the number of docs
  correctly for each node

Highlighting::
- Fix FiltersFunctionScoreQuery highlighting

Index APIs::
- Ensure shrunk indices carry over version information from its source

Ingest::
- fix index out of bounds error in KV Processor
- Fixes GrokProcessor's ignorance of named-captures with same name.

Inner Hits::
- Inner hits and ignore unmapped

Internal::
- Index creation and setting update may not return deprecation logging

Java API::
- Don't output empty ext object in SearchSourceBuilder#toXContent

Java REST Client::
- Don't use null charset in RequestLogger

Mapping::
- The `_all` default mapper is not completely configured.
- Fix MapperService.allEnabled().
- Dynamic `date` fields should use the `format` that was used to detect
  it is a date.
- Sub-fields should not accept `include_in_all` parameter
- Mappings: Fix get mapping when no indexes exist to not fail in
  response generation

Nested Docs::
- Fix bug in query builder rewrite that ignores the ignore_unmapped
  option

Network::
- Pass `forceExecution` flag to transport interceptor
- Ensure new connections won't be opened if transport is closed or
  closing
- Prevent open channel leaks if handshake times out or is interrupted
- Execute low level handshake in #openConnection
- Properly configure Netty 3 ClientBootstrap when using custom
  connection profile
- Handle connection close / reset events gracefully during handshake
- Do not lose host information when pinging
- DiscoveryNode and TransportAddress should preserve host information

Packaging::
- Another fix for handling of paths on Windows
- Fix handling of spaces in Windows paths
- Add option to skip kernel parameters on install

Percolator::
- Fix NPE in percolator's 'now' range check for percolator queries with
  range queries

Plugin Analysis Stempel::
- Fix thread safety of Stempel's token filter factory

Plugin Lang Painless::
- Whitelist some ScriptDocValues in painless
- Update Painless Loop Counter to be Higher
- Fix some issues with painless's strings
- Test fix for def equals in Painless
- Fix a VerifyError bug in Painless

Plugin Mapper Attachment::
- NPE is raised when defining a non existing type within attachments
  type

Plugin Repository Azure::
- Fixes default chunk size for Azure repositories
- readonly on azure repository must be taken into account

Query DSL::
- Fix script score function that combines `_score` and weight

REST::
- Adds percent-encoding for Location headers

Recovery::
- Fix primary relocation for shadow replicas
- Don't close store under CancellableThreads
- Use a fresh recovery id when retrying recoveries
- Allow flush/force_merge/upgrade on shard marked as relocated

Reindex API::
- Fix reindex from remote clearing scroll
- Fix source filtering in reindex-from-remote
- Remove content type detection from reindex-from-remote
- Don't close rest client from its callback
- Keep context during reindex's retries

Scripting::
- Expose `ip` fields as strings in scripts.

Search::
- Improve concurrency of ShardCoreKeyMap.
- Make `-0` compare less than `+0` consistently.
- Fix boost_mode propagation when the function score query builder is
  rewritten
- FiltersAggregationBuilder: rewriting filter queries, the same way as
  in FilterAggregationBuilder
- Fix cross_fields type on multi_match query with synonyms

Search Templates::
- SearchTemplateRequest to implement CompositeIndicesRequest

Settings::
- Handle spaces in `action.auto_create_index` gracefully
- Fix settings diff generation for affix and group settings

Snapshot/Restore::
- Gracefully handles pre 2.x compressed snapshots
- URLRepository should throw NoSuchFileException to correctly adhere to
  readBlob contract
- Fixes shard level snapshot metadata loading when index-N file is
  missing

Stats::
- Implement stats for geo_point and geo_shape field
- Use reader for doc stats
- Avoid NPE in NodeService#stats if HTTP is disabled
- Add support for "include_segment_file_sizes" in indices stats REST
  handler

Term Vectors::
- Fix `_termvectors` with preference to not hit NPE
- Return correct term statistics when a field is not found in a shard

=== Regressions

Core::
- Source filtering: only accept array items if the previous include
  pattern matches

Logging::
- Restores the original default format of search slow log

Search::
- Handle specialized term queries in MappedFieldType.extractTerm(Query)

=== Upgrades

Core::
- Upgrade to Lucene 6.4.0
- Update Jackson to 2.8.6
- Upgrade to lucene-6.4.0-snapshot-084f7a0.
- Upgrade to lucene-6.4.0-snapshot-ec38570

(fhajny)

2017-02-14 10:30:12 UTC MAIN commitmail json YAML

Updated databases/redis to 3.2.8

(fhajny)

2017-02-14 10:30:03 UTC MAIN commitmail json YAML

Update databases/redis to 3.2.8.

================================================================================
Redis 3.2.8    Released Sun Feb 12 16:11:18 CET 2017
================================================================================

Two important bug fixes, the first of one is critical:

1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular
  conditions. See https://github.com/antirez/redis/issues/3799.
  We reverted back to the previously used Jemalloc versions and plan
  to upgrade Jemalloc again after having more info about the
  cause of the bug.

2. MIGRATE could crash the server after a socket error. See for reference:
  https://github.com/antirez/redis/issues/3796.

================================================================================
Redis 3.2.7    Released Tue Jan 31 16:21:41 CET 2017
================================================================================

Main bugs fixes and improvements in this release:

1. MIGRATE could incorrectly move keys between Redis Cluster nodes by turning
  keys with an expire set into persisting keys. This bug was introduced with
  the multiple-keys migration recently. It is now fixed. Only applies to
  Redis Cluster users that use the resharding features of Redis Cluster.

2. As Redis 4.0 beta and the unstable branch already did (for some months at
  this point), Redis 3.2.7 also aliases the Host: and POST commands to QUIT
  avoiding to process the remaining pipeline if there are pending commands.
  This is a security protection against a "Cross Scripting" attack, that
  usually involves trying to feed Redis with HTTP in order to execute commands.
  Example: a developer is running a local copy of Redis for development
  purposes. She also runs a web browser in the same computer. The web browser
  could send an HTTP request to http://127.0.0.1:6379 in order to access the
  Redis instance, since a specially crafted HTTP requesta may also be partially
  valid Redis protocol. However if POST and Host: break the connection, this
  problem should be avoided. IMPORTANT: It is important to realize that it
  is not impossible that another way will be found to talk with a localhost
  Redis using a Cross Protocol attack not involving sending POST or Host: so
  this is only a layer of protection but not a definitive fix for this class
  of issues.

3. A ziplist bug that could cause data corruption, could crash the server and
  MAY ALSO HAVE SECURITY IMPLICATIONS was fixed. The bug looks complex to
  exploit, but attacks always get worse, never better (cit). The bug is very
  very hard to catch in practice, it required manual analysis of the ziplist
  code in order to be found. However it is also possible that rarely it
  happened in the wild. Upgrading is required if you use LINSERT and other
  in-the-middle list manipulation commands.

4. We upgraded to Jemalloc 4.4.0 since the version we used to ship with Redis
  was an early 4.0 release of Jemalloc. This version may have several
  improvements including the ability to better reclaim/use the memory of
  system.

(fhajny)

2017-02-14 10:27:58 UTC MAIN commitmail json YAML

Updated sysutils/consul to 0.7.4

(fhajny)

2017-02-14 10:27:50 UTC MAIN commitmail json YAML

Update sysutils/consul to 0.7.4.

- agent: Integrated gopsutil library to use built in host UUID as node ID,
  if available, instead of a randomly generated UUID. This makes it easier
  for other applications on the same host to generate the same node ID
  without coordinating with Consul.
- agent: Added a configuration option, tls_min_version, for setting the
  minimum allowed TLS version used for the HTTP API and RPC.
- agent: Added a relay-factor option to keyring operations to allow nodes
  to relay their response through N randomly-chosen other nodes in the
  cluster.
- build: Consul is now built with Go 1.7.5.
- dns: Add ability to lookup Consul agents by either their Node ID or Node
  Name through the node interface (e.g. DNS (node-id|node-name).node.consul).
- dns: Fixed an issue where SRV lookups for services on a node registered
  with non-IP addresses were missing the CNAME record in the additional
  section of the response.

(fhajny)

2017-02-14 10:26:29 UTC MAIN commitmail json YAML

2017-02-14 10:23:47 UTC MAIN commitmail json YAML

Updated net/py-lexicon to 1.2.4

(fhajny)

2017-02-14 10:23:39 UTC MAIN commitmail json YAML

Update net/py-lexicon to 1.2.4.

lexicon 1.2.4
- Partially revert removing gandi and transip support.

lexicon 1.2.3
- Add functionality for handling delegated subdomains

(fhajny)

2017-02-14 10:23:36 UTC MAIN commitmail json YAML

Add missing dependency on py-automat.
Update python-3.x status.
Bump PKGREVISION.

(wiz)

2017-02-14 10:22:54 UTC MAIN commitmail json YAML

2017-02-14 10:14:45 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.11.9

(fhajny)

2017-02-14 10:14:36 UTC MAIN commitmail json YAML

Update www/nginx-devel to 1.11.9.

Changes with nginx 1.11.9                                        24 Jan 2017

    *) Bugfix: nginx might hog CPU when using the stream module; the bug had
      appeared in 1.11.5.

    *) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
      even if it was not enabled in the configuration.

    *) Bugfix: a segmentation fault might occur in a worker process if the
      "ssl_verify_client" directive of the stream module was used.

    *) Bugfix: the "ssl_verify_client" directive of the stream module might
      not work.

    *) Bugfix: closing keepalive connections due to no free worker
      connections might be too aggressive.
      Thanks to Joel Cunningham.

    *) Bugfix: an incorrect response might be returned when using the
      "sendfile" directive on FreeBSD and macOS; the bug had appeared in
      1.7.8.

    *) Bugfix: a truncated response might be stored in cache when using the
      "aio_write" directive.

    *) Bugfix: a socket leak might occur when using the "aio_write"
      directive.

Changes with nginx 1.11.8                                        27 Dec 2016

    *) Feature: the "absolute_redirect" directive.

    *) Feature: the "escape" parameter of the "log_format" directive.

    *) Feature: client SSL certificates verification in the stream module.

    *) Feature: the "ssl_session_ticket_key" directive supports AES256
      encryption of TLS session tickets when used with 80-byte keys.

    *) Feature: vim-commentary support in vim scripts.
      Thanks to Armin Grodon.

    *) Bugfix: recursion when evaluating variables was not limited.

    *) Bugfix: in the ngx_stream_ssl_preread_module.

    *) Bugfix: if a server in an upstream in the stream module failed, it
      was considered alive only when a test connection sent to it after
      fail_timeout was closed; now a successfully established connection is
      enough.

    *) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.

    *) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.

Changes with nginx 1.11.7                                        13 Dec 2016

    *) Change: now in case of a client certificate verification error the
      $ssl_client_verify variable contains a string with the failure
      reason, for example, "FAILED:certificate has expired".

    *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
      $ssl_client_v_end, and $ssl_client_v_remain variables.

    *) Feature: the "volatile" parameter of the "map" directive.

    *) Bugfix: dependencies specified for a module were ignored while
      building dynamic modules.

    *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
      directives client request body might be corrupted; the bug had
      appeared in 1.11.0.

    *) Bugfix: a segmentation fault might occur in a worker process when
      using HTTP/2; the bug had appeared in 1.11.3.

    *) Bugfix: in the ngx_http_mp4_module.
      Thanks to Congcong Hu.

    *) Bugfix: in the ngx_http_perl_module.

Changes with nginx 1.11.6                                        15 Nov 2016

    *) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
      has been changed to follow RFC 2253 (RFC 4514); values in the old
      format are available in the $ssl_client_s_dn_legacy and
      $ssl_client_i_dn_legacy variables.

    *) Change: when storing temporary files in a cache directory they will
      be stored in the same subdirectories as corresponding cache files
      instead of a separate subdirectory for temporary files.

    *) Feature: EXTERNAL authentication mechanism support in mail proxy.
      Thanks to Robert Norris.

    *) Feature: WebP support in the ngx_http_image_filter_module.

    *) Feature: variables support in the "proxy_method" directive.
      Thanks to Dmitry Lazurkin.

    *) Feature: the "http2_max_requests" directive in the
      ngx_http_v2_module.

    *) Feature: the "proxy_cache_max_range_offset",
      "fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and
      "uwsgi_cache_max_range_offset" directives.

    *) Bugfix: graceful shutdown of old worker processes might require
      infinite time when using HTTP/2.

    *) Bugfix: in the ngx_http_mp4_module.

    *) Bugfix: "ignore long locked inactive cache entry" alerts might appear
      in logs when proxying WebSocket connections with caching enabled.

    *) Bugfix: nginx did not write anything to log and returned a response
      with code 502 instead of 504 when a timeout occurred during an SSL
      handshake to a backend.

Changes with nginx 1.11.5                                        11 Oct 2016

    *) Change: the --with-ipv6 configure option was removed, now IPv6
      support is configured automatically.

    *) Change: now if there are no available servers in an upstream, nginx
      will not reset number of failures of all servers as it previously
      did, but will wait for fail_timeout to expire.

    *) Feature: the ngx_stream_ssl_preread_module.

    *) Feature: the "server" directive in the "upstream" context supports
      the "max_conns" parameter.

    *) Feature: the --with-compat configure option.

    *) Feature: "manager_files", "manager_threshold", and "manager_sleep"
      parameters of the "proxy_cache_path", "fastcgi_cache_path",
      "scgi_cache_path", and "uwsgi_cache_path" directives.

    *) Bugfix: flags passed by the --with-ld-opt configure option were not
      used while building perl module.

    *) Bugfix: in the "add_after_body" directive when used with the
      "sub_filter" directive.

    *) Bugfix: in the $realip_remote_addr variable.

    *) Bugfix: the "dav_access", "proxy_store_access",
      "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access"
      directives ignored permissions specified for user.

    *) Bugfix: unix domain listen sockets might not be inherited during
      binary upgrade on Linux.

    *) Bugfix: nginx returned the 400 response on requests with the "-"
      character in the HTTP method.

(fhajny)

2017-02-14 10:12:45 UTC MAIN commitmail json YAML

Updated www/nginx to 1.10.3

(fhajny)

2017-02-14 10:12:36 UTC MAIN commitmail json YAML

Update www/nginx to 1.10.3.

Changes with nginx 1.10.3                                        31 Jan 2017

    *) Bugfix: in the "add_after_body" directive when used with the
      "sub_filter" directive.

    *) Bugfix: unix domain listen sockets might not be inherited during
      binary upgrade on Linux.

    *) Bugfix: graceful shutdown of old worker processes might require
      infinite time when using HTTP/2.

    *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
      directives client request body might be corrupted; the bug had
      appeared in 1.10.2.

    *) Bugfix: a segmentation fault might occur in a worker process when
      using HTTP/2; the bug had appeared in 1.10.2.

    *) Bugfix: an incorrect response might be returned when using the
      "sendfile" directive on FreeBSD and macOS; the bug had appeared in
      1.7.8.

    *) Bugfix: a truncated response might be stored in cache when using the
      "aio_write" directive.

    *) Bugfix: a socket leak might occur when using the "aio_write"
      directive.

Changes with nginx 1.10.2                                        18 Oct 2016

    *) Change: the "421 Misdirected Request" response now used when
      rejecting requests to a virtual server different from one negotiated
      during an SSL handshake; this improves interoperability with some
      HTTP/2 clients when using client certificates.

    *) Change: HTTP/2 clients can now start sending request body
      immediately; the "http2_body_preread_size" directive controls size of
      the buffer used before nginx will start reading client request body.

    *) Bugfix: a segmentation fault might occur in a worker process when
      using HTTP/2 and the "proxy_request_buffering" directive.

    *) Bugfix: the "Content-Length" request header line was always added to
      requests passed to backends, including requests without body, when
      using HTTP/2.

    *) Bugfix: "http request count is zero" alerts might appear in logs when
      using HTTP/2.

    *) Bugfix: unnecessary buffering might occur when using the "sub_filter"
      directive; the issue had appeared in 1.9.4.

    *) Bugfix: socket leak when using HTTP/2.

    *) Bugfix: an incorrect response might be returned when using the "aio
      threads" and "sendfile" directives; the bug had appeared in 1.9.13.

    *) Workaround: OpenSSL 1.1.0 compatibility.

(fhajny)

2017-02-14 10:10:55 UTC MAIN commitmail json YAML

2017-02-14 10:04:27 UTC MAIN commitmail json YAML

updates to texworks and py-cxfreeze

(markd)

2017-02-14 09:54:30 UTC MAIN commitmail json YAML

Update to py-cxfreeze 5.0.1

Version 5.0.1 (January 2017)
* Added support for Python 3.6.
* Corrected hooks for the pythoncom and pywintypes modules.
* Use realpath() to get the absolute path of the executable; this resolves
  symbolic links and ensures that changing the path before all imports are
  complete does not result in the executable being unable to find modules.

Version 5.0 (November 2016)
* Added support for Python 3.5.
* Switched from using C compiled frozen modules which embed part of the
  standard library to using the default named zip file and library file
  locations. This eliminates the need to recompile cx_Freeze for each new
  Python version as no parts of the standard library are included in the
  installation now. This also implies that appending a zip file to the
  executable is no longer supported since the standard name and location
  are used.
* Removed unnecessary options and parameters from cx_Freeze.
* Added support for Win32Service base with Python 3.x.
* Add __version__ as an alias to version.
* Updated hooks for PyQt, h5py.
* Reallow including modules with non-identifier names.
* Fix 窶殿dd-to-path writing to the per-user instead of system environment
* Do not import excluded submodules.
* Add pyzmq hook
* Add copyright and trademarks to version information
* Fix compilation on Ubuntu
* Set defaults in class directly, rather than as defaults in the function
  signature.
* Added support for storing packages in the file system instead of in the
  zip file. There are a number of packages that assume that they are found
  in the file system and if found in a zip file instead produce strange
  errors.
* Significantly simplified startup code.
* Added logging statements for improved debugging.
* Updated samples to handle recent updates to packages.
* Avoid infinite loop for deferred imports which are cycles of one another.

Version 4.3.4 (December 2014)
* Rebuilt for Python 3.4.2. Dropped support for Python versions less than 2.6.
* Correct stale comment.
* Fix processing path specs from config when targets are not explicit.
* Tweaks to improve compiling with MSVC 10 (2010) on Windows.
* Added support for using the 窶電eep and 窶途esource-rules options when code
  signing through cx_Freeze on OS X.
* Catch error if GetDependentFiles() is called on a non-library
* Added FAQ entry on single file executables
* Only look one level deep for implicit relative imports
* Removed statement that was filtering out the ntpath module.

Version 4.3.3 (May 2014)
* Added support for release version of 3.4
* Added support for code signing in bdist_mac
* Added custom Info.plist and Framework suport to bdist_mac
* Added support for resolving dependencies on OS X where paths are relative
* Added hook for QtWebKit module
* Added support for finding packages inside zip files
* Ensure that syntax errors in code do not prevent freezing from taking
  place but simply ignore those modules
* Init scripts now use code that works in both Python 2 and 3
* Simplify service sample
* Fix documentation for bdist_dmg
* All options that accept multiple values are split on commas as documented

Version 4.3.2 (October 2013)
* Added support for Python 3.4.
* Added hooks for PyQt4, PyQt5 and PySide to handle their plugins.
* Added support for creating a shortcut/alias to the Applications directory
  within distributed DMG files for OS X.
* Improve missing modules output.
* Avoid polluting the extension module namespace when using the bootstrap
  module to load the extension.
* Added support for using setuptools and pip if such tools are available.
* Added first tests; nose and mock are required to run them.
* Remove 窶澱undle-iconfile in favor of 窶妬confile as a more generic method of
  including the icon for bdist_mac.
* Documentation improved and FAQ added.
* Converted samples to follow PEP 8.

Version 4.3.1 (November 2012)
* Added support for the final release of Python 3.3.
* Added support for copying the MSVC runtime DLLs and manifest if desired
  by using the 窶妬nclude-msvcr switch.
* Clarified the documentation on the 窶途eplace-paths option.

Version 4.3 (July 2012)
* Added options to build Mac OS X application bundles and DMG packages
  using bdist_mac and bdist_dmg distutils commands.
* The documentation is now using Sphinx, and is available on ReadTheDocs.org.
* Added support for Python 3.3 which uses a different compiled file format
  than earlier versions of Python.
* Added support for Windows services which start automatically and which are
  capable of monitoring changes in sessions such as lock and unlock.
* New cxfreeze-quickstart wizard to create a basic setup.py file. Initially
  written by Thomas Kluyver.
* Included files under their original name can now be passed to include_files
  as a tuple with an empty second element.
* File inclusions/exclusions can now be specified using a full path, or a
  shared library name with a version number suffix.

(markd)

2017-02-14 09:19:43 UTC MAIN commitmail json YAML

Update texworks to 0.6.1

Release 0.6.1 (TL'16) [May 2016]
        * Fix "Jump to Source" from PDF context menu
        * Fix fine-sync'ing close to PDF line boundaries
        * Fix loading of Qt-global translations
        * Fix pixel-alignment after zoomFitWindow in continuous mode
        * Fix handling of changing scroll bar visibilities in zoomFitWidth and
          zoomFitWindow
        * Allow horizontal scrolling by Shift+MouseWheel
        * Update translations

Release 0.6.0 (TL'16) [April 2016]
        * Complete redesign of the PDF previewer using QtPDF by Charlie Sharpsteen
        * Fast and responsive preview even at very high magnifications
        * New page modes: continuous scrolling and two-column layout
        * Text selection/copying from the PDF
        * Go back to previous view after clicking on a link using Alt+left arrow

        * Fix disappearing spellcheck underline with some fonts/font sizes in Qt 5
        * Update the width of the line number display when changing the editor font
        * Show a note in the "About Scripts" dialog for disabled script languages
        * Explicitly add a "Quit TeXworks" menu item to the global menubar on
          Mac OS X

        * Make Qt5 the default framework for building TeXworks
        * Use Travis CI for continuous integration tests and builds for Windows and
          Mac OS X
        * Add support for Lua 5.3

Release 0.4.6 (TL'15) [April 2015]
        * Implement character-level synchronization by using text searching to
          assist SyncTeX
        * Lift hardwrap line length limitation and implement (hard) unwrap
        * Always show console output tab while typesetting to show progress
        * Improve the handling of UTF-8 byte order marks
        * Improve the log parsing script
        * Improve the handling of script errors

        * Work around a race condition that causes lines to become invisible,
          subsequently leading to a crash
        * Fix incorrectly accumulating indent
        * Fix SyncTeX initialization with non-ASCII filenames
        * Fix selection of whole lines and when selecting right-to-left
        * Fix hangs and crashes when using "Fit to ..." in the PDF view
        * Fix a crash when running an invalid system command from scripts
        * Fix encoding issues when reading environment variables
        * Fix scrolling when searching for multi-line strings
        * Fix auto-completion when working with RTL languages
        * Improve the handling of Retina displays in Mac OS X
        * Fix a crash when opening PDF files from the Windows Explorer
        * Provide texworks.appdata.xml for *nix platforms

        * Fix compilation with Qt 5
        * Improve the CMake build system
        * Add support for Lua 5.2
        * Move development from Google Code to GitHub

(markd)

2017-02-14 09:07:37 UTC MAIN commitmail json YAML

Test for freetype needs pkg-config

(markd)

2017-02-14 08:05:57 UTC MAIN commitmail json YAML

Updated devel/nasm to 2.12.02

(adam)

2017-02-14 08:05:30 UTC MAIN commitmail json YAML

Version 2.12.02

Fix preprocessor errors, especially %error and %warning, inside %if statements.
Fix relative relocations in 32-bit Mach-O.
More Codeview debug format fixes.
If the MASM PTR keyword is encountered, issue a warning. This is much more likely to indicate a MASM-ism encountered in NASM than it is a valid label. This warning can be suppressed with -w-ptr, the [warning] directive (see section 2.1.24) or by the macro definition %idefine ptr %??.
When an error or a warning comes from the expansion of a multi-line macro, display the file and line numbers for the expanded macros. Macros defined with .nolist do not get displayed.
Add macros ilog2fw() and ilog2cw() to the ifunc macro package.

(adam)

2017-02-14 07:35:38 UTC MAIN commitmail json YAML

Added www/py-pystache version 0.5.4. Updated www/py-static to 1.1.1.

(adam)

2017-02-14 07:35:06 UTC MAIN commitmail json YAML

2017-02-14 07:33:27 UTC MAIN commitmail json YAML

Added www/py-pystache version 0.5.4

Pystache is a Python implementation of Mustache. Mustache is
a framework-agnostic, logic-free templating system inspired by ctemplate and
et. Like ctemplate, Mustache "emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."

(adam)

2017-02-14 00:40:24 UTC MAIN commitmail json YAML

Added security/py-acme-tiny version 0.0.20170214

(khorben)

2017-02-14 00:39:17 UTC MAIN commitmail json YAML

Register py-acme-tiny

(khorben)

2017-02-14 00:38:56 UTC MAIN commitmail json YAML

Import acme-tiny's latest commit (versioned as 0.0.20170214)

This is a tiny, auditable script that you can throw on your server to issue and
renew Let's Encrypt certificates. Since it has to be run on your server and
have access to your private Let's Encrypt account key, I tried to make it as
tiny as possible (currently less than 200 lines). The only prerequisites are
python and openssl.

Tested successfully on NetBSD 7.0.2 (i386).

"please import!" wiz@

(khorben)

2017-02-13 22:03:36 UTC MAIN commitmail json YAML

Updated devel/py-serpent to 1.16

(adam)

2017-02-13 21:59:10 UTC MAIN commitmail json YAML

2017-02-13 21:52:48 UTC MAIN commitmail json YAML

Updated textproc/py-markdown to 2.6.8; www/py-djangorestframework to 3.5.4

(adam)

2017-02-13 21:52:17 UTC MAIN commitmail json YAML

Changes 3.5.4:
The 3.5 release is the second in a planned series that is addressing schema generation, hypermedia support, API client libraries, and finally realtime support.

(adam)

2017-02-13 21:42:50 UTC MAIN commitmail json YAML

2017-02-13 21:31:44 UTC MAIN commitmail json YAML

Added textproc/py-mistune version 0.7.3; textproc/py-m2r version 0.1.5; devel/py-automat version 0.5.0; devel/py-queuelib version 1.4.2; devel/py-pydispatcher version 2.0.5; www/py-w3lib version 1.17.0; www/py-parsel version 1.1.0; www/py-scrapy version 1.3.2

(adam)

2017-02-13 21:25:33 UTC MAIN commitmail json YAML

Added www/py-scrapy version 1.3.2

Scrapy is a fast high-level web crawling and web scraping framework, used to
crawl websites and extract structured data from their pages. It can be used for
a wide range of purposes, from data mining to monitoring and automated testing.

(adam)

2017-02-13 21:21:09 UTC MAIN commitmail json YAML

Added www/py-parsel version 1.1.0

Parsel is a library to extract data from HTML and XML using XPath and CSS
selectors.

Features:
* Extract text using CSS or XPath selectors
* Regular expression helper methods

(adam)

2017-02-13 21:19:51 UTC MAIN commitmail json YAML

This is a Python library of web-related functions, such as:
* remove comments, or tags from HTML snippets
* extract base url from HTML snippets
* translate entites on HTML strings
* convert raw HTTP headers to dicts and vice-versa
* construct HTTP auth header
* converting HTML pages to unicode
* sanitize urls (like browsers do)
* extract arguments from urls

(adam)

2017-02-13 21:18:15 UTC MAIN commitmail json YAML

Added devel/py-pydispatcher version 2.0.5

Dispatcher mechanism for creating event models

PyDispatcher is an enhanced version of Patrick K. O'Brien's original
dispatcher.py module. It provides the Python programmer with a robust mechanism
for event routing within various application contexts.

Included in the package are the robustapply and saferef modules, which provide
the ability to selectively apply arguments to callable objects and to reference
instance methods using weak-references.

(adam)

2017-02-13 21:15:41 UTC MAIN commitmail json YAML

Added devel/py-queuelib version 1.4.2

Queuelib is a collection of persistent (disk-based) queues for Python.

Queuelib goals are speed and simplicity. It was originally part of the Scrapy
framework and stripped out on its own library.

(adam)

2017-02-13 21:13:11 UTC MAIN commitmail json YAML

Added devel/py-automat version 0.5.0

Automat is a library for concise, idiomatic Python expression of finite-state
automata (particularly deterministic finite-state transducers).

(adam)

2017-02-13 21:10:12 UTC MAIN commitmail json YAML

Change CATEGORIES to textproc

(adam)

2017-02-13 21:08:29 UTC MAIN commitmail json YAML

Added textproc/py-m2r version 0.1.5

M2R converts a markdown file including reST markups to a valid reST format.

Features:
* Basic markdown and some extensions
  o inline/block-level raw html
  o fenced-code block
  o tables
  o footnotes ([^1])
* Inline- and Block-level reST markups
  o single- and multi-line directives (.. directive::)
  o inline-roles (:code:`print(1)` ...)
  o ref-link (see `ref`_)
  o footnotes ([#fn]_)
  o math extension inspired by recommonmark
* Sphinx extension
  o add markdown support for sphinx
  o mdinclude directive to include markdown from md or reST files

(adam)

2017-02-13 21:06:21 UTC MAIN commitmail json YAML

Added textproc/py-mistune version 0.7.3

The fastest markdown parser in pure Python with renderer features, inspired by
marked.

Features:
* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
* Very Fast. It is the fastest in all pure Python markdown parsers.
* More Features. Table, footnotes, autolink, fenced code etc.

(adam)

2017-02-13 19:59:49 UTC MAIN commitmail json YAML

Updated sysutils/rsyslog to 8.24.0

(fhajny)

2017-02-13 19:59:36 UTC MAIN commitmail json YAML

Update sysutils/rsyslog to 8.24.0.

Changelog (abridged):

- rsyslog now builds on AIX
- mmdblookup: new maxminddb lookup message modify plugin
- mmrm1stspace: new module; removes first space in MSG if present
- KSI signature provider: file permissions can now be specified
- omzmq: new features
- change: when the hostname is empty, we now use "localhost-empty-hostname"
- omelasticsearch: remove "asyncrepl" config parameter
- omfwd: Add support for bind-to-device (see below on same for imudp)
- imudp: Add support for bind-to-device
- imudp: limit rcvbufsize parameter to max 1GiB
- rainerscript: implement new "call_indirect" statement
- bugfix imjournal: make state file handling more robust
- bugfix core: lookup table reload was not properly integrated
- bugfix core: potential dealock on shutdown
- bugfix ommongodb: did not work in v8 due to invalid indirection
- bugfix ommongodb: fix tryResume handling
- bugfix omfwd: retry processing was not done correctly, could stall
- bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on

(fhajny)

2017-02-13 19:08:20 UTC MAIN commitmail json YAML

Enable rsyslog-relp

(fhajny)

2017-02-13 19:07:49 UTC MAIN commitmail json YAML

Added sysutils/rsyslog-relp version 8.23.0

(fhajny)

2017-02-13 19:07:36 UTC MAIN commitmail json YAML

Import rsyslog RELP modules as sysutils/rsyslog-relp.

rsyslog modules for receiving and sending of RELP protocol messages.

(fhajny)

2017-02-13 18:59:59 UTC MAIN commitmail json YAML

Updated textproc/py-cssselect to 1.0.1; devel/py-attrs to 16.3.0; net/py-twisted to 17.1.0

(adam)

2017-02-13 18:59:04 UTC MAIN commitmail json YAML

Twisted Core 17.1.0 (2017-02-04)
================================

Features
--------
- Added a new interface,
  twisted.internet.interfaces.IHostnameResolver, which is an
  improvement to twisted.internet.interfaces.IResolverSimple that
  supports resolving multiple addresses as well as resolving IPv6
  addresses.  This is a native, asynchronous, Twisted analogue to
  getaddrinfo. (bug-4362)
- twisted.web.client.Agent now uses HostnameEndpoint internally; as a
  consequence, it now supports IPv6, as well as making connections
  faster and more reliably to hosts that have more than one DNS name.
  (bug-6712)
- twisted.internet.ssl.CertificateOptions now has the new constructor
  argument 'raiseMinimumTo', allowing you to increase the minimum TLS
  version to this version or Twisted's default, whichever is higher.
  The additional new constructor arguments 'lowerMaximumSecurityTo'
  and 'insecurelyLowerMinimumTo' allow finer grained control over
  negotiated versions that don't honour Twisted's defaults, for
  working around broken peers, at the cost of reducing the security
  of the TLS it will negotiate. (bug-6800)
- twisted.internet.ssl.CertificateOptions now sets the OpenSSL
  context's mode to MODE_RELEASE_BUFFERS, which will free the
  read/write buffers on idle TLS connections to save memory. (bug-8247)
- trial --help-reactors will only list reactors which can be
  imported.  (bug-8745)
- twisted.internet.endpoints.HostnameEndpoint now uses the passed
  reactor's implementation of
  twisted.internet.interfaces.IReactorPluggableResolver to resolve
  hostnames rather than its own deferToThread/getaddrinfo wrapper;
  this makes its hostname resolution pluggable via a public API.
  (bug-8922)
- twisted.internet.reactor.spawnProcess now does not emit a
  deprecation warning on Unicode arguments. It will encode Unicode
  arguments down to bytes using the filesystem encoding on UNIX and
  Python 2 on Windows, and pass Unicode through unchanged on Python 3
  on Windows. (bug-8941)
- twisted.trial._dist.test.test_distreporter now works on Python 3.
  (bug-8943)

Bugfixes
--------
- trial --help-reactors will now display iocp and win32er reactors
  with Python 3. (bug-8745)
- twisted.logger._flatten.flattenEvent now handles log_format being
  None instead of assuming the value is always a string. (bug-8860)
- twisted.protocol.ftp is now Python 3 compatible (bug-8865)
- twisted.names.client.Resolver can now resolve names with IPv6 DNS
  servers. (bug-8877)
- twisted.application.internet.ClientService now waits for existing
  connections to disconnect before trying to connect again when
  restarting. (bug-8899)
- twisted.internet.unix.Server.doRead and
  twisted.internet.unix.Client.doRead no longer fail if recvmsg's
  ancilliary data contains more than one file descriptor. (bug-8911)
- twist on Python 3 now correctly prints the help text when given no
  plugin to run. (bug-8918)
- twisted.python.sendmsg.sendmsg no longer segfaults on Linux +
  Python 2. (bug-8969)
- IHandshakeListener providers connected via SSL4ClientEndpoint will
  now have their handshakeCompleted methods called. (bug-8973)
- The twist script now respects the --reactor option. (bug-8983)
- Fix crash when using SynchronousTestCase with Warning object which
  does not store a string as its first argument (like
  libmysqlclient). (bug-9005)
- twisted.python.compat.execfile() does not open files with the
  deprecated 'U' flag on Python 3. (bug-9012)

Deprecations and Removals
-------------------------
- twisted.internet.ssl.CertificateOption's 'method' constructor
  argument is now deprecated, in favour of the new 'raiseMinimumTo',
  'lowerMaximumSecurityTo', and 'insecurelyLowerMinimumTo' arguments.
  (bug-6800)
- twisted.protocols.telnet (not to be confused with the supported
  twisted.conch.telnet), deprecated since Twisted 2.5, has been
  removed. (bug-8925)
- twisted.application.strports.parse, as well as the deprecated
  default arguments in strports.service/listen, deprecated since
  Twisted 10.2, has been removed. (bug-8926)
- twisted.web.client.getPage and twisted.web.client.downloadPage have
  been deprecated in favour of https://pypi.org/project/treq and
  twisted.web.client.Agent. (bug-8960)
- twisted.internet.defer.timeout is deprecated in favor of
  twisted.internet.defer.Deferred.addTimeout (bug-8971)

(adam)

2017-02-13 18:57:06 UTC MAIN commitmail json YAML

Changes 16.3.0:
* Attributes now can have user-defined metadata which greatly improves attrs���s extensibility.

* Allow for a __attrs_post_init__ method that ��� if defined ��� will get called at the end of the attrs-generated __init__ method.

* Add @attr.s(str=True) that will optionally create a __str__ method that is identical to __repr__. This is mainly useful with Exceptions and other classes that rely on a useful __str__ implementation but overwrite the default one through a poor own one. Default Python class behavior is to use __repr__ as __str__ anyways.

If you tried using attrs with Exceptions and were puzzled by the tracebacks: this option is for you.

* Don���t overwrite __name__ with __qualname__ for attr.s(slots=True) classes.

(adam)

2017-02-13 18:35:38 UTC MAIN commitmail json YAML

2017-02-13 18:34:02 UTC MAIN commitmail json YAML

Added devel/librelp version 1.2.12

(fhajny)

2017-02-13 18:33:49 UTC MAIN commitmail json YAML

2017-02-13 18:33:24 UTC MAIN commitmail json YAML

Import librelp 1.2.12 as devel/librelp.

librelp is a core protocol library for RELP, the "reliable event
logging protocol". It was created to provide ultra-reliable
delivery of syslog messages and is quite good at that.

(fhajny)

2017-02-13 17:58:47 UTC MAIN commitmail json YAML

2017-02-13 17:49:46 UTC MAIN commitmail json YAML

2017-02-13 17:45:11 UTC MAIN commitmail json YAML

Updated databases/sqlite3 to 3.17.0

(adam)

2017-02-13 17:44:01 UTC MAIN commitmail json YAML

SQLite Release 3.17.0 On 2017-02-13
* Approximately 25% better performance from the R-Tree extension.
* Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available.
* Uses the sqlite3_blob key/value access object instead of SQL for pulling content out of R-Tree nodes
* Other miscellaneous enhancements such as loop unrolling.
* Add the SQLITE_DEFAULT_LOOKASIDE compile-time option.
* Increase the default lookaside size from 512,125 to 1200,100 as this provides better performance while only adding 56KB of extra memory per connection. Memory-sensitive applications can restore the old default at compile-time, start-time, or run-time.
* Use compiler built-ins __builtin_sub_overflow(), __builtin_add_overflow(), and __builtin_mul_overflow() when available. (All compiler built-ins can be omitted with the SQLITE_DISABLE_INTRINSIC compile-time option.)
* Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which can result in significantly smaller database files for some applications, at the risk of being incompatible with older versions of SQLite.
* Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for improved performance.
* Added the SQLITE_UINT64_TYPE compile-time option as an analog to SQLITE_INT64_TYPE.
* Perform some UPDATE operations in a single pass instead of in two passes.
* Enhance the session extension to support WITHOUT ROWID tables.
* Fixed performance problems and potential stack overflows when creating views from multi-row VALUES clauses with hundreds of thousands of rows.
* Added the sha1.c extension.
* In the command-line shell, enhance the ".mode" command so that it restores the default column and row separators for modes "line", "list", "column", and "tcl".
* Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it works in WAL mode as long as the pages being read are not in the WAL file.
* Enhance the LEMON parser generator so that it can store the parser object as a stack variable rather than allocating space from the heap and make use of that enhancement in the amalgamation.
* Other performance improvements. Uses about 6.5% fewer CPU cycles.

Bug Fixes:
* Throw an error if the ON clause of a LEFT JOIN references tables to the right of the ON clause. This is the same behavior as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN into an INNER JOIN.
* Use the correct affinity for columns of automatic indexes.
* Ensure that the sqlite3_blob_reopen() interface can correctly handle short rows.

(adam)

2017-02-13 17:28:15 UTC MAIN commitmail json YAML

Added time/py-tempora version 1.6.1; net/py-portend version 1.8; www/py-cheroot version 5.1.0. Updated www/py-cherrypy to 10.1.0.

(adam)

2017-02-13 17:24:30 UTC MAIN commitmail json YAML

Changes 10.1.0:
* Bump to cheroot 5.1.0.
* 794: Prefer setting max-age for session cookie
  expiration, moving MSIE hack into a function
  documenting its purpose.

(adam)

2017-02-13 17:22:07 UTC MAIN commitmail json YAML

Added www/py-cheroot version 5.1.0:

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy.

(adam)

2017-02-13 17:20:35 UTC MAIN commitmail json YAML

Changed category from www to time

(adam)

2017-02-13 17:20:06 UTC MAIN commitmail json YAML

Added net/py-portend version 1.8:

Use portend to monitor TCP ports for bound or unbound states.

For example, to wait for a port to be occupied, timing out after 3 seconds::

portend.occupied('www.pkgsrc.org', 80, timeout=3)

Or to wait for a port to be free, timing out after 5 seconds::

portend.free('::1', 80, timeout=5)

The portend may also be executed directly. If the function succeeds, it
returns nothing and exits with a status of 0. If it fails, it prints a
message and exits with a status of 1. For example::

python -m portend localhost:31923 free
(exits immediately)

python -m portend -t 1 localhost:31923 occupied
(one second passes)
Port 31923 not bound on localhost.

(adam)

2017-02-13 17:15:00 UTC MAIN commitmail json YAML

Added time/py-tempora version 1.6.1

Objects and routines pertaining to date and time (tempora).

Modules include:
- tempora (top level package module) contains miscellaneous
  utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.

(adam)

2017-02-13 15:03:12 UTC MAIN commitmail json YAML

Updated time/khal to 0.9.2

(wiz)

2017-02-13 15:03:02 UTC MAIN commitmail json YAML

Updated khal to 0.9.2.

0.9.2
=====
released 2017-02-13

* FIX if weekstart != 0 ikhal would show wrong weekday names
* FIX allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)
  were lasting one day too long
* FIX no more crashes when using timezones that have a constant UTC offset (like
  UTC itself)
* FIX updated outdated zsh completion file
* FIX display search results for events with neither DTEND nor DURATION
* FIX display search results that are all-day events
* in ikhal, update the date-titles on date change
* FIX printing a new event's path if [default] print_new = path
* FIX width of calendar in `khal calendar` was off by two if locale.weeknumbers
  was set to "right"

* CHANGED default `agenda_day_format` to include the actual date of the day

* NEW configuration option: [view]dynamic_days = True, if set to False, ikhal's
  right column behaves similar as it did in 0.8.x

(wiz)

2017-02-13 14:23:16 UTC MAIN commitmail json YAML

Updated security/vault to 0.6.5

(fhajny)

2017-02-13 14:23:08 UTC MAIN commitmail json YAML

Update security/vault to 0.6.5.

FEATURES:

- Okta Authentication: A new Okta authentication backend allows you to use
  Okta usernames and passwords to authenticate to Vault. If provided with an
  appropriate Okta API token, group membership can be queried to assign
  policies; users and groups can be defined locally as well.
- RADIUS Authentication: A new RADIUS authentication backend allows using
  a RADIUS server to authenticate to Vault. Policies can be configured for
  specific users or for any authenticated user.
- Exportable Transit Keys: Keys in `transit` can now be marked as
  `exportable` at creation time. This allows a properly ACL'd user to retrieve
  the associated signing key, encryption key, or HMAC key. The `exportable`
  value is returned on a key policy read and cannot be changed, so if a key is
  marked `exportable` it will always be exportable, and if it is not it will
  never be exportable.
- Batch Transit Operations: `encrypt`, `decrypt` and `rewrap` operations
  in the transit backend now support processing multiple input items in one
  call, returning the output of each item in the response.
- Configurable Audited HTTP Headers: You can now specify headers that you
  want to have included in each audit entry, along with whether each header
  should be HMAC'd or kept plaintext. This can be useful for adding additional
  client or network metadata to the audit logs.
- Transit Backend UI (Enterprise): Vault Enterprise UI now supports the transit
  backend, allowing creation, viewing and editing of named keys as well as using
  those keys to perform supported transit operations directly in the UI.
- Socket Audit Backend A new socket audit backend allows audit logs to be sent
  through TCP, UDP, or UNIX Sockets.

IMPROVEMENTS:

- auth/aws-ec2: Add support for cross-account auth using STS
- auth/aws-ec2: Support issuing periodic tokens
- auth/github: Support listing teams and users
- auth/ldap: Support adding policies to local users directly, in addition to
  local groups
- command/server: Add ability to select and prefer server cipher suites
- core: Add a nonce to unseal operations as a check (useful mostly for
  support, not as a security principle)
- duo: Added ability to supply extra context to Duo pushes
- physical/consul: Add option for setting consistency mode on Consul gets
- physical/etcd: Full v3 API support; code will autodetect which API version
  to use. The v3 code path is significantly less complicated and may be much
  more stable.
- secret/pki: Allow specifying OU entries in generated certificate subjects
- secret mount ui (Enterprise): the secret mount list now shows all mounted
  backends even if the UI cannot browse them. Additional backends can now be
  mounted from the UI as well.

BUG FIXES:

- auth/token: Fix regression in 0.6.4 where using token store roles as a
  blacklist (with only `disallowed_policies` set) would not work in most
  circumstances
- physical/s3: Page responses in client so list doesn't truncate
- secret/cassandra: Stop a connection leak that could occur on active node
  failover
- secret/pki: When using `sign-verbatim`, don't require a role and use the
  CSR's common name

(fhajny)

2017-02-13 14:18:31 UTC MAIN commitmail json YAML

Updated lang/nodejs4 to 4.7.3

(fhajny)

2017-02-13 14:18:20 UTC MAIN commitmail json YAML

Update lang/nodejs4 to 4.7.3.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k

(fhajny)

2017-02-13 14:10:53 UTC MAIN commitmail json YAML

Added devel/p5-Net-LDAP-SID version 0.001
Updated devel/p5-MooseX-Singleton to 0.30
Updated devel/p5-Log-Dispatch-FileRotate to 1.23
Updated devel/p5-Hash-FieldHash to 0.15
Updated devel/p5-Glib-Object-Introspection to 0.042
Updated devel/p5-File-Save-Home to 0.10
Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.03
Updated devel/p5-File-Find-Object to 0.3.2
Updated devel/p5-File-ChangeNotify to 0.27

(mef)

2017-02-13 14:06:59 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.27
------------------------------------------
0.27  2017-01-30

- Inflating File::ChangeNotify::Default::Watcher into a Moose object with
  Moose 2.2000 would cause an error or warning because of a bug in how it
  defined an attribute. This broke Catalyst::Restarter.

(pkgsrc changes)
- Drop following line, see above
  DEPENDS+=      p5-Moose>=2:../../devel/p5-Moose
- Add following lines for make test
  BUILD_DEPENDS+=        p5-Moo-[0-9]*:../../devel/p5-Moo
  BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
  BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
  BUILD_DEPENDS+=        p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable

(mef)

2017-02-13 14:05:58 UTC MAIN commitmail json YAML

Updated lang/nodejs6 to 6.9.5

(fhajny)

2017-02-13 14:05:50 UTC MAIN commitmail json YAML

Update lang/nodejs6 to 6.9.5.

Notable Changes

- deps: upgrade openssl sources to 1.0.2k

(fhajny)

2017-02-13 13:55:31 UTC MAIN commitmail json YAML

Updated lang/nodejs to 7.5.0

(fhajny)

2017-02-13 13:55:23 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.5.0.

Notable changes

- crypto:
  - ability to select cert store at runtime
  - Use system CAs instead of using bundled ones
- deps:
  - upgrade npm to 4.1.2
  - upgrade openssl sources to 1.0.2k
- doc: add basic documentation for WHATWG URL API
- process: add NODE_NO_WARNINGS environment variable
- url: allow use of URL with http.request and https.request

(fhajny)

2017-02-13 13:39:55 UTC MAIN commitmail json YAML

Add support for the Sun linker. Fixes joyent/pkgsrc/issues/455 on SunOS.
Based on jcea's pull request.

(fhajny)

2017-02-13 13:32:54 UTC MAIN commitmail json YAML

Updated mail/p5-Email-MIME to 1.940

(wen)

2017-02-13 13:31:07 UTC MAIN commitmail json YAML

Update to 1.940

Upstream changes:
1.940    2017-01-29 10:33:45-05:00 America/New_York
        - no code changes since 1.939 trial release

1.939    2017-01-14 14:58:44-05:00 America/New_York (TRIAL RELEASE)
        - do not decode MIME headers known to be never encoded (Pali Roh獺r)
        - ...and that includes the Downgraded-* headers (Pali Roh獺r)

1.938    2017-01-01 20:03:38-05:00 America/New_York (TRIAL RELEASE)
        - numerous small fixes to header encoding (thanks, Pali Roh獺r)
          for more details see https://github.com/rjbs/Email-MIME/pull/32
        - When a single-part content type has been provided with multiple
          parts, the user is now warned that the type has been changed to
          multipart/mixed.  This helps catch typos like
          "mutlipart/alternative".

(wen)

2017-02-13 13:18:42 UTC MAIN commitmail json YAML

Updated devel/p5-File-Find-Object to 0.3.2
------------------------------------------
0.3.2  2017-01-13
    - Made the version number consistent across the .pm files.
        - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number
        - Thanks to aer0 for the report.

0.3.1  2017-01-09
    - Fixed an issue with tracking the depth of the inodes when detecting
    a symlink loop.
        - Detected by several cygwin reports.

(mef)

2017-02-13 13:16:19 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Types-MooseLike-Numeric to 1.03
-----------------------------------------------------
1.03 - 2017-01-20
    - Add Moo to Build requirements (wpmoore/mendoza)
    - Improve POD (meAmidos)
    - Simplify type constraint tests by making use of subtype (meAmidos)

(mef)

2017-02-13 13:10:43 UTC MAIN commitmail json YAML

Updated devel/p5-File-Save-Home to 0.10
---------------------------------------
0.10 Fri Feb 10 21:25:41 EST 2017

Move into git for version control.  Establish github.com repository.
In restore_subhome_directory_status(), die rather than simply warning
when a directory or file can not be found for removal.  More use of
catdir and catfile to compose paths.

(mef)

2017-02-13 13:03:44 UTC MAIN commitmail json YAML

Updated devel/p5-Glib-Object-Introspection to 0.042
----------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.042
========================================================

* perli11ndoc: put special classes and records into their own category
* perli11ndoc: list functions of enums and bitfields
* perli11ndoc: fix the synopsis formatting for class struct functions
* perli11ndoc: correctly display array and callback parameters/return
  values/fields
* Fix "occuring" typo in POD (Bugzilla #775169)

(mef)

2017-02-13 13:02:11 UTC MAIN commitmail json YAML

SunOS also needs -lresolve. Fixes joyent/pkgsrc/issues/464. Fix misspelling of PKGREVISION.

(fhajny)

2017-02-13 12:58:42 UTC MAIN commitmail json YAML

Updated devel/p5-Hash-FieldHash to 0.15
---------------------------------------
0.15 2017-02-06T01:10:09Z
    - Fix #1: t/orig/03_class.t fails if FamilyTreeInfo-2.3.24 is installed

(mef)

2017-02-13 12:48:02 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch-FileRotate to 1.23
------------------------------------------------
1.23 Thu Feb 09 2017
    - Issue a warning if the lockfile cannot be opened (Thanks KGOESS)
      [#63544]
    - Fix POD typo (Thanks Anirvan Chatterjee)
(pkgsrc changes)
  - Add LICENSE as ${PERL5_LICENSE}
  - Add BUILD_DEPENDS+= p5-Test-Warn-[0-9]*

(mef)

2017-02-13 12:16:16 UTC MAIN commitmail json YAML

Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test)

(mef)

2017-02-13 12:06:22 UTC MAIN commitmail json YAML

Add p5-Package-DeprecationManager-[0-9]* for BUILD_DEPENDS (make test)

(mef)

2017-02-13 11:55:36 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Singleton to 0.30
-----------------------------------------
0.30      2016-11-23 04:46:06Z
    - move repository to github Moose organization
    - properly declare test prereqs

(mef)

2017-02-13 11:32:56 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Report to 1.19

(wen)

2017-02-13 11:32:08 UTC MAIN commitmail json YAML

Update to 1.19

Upstream changes:
version 1.19: Thu  9 Feb 17:35:43 CET 2017

Fixes:
- Dancer2 change when a stack-level needs to be skipped for
  reporting the location of the exception [Andrew Beverley]
- more modules optional during Dancer2 tests

Improvements:
- Dancer2 interface changes [Andrew Beverley]
- spell fixes. rt.cpan.org#118561 [Gregor Herrmann, Debian]
- spell fixes. rt.cpan.org#118562 [Gregor Herrmann, Debian]
- free format calls in ::File and ::Syslog get additional info, which
  can be used in line formatting.
- Use Dancer2::Logger::LogReport without Dancer2::Plugin::LogReport
  [Andrew Beverley]

(wen)

2017-02-13 11:23:44 UTC MAIN commitmail json YAML

Updated devel/py-flake8 to 3.3.0

(wen)

2017-02-13 11:22:54 UTC MAIN commitmail json YAML

Update to 3.3.0

Upstream changes:
3.3.0 -- 2017-02-06
You can view the 3.3.0 milestone on GitLab for more details.

Add support for Python 3.6 (via dependencies). Note Flake8 does not
guarantee that all plugins will support Python 3.6.
Added unique error codes for all missing PyFlakes messages. (14 new
codes, see "Error / Violation Codes")
Dramatically improve the performance of Flake8. (See also GitLab!156)
Display the local file path instead of the temporary file path when
using the git hook. (See also GitLab#244)
Add methods to Report class that will be called when Flake8 starts and
finishes processing a file. (See also GitLab#251)
Fix problem where hooks should only check *.py files. (See also
GitLab#268)
Fix handling of SyntaxErrors that do not include physical line information.
(See also GitLab#279)
Update upper bound on PyFlakes to allow for PyFlakes 1.5.0.  (See also
GitLab#290)
Update setuptools integration to less eagerly deduplicate packages.
(See also GitLab#295)
Force flake8 --version to be repeatable between invocations. (See also
GitLab#297)

(wen)

2017-02-13 11:09:59 UTC MAIN commitmail json YAML

Updated devel/py-flakes to 1.5.0

(wen)

2017-02-13 11:08:25 UTC MAIN commitmail json YAML

Update to 1.5.0

Upstream changes:
1.5.0 (2017-01-09)
  - Enable support for PEP 526 annotated assignments

1.4.0 (2016-12-30):
  - Change formatting of ImportStarMessage to be consistent with other errors
  - Support PEP 498 "f-strings"

(wen)

2017-02-13 09:36:15 UTC MAIN commitmail json YAML

Updated pkgtools/gimme to 20170213

(jperkin)

2017-02-13 09:36:04 UTC MAIN commitmail json YAML

Update for pkg_comp move to pkg_comp1.

(jperkin)

2017-02-13 06:47:51 UTC MAIN commitmail json YAML

Updated www/viewvc to 1.1.26 [wiz 2017-02-08]

(wiz)

2017-02-13 03:23:38 UTC MAIN commitmail json YAML

Added devel/ruby-cucumber-core version 2.0.0

(minskim)

2017-02-13 03:22:57 UTC MAIN commitmail json YAML

Add ruby-cucumber-core

(minskim)

2017-02-13 03:22:02 UTC MAIN commitmail json YAML

2017-02-13 00:11:56 UTC MAIN commitmail json YAML

Updated sysutils/vifm to 0.8.2nb1

(maya)

2017-02-13 00:11:35 UTC MAIN commitmail json YAML

vifm: remove a patch which has unclear motives (possibly a legacy patch
to fix a compilation problem on netbsd that is no longer relevant) that is
breaking compilation on macos.

PR pkg/51960

(maya)

2017-02-12 22:29:13 UTC MAIN commitmail json YAML

Small PLIST correction

(adam)

2017-02-12 22:02:45 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.24.0

(leot)

2017-02-12 22:02:28 UTC MAIN commitmail json YAML

Update multimedia/mpv to mpv-0.24.0

Changes:
Release 0.24.0
==============
Features
--------
Added
~~~~~
- Windows: allow snapping to screen edges (#2248)
- macOS: add border cycling (#2430)
- player: add experimental C plugin interface
- player: add experimental stream recording feature (--record-file)
- player: add prefetching of the next playlist entry (--prefetch-playlist;
  does NOT work with URLs resolved by youtube-dl)
- stream_lavf: add support for data URIs (#4058)
- vaapi: add support for 10-bit video formats (requires patched Mesa and
  capable hardware)
- x11: pseudo HiDPI scaling

Options and Commands
--------------------
Added
~~~~~
- sub: add --sub-justify and --sub-ass-justify options
- sub: add option to force using video resolution for image subtitles
  (--image-subs-video-resolution)

Changed
~~~~~~~
- command: rename framedrop properties
    - drop-frame-count → decoder-frame-drop-count
    - vo-drop-frame-count → frame-drop-count
- input.conf: change "L" to change loop-file by default

Deprecated
~~~~~~~~~~
- --hwdec-preload (replaced with --opengl-hwdec-interop)

Removed
~~~~~~~
- options: drop deprecated --sub-codepage syntax
- options: drop deprecated --vd/--ad codecs selection features
- player: remove --stream-capture option/property

Fixes and Minor Enhancements
----------------------------
- Windows: update the fullscreen state on restoring
- ad_spdif: fix obscure cases of AC3 passthrough (e.g. 44100 Hz AC3)
- ao_oss: use --audio-device if --oss-device isn't set (#4122)
- build: fix --disable-gl if cuda is enabled
- build: rpi: rely on pkgconfig for compiler flags to ease cross compilation
- charset_conv: fallback to interpreting subs as latin1 if iconv fails
- charset_conv: fix "auto" fallback with uchardet not compiled (#3954)
- client API: fix freeze when destroying mpv_handle before mpv_initialize
- client API: fix mpv_set_property() return value before init (#3988)
- command: fix potential crash for script-binding with multi-commands
- command: nicer OSD formatting for loop-file
- command: shorten long playlists on OSD
- config: do not resolve default profile during "include" processing (#4024)
- cuda: fix 10 bit decoding
- cue: accept lower-case cue commands (#4057)
- demux_mkv: any reference makes a frame not a keyframe (fixes seeking in WebM
  files with alpha channel)
- lavfi: slightly better disconnected output handling (#4118)
- lua: close directory after reading its entries (#4045)
- macOS: consistent normalization when searching for external files (#4016)
- macOS: don't change Space on quit in fullscreen (#3957)
- macOS: don't constrain window frame for fullscreen (#4044)
- macOS: don't init displaylink on reconfig (#4031)
- macOS: fix build on OS X 10.9 (#3946)
- macOS: fix color profile retrieval
- macOS: fix displaylink refresh rate retrieval
- macOS: fix dropping of files and URLs (#4036)
- macOS: fix handling of geometry option (#3867)
- macOS: fix unwanted behavior with window level other than the default
  (#1757, #1884)
- macOS: fix window size in certain circumstances
- macOS: properly recover from toggleFullscreen fail (#4035)
- osc: allow playlist buttons when looping (#4092)
- osc: bottom/topbar: clip title instead of stretching
- osc: bottombar/topbar: make chapter markers slightly bigger
- osc: box: clip with ellipsis after too much stretching
- osc: fix crashes related to field eventresponder being nil (#3210)
- player: add .scc subtitle extension
- stream_bluray: use proper 0-based index
- sub: remove .txt as text subtitle extension
- tv: fix segfaults on TV input (#4096)
- vaapi: set libva > 0.39.4 message callbacks to prevent it from printing
  messages to the terminal
- vd_lavc: improved fallback behavior for --hwdec=cuda (#3914)
- vdpau: reject decoding of non-4:2:0 (would decode to garbage)
- vf_lavfi: don't crash with VOs without hardware decoding support (#4064)
- vo_opengl, vo_opengl_cb: better hwdec interop backend selection
- vo_opengl: angle: rewrite with custom swap chain (fixes problems with
  e.g. 24 fps video on 24 Hz monitors, avoids problems with DirectComposition,
  enables "screenshot window" command on Windows 8 and newer)
- vo_opengl: partially fix rotation for 4:2:2 content
- vo_opengl: x11egl: fix alpha mode
- wayland: fix high CPU usage with mpv paused and visible
- ytdl_hook, edl: implement pseudo-DASH support
- ytdl_hook: add non-dash fallbacks to default formats
- ytdl_hook: fix opening hitbox.tv rtmp stream
- ytdl_hook: respect --no-audio, don't force-select track
- ytdl_hook: support livestream segmented DASH VODs
- ytdl_hook: support segmented dash

(leot)

2017-02-12 21:50:52 UTC MAIN commitmail json YAML

Updated graphics/dcraw to 9.27.0; graphics/ImageMagick6 to 6.9.7.7; graphics/pfstools to 2.0.5

(adam)

2017-02-12 21:50:17 UTC MAIN commitmail json YAML

Changes 2.0.5:
This is a bug fix release, addressing issues in Octave interface, newer compilers and with some HDR file formats.

(adam)

2017-02-12 21:41:52 UTC MAIN commitmail json YAML

2017-02-12 20:28:23 UTC MAIN commitmail json YAML

Changes 9.27.0:
Added "-o 6" for ACES colorspace.
Copied color matrices from DNG Converter 9.5.1.
Support the Canon EOS 80D & IXUS 160, Fuji X-E2 & X-E2S & X-Pro2

(adam)

2017-02-12 18:57:21 UTC MAIN commitmail json YAML

Added textproc/verify-synopsis version 1.0

(wiz)

2017-02-12 18:57:10 UTC MAIN commitmail json YAML

+ verify-synopsis

(wiz)

2017-02-12 18:56:54 UTC MAIN commitmail json YAML

2017-02-12 12:58:14 UTC MAIN commitmail json YAML

Add p5-Log-Any-[0-9]* on BUILD_DEPENDS+ for make test

(mef)

2017-02-12 11:08:13 UTC MAIN commitmail json YAML

Remove outdated master sites.

Remove NEW/ folder. We should only ever need / and /OLD/

(wiz)

2017-02-12 11:04:46 UTC MAIN commitmail json YAML

Remove obsolete master sites.

(wiz)

2017-02-12 10:48:55 UTC MAIN commitmail json YAML

Move pkgtools/pkg_comp to pkgtools/pkg_comp1.

This is to make room for pkg_comp 2.0, which is coming soon.  The new release
is significantly different from the 1.x series in features (supports multiple
platforms, bootstrap, and pbulk) but also comes with a different configuration
syntax.

(jmmv)

2017-02-12 10:29:04 UTC MAIN commitmail json YAML

Updated www/awstats to 7.6

(adam)

2017-02-12 10:27:41 UTC MAIN commitmail json YAML

Changes 7.6:
- Security fix: "|" not allowed into DirLang parameter.
- Security fix: More restrictive rule for using AWSTATS_ENABLE_CONFIG_DIR.
- Update robots database.
- Fix OS database.
- Update/fix of documentation.
- Add missing country flag for "el".
- Add partial support for pure-ftpd stats format in method field.
- Add support for macOS Sierra.
- Add web fonts to default NotPageList, add support for GPX and JSON files

(adam)

2017-02-12 10:26:41 UTC MAIN commitmail json YAML

+ libepoxy-1.4, libopenmpt-0.2.7561beta20.5, meld-3.17.0, mpv-0.24.0,
  py-anki2-2.0.42, py-flake8-3.3.0, py-test-runner-2.11.1,
  py-twisted-17.1.0, vim-8.0.0326, vim-share-8.0.0326, x264-devel-20170211.

(wiz)

2017-02-12 10:26:03 UTC MAIN commitmail json YAML

Import p5-Net-LDAP-SID-0.001 as devel/p5-Net-LDAP-SID.

METHODS
- new
  Constructor. Can pass either the binary or string representation of the SID.
- as_string
  Returns string representation of SID.
- as_binary
  Returns binary representation of SID.

(mef)

2017-02-12 07:36:27 UTC MAIN commitmail json YAML

Fix non-gtk3 (gtk2) packaging

(ryoon)

2017-02-12 06:52:24 UTC MAIN commitmail json YAML

Enable gdk-pixbuf2 module. Ride previous revbump

(ryoon)

2017-02-12 06:45:59 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.3.0.3nb4

(ryoon)

2017-02-12 06:45:20 UTC MAIN commitmail json YAML

Disable the use of harfbuzz and graphite2 from pkgsrc. Bump PKGREVISION

(ryoon)

2017-02-12 06:27:04 UTC MAIN commitmail json YAML

FIx buildlink3.mk to remove graphite2 support

(ryoon)

2017-02-12 06:26:18 UTC MAIN commitmail json YAML

2017-02-12 05:12:33 UTC MAIN commitmail json YAML

Updated misc/ruby-ohai to 8.23.0

(mef)

2017-02-12 05:11:57 UTC MAIN commitmail json YAML

Updated misc/ruby-ohai to 8.23.0
--------------------------------
## [8.23.0](https://github.com/chef/ohai/tree/8.23.0) (2017-01-23)

**Implemented enhancements:**
- C Plugin: Expand GCC data & only shellout to gcc if Xcode is installed on macOS
- Improve debug logging in multiple plugins
- Detect guests running on Veertu hypervisor
- Properly detect Cumulus Linux platform / version
- Fetch AWS Account ID from metadata

**Fixed bugs:**
- Fix log level selection when running the ohai command
- updating cloud plugin to populate azure private_ip as it's currently nil

## [v8.22.1](https://github.com/chef/ohai/tree/v8.22.1) (2016-12-07)

**Implemented enhancements:**
- Pull the complete version string of Erlang
- Add sysconf plugin to expose system configuration variables

## [8.22.0](https://github.com/chef/ohai/tree/8.22.0) (2016-11-30)

**Implemented enhancements:**
- Detect the global zone of a Solaris system as a virt host even without guests
- Add new haskell language plugin
- Better handle errors in fetching the hostname on darwin (macOS) systems
- Prefer lsb_release tool to /etc/lsb-release data
- Extend set_attribute plugin helper method to set sub-attributes.

**Fixed bugs:**
- Rework / fix logic in the joyent plugin and improve specs
- Avoid  ip_scopes returning tunl/docker interfaces as privateaddress

(mef)

2017-02-12 04:02:22 UTC MAIN commitmail json YAML

Updated www/py-beautifulsoup4 to 4.5.3

(wen)

2017-02-12 04:01:39 UTC MAIN commitmail json YAML

Update to 4.5.3

Upstream changes:
= 4.5.3 (20170102) =

* Fixed foster parenting when html5lib is the tree builder. Thanks to
  Geoffrey Sneddon for a patch and test.

* Fixed yet another problem that caused the html5lib tree builder to
  create a disconnected parse tree. [bug=1629825]

= 4.5.2 (20170102) =

* Apart from the version number, this release is identical to
  4.5.3. Due to user error, it could not be completely uploaded to
  PyPI. Use 4.5.3 instead.

(wen)

2017-02-12 03:24:20 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.50

(wen)

2017-02-12 03:23:19 UTC MAIN commitmail json YAML

Update to 0.50

Upstream changes:
0.50      2017-02-07 18:59:30Z
        - reverted the is_Fo and to_Foo refactoring again temporarily to
          resolve issues with Sub::Defer

(wen)

2017-02-12 03:18:02 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 7.25

(wen)

2017-02-12 03:16:17 UTC MAIN commitmail json YAML

Update to 7.25

Upstream changes:
7.25  2017-02-09
  - Fixed cleanup bugs in Mojo::IOLoop::Stream.

7.24  2017-02-05
  - Added open method to Mojo::File.
  - Added tempfile function to Mojo::File.
  - Fixed bug in Mojo::Asset::File where the slurp method would not work
    correctly for very large files.

(wen)

2017-02-12 02:30:07 UTC MAIN commitmail json YAML

2017-02-12 02:16:27 UTC MAIN commitmail json YAML

Added mail/courier-unicode version 1.4

(mef)

2017-02-12 02:14:01 UTC MAIN commitmail json YAML

Import courier-unicode-1.4 as mail/courier-unicode.

This library implements several algorithms related to the Unicode Standard:
-  Look up uppercase, lowercase, and titlecase equivalents of a unicode
    character
-  Implementation of grapheme and work breaking rules
-  Implementation of line breaking rules
-  Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as "&", for example),
    and determining the normal width or a double-width status of a unicode
    character. Also, an adaptation of the iconv(3) API for this unicode
    library
-  Look up the Unicode script property
-  Look up the category property
This library also implements C++ bindings for these algorithms.

(mef)

2017-02-12 01:30:37 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.4.2nb1

(ryoon)

2017-02-12 01:29:30 UTC MAIN commitmail json YAML

Disable graphite2 support. Bump PKGREVISION

Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.

(ryoon)

2017-02-12 01:01:30 UTC MAIN commitmail json YAML

Updated net/dante to 1.4.2

(mef)

2017-02-12 01:01:19 UTC MAIN commitmail json YAML

Updated net/dante to 1.4.2
--------------------------
***
***  Monday, February 6, 2017 -- Dante v1.4.2
***

o Support new version of libminiupnp.  Patch from Michele Testa
  <themike@libero.it.example.com>

o Fix memory bug in the client that would lead to a crash when resolving
  hostnames on certain platforms.

  Diagnosis and patch from Jeremie Courreges-Anglas
  <jca@wxcvbn.org.example.org>.  Thank you.

o A new environment variable has been added to aid application
  compatibility with socksify: SOCKS_FORCE_BLOCKING_CONNECT.

  See the socksify manpage for more information.

o Fixed bug in configure that broke compilation with rpmbuild on
  newer Linux versions. Multiple bug reports received, thanks
  to everyone that reported this problem.

o Add glibc-devel as Dante rpm requirement.  Requires entry for
  librt, used by socksify.  Suggested by <ealogar@gmail.com.example.com>.
  Also needed for libdl.so.

o Various NetBSD configure and server related fixes.
  Thanks to Anthony Howe <achowe@snert.com.example.com> for bug
  reports and testing.

o Corrected srchost values in examples/sockd.conf.
  Thanks to Danesh Pajoh, Babak <Babak.DaneshPajoh@gwl.ca.example.com>
  for bug report.

o Various build fixes, affecting RHEL 7 and potentially other platforms.
  Thanks to Thomas Petazzoni <thomas.petazzoni@free-electrons.com.example.com>
  for submitting related patch.

o Updates to hostid/TCP_IPA code to use newer API version.

o Added check for OpenBSD getpwnam_shadow().

o Added workaround for __FD_ELT() fortify related bug in recent glibc
  versions.

(mef)

2017-02-11 23:28:29 UTC MAIN commitmail json YAML

Updated net/gst-rtsp-server to 1.10.3

(prlw1)

2017-02-11 23:28:04 UTC MAIN commitmail json YAML

2017-02-11 22:27:49 UTC MAIN commitmail json YAML

Updated print/podofo to 0.9.5

(adam)

2017-02-11 22:27:00 UTC MAIN commitmail json YAML

PoDoFo 0.9.5 was released today, after over 6 months of development and with the help of many new contributors.

As there are so many improvements, patches and fixes that made it into this release, we are not able to list them, so please stick with the svn log.

(adam)

2017-02-11 21:13:54 UTC MAIN commitmail json YAML

Note update of www/lighttpd to 1.4.45nb1.

(he)

2017-02-11 21:13:08 UTC MAIN commitmail json YAML

2017-02-11 16:08:31 UTC MAIN commitmail json YAML

As macOS Sierra still ships with a broken "awk" and "sed" use the
pkgsrc variants as we do under Mac OS X El Capitan.

(tron)

2017-02-11 15:25:49 UTC MAIN commitmail json YAML

Updated sysutils/lsof to 4.89

(rodent)

2017-02-11 15:25:38 UTC MAIN commitmail json YAML

* The July 7, 2015 revision (4.89): corrects an error I made in applying a
  Solaris 11 patch; supports latest version of FreeBSD 11.0-CURRENT; adjusts
  for a missing bool typdef on i386 FreeBSD 10.0; fixes Linux UNIX socket
  search by name bug; adds Linux display of UNIX socket endpoint information;
  makes vm defintiions once again visible on FreeBSD 11.

(rodent)

2017-02-11 15:10:33 UTC MAIN commitmail json YAML

The checksum recorded for the ".tar.gz" file in this package doesn't match
the checksum on any of the master sites.

Fix thys by switching to the ".tar.xz" file which is smaller and provide a
correct checksum. I've compared the SHA256 checksum my copy of against the
one list in the file "sha256sums.asc" on the master site and they match.

(tron)

2017-02-11 14:25:56 UTC MAIN commitmail json YAML

Updated multimedia/bitstream to 1.2

(adam)

2017-02-11 14:24:37 UTC MAIN commitmail json YAML

Changes 1.2:
- Add partial support for ITU-T H.265
- Add support for DVB-VBI
- Add support for SCTE 104
- Add support for SMPTE 2010
- Add support for SMPTE RDD 08 (OP-47 subtitles)
- Add support for SMPTE 291
- Add support for SMPTE 337
- Add support for RFC 4175 video
- Add support for hbrmt 2022-6
- Add support for RTP RFC 2250
- Improve support of RTCP
- Fix character set for Chinese DVB strings
- Fix A/52 bitrate table

(adam)

2017-02-11 12:12:25 UTC MAIN commitmail json YAML

Add gtk3 (cairo-gtk3) option for seamonkey.
Default build is unchanged with gtk2 (cairo-gtk2)

(abs)

2017-02-11 12:12:02 UTC MAIN commitmail json YAML

Add gtk3 (cairo-gtk3) option for firefox.
Default build is unchanged with gtk2 (cairo-gtk2)

(abs)

2017-02-11 11:28:04 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt to 1.999809
Updated math/p5-Math-BigInt-GMP to 1.6004
Updated math/p5-Math-GMP to 2.14
Updated math/p5-Math-MatrixReal to 2.13
Updated math/p5-Spreadsheet-Read to 0.69
Updated math/p5-Math-BaseCnv to 1.14

(mef)

2017-02-11 11:26:42 UTC MAIN commitmail json YAML

Updated math/p5-Math-BaseCnv 1.8 to 1.14
-----------------------------------------
- 1.14 G7UM6iSk Sat Jul 30 06:44:28:46 -0500 2016
      * synchronized README and Changes to updated POD

- 1.12 G7OMKBCn Sun Jul 24 20:11:12:49 -0500 2016
      * added digit set 'b96' as a reordering of 'asc'

- 1.10 G7OMF3ZT Sun Jul 24 15:03:35:29 -0500 2016
      * added new digit sets from Math::Base::Convert

      * switched all old hex() to distinct new heX() and updated POD to
      reflect

      * fixed META license to match POD and resolve issue:
      <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60122> (Thanks again
      xenoterracide.)

      * removed PT from VERSION to resolve issue:
      <HTTPS://RT.CPAN.Org/Public/Bug/Display.html?id=60275> (Thanks
      Alexandr.)

(mef)

2017-02-11 11:23:39 UTC MAIN commitmail json YAML

Updated math/p5-Spreadsheet-Read 0.66 to 0.69
----------------------------------------
0.69    - 02 Dec 2016, H.Merijn Brand
    * Several OO fixes, more tests, more docs

0.68    - 29 Nov 2016, H.Merijn Brand
    * List non-core modules/version used on very verbose in xlscat
    * Option to export all sheets in a spreadsheet to CSV (UTF-8 only)
    * Add OO interface
    * Feature: add new spreadsheets to existing book (even of different types)

0.67    - 17 Jun 2016, H.Merijn Brand
    * CPANTESTERS showed that some versions really messed op numeric/percentage

(mef)

2017-02-11 11:17:54 UTC MAIN commitmail json YAML

Updated math/p5-Math-MatrixReal to 2.13
---------------------------------------
Changes in v2.13 - Jonathan "Duke" Leto
September 2015
--------------------------
    * Fix bug where as_list() did not work correctly for non-square matrices.
      Reported by Elia Liiti辰inen in RT #116968

(mef)

2017-02-11 11:14:45 UTC MAIN commitmail json YAML

Updated math/p5-Math-GMP 2.11 to 2.14
-------------------------------------
2.14  2017-02-01 Shlomif
    - Hopefully fix the GPG signature.
        - https://rt.cpan.org/Ticket/Display.html?id=120062
        - Thanks to Pavel Mateja for the report.

2.13  2016-11-18 Shlomif
    - Fix the tests on older libgmps.
        - See https://rt.cpan.org/Ticket/Display.html?id=118816
        - Thanks to Hugo van der Sanden for the patches.
    - Refactoring of the test suite.

2.12  2016-11-09 Shlomif
    - Add support for testing methods that return lists.
    - Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square
        - Thanks to Hugo van der Sanden for the patches
        - https://rt.cpan.org/Ticket/Display.html?id=118677

(mef)

2017-02-11 11:09:26 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt-GMP to 1.6004
-----------------------------------------
2017-02-05 v1.6004 pjacklam
* Fix typos in POD.
* Update link in SUPPORT section.
* Minor improvements to the documentation (POD).

(mef)

2017-02-11 11:06:22 UTC MAIN commitmail json YAML

Updated math/p5-Math-BigInt to 1.999809
---------------------------------------
2017-02-10 v1.999809 pjacklam

* When a new method is added to Math::BigInt or Math::BigFloat, and this new
  method requires a new backend library method, die with a suitable error
  message if the installed backend library does not support this new method.
  The error message says that the method requires a newer version of the
  backend library.

* Fix typos in Math::BigFloat and Math::BigInt.

* Add bfib() and blucas() to Math::BigInt. They return Fibonacci and Lucas
  numbers, respectively. The actual computation of the numbers is done by the
  backend library. Documented both methods in POD. Add test files bfib-mbi.t
  and blucas-mbi.t.

* Add _fib() and _lucas() to Math::BigInt::Lib. They return Fibonacci and
  Lucas numbers, respectively. Document both methods in POD. Add test files
  author-lib-arithmetic-unary-_fib.t and author-lib-arithmetic-unary-_lucas.t.

(mef)

2017-02-11 10:22:08 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg2 to 2.8.11; multimedia/ffmpeg3 to 3.2.4; databases/postgresql92 to 9.2.20; databases/postgresql93 to 9.3.16; databases/postgresql94 to 9.4.11; databases/postgresql95 to 9.5.6; databases/postgresql96 to 9.6.2

(adam)

2017-02-11 10:18:53 UTC MAIN commitmail json YAML

The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months.

(adam)

2017-02-11 09:39:20 UTC MAIN commitmail json YAML

Updated print/mupdf to 1.10anb4

(leot)

2017-02-11 09:39:05 UTC MAIN commitmail json YAML

2017-02-11 09:21:02 UTC MAIN commitmail json YAML

version 2.8.11
- avcodec/h264_slice: Clear ref_counts on redundant slices
- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
- avcodec/pictordec: Fix logic error
- avcodec/movtextdec: Fix decode_styl() cleanup
- lavf/matroskadec: fix is_keyframe for early Blocks
- configure: bump year
- avcodec/pngdec: Check trns more completely
- avcodec/interplayvideo: Move parameter change check up
- avcodec/mjpegdec: Check for for the bitstream end in mjpeg_decode_scan_progressive_ac()
- avformat/flacdec: Check avio_read result when reading flac block header.
- avcodec/utils: correct align value for interplay
- avcodec/vp56: Check for the bitstream end, pass error codes on
- avcodec/mjpegdec: Check remaining bitstream in ljpeg_decode_yuv_scan()
- avcodec/pngdec: Fix off by 1 size in decode_zbuf()
- avformat/avidec: skip odml master index chunks in avi_sync
- avcodec/mjpegdec: Check for rgb before flipping
- avutil/random_seed: Reduce the time needed on systems with very low precision clock()
- avutil/random_seed: Improve get_generic_seed() with higher precision clock()
- avformat/utils: Print verbose error message if stream count exceeds max_streams
- avformat/options_table: Set the default maximum number of streams to 1000
- avutil: Add av_image_check_size2()
- avformat: Add max_streams option
- avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be allocated
- avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()
- avformat/oggdec: Skip streams in duration correction that did not had their duration set.
- avcodec/ffv1enc: Fix size of first slice
- pgssubdec: reset rle_data_len/rle_remaining_len on allocation error

(adam)

2017-02-11 09:12:42 UTC MAIN commitmail json YAML

version 3.2.4:
- avcodec/h264_slice: Clear ref_counts on redundant slices
- lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
- lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
- avcodec/pictordec: Fix logic error
- ffserver_config: Setup codecpar in add_codec()
- Changelog: fix typos

(adam)

2017-02-11 09:05:42 UTC MAIN commitmail json YAML

Updated multimedia/mpv to 0.23.0nb5

(leot)

2017-02-11 09:05:27 UTC MAIN commitmail json YAML

mpv needs devel/libiconv too
Bump PKGREVISION

Pointed out by <sevan>'s FreeBSD 10.3 bulk build

(leot)

2017-02-11 08:49:09 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 5.3.0.3nb3

(ryoon)

2017-02-11 08:48:44 UTC MAIN commitmail json YAML

Use harfbuzz with graphite2 support from pkgsrc. Bump PKGREVISION

(ryoon)

2017-02-11 08:44:41 UTC MAIN commitmail json YAML

Updated graphics/librsvg to 2.40.15nb3

(ryoon)

2017-02-11 08:44:09 UTC MAIN commitmail json YAML

Disable gdk-pixbuf2 module to avoid segfault from gdk-pixbuf-query-loaders
on NetBSD/amd64 current at least.

Bump PKGREVISION.

(ryoon)

2017-02-11 08:27:58 UTC MAIN commitmail json YAML

Updated www/firefox to 51.0.1nb2

(ryoon)

2017-02-11 08:27:33 UTC MAIN commitmail json YAML

Remove assert to enable alsa-plugins-oss audio playback. Bump PKGREVISION

Your NetBSD system should have ~/.asoundrc like as follows.
However OSS audio playback is not ver stable.

pcm.oss {
type oss
device /dev/audio
}

pcm.!default {
type plug
slave {
pcm oss
format S16_LE
}
}

ctl.!default {
        type oss
        device /dev/mixer
}

(ryoon)

2017-02-11 08:10:52 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 45.7.0

(ryoon)

2017-02-11 08:10:28 UTC MAIN commitmail json YAML

2017-02-11 08:09:44 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 45.7.0

(ryoon)

2017-02-11 08:09:08 UTC MAIN commitmail json YAML

Update to 45.7.0

Changelog:
    Fixed Message preview pane non-functional after IMAP folder was renamed or moved
    Fixed "Move To" button on "Search Messages" panel not working
    Fixed Message sent to "undisclosed recipients" shows no recipient (non-functional since Thunderbird version 38)
    Fixed Calendar: No way to accept/decline email invitations when sent and received messages are stored in the same folder
    Fixed Various security fixes

Security fixes:
#CVE-2017-5375: Excessive JIT code allocation allows bypass of ASLR and DEP
#CVE-2017-5376: Use-after-free in XSL
#CVE-2017-5378: Pointer and frame data leakage of Javascript objects
#CVE-2017-5380: Potential use-after-free during DOM manipulations
#CVE-2017-5390: Insecure communication methods in Developer Tools JSON viewer
#CVE-2017-5396: Use-after-free with Media Decoder
#CVE-2017-5383: Location bar spoofing with unicode characters
#CVE-2017-5373: Memory safety bugs fixed in Thunderbird 45.7

(ryoon)

2017-02-11 07:25:43 UTC MAIN commitmail json YAML

Updated devel/nss to 3.29

(ryoon)

2017-02-11 07:24:55 UTC MAIN commitmail json YAML

Update to 3.29

Changelog:
Notable Changes:
================
* Fixed a NSS 3.28 regression in the signature scheme flexibility that
causes connectivity issues between iOS 8 clients and NSS servers with ECDSA
certificates (bug1334114
<https://bugzilla.mozilla.org/show_bug.cgi?id=1334114>).

(ryoon)

2017-02-11 02:52:23 UTC MAIN commitmail json YAML

Updated net/bing to 1.1.3

(mef)

2017-02-11 02:51:53 UTC MAIN commitmail json YAML

Updated net/bing to 1.0.4 to 1.1.3
----------------------------------
Release 1.1.3:
- The RTT measurement on Win32 is now on a par with that of Unix, i.e.
  the precision is in the order of 10 microseconds.
- bing has been made more portable. You should have fewer problems
  compiling bing 1.1.3 on your platform.
- bing now displays Mbps or Kbps as most sensible.

Release 1.1.2:
- All the icmp specific code has been put in the "mod_icmp" module.
  The bing core accesses this code via the interface defined in
  "mod_icmp.h".
- The files layout has been modified to accomodate the Unix/Win32
  duality. This layout is not yet really satisfactory.
- The code has been "cleaned". The process if far from being
  finished yet (imho).
- Pierre added two options '-u' and 'f'
- bing now supports multiple hosts on the command line, not only two.
- Also read the ChangeLog.

(mef)

2017-02-11 02:30:07 UTC MAIN commitmail json YAML

2017-02-11 02:29:48 UTC MAIN commitmail json YAML

Updated net/bird{,6} 1.4.5 to 1.6.3
-----------------------------------
Version 1.6.3 (2016-12-21)
  o Large BGP communities
  o BFD authentication (MD5, SHA1)
  o SHA1 and SHA2 authentication for RIP and OSPF
  o Improved documentation
  o Several bug fixes

Version 1.6.2 (2016-09-29)
  o Fixes serious bug introduced in the previous version

Version 1.6.1 (2016-09-22)
  o Support for IPv6 ECMP
  o Better handling of IPv6 tentative addresses
  o Several updates and fixes in Babel protocol
  o Filter: New !~ operator
  o Filter: ASN ranges in bgpmask
  o KRT: New kernel protocol option 'metric'
  o KRT: New route attribute 'krt_scope'
  o Improved BIRD help messages
  o Fixes memory leak in BGP multipath
  o Fixes handling of empty path segments in BGP AS_PATH
  o Several bug fixes

Version 1.6.0 (2016-04-29)
  o Major RIP protocol redesign
  o New Babel routing protocol
  o BGP multipath support
  o KRT: Add support for plenty of kernel route metrics
  o KRT: Allow more than 256 routing tables
  o Static: Allow to specify attributes for static routes
  o Static: Support for BFD controlled static routes
  o FreeBSD: Setup password for BGP MD5 authentication
  o IO: Remove socket number limit
  o Plenty of bug fixes

  Upgrade notes:

  For RIP, most protocol options were moved to interface blocks.

Version 1.5.0 (2015-04-20)
  o Major OSPF protocol redesign.
  o OSPFv2 multi-instance extension (RFC 6549).
  o BGP AS-wide unique router ID (RFC 6286).
  o BGP enhanced route refresh (RFC 7313).
  o Link state support in BGP.
  o Latency tracking and internal watchdog.
  o Uses high port range for BFD on BSD.
  o Increase max symbol length to 64.
  o Allows to define unnamed protocols from templates.
  o Fixes two serious bugs in BGP.
  o Several bugfixes and minor improvements.
  o Several minor option changes:
    - OSPF: Protocol-wide 'instance id' option added.
    - BGP: Parameters to option 'neighbor' extended.
    - BGP: Separate option 'interface' added.
    - BGP: Option 'start delay time' renamed to 'connect delay time'.
    - BGP: Option 'route limit' deprecated.

  Upgrade notes:

  For OSPF, there are deep internal changes, but user-visible changes
  are limited to log messages and minor changes in formatting of command
  output.

  For BGP, version 1.5.0 is essentially a minor release. There are two
  deprecated options ('start delay time' and 'route limit') and some
  minor formatting changes.

(mef)

2017-02-11 02:11:42 UTC MAIN commitmail json YAML

Updated net/arping to 2.18

(mef)

2017-02-11 02:11:31 UTC MAIN commitmail json YAML

Update net/arping to 2.18.
--------------------------
Explicit ChangeLog not found, but diff between source may say
following changes.
2.17
----
  usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <us> ]

  -w    Time to wait between pings, in microseconds.
  -W    Same as -w, but in floating point seconds.
2.18
----
  usage: arping [ -0aAbdDeFpPqrRuUv ] [ -w <sec> ]

  -w sec Specify a timeout before ping exits regardless of how many
    packets have been sent or received.
  -W sec Time to wait between pings.

(mef)

2017-02-11 02:08:31 UTC MAIN commitmail json YAML

Added devel/radamsa version 0.5

(kamil)

2017-02-11 02:08:16 UTC MAIN commitmail json YAML

Import radamsa-0.5 as devel/radamsa.

Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is
typically used to test how well a program can withstand malformed and
potentially malicious inputs. It works by reading sample files of valid data
and generating interestringly different outputs from them. The main selling
points of radamsa are that it has already found a slew of bugs in programs that
actually matter, it is easily scriptable and easy to get up and running.

(kamil)

2017-02-11 01:41:43 UTC MAIN commitmail json YAML

Added lang/owl-lisp version 0.1.13

(kamil)

2017-02-11 01:40:27 UTC MAIN commitmail json YAML

Import owl-lisp-0.1.13 as lang/owl-lisp.

Owl Lisp is a purely functional dialect of Scheme. It is based on the
applicable subset of R7RS standard, extending it mainly with threads and data
structures necessary for purely functional operation. Owl can be used on most
UNIX-like systems, such as Linux, BSDs and OS X. Programs are typically
compiled via C to standalone binaries, so Owl isn't needed to run programs
written in it.

Owl project originally got started both as an attempt to extend R5RS Scheme
with some necessary features, such as threads and modules, and as an experiment
on how being purely functional influences the runtime and use of an applicative
order purely functional language. While things have been added to Scheme, Owl
tries to keep the core language as simple as possible.

Implementationwise the goal was to get a small portable system which could be
used to ship programs easily. This is currently accomplished by using a small
register-based virtual machine, which can be extended with program-specific
instructions to reduce interpretive overhead.

(kamil)

2017-02-11 01:35:43 UTC MAIN commitmail json YAML

Updated devel/ropper to 1.10.10

(mef)

2017-02-11 01:35:27 UTC MAIN commitmail json YAML

Updated devel/ropper 1.9.5 to 1.10.10
  (compiled from github commit log with tag: line)
-------------------------------------
(v1.10.9) Merge pull request #46 from sashs/dev @Sascha Schirra
(v1.10.8) Merge pull request #44 from sashs/dev @Sascha Schirra
(v1.10.6) Bugfix: 'str' object has no attribute 'dataDirectory' @Sascha Schirra
(v1.10.5) Merge pull request #41 from sashs/dev @Sascha Schirra
(v1.10.4) cache implementation changed @Sascha Schirra
(v1.10.2) Merge pull request #30 from sashs/dev @Sascha Schirra
(v1.10.1) version and description changed @Sascha Schirra
(v1.10.0) Bugfix: crash when try to print stack_pivots and no gadgets are loaded @Sascha Schirra
(v1.9.11) Merge pull request #29 from sashs/dev @Sascha Schirra

(mef)

2017-02-11 00:29:52 UTC MAIN commitmail json YAML

Updated devel/reposurgeon to 3.41

(mef)

2017-02-11 00:29:37 UTC MAIN commitmail json YAML

Updated devel/reposurgeon to 3.41
---------------------------------
3.41: 2016-02-10::
    Fix fatal error in reposurgeon version command (introduced in 3.40).
    In repocutter, the pathrename command now hacks svn:mergeinfo properties.
    'split' adds a ".split" suffix to any legacy ID in the new commit.
    More control over prefix stripping in the "path sup" command.
    Add --notagify option to expunge command.
    Repair implementation of "split at".
    Add "tag create" command.

(mef)

2017-02-10 23:11:18 UTC MAIN commitmail json YAML

Updated math/R-quantreg to 5.29

(mef)

2017-02-10 23:11:05 UTC MAIN commitmail json YAML

Updated math/R-quantreg  5.21 to 5.29
-------------------------------------
  From: https://cran.r-project.org/web/packages/quantreg/ChangeLog
5.21

1.  Allowed ... to be passed in plot.summary.crqs.

2.  Fixed namespace bug in dynrq, and added an Edgeworth wacky AR(1) example
to dynrq.Rd.

3.  Fixed rqss bug about length of residual vector

5.23

1.  Added a "cluster" option for summary.rq() when using the bootstrap option
this option implements the wild gradient bootstrap method of Hagemann (2016).
See boot.rq for further details.  [Needs further testing.]

2.  Added a sfn method for rq models, and in the process modified somewhat
the return object for both rq.fit.sfn and rq.fit.sfnc so that it is compatible
with other rq.fit objects.

5.24

1.  Reverted to the old fortran versions of srqfn.f and srqfnc.f, ie removed
Martin Maechler's C versions, in preparation for some new sparse forms of the
bootstrapping functions.  Made a couple of slight changes in the return object
for these functions.

2.  Fixed a sihttps://cran.r-project.org/web/packages/quantreg/ChangeLoggn error in the cluster option pointed out in an email of
Andreas on May 9 2016.

3.  Added jackknife option to boot.rq for the proposal of Portnoy.

4.  Adapted boot.rq and friends so that when there are multiple taus
summary.rqs reuses the same randomization  for each of the taus to facilitate
joint inference with the bootstrap realizations.

5.25

1.  When method = "sfn"  store model$x in sparse form.  Then when
bootstrapping use method = "sfn" rather than the usual "br" method.

2.  When using the "cluster" option for bootstrap allow "sfn" as above.

3.  When na.action = "omit"  and length(fit$na.action) > 0, then omit
these values from the strata indicator "cluster".  This would seem to
help bring together the survey package and quantreg as desired by
email correspondance with donald706.

5.26

1.  Fixed long line per Kurt's suggestion.

2.  Added some comments about method "sfn" in the man page for rq.

5.27

1.  removed lines that cat'd taus from rqprocess in the khmal.R

2.  fixed environment problem in nlrq, according to suggestion of
Vaidotas Zemlys-Balevicius email August 9 2016.

5.28

1.  Cleaned up the fortran source a bit in accordance with Kurt's mandate
of late August 2016.  There are still some offensive items mainly in crq.f
that should be dealt with, but I wasn't able to dig into this at the moment.

(mef)