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

2024-05-26 11:49:51 UTC Now

2018-03-02 17:13:01 UTC MAIN commitmail json YAML

Updated databases/postgresql9[3456], databases/postgresql10

(adam)

2018-03-02 17:12:28 UTC MAIN commitmail json YAML

2018-03-02 17:11:12 UTC MAIN commitmail json YAML

postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22

PostgreSQL 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22:
The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases.

(adam)

2018-03-02 16:29:16 UTC MAIN commitmail json YAML

2018-03-02 16:27:54 UTC MAIN commitmail json YAML

doc: Updated graphics/opencv-contrib-face to 3.4.1

(fhajny)

2018-03-02 16:26:21 UTC MAIN commitmail json YAML

2018-03-02 16:24:33 UTC MAIN commitmail json YAML

doc: Updated graphics/opencv to 3.4.1

(fhajny)

2018-03-02 16:24:21 UTC MAIN commitmail json YAML

graphics/opencv: Update to 3.4.1.

== OpenCV 3.4.1

dnn
- Added support for quantized TensorFlow networks
- OpenCV is now able to use Intel DL inference engine as DNN
  acceleration backend
- Added AVX-512 acceleration to the performance-critical kernels, such
  as convolution and fully-connected layers
- SSD-based models trained and retrained in TensorFlow Object
  Detection API can be easier imported by a single invocation of
  python script making a text graph representation
- Performance of pthreads backend of cv::parallel_for_() has been
  greatly improved on many core machines
- OpenCL backend has been expanded to cover more layers
- Several bugs in various layers have been fixed

OpenCL
- On-disk caching of precompiled OpenCL kernels has been fixed to
  comply with OpenCL standard
- Certain cases with UMat deadlock when copying UMats in different
  threads has been fixed

Android
- Supported Android NDK16
- Added build.gradle into OpenCV 4 Android SDK
- Added initial support of Camera2 API via JavaCamera2View interface

C++
- C++11: added support of multi-dimentional cv::Mat creation via C++
  initializers lists
- C++17: OpenCV source code and tests comply C++17 standard

Misc
- opencv_contrib: added GMS matching
- opencv_contrib: added CSR-DCF tracker
- opencv_contrib: several improvements in OVIS module

== OpenCV 3.4

- New background subtraction algorithms have been integrated.

dnn
- Added faster R-CNN support
- Javascript bindings have been extended to cover DNN module
- DNN has been further accelerated for iGPU using OpenCL

OpenCL
- On-disk caching of precompiled OpenCL kernels has been finally
  implemented
- It's now possible to load and run pre-compiled OpenCL kernels via
  T-API
- Bit-exact 8-bit and 16-bit resize has been implemented

(fhajny)

2018-03-02 16:16:38 UTC MAIN commitmail json YAML

doc: Added www/ap-uwsgi version 2.0.16

(joerg)

2018-03-02 16:16:07 UTC MAIN commitmail json YAML

2018-03-02 16:15:35 UTC MAIN commitmail json YAML

Package the mod_proxy_uwsgi support separately from the main uwsgi
package.

(joerg)

2018-03-02 16:14:46 UTC MAIN commitmail json YAML

Package the mod_proxy_uwsgi support separately from the main uwsgi
package.

(joerg)

2018-03-02 16:01:31 UTC MAIN commitmail json YAML

doc: Added devel/py-Pympler version 0.5

(joerg)

2018-03-02 16:00:59 UTC MAIN commitmail json YAML

2018-03-02 15:59:04 UTC MAIN commitmail json YAML

Add py-Pympler-0.5:

Pympler is a development tool to measure, monitor and analyze the memory
behavior of Python objects in a running Python application.

By pympling a Python application, detailed insight in the size and the
lifetime of Python objects can be obtained. Undesirable or unexpected
runtime behavior like memory bloat and other ���pymples��� can easily be
identified.

Pympler integrates three previously separate projects into a single,
comprehensive profiling tool. Asizeof provides basic size information for
one or several Python objects, muppy is used for on-line monitoring of a
Python application and the class tracker provides off-line analysis of
the lifetime of selected Python objects. A web profiling frontend exposes
process statistics, garbage visualisation and class tracker statistics.

(joerg)

2018-03-02 15:36:47 UTC MAIN commitmail json YAML

These patches were missing from the initial import.

As they are mentioned in distinfo, I don't think anyone could build this
so far, so no PKGREVISION bump.

(bsiegert)

2018-03-02 15:15:50 UTC MAIN commitmail json YAML

2018-03-02 15:15:10 UTC MAIN commitmail json YAML

mk/pkgconfig-builtin.mk: use more recent package in example in comment

(wiz)

2018-03-02 15:14:21 UTC MAIN commitmail json YAML

doc: Updated pkgtools/x11-links to 1.07

(wiz)

2018-03-02 15:14:12 UTC MAIN commitmail json YAML

2018-03-02 15:11:48 UTC MAIN commitmail json YAML

2018-03-02 15:09:54 UTC MAIN commitmail json YAML

doc: Updated x11/libXfont2 to 2.0.3nb1

(wiz)

2018-03-02 15:09:44 UTC MAIN commitmail json YAML

libXfont2: remove unnecessary dependency

Bump PKGREVISION.

(wiz)

2018-03-02 15:09:16 UTC MAIN commitmail json YAML

doc: Updated x11/libXfont to 1.5.4nb1

(wiz)

2018-03-02 15:09:06 UTC MAIN commitmail json YAML

libXfont: remove unnecessary dependency.

Bump PKGREVISION.

(wiz)

2018-03-02 15:03:27 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, net/py-botocore, net/py-boto3, net/py-awscli, devel/py-multipledispatch

(adam)

2018-03-02 15:02:50 UTC MAIN commitmail json YAML

py-multipledispatch: updated to 0.5.0

0.5.0:
optimize import times
Switch testing to pytest add benchmark test
support PEP484 function argument annotation
setup.py improvements
Convert readthedocs links for their .org -> .io migration for hosted

(adam)

2018-03-02 14:59:41 UTC MAIN commitmail json YAML

py-awscli: updated to 1.14.50

1.14.50
api-change:ec2: Update ec2 command to latest version
api-change:events: Update events command to latest version
api-change:servicecatalog: Update servicecatalog command to latest version
api-change:storagegateway: Update storagegateway command to latest version
api-change:ssm: Update ssm command to latest version

1.14.49
api-change:application-autoscaling: Update application-autoscaling command to latest version

1.14.48
api-change:ecr: Update ecr command to latest version

(adam)

2018-03-02 14:58:01 UTC MAIN commitmail json YAML

py-boto3: updated to 1.6.3

1.6.3
api-change:ssm: [botocore] Update ssm client to latest version
api-change:servicecatalog: [botocore] Update servicecatalog client to latest version
api-change:events: [botocore] Update events client to latest version
api-change:storagegateway: [botocore] Update storagegateway client to latest version
api-change:ec2: [botocore] Update ec2 client to latest version

1.6.2
api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version

1.6.1
api-change:ecr: [botocore] Update ecr client to latest version

1.6.0
enhancement:Stubber: [botocore] Added the ability to add items to response metadata with the stubber.
api-change:sts: [botocore] Update sts client to latest version
api-change:route53: [botocore] Update route53 client to latest version
feature:s3: [botocore] Default to virtual hosted addressing regardless of signature version

(adam)

2018-03-02 14:52:00 UTC MAIN commitmail json YAML

py-botocore: updated to 1.9.3

1.9.3
api-change:ssm: Update ssm client to latest version
api-change:servicecatalog: Update servicecatalog client to latest version
api-change:events: Update events client to latest version
api-change:storagegateway: Update storagegateway client to latest version
api-change:ec2: Update ec2 client to latest version

1.9.2
api-change:application-autoscaling: Update application-autoscaling client to latest version

1.9.1
api-change:ecr: Update ecr client to latest version

1.9.0
enhancement:Stubber: Added the ability to add items to response metadata with the stubber.
api-change:sts: Update sts client to latest version
api-change:route53: Update route53 client to latest version
feature:s3: Default to virtual hosted addressing regardless of signature version

(adam)

2018-03-02 14:49:36 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.47.0

3.47.0:
:obj:~hypothesis.settings.register_profile now accepts keyword arguments for specific settings, and the parent settings object is now optional. Using a name for a registered profile which is not a string was never suggested, but it is now also deprecated and will eventually be an error.

(adam)

2018-03-02 14:29:17 UTC MAIN commitmail json YAML

Updated devel/py-serpent, multimedia/libdvbpsi

(adam)

2018-03-02 14:27:00 UTC MAIN commitmail json YAML

libdvbpsi: updated to 1.3.2

Changes between 1.3.1 and 1.3.2:
* Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
* Fix bug in descriptor 0x8a that prevented it from being parsed properly
* Fix bug in descriptor 0x56 generation with multiple teletext page entries
* Fix bug in descriptor 0x41 correct maximum service count

(adam)

2018-03-02 14:25:18 UTC MAIN commitmail json YAML

py-serpent: updated to 1.24

release 1.24:
fix Python 3.7 deprecation warnings about importing ABC types from collections vs collections.abc

(adam)

2018-03-02 12:22:41 UTC MAIN commitmail json YAML

doc: add memcached-1.5.6 and rust-1.24.1

(zafer)

2018-03-02 11:59:26 UTC MAIN commitmail json YAML

Fix compilation error for gettimeofday() on FreeBSD.

Use of gettimeofday() needs __XSI_VISIBLE (that implies _XOPEN_SOURCE
defined) on FreeBSD.

(triaxx)

2018-03-02 11:45:46 UTC MAIN commitmail json YAML

Updated www/py-django-cors-headers, fonts/py-fonttools, devel/py-test-mock, devel/py-txaio

(adam)

2018-03-02 11:45:21 UTC MAIN commitmail json YAML

py-txaio: updated to 2.9.0

2.9.0:
Unknown changes.

(adam)

2018-03-02 11:39:17 UTC MAIN commitmail json YAML

py-test-mock: updated to 1.7.1

1.7.1:
Fix setup.py to correctly read the README.rst.

(adam)

2018-03-02 11:37:05 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.24.0

3.24.0:
[ttGlyphPen] Decompose composite glyphs if any components' transform is too large to fit a F2Dot14 value, or clamp transform values that are (almost) equal to +2.0 to make them fit and avoid decomposing.
[ttx] Added new -g option to dump glyphs from the glyf table splitted as individual ttx files.
Copied ufoLib.filenames module to fontTools.misc.filenames, used for the ttx split-glyphs option .
[feaLib] Added support for cvParameters blocks in Character Variant feautures cv01-cv99.
[Snippets] Added checksum.py script to generate/check SHA1 hash of ttx files.
[varLib.mutator] Fixed issue while instantiating some variable fonts whereby the horizontal advance width computed from gvar phantom points could turn up to be negative.
[varLib/subset] Fixed issue with subsetting GPOS variation data not picking up ValueRecord Device objects (54fd71f).
[feaLib/voltLib] In all AST elements, the location is no longer a required positional argument, but an optional kewyord argument (defaults to None). This will make it easier to construct feature AST from code

(adam)

2018-03-02 11:34:29 UTC MAIN commitmail json YAML

py-django-cors-headers: updated to 2.2.0

2.2.0:
Django 2.0 compatibility. Again there were no changes to the actual library code, so previous versions probably work.
Ensured that request._cors_enabled is always a bool() - previously it could be set to a regex match object.

(adam)

2018-03-02 11:23:46 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 9.7.1

(fhajny)

2018-03-02 11:23:35 UTC MAIN commitmail json YAML

lang/nodejs: Update to 9.7.1.

- libuv: Updated to libuv 1.19.2
- src: Add initial support for Node.js-specific post-mortem
  metadata
- timers: The return value of setImmediate() now has ref() and
  unref() methods
- util: It is now possible to get the name for a numerical
  platform-specific error code as a string

(fhajny)

2018-03-02 10:29:09 UTC MAIN commitmail json YAML

doc: Updated devel/gradle to 4.6

(fhajny)

2018-03-02 10:28:58 UTC MAIN commitmail json YAML

devel/gradle: Update to 4.6

== Gradle 4.6

- JUnit 5 support
- Fail fast option for Test tasks
- Allow declared reasons for dependency and resolution rules
- Dependency constraints for transitive dependencies
- BOM import
- Support for optional dependencies in POM consumption
- Compile/runtime scope separation in POM consumption
- Customizable metadata file resolution
- Convenient declaration of annotation processor dependencies
- Tasks API allows custom command-line options
- Rich command-line arguments for Test, JavaExec or Exec tasks
- Logging options for debugging build caching
- Caching for Scala compilation when using the play plugin
- Improved Visual Studio IDE support for multi-project builds
- Improvements in gradle-native plugins
- Documentation updates
- Honour cache-expiry settings in the presence of detached
  configurations
- Default JaCoCo version upgraded to 0.8.0
- Build cache and task output caching marked stable
- TestKit marked stable
- CompileOptions.annotationProcessorPath now stable
- Bugfixes

Release notes:

  https://docs.gradle.org/4.6/release-notes.html

== Gradle 4.5.1

- Fixed regression in 4.5 where in some rare cases a dependency could
  be imported into a different scope than the one declared
- Fixed problem where NullPointerException could be observed if the
  parent build finished before the different composites
- Fixed regression in Eclipse project generation that could cause a
  sub-project to be added as a dependency to itself

== Gradle 4.5

- C/C++ compilation improvements
- ANTLR task is now cacheable by default
- Documentation enhancements
- Signing artifacts with gpg-agent
- Reduced deprecation logging in console
- Init task can now generate Kotlin DSL build scripts
- New plugin APIs
- Default CodeNarc has been upgraded to 1.0
- Configure executable directory in distributions
- Arbitrary task property names
- Bugfixes

Release notes:

  https://docs.gradle.org/4.5/release-notes.html

(fhajny)

2018-03-02 09:02:52 UTC MAIN commitmail json YAML

Take maintainership.
Enable scp support.
Bump PKGREVISION.

(sborrill)

2018-03-02 08:13:45 UTC MAIN commitmail json YAML

Updated devel/SDL2

(adam)

2018-03-02 07:49:58 UTC MAIN commitmail json YAML

SDL2: updated to 2.0.8

2.0.8:

General:
* Added SDL_fmod() and SDL_log10()
* Each of the SDL math functions now has the corresponding float version
* Added SDL_SetYUVConversionMode() and SDL_GetYUVConversionMode() to control the formula used when converting to and from YUV colorspace. The options are JPEG, BT.601, and BT.709

Windows:
* Implemented WASAPI support on Windows UWP and removed the deprecated XAudio2 implementation
* Added resampling support on WASAPI on Windows 7 and above

Windows UWP:
* Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on

Mac OS X:
* Added support for the Vulkan SDK for Mac:
  https://www.lunarg.com/lunarg-releases-vulkan-sdk-1-0-69-0-for-mac/
* Added support for OpenGL ES using ANGLE when it's available

Mac OS X / iOS / tvOS:
* Added a Metal 2D render implementation
* Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder() to insert your own drawing into SDL rendering when using the Metal implementation

iOS:
* Added the hint SDL_HINT_IOS_HIDE_HOME_INDICATOR to control whether the home indicator bar on iPhone X should be hidden. This defaults to dimming the indicator for fullscreen applications and showing the indicator for windowed applications.

iOS / Android:
* Added the hint SDL_HINT_RETURN_KEY_HIDES_IME to control whether the return key on the software keyboard should hide the keyboard or send a key event (the default)

Android:
* SDL now supports building with Android Studio and Gradle by default, and the old Ant project is available in android-project-ant
* SDL now requires the API 19 SDK to build, but can still target devices down to API 14 (Android 4.0.1)
* Added SDL_IsAndroidTV() to tell whether the application is running on Android TV

Android / tvOS:
* Added the hint SDL_HINT_TV_REMOTE_AS_JOYSTICK to control whether TV remotes should be listed as joystick devices (the default) or send keyboard events.

Linux:
* Added the hint SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR to control whether the X server should skip the compositor for the SDL application. This defaults to "1"
* Added the hint SDL_HINT_VIDEO_DOUBLE_BUFFER to control whether the Raspberry Pi and KMSDRM video drivers should use double or triple buffering (the default)

(adam)

2018-03-02 05:59:18 UTC MAIN commitmail json YAML

2018-03-02 03:02:32 UTC MAIN commitmail json YAML

doc/TODO: +clamav-0.99.4.

(taca)

2018-03-02 02:16:08 UTC MAIN commitmail json YAML

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

lang/php56: update to 5.6.34

01 Mar 2018, PHP 5.6.34

- Standard:
  . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

(taca)

2018-03-02 02:12:27 UTC MAIN commitmail json YAML

lang/php70: update to 7.0.28

01 Mar 2018 PHP 7.0.28

- Standard:
  . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

(taca)

2018-03-02 02:11:24 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.3

01 Mar 2018, PHP 7.2.3

- Core:
  . Fixed bug #75864 ("stream_isatty" returns wrong value on s390x). (Sam Ding)

- Apache2Handler:
  . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
    configuration). (Anatol)

- Date:
  . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
  . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
    accept `null`). (Pedro Lacerda)
  . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
    (jhdxr)

- LDAP:
  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)

- libxml2:
  . Fixed bug #75871 (use pkg-config where available). (pmmaga)

- PGSQL:
  . Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)

- Phar:
  . Fixed bug #54289 (Phar::extractTo() does not accept specific directories to
    be extracted). (bishop)
  . Fixed bug #65414 (deal with leading slash while adding files correctly).
    (bishopb)
  . Fixed bug #65414 (deal with leading slash when adding files correctly).
    (bishopb)

- ODBC:
  . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)

- Opcache:
  . Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita)
  . Fixed bug #75893 (file_get_contents $http_response_header variable bugged
    with opcache). (Nikita)
  . Fixed bug #75938 (Modulus value not stored in variable). (Nikita)

- SPL:
  . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)

- Standard:
  . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
    Philip Sharp)
  . Fixed bug #75981 (Prevent reading beyond buffer start in http wrapper).
    (Stas)

(taca)

2018-03-02 02:09:48 UTC MAIN commitmail json YAML

lang/php71: update to 7.1.15

01 Mar 2018, PHP 7.1.15

- Apache2Handler:
  . Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
    configuration). (Anatol)

- Date:
  . Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
  . Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
    accept `null`). (Pedro Lacerda)
  . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
    (jhdxr)

- PGSQL:
  . Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)

- ODBC:
  . Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)

- LDAP:
  . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)

- libxml2:
  . Fixed bug #75871 (use pkg-config where available). (pmmaga)

- Phar:
  . Fixed bug #65414 (deal with leading slash when adding files correctly).
    (bishopb)

- SPL:
  . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)

- Standard:
  . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
    Philip Sharp)
  . Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

(taca)

2018-03-02 01:19:25 UTC MAIN commitmail json YAML

2018-03-02 01:16:25 UTC MAIN commitmail json YAML

postgresql-postgis2: revbump for proj

(gdt)

2018-03-02 01:15:27 UTC MAIN commitmail json YAML

gdal-lib: revbump for proj

(gdt)

2018-03-02 01:14:15 UTC MAIN commitmail json YAML

2018-03-02 01:13:10 UTC MAIN commitmail json YAML

Bump required versions to 5.0.0

There is an ABI break, and the API is changing enough that it's too
hard to figure out if not bumping API is safe.  This is unfortunately
a big change and all of the geospatial world is going to have to cope.

(gdt)

2018-03-02 00:53:32 UTC MAIN commitmail json YAML

doc: Updated geography/proj to 5.0.0

(gdt)

2018-03-02 00:53:24 UTC MAIN commitmail json YAML

proj: Update to 5.0.0

5.0.0 Release Notes
-------------------

This version of PROJ introduces some significant extensions and
improvements to (primarily) the geodetic functionality of the system.

The main driver for introducing the new features is the emergence of
dynamic reference frames, the increasing use of high accuracy GNSS,
and the related growing demand for accurate coordinate
transformations.  While older versions of PROJ included some geodetic
functionality, the new framework lays the foundation for turning PROJ
into a generic geospatial coordinate transformation engine.

[see upstream NEWS]

UPDATES
-------

o Introduced new API in proj.h.
  - The new API is orthogonal to the existing proj_api.h API and the
    internally used projects.h API.
  - The new API adds the ability to transform spatiotemporal (4D)
    coordinates.
  - Functions in the new API use the "proj_" namespace.
  - Data types in the new API use the "PJ_" namespace, with a few
    historic exceptions such as XY, XYZ, LP and LPZ.

o Introduced the concept of "transformation pipelines" that makes it
  possible to do complex geodetic transformations of spatiotemporal
  coordinates by daisy chaining simple coordinate operations.

o Introduced cct, the Coordinate Conversion and Transformation
  application.

o Introduced gie, the Geospatial Integrity Investigation Environment.
  - Selftest invoked by -C flag in proj has been removed
  - Ported approx. 1300 built-in selftests to gie format
  - Ported approx. 1000 tests from the gigs test framework
  - Added approx. 200 new tests

o Adopted terminology from the OGC/ISO-19100 geospatial standards
  series. Key definitions are:
  - At the most generic level, a *coordinate operation* is a change
    of coordinates, based on a one-to-one relationship, from one
    coordinate reference system to another.
  - A *transformation* is a coordinate operation in which the two
    coordinate reference systems are based on different datums, e.g.
    a change from a global reference frame to a regional frame.
  - A *conversion* is a coordinate operation in which both
    coordinate reference systems are based on the same datum,
    e.g. change of units of coordinates.
  - A *projection* is a coordinate conversion from an ellipsoidal
    coordinate system to a plane. Although projections are simply
    conversions according to the standard, they are treated as
    separate entities in PROJ as they make up the vast majority
    of operations in the library.

o New operations:
  - The pipeline operator (pipeline)
  - Transformations:
    + Helmert transform (helmert)
    + Horner real and complex polynomial evaluation (horner)
    + Horizontal gridshift (hgridshift)
    + Vertical gridshift (vgridshift)
    + Molodensky transform (molodensky)
    + Kinematic gridshift with deformation model (deformation)
  - Conversions:
    + Unit conversion (unitconvert)
    + Axis swap (axisswap)
  - Projections:
    + Central Conic projection (ccon)

o Significant documentation updates, including
  - Overhaul of the structure of the documentation
  - A better introduction to the use of PROJ
  - A complete reference to the new proj.h API
  - a complete rewrite of the section on geodesic calculations
  - Figures for all projections

o New "free format" option for operation definitions, which
  permits separating tokens by whitespace when specifying key/value-
  pairs, e.g. "proj = merc lat_0 = 45".

o Added metadata to init-files that can be read with the
  proj_init_info() function in the new proj.h API.

o Added ITRF2000, ITRF2008 and ITRF2014 init-files with ITRF
  transformation parameters, including plate motion model
  parameters.

o Added ellipsoid parameters for GSK2011, PZ90 and "danish". The
  latter is similar to the already supported andrae ellipsoid,
  but has a slightly different semimajor axis.

o Added Copenhagen prime meridian.

o Updated EPSG database to version 9.2.0.

o Geodesic library updated to version 1.49.2-c.

o Support for analytical partial derivatives has been removed.

o Improved performance in Winkel Tripel and Aitoff.

o Introduced pj_has_inverse() function to proj_api.h. Checks if an
  operation has an inverse. Use this instead of checking whether
  P->inv exists, since that can no longer be relied on.

o ABI version number updated to 13:0:0.

o Removed support for Windows CE.

o Removed the VB6 COM interface.

BUG FIXES
------------

[various]

DEPRECATIONS
------------

[see upstream NEWS]

(gdt)

2018-03-01 23:50:04 UTC MAIN commitmail json YAML

2018-03-01 23:48:16 UTC MAIN commitmail json YAML

doc: Updated x11/xkbcomp to 1.4.1

(wiz)

2018-03-01 23:48:07 UTC MAIN commitmail json YAML

xkbcomp: update to 1.4.1.

This release adds the path of the xkbcomp executable to the pkgconfig
data, allowing the X server to find the right binary regardless of
where its (the X servers) $prefix is pointed. Without this the X server
will guess that xkbcomp is configured for the same prefix; since the
default prefix is /usr/local, and your distribution certainly did not
install xkbcomp there, 'make check' and 'ninja dist' for the X server
build would fail because Xvfb would not start.

xkbcomp itself has no functional changes in this release.

(wiz)

2018-03-01 23:47:24 UTC MAIN commitmail json YAML

decode-dimms is gone.  Too much work to get the packaging right.

(pgoyette)

2018-03-01 23:47:03 UTC MAIN commitmail json YAML

doc: Updated x11/xorgproto to 2018.4

(wiz)

2018-03-01 23:46:54 UTC MAIN commitmail json YAML

xorgproto: update to 2018.4.

This release updates the specifications and protocol headers for DRI3
and Present to 1.2, and fixes several spelling and grammar errors in
the specification texts.

(wiz)

2018-03-01 23:18:01 UTC MAIN commitmail json YAML

Fix patch to ignore original's CVS Revision tag; update distinfo accordingly

(pgoyette)

2018-03-01 22:54:05 UTC MAIN commitmail json YAML

2018-03-01 22:46:38 UTC MAIN commitmail json YAML

2018-03-01 22:45:58 UTC MAIN commitmail json YAML

2018-03-01 22:31:08 UTC MAIN commitmail json YAML

2018-03-01 20:10:57 UTC MAIN commitmail json YAML

2018-03-01 20:09:51 UTC MAIN commitmail json YAML

2018-03-01 14:00:39 UTC MAIN commitmail json YAML

Updated cad/kicad to 4.0.7

(mef)

2018-03-01 13:59:11 UTC MAIN commitmail json YAML

Updated cad/kicad{,-footprints,-doc,-i18n,-lib} to 4.0.7, provided the patch by @tristelo,

the location of the patch is here:
  https://gist.github.com/steleto/7d03ea70a3b1d6dbd3ad9cc9424b0112#file-pkgsrc_kicad-4-0-7-patch
Hopefull to fix PR/52996, but not checked on the paticular NetBSD release.
Only checked on 8.99.12 so far.
-----------------------------------------------------------
KiCad 4.0.7 Stable Release
2017-08-28
The KiCad project is proud to announce the latest stable
release of KiCad. The 4.0.7 stable version contains critical
bug fixes and other minor improvements since the last
release. It also includes improved footprint, symbol, and 3D
model libraries, translations, and documentation. The stable
release version 4.0.7 is made from the stable 4.0 branch with
bug fixes cherry picked from the development branch of
KiCad. KiCad binaries are available or will be available in
the near future for download for Windows, OSX and Linux, see
the download page for guidance.
  http://kicad-pcb.org/post/release-4.0.7/

KiCad 4.0.6 Stable Release
2017-03-07
The KiCad project is proud to announce the latest stable
release of KiCad. The 4.0.6 stable version contains critical
bug fixes and other minor improvements since the last
release. One other notable change was the replacement of the
Avhttp library with the libcurl library when building the
GitHub plugin. This should allow Linux distributions that are
not compatible with the OpenSSL library license to distribute
KiCad with the GitHub plugin enabled.
  http://kicad-pcb.org/post/release-4.0.6/

KiCad 4.0.5 Stable Release
2016-12-18
The KiCad project is proud to announce a new stable release of
KiCad. The 4.0.5 stable version contains critical bug fixes
and version string improvements since the last release. The
stable release version 4.0.5 is made from the stable 4.0
branch with bug fixes cherry picked from the development
branch of KiCad. KiCad binaries are available or will be
available in the near future for download for Windows, OSX and
Linux, see the download page for guidance.
  http://kicad-pcb.org/post/release-4.0.5/

(mef)

2018-03-01 12:31:02 UTC MAIN commitmail json YAML

doc: Updated databases/mongo-c-driver to 1.9.3

(fhajny)

2018-03-01 12:30:54 UTC MAIN commitmail json YAML

databases/mongo-c-driver: Update to 1.9.3.

- Fix a session-management bug that could cause an authentication error
  while connected to MongoDB 3.6+ and iterating a cursor
- Permit the $gleStats modifier with mongoc_collection_aggregate.

(fhajny)

2018-03-01 12:29:51 UTC MAIN commitmail json YAML

doc: Updated devel/libbson to 1.9.3

(fhajny)

2018-03-01 12:29:43 UTC MAIN commitmail json YAML

devel/libbson: Update to 1.9.3.

- No change since 1.9.2; released to keep pace with libmongoc's version.

(fhajny)

2018-03-01 12:16:52 UTC MAIN commitmail json YAML

doc: Updated www/passenger to 5.2.1

(fhajny)

2018-03-01 12:16:43 UTC MAIN commitmail json YAML

www/*passenger: Update to 5.2.1.

- Fixes a regression from 5.1.11 that prevented Passenger from
  compiling on FreeBSD in some cases.
- Fixes a bounds issue in printing an error message that could occur
  in some cases when spawning a child process fails.
- Fixes a regression from 5.2.0 which prevented setting the max pool
  idle time to 0.
- Warns if using an incompatible compiler on macOS < 10.13.
- No longer uses Security Framework on macOS 10.13+. This will prevent
  further keychain warnings from appropriately compiled Passengers.
- Fixes warning on macOS about /proc/self access (excluded some code
  that was intended only for Linux).
- `passenger-install-nginx-module` now downloads the preferred Nginx
  version via https.
- [Apache] Fixes a regression from 5.2.0 that caused a crash on
  startup when no top-level ServerName is set.
- [Enterprise] Adds support for using RAM-based pricing on Heroku.

(fhajny)

2018-03-01 11:53:08 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.1.1

(fhajny)

2018-03-01 11:52:59 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.1.1.

- Fixed bug when using Model.alias() when the model defined a
  particular database schema.
- Added SchemaManager.create_foreign_key API to simplify adding
  constraints when dealing with circular foreign-key relationships.
- Improved implementation of Migrator.add_foreign_key_constraint so
  that it can be used with Postgresql (in addition to MySQL).
- Added PickleField to the playhouse.fields module. Docs.
- Fixed bug in implementation of CompressedField when using Python 3.
- Added KeyValue API in playhouse.kv module. Docs.
- More test cases for joining on sub-selects or common table
  expressions.

(fhajny)

2018-03-01 11:15:41 UTC MAIN commitmail json YAML

doc: update dovecot2-* packages to 2.0.3.1

mail/dovecot2-gssapi
mail/dovecot2-ldap
mail/dovecot2-mysql
mail/dovecot2-pgsql
mail/dovecot2-sqlite

(taca)

2018-03-01 11:13:40 UTC MAIN commitmail json YAML

doc: Updated mail/dovecot2 to 2.3.0.1

(taca)

2018-03-01 11:13:14 UTC MAIN commitmail json YAML

mail/dovecot2: update to 2.3.0.1

Small patch release to fix the worst bugs in v2.3.0. v2.3.1 is coming in about a month with a lot more changes.

* CVE-2017-15130: TLS SNI config lookups may lead to excessive
  memory usage, causing imap-login/pop3-login VSZ limit to be reached
  and the process restarted. This happens only if Dovecot config has
  local_name { } or local { } configuration blocks and attacker uses
  randomly generated SNI servernames.
* CVE-2017-14461: Parsing invalid email addresses may cause a crash or
  leak memory contents to attacker. For example, these memory contents
  might contain parts of an email from another user if the same imap
  process is reused for multiple users. First discovered by Aleksandar
  Nikolic of Cisco Talos. Independently also discovered by "flxflndy"
  via HackerOne.
* CVE-2017-15132: Aborted SASL authentication leaks memory in login
  process.
* Linux: Core dumping is no longer enabled by default via
  PR_SET_DUMPABLE, because this may allow attackers to bypass
  chroot/group restrictions. Found by cPanel Security Team. Nowadays
  core dumps can be safely enabled by using "sysctl -w
  fs.suid_dumpable=2". If the old behaviour is wanted, it can still be
  enabled by setting:
  import_environment=$import_environment PR_SET_DUMPABLE=1
- imap-login with SSL/TLS connections may end up in infinite loop

(taca)

2018-03-01 09:00:31 UTC MAIN commitmail json YAML

Updated net/libcares, fonts/py-fonttools

(adam)

2018-03-01 09:00:08 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.23.0

3.23.0:
[designspaceLib] Added an optional lib element to the designspace as a whole, as well as to the instance elements, to store arbitrary data in a property list dictionary, similar to the UFO窶冱 lib. Added an optional font attribute to the SourceDescriptor, to allow operating on in-memory font objects.
[cffLib] Fixed issue with lazy-loading of attributes when attempting to set the CFF TopDict.Encoding.
[ttx] Fixed regression introduced in 3.22.0 that affected the split tables -s option.
[feaLib] Added IncludedFeaNotFound custom exception subclass, raised when an included feature file cannot be found.
[otTables] Changed VarIdxMap to use glyph names internally instead of glyph indexes. The old ttx dumps of HVAR/VVAR tables that contain indexes can still be imported.
[varLib] Implemented VarStore optimizer.
[subset] Implemented pruning of GDEF VarStore, HVAR and MVAR.
[sfnt] Restore backward compatiblity with numFonts attribute of SFNTReader object.
[merge] Initial support for merging LangSysRecords.
[ttCollection] don窶冲 seek(0) when writing to possibly unseekable strems.
[subset] Keep all --name-IDs from 0 to 6 by default.
[cffLib] Added width module to calculate optimal CFF default and nominal glyph widths.
[varLib] Don窶冲 fail if STAT already in the master fonts

(adam)

2018-03-01 08:56:31 UTC MAIN commitmail json YAML

libcares: updated to 1.14.0

c-ares version 1.14.0:

Changes:
android: Introduce new ares_library_init_android() call for Oreo support

Bug fixes:
Fix patch for CVE-2017-1000381 to not be overly aggressive
win32: Preserve DNS server order returned by Windows when sorting and exclude DNS servers in legacy subnets
win32: Support most recent Visual Studio 2017
gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called
win32: Exclude legacy ipv6 subnets
android: Applications compiled for Oreo can no longer use __system_property_get and must use Java calls to retrieve DNS servers
win32: Force use of ANSI functions
CMake minimum version is now 3.1
ares_gethostbyname.3: fix callback status values
docs: Document WSAStartup requirement
Fix a typo in init_by_resolv_conf
Android JNI code leaks local references in some cases
Force using the ANSI versions of WinAPI functions

(adam)

2018-03-01 08:11:55 UTC MAIN commitmail json YAML

Updated devel/py-cffi, finance/py-braintree, devel/py-test-xdist, textproc/py-creole

(adam)

2018-03-01 08:10:35 UTC MAIN commitmail json YAML

py-creole: updated to 1.3.2

1.3.2:
Adding optional img size to creole2html and html2creole
run tests also with python 3.5 and 3.6

(adam)

2018-03-01 08:06:31 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.22.2

1.22.2:
Add backward compatibility for slaveoutput attribute to WorkerController instances.

(adam)

2018-03-01 08:03:51 UTC MAIN commitmail json YAML

py-braintree: updated to 3.42.0

3.42.0:
Add support for association_filter_id in Customer#find

(adam)

2018-03-01 07:59:54 UTC MAIN commitmail json YAML

py-cffi: updated to 1.11.5

v1.11.5

* Issue 357_: fix ffi.emit_python_code() which generated a buggy
  Python file if you are using a struct with an anonymous union
  field or vice-versa.

* Windows: ffi.dlopen() should now handle unicode filenames.

* ABI mode: implemented ffi.dlclose() for the in-line case (it used
  to be present only in the out-of-line case).

* Fixed a corner case for setup.py install --record=xx --root=yy
  with an out-of-line ABI module.  Also fixed Issue 345_.

* More hacks on Windows for running CFFI's own setup.py.

* Issue 358_: in embedding, to protect against (the rare case of)
  Python initialization from several threads in parallel, we have to use
  a spin-lock.  On CPython 3 it is worse because it might spin-lock for
  a long time (execution of Py_InitializeEx()).  Sadly, recent
  changes to CPython make that solution needed on CPython 2 too.

* CPython 3 on Windows: we no longer compile with Py_LIMITED_API
  by default because such modules cannot be used with virtualenv.
  Issue 350_ mentions a workaround if you still want that and are not
  concerned about virtualenv: pass a define_macros=[("Py_LIMITED_API",
  None)] to the ffibuilder.set_source() call.

(adam)

2018-03-01 03:25:41 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 6.0.1.1nb1

(ryoon)

2018-03-01 03:25:07 UTC MAIN commitmail json YAML

Do not share NSS database files with Mozilla products. Bump PKGREVISION

In some case, cert8.db/key3.db/secmod.db in MDB format
from Mozilla Products causes crash on opening XML-based document.
Use LibreOffice own NSS database.
XML and PDF signing with X.509 certificate is not tested.

(ryoon)

2018-03-01 01:10:08 UTC MAIN commitmail json YAML

doc: Updated net/quagga to 1.2.4

(gdt)

2018-03-01 01:09:07 UTC MAIN commitmail json YAML

2018-03-01 00:54:29 UTC MAIN commitmail json YAML

doc: note update of ISC DHCP packages to 4.3.6p1

net/isc-dhcp4
net/isc-dhclient4
net/isc-dhcpd4
net/isc-dhcrelay4

(taca)

2018-03-01 00:53:05 UTC MAIN commitmail json YAML

net/isc-dhcp4: update to 4.3.6p1 (ISC DHCP 4.3.6-P1)

Changes since 4.3.6

!- Plugged a socket descriptor leak in OMAPI, that can occur when there is
  data pending to be written to an OMAPI connection, when the connection
  is closed by the reader.
  [ISc-Bugs #46767]

! Corrected an issue where large sized 'X/x' format options were causing
  option handling logic to overwrite memory when expanding them to human
  readable form. Reported by Felix Wilhelm, Google Security Team.
  [ISC-Bugs #47139]
  CVE: CVE-2018-5732

! Option reference count was not correctly decremented in error path
  when parsing buffer for options. Reported by Felix Wilhelm, Google
  Security Team.
  [ISC-Bugs #47140]
  CVE: CVE-2018-5733

(taca)

2018-03-01 00:48:24 UTC MAIN commitmail json YAML

doc: Updated net/quagga to 1.2.2nb2

(maya)

2018-03-01 00:48:04 UTC MAIN commitmail json YAML

quagga: correct mistake in configure check.
this made the configure test always fail and broke the build on netbsd.

Fixes PR pkg/53050.

PKGREVISION++

(maya)

2018-03-01 00:21:07 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-simplecov to 0.15.1nb1

(taca)

2018-03-01 00:20:40 UTC MAIN commitmail json YAML

devel/ruby-simplecov: relax dependency to ruby-docile

Allow depends on ruby-docile 1.2 and later.

Bump PKGREVISION.

(taca)

2018-02-28 22:21:29 UTC MAIN commitmail json YAML

doc: Added games/stockfish version 9

(wiz)

2018-02-28 22:21:17 UTC MAIN commitmail json YAML

games/Makefile: + stockfish.

(wiz)

2018-02-28 22:20:43 UTC MAIN commitmail json YAML

games/stockfish: import stockfish-9

Stockfish is one of the strongest chess engines in the world. It
is also much stronger than the best human chess grandmasters.

Unlike most chess engines, Stockfish is open source (GPL license).
That means you can read the code, modify it, contribute back, and
even use it in your own projects.

(wiz)

2018-02-28 22:14:37 UTC MAIN commitmail json YAML

aeneas: fix CATEGORIES

(wiz)

2018-02-28 22:10:47 UTC MAIN commitmail json YAML

doc: Added audio/aeneas version 1.7.3

(wiz)

2018-02-28 22:10:39 UTC MAIN commitmail json YAML

audio/Makefile: + aeneas

(wiz)

2018-02-28 22:10:13 UTC MAIN commitmail json YAML

audio/aeneas: import aeneas-1.7.3

aeneas is a Python/C library and a set of tools to automagically
synchronize audio and text.

aeneas automatically generates a synchronization map between a list
of text fragments and an audio file containing the narration of
the text. In computer science this task is known as (automatically
computing a) forced alignment.

(wiz)

2018-02-28 21:50:03 UTC MAIN commitmail json YAML

doc: Updated audio/espeak to 1.31nb1

(wiz)

2018-02-28 21:49:55 UTC MAIN commitmail json YAML

espeak: honor LDFLAGS. Fixes RELRO build.

Bump PKGREVISION.

(wiz)

2018-02-28 21:47:00 UTC MAIN commitmail json YAML

doc: Updated audio/portaudio to 18.1nb4

(wiz)

2018-02-28 21:46:52 UTC MAIN commitmail json YAML

2018-02-28 21:03:06 UTC MAIN commitmail json YAML

textproc/dict-server: dump pkgrevision due to ABI change in libmaa

(cheusov)

2018-02-28 21:02:17 UTC MAIN commitmail json YAML

textproc/dict-client: dump pkgrevision due to ABI change in libmaa

(cheusov)

2018-02-28 18:12:52 UTC MAIN commitmail json YAML

doc: Updated security/R-digest to 0.6.15

(minskim)

2018-02-28 18:12:31 UTC MAIN commitmail json YAML

security/R-digest: Update to 0.6.15

Notable changes since 0.6.12:
* R/digest.R: Support serializeVersion format
* sha1() handles empty matrices
* sha1() gains an `algo` argument
* sha1() handles raw class
* R/sha1.R (sha1.POSIXlt): Unclass POSIXlt object

(minskim)

2018-02-28 17:46:18 UTC MAIN commitmail json YAML

doc: Updated math/R-DBI to 0.7

(minskim)

2018-02-28 17:45:59 UTC MAIN commitmail json YAML

math/R-DBI: Update to 0.7

Notable changes since 0.3.1:
- dbGetInfo() gains a default method.
- New generic dbBind() for binding values to a parameterised query.
- DBI gains a number of SQL generation functions.
- dbDataType() maps character values to "TEXT" by default.
- The default implementation of dbQuoteString() doesn窶冲 call
  encodeString() anymore.
- Deprecated dbDriver() and dbUnloadDriver().
- Import updated specs from DBItest.
- Require R>=3.0.0.

(minskim)

2018-02-28 17:41:19 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_install to 20180226

(ginsbach)

2018-02-28 16:47:41 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-gettext to 3.2.6

(taca)

2018-02-28 16:47:18 UTC MAIN commitmail json YAML

devel/ruby-gettext: update to 3.2.6

## 3.2.6: 2017-12-17 {#version-3-2-6}

### Fixes

  * Fixed a regression bug that `\'` and `\\` aren't processed in
    `'...'`.
    [GitHub#56][Reported by Michaël Hoste]

### Thanks

  * Michaël Hoste

## 3.2.5: 2017-12-14 {#version-3-2-5}

### Improvements

  * Stop to use `eval`.
    [GitHub#56][Reported by Michaël Hoste]

### Thanks

  * Michaël Hoste

(taca)

2018-02-28 16:46:19 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-flexmock to 2.3.6

(taca)

2018-02-28 16:46:02 UTC MAIN commitmail json YAML

devel/ruby-flexmock: update to 2.3.6

* fix interaction between based partials, signature matching and 'explicitly'

(taca)

2018-02-28 16:32:57 UTC MAIN commitmail json YAML

sacc: Fix a copypasto in HOMEPAGE

(leot)

2018-02-28 16:31:08 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-ffi to 1.9.23

(taca)

2018-02-28 16:30:45 UTC MAIN commitmail json YAML

devel/ruby-ffi: update to 1.9.23

pkgsrc change: update HOMEPAGE

1.9.19 and 1.9.20 were not released.

1.9.21 2018/02/06

* Use PRIsVALUE shim when not available for Ruby < 2.0 compatibility.
* Drop Ruby 1.8.7 support (#480)
* Add support for Sparc64 Linux. (#574)
* Add support for MSYS2 (#572)
* Normalize sparc64 to sparcv9. (#575)
* Fix compatibility with PPC64LE platform (#577)
* Added support for Bitmask. (#573)
* Use Ruby implementation for `which` (#315)
* Do closures via libffi
* Do not assume a path to the sh and env binaries (#528)
* Fix typo of mprotect (#586)
* read_string should not throw an error on length 0
* optimise read_string for case if len is nil
* add missing win64 types fixes #588
* Upgrade to yard ~> 0.9 to silence Github dependency vulnerability warning.
* Use kramdown for markdown processing.
* update travis for latest ruby versions.
* Bump rake-compiler-dock dependency to add ruby-2.5 support (#599)
* Bump version again while I figure out how to build this thing.

1.9.22 2018/02/23

* Various fixes and more deterinistic gem packaging (#612)
* suppress unused variable warning
* Add Appveyor badge icon

* Fix failures on MacOS (#617)

1.9.23 -- 2018/02/25
* Fix repeated generation of autoconf files
* Update libffi to latest master
* Fix wrong path to search for configure
* README: Remove now unnecessary PaX workaround [ci skip]

(taca)

2018-02-28 16:15:44 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-fast_gettext to 1.6.0

(taca)

2018-02-28 16:15:24 UTC MAIN commitmail json YAML

devel/ruby-fast_gettext: update to 1.6.1

1.6.0 -- 2017/12/03

* Ruby 2.4 unified Bignum and Fixnum into Integer.
* fix bug where locale files with underscores in them are not loading in
  yaml.rb#find_and_store_files
* add exception for mismatching filename <=> file contents

1.6.1 -- 2018/01/18

* Update Contributors in Readme.md.

(taca)

2018-02-28 16:03:53 UTC MAIN commitmail json YAML

doc: Updated textproc/pear-Console_Table to 1.3.1

(taca)

2018-02-28 16:03:31 UTC MAIN commitmail json YAML

textproc/pear-Console_Table: update to 1.3.1

1.3.1 2018-01-25 15:56 UTC
Changelog:

* Fix warning with PHP 7.2 when passing non-array data (Remi Collet
  <remi@remirepo.net>, PR #14).

(taca)

2018-02-28 16:02:48 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_Sieve to 1.4.2

(taca)

2018-02-28 16:02:25 UTC MAIN commitmail json YAML

net/pear-Net_Sieve: udpate to 1.4.2

1.4.2 2018-02-14 04:55 UTC
Changelog:

* Composer: Fix license identifier, don't use unbound version numbers for deps

(taca)

2018-02-28 16:02:00 UTC MAIN commitmail json YAML

doc: Updated math/pear-Numbers_Words to 0.18.2

(taca)

2018-02-28 16:01:41 UTC MAIN commitmail json YAML

math/pear-Numbers_Words: update to 0.18.2

0.18.2 2018-02-13 09:05 UTC

Changelog:

* PR #32: fix "count(): Parameter must be an array or an object that
  implements Countable" with PHP 7.2

(taca)

2018-02-28 16:00:49 UTC MAIN commitmail json YAML

www/php-http3: allow build with PHP 7.1 and 7.2

(taca)

2018-02-28 15:59:09 UTC MAIN commitmail json YAML

doc: Updated www/contao45 to 4.5.4

(taca)

2018-02-28 15:58:45 UTC MAIN commitmail json YAML

www/contao45: update to 4.5.4

Contao 4.5.4 is released on 14th Feb 2018.

Release note:

Contao version 4.5.4 is available.  The bugfix release fixes several
issues including a problem with rebuilding the search index.

(taca)

2018-02-28 15:57:54 UTC MAIN commitmail json YAML

doc: Updated www/contao44 to 4.4.14

(taca)

2018-02-28 15:57:30 UTC MAIN commitmail json YAML

www/contao44: update to 4.4.14

Contao 4.4.14 is released on 14th Feb 2018.

Release note:

Contao version 4.4.14 is available. The bugfix release fixes several issues
including a problem with rebuilding the search index.

(taca)

2018-02-28 15:48:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-docile to 1.3.0

(taca)

2018-02-28 15:47:49 UTC MAIN commitmail json YAML

devel/ruby-docile: update to 1.3.0

## [v1.3.0 (Feb 7, 2018)](http://github.com/ms-ati/docile/compare/v1.2.0...v1.3.0)
  - Allow helper methods in block's context to call DSL methods
  - Add SemVer release policy explicitly
  - Standardize on double-quoted string literals
  - Workaround some more Travis CI shenanigans

## [v1.2.0 (Jan 11, 2018)](http://github.com/ms-ati/docile/compare/v1.1.5...v1.2.0)

  - Special thanks to Christina Koller (@cmkoller)
    - add DSL evaluation returning *return value of the block* (see `.dsl_eval_with_block_return`)
  - add an example to README
  - keep travis builds passing on old ruby versions

(taca)

2018-02-28 15:46:19 UTC MAIN commitmail json YAML

doc: Added devel/ruby-classy_hash version 0.2.1

(taca)

2018-02-28 15:45:55 UTC MAIN commitmail json YAML

devel/Makefile: add ane enable ruby-classy_hash

(taca)

2018-02-28 15:45:32 UTC MAIN commitmail json YAML

devel/ruby-classy_hash: add version 0.2.1

pkgsrc note: required by newer games/ruby-squib.

Classy Hash is a schema validator for Ruby Hashes.  You provide a simple
schema Hash, and Classy Hash will make sure your data matches, providing
helpful error messages if it doesn't.

(taca)

2018-02-28 15:43:29 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-byebug to 10.0.0

(taca)

2018-02-28 15:43:08 UTC MAIN commitmail json YAML

devel/ruby-byebug: update to 10.0.0

10.0.0 - 2018-01-26

Changed

* Breaking on methods now stops on the first effective line of a method, not
  on the line containing the def keyword.

Added

* Show valid breakpoint locations when invalid location given (#393, @ko1).
* Ruby 2.5.0 support (#397, @yui-knk).
* Log host & port when launching byebug's client in remote mode.
* Some love & tests to remote debugging (#82).
* remote_byebug shortcut to start the most common case for remote debugging
  (#141).

Fixed

* Properly ignore ruby fullpath executable when passed to byebug script
  (#419).
* Remote server crash when interrupting client (#141, #274).
* Control server thread being able to interrupt main thread only a single
  time. (#239).

(taca)

2018-02-28 15:39:52 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-backports to 3.11.1

(taca)

2018-02-28 15:39:31 UTC MAIN commitmail json YAML

devel/ruby-backports: update to 3.11.1

Version 3.11.0 - December 25th, 2017

* New Ruby version 2.5.0

o Array

- append, prepend

o Dir

- children, each_child

o Enumerable

- any?, all?, none?, one? (with pattern argument)

o Hash

- slice
- transform_keys

o Integer

- sqrt
- allbits?, anybits? and nobits?

o Kernel

- yield_self

o Module

- attr, attr_accessor, attr_reader, attr_writer (now public)
- define_method, alias_method, undef_method, remove_method
  (now public)

o String

- delete_prefix, delete_prefix!
- delete_suffix, delete_suffix!

o Struct

- new (with keyword_init: true)

* require 'backports/latest' is now the right way to require everything

Version 3.10.0 - October 17, 2017

* Additional features of 2.4.0

o Enumerable

- uniq
- sum

o Hash

- compact
- transform_values

Version 3.9.0 - October 07, 2017

* From 2.4.0: dup for true, false, nil, Numeric

* From 2.2.0: Method#super_method

Version 3.8.0 - April 26, 2017

* From 2.4.0: String#match?, Regexp#match?

* From 2.3.0:

o unary String#+, -
o Numeric: positive?, negative?
o Hash: to_proc, fetch_values, >, <, >=, <=
o Enumerable: chunk_while, grep_v
o {Array|Hash|Struct}#dig
o Array#bsearch_index

* From 2.2.0:

o Method#curry
o String#unicode_normalize{|?|!}
o Kernel#itself
o Float: next_float, prev_float

Version 3.7.0 - March 28, 2017

* Initiate work on backports of 2.2, 2.3, 2.4

* From 2.4.0:

o Comparable#clamp

* From 2.2.0:

o Enumerable: slice_when, slice_after

(taca)

2018-02-28 15:32:52 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-atomic

(taca)

2018-02-28 15:32:39 UTC MAIN commitmail json YAML

devel/ruby-atomic: remove deprecated by ruby-concurrent-ruby

Remove ruby-atomic deprecated by ruby-concurrent-ruby.

(taca)

2018-02-28 15:30:12 UTC MAIN commitmail json YAML

devel/Makefile: delete ruby-atomic

(taca)

2018-02-28 15:28:15 UTC MAIN commitmail json YAML

doc: Added devel/ruby-concurrent-ruby version 1.0.5

(taca)

2018-02-28 15:27:47 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-concurrent-ruby

(taca)

2018-02-28 15:27:19 UTC MAIN commitmail json YAML

devel/ruby-concurrent-ruby: Add ruby-concurrent-ruby 1.0.5

pkgsrc note: This package deprecates devel/ruby-atomic, too.

Modern concurrency tools including agents, futures, promises, thread pools,
actors, supervisors, and more.

Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency
patterns.

The design goals of this gem are:

* Be an 'unopinionated' toolbox that provides useful utilities without
  debating which is better or why
* Remain free of external gem dependencies
* Stay true to the spirit of the languages providing inspiration
* But implement in a way that makes sense for Ruby
* Keep the semantics as idiomatic Ruby as possible
* Support features that make sense in Ruby
* Exclude features that don't make sense in Ruby
* Be small, lean, and loosely coupled

(taca)

2018-02-28 15:20:22 UTC MAIN commitmail json YAML

doc: Updated devel/ruby2ruby to 2.4.1

(taca)

2018-02-28 15:20:00 UTC MAIN commitmail json YAML

devel/ruby2ruby: update to 2.4.1

=== 2.4.1 / 2018-02-15

* 2 minor enhancements:

  * Added bitwise ops to BINARY. (david942j)
  * Added rewrite_call|if|until|while to normalize `not` in conditions.

(taca)

2018-02-28 15:19:41 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-sexp-processor to 4.10.1

(taca)

2018-02-28 15:19:16 UTC MAIN commitmail json YAML

devel/ruby-sexp-processor: updaet to 4.10.1

=== 4.10.1 / 2018-02-15

* 1 minor enhancement:

  * Tweaked pt_testcase for ruby 2.5 and better ruby2ruby test data.

(taca)

2018-02-28 15:18:24 UTC MAIN commitmail json YAML

doc: Updated devel/hoe to 3.16.2

(taca)

2018-02-28 15:18:04 UTC MAIN commitmail json YAML

devel/hoe: update to 3.16.2

=== 3.16.2 / 2017-11-21

* 2 bug fixes:

  * Make missing history/readme situations more resilient and informative. (kemonomachi)
  * Make missing urls value just warn.

(taca)

2018-02-28 15:17:10 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-tiny_tds to 2.1.1

(taca)

2018-02-28 15:16:45 UTC MAIN commitmail json YAML

Add missing pkg_alternatives support.

(taca)

2018-02-28 15:15:50 UTC MAIN commitmail json YAML

databases/ruby-tiny_tds: update to 2.1.1

* Clarified ISSUE_TEMPLATE.md with explicit steps (#390)
* Fix FreeTDS installation instructions in README (#392)
* Use our 2017-GA SQL Server Docker Image (#397)
* Move message_handler from a shared value to userdata

(taca)

2018-02-28 15:14:11 UTC MAIN commitmail json YAML

doc: Updated lang/elixir to 1.6.2

(fhajny)

2018-02-28 15:14:02 UTC MAIN commitmail json YAML

lang/elixit: Update to 1.6.2.

1. Enhancements

Mix
- [mix compile.erlang] Teach Mix erlang compiler alternative spelling
  for -behavior declaration
- [mix format] Support the :subdirectories configuration that points
  to other directories with their own .formatter.exs file. This is
  useful in umbrella applications. mix new --umbrella has also been
  changed to use this new configuration by default
- [mix format] Include the current environment for missing dependency
  errors

2. Bug fixes

Elixir
- [Code.Formatter] Ensure -> does not exceed line length
- [DynamicSupervisor] Properly tag error reports generated by dynamic
  supervisors so they can be properly translated by Logger
- [DynamicSupervisor] Consider extra arguments during child restart
- [Kernel] Ensure arguments given to a guard defined with defguard are
  evaluated in the correct order
- [Module] Do not remove docs for previous function declaration when
  @impl true is used
- [Supervisor] Ensure use Supervisor properly adds the @behaviour
  Supervisor annotation

Mix
- [Mix.Shell] Bring back Mix.Shell.cmd/2 - this arity was defined via
  a default argument that was accidentally removed

(fhajny)

2018-02-28 15:10:21 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo to 1.2.5

(taca)

2018-02-28 15:10:02 UTC MAIN commitmail json YAML

time/ruby-tzinfo: update to 1.2.5

Version 1.2.5 - 4-Feb-2018
--------------------------

* Support recursively (deep) freezing Country and Timezone instances. #80.
* Allow negative daylight savings time offsets to be derived when reading from
  zoneinfo files. The utc_offset and std_offset are now derived correctly for
  Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.

(taca)

2018-02-28 15:08:53 UTC MAIN commitmail json YAML

doc: Updated time/ruby-tzinfo-data to 1.2018.3

(taca)

2018-02-28 15:08:30 UTC MAIN commitmail json YAML

time/ruby-tzinfo-data: update to 1.2018.3.

Based on version 2018c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-January/000048.html).

(taca)

2018-02-28 13:38:48 UTC MAIN commitmail json YAML

Updated sysutils/salt, sysutils/salt-docs, www/py-aiohttp

(adam)

2018-02-28 13:38:00 UTC MAIN commitmail json YAML

py-aiohttp: updated to 3.0.5

3.0.5:
Fix InvalidStateError on processing a sequence of two RequestHandler.data_received calls on web server.

(adam)

2018-02-28 13:37:23 UTC MAIN commitmail json YAML

salt: updated to 2017.7.4

2017.7.4:
Pin tornado version in requirements file
Fix regression with identity file usage
Add 2017.7.4 Release Notes with PRs
use local config for vault when masterless

(adam)

2018-02-28 13:26:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/syslog-ng to 3.14.1

(fhajny)

2018-02-28 13:26:08 UTC MAIN commitmail json YAML

sysutils/syslog-ng*: Update to 3.14.1.

Features
- Password protected ssl keys
- Add OpenBSD module to system() source
- Add Ubuntu Trusty support to Docker build

Bugfixes
- Fix increased memory usage during saving disk-buffer
- Fix maximum record length limitations of disk-buffer
- Fix a memory leak in cfg-lexer
- Fix some issues found by pylint in python module
- Fix a crash due to a race condition in kv-parser()
- Fix a crash due to a race condition in file() destination
- Fix deprecated API usage in python module tests
- Fix a race condition in internal() source
- Fix a locale issue in merge-grammar python tool
- Fix compile problems with autotools when '--disable-all-modules'
  used
- Fix a file descriptor leak in persist-state
- Fix a file descriptor leak in pseudofile()
- Fix memory/fd leaks in loggen tool
- Fix compile problems on Fedora, RHEL6, CentOS6 and SUSE based
  platforms
- Fix a crash when large variety of keys added to messages
- Fix compile problems when PATH_MAX not defined
- Fix integer overflow problems in grammar
- Fix a memory leak in filter()
- Fix memory leak of persist-name() option
- Fix message corruption caused by a bug in the subst() rewrite rule
- Fix silently dropped messages in elasticsearch2() when sending in
  bulk mode
- Fix broken disk-buffer() support in elasticsearch2()
- Fix Hy support in python module
- Fix an event scheduler related crash during reloading syslog-ng
- Fix a crash with SIGBUS when persist file cannot grow

Other changes
- Improve error reporting in "block" definitions in config
- Add warning message when disk-buffer() directory is changed in
  configuration
- Syslog-ng debun improvements
- Refactor in rewrite() module init
- Missing child program (exit status 127) handling is changed in
  program() destination:
- stopping destination instead of polling for the child program
- Refactor in filter() module
- Improve thread synchronization in mainloop and refactor
- Adapted json-c v0.13 API changes to json-parser
- Add filters as selectors in contextual data

(fhajny)

2018-02-28 11:48:39 UTC MAIN commitmail json YAML

unclutter: Add LICENSE (public domain)

unclutter is under the public domain, from its README:

> The program is released into the public domain.  Only the considerate
> will leave credit for the author.

(leot)

2018-02-28 10:10:46 UTC MAIN commitmail json YAML

emulators: Add forgotten py-unicorn.

(jperkin)

2018-02-28 09:49:01 UTC MAIN commitmail json YAML

doc: Added sysutils/ioping version 1.0

(wiz)

2018-02-28 09:48:53 UTC MAIN commitmail json YAML

sysutils/Makefile: + ioping.

(wiz)

2018-02-28 09:48:36 UTC MAIN commitmail json YAML

sysutils/ioping: import ioping-1.0

A tool to monitor I/O latency in real time.
It shows disk latency in the same way as ping shows network latency.

Packaged for wip by miwarin, with fixes by rillig and myself.

(wiz)

2018-02-28 09:20:37 UTC MAIN commitmail json YAML

doc: Updated security/munge to 0.5.13

(wiz)

2018-02-28 09:20:29 UTC MAIN commitmail json YAML

munge: update to 0.5.13 to fix build with openssl-1.1.

munge-0.5.13 (2017-09-26):
- Added support for OpenSSL 1.1.0. (#54)
- Added support for UID/GID values >= 2^31.
- Added support for getentropy() and getrandom().
- Added --trusted-group cmdline opt to munged.
- Added --log-file and --seed-file cmdline opts to munged. (#57)
- Changed default MAC algorithm to SHA-256.
- Fixed autoconf installation directory variable substitution. (#47)
- Fixed all gcc, clang, and valgrind warnings.
- Improved resilience and unpredictability of PRNG.
- Improved hash table performance.
- Removed libmissing dependency from libmunge. (#49)

munge-0.5.12 (2016-02-25):
- Changed project homepage to <https://dun.github.io/munge/>.
- Changed RPM specfile from sysvinit to systemd. (#33)
- Added --max-ttl cmdline opt to munged. (#28)
- Added --pid-file cmdline opt to munged. (#41)
- Added support for "make dist" and "make distcheck". (#45)
- Fixed group-writable permissions error for logfile on Ubuntu. (#31)
- Fixed packaging with missing pkgconfig munge.pc file. (#25)
- Fixed packaging with missing systemd service & tmpfiles.d config. (#34)
- Fixed recursive make command in makefiles. (#40)

(wiz)

2018-02-28 09:09:28 UTC MAIN commitmail json YAML

doc: Updated www/p5-libwww to 6.33

(wiz)

2018-02-28 09:09:19 UTC MAIN commitmail json YAML

p5-libwww: update to 6.33.

6.33      2018-02-27 03:51:36Z
    - Fix send_te change from previous release, which was breaking
      LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
      Bell)

(wiz)

2018-02-28 09:07:49 UTC MAIN commitmail json YAML

doc: Updated www/p5-Plack-Middleware-RemoveRedundantBody to 0.07

(wiz)

2018-02-28 09:07:38 UTC MAIN commitmail json YAML

p5-Plack-Middleware-RemoveRedundantBody: update to 0.07.

0.07
    * Removed redundant object allocations & some minor fixes

(wiz)

2018-02-28 08:57:08 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-String-ToIdentifier-EN to 0.12

(wiz)

2018-02-28 08:56:58 UTC MAIN commitmail json YAML

p5-String-ToIdentifier-EN: update to 0.12.

0.12 2018-02-26 04:04:09
    - re-release dist with updated dist files gh#2

(wiz)

2018-02-28 08:55:59 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-Lingua-EN-Inflect-Phrase to 0.20

(wiz)

2018-02-28 08:55:49 UTC MAIN commitmail json YAML

p5-Lingua-EN-Inflect-Phrase: update to 0.20.

0.20 2018-02-26 10:22:28
        - fix for CPANTS Kwalitee issues by Zak B. Elep (zakame):
            add MetaProvides::Package and MinimumPerl to dist.ini

(wiz)

2018-02-28 08:54:25 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nginx-devel

(adam)

2018-02-28 08:53:47 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.13.9

nginx 1.13.9:

*) Feature: HTTP/2 server push support; the "http2_push" and
  "http2_push_preload" directives.

*) Bugfix: "header already sent" alerts might appear in logs when using
  cache; the bug had appeared in 1.9.13.

*) Bugfix: a segmentation fault might occur in a worker process if the
  "ssl_verify_client" directive was used and no SSL certificate was
  specified in a virtual server.

*) Bugfix: in the ngx_http_v2_module.

*) Bugfix: in the ngx_http_dav_module.

(adam)

2018-02-28 08:53:43 UTC MAIN commitmail json YAML

doc: Updated sysutils/p5-Server-Starter to 0.34

(wiz)

2018-02-28 08:53:32 UTC MAIN commitmail json YAML

p5-Server-Starter: remove unused patch.

(wiz)

2018-02-28 08:53:15 UTC MAIN commitmail json YAML

p5-Server-Starter: update to 0.34.

0.34 2018-02-26T06:32:16Z
- run start_server even if no port (or path) is specified (thanks to Ichito Nagata) #49
- add `.` in @INC (thanks to Petr Písař) #47

(wiz)

2018-02-28 08:46:13 UTC MAIN commitmail json YAML

doc: Updated security/p5-CryptX to 0.058

(wiz)