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

2024-05-13 09:43:39 UTC Now

2018-07-20 19:15:11 UTC MAIN commitmail json YAML

doc: Updated print/foomatic4-db-engine to 4.0.12nb9

(leot)

2018-07-20 19:14:13 UTC MAIN commitmail json YAML

doc: Updated print/foomatic4-db-engine to 4.0.12nb9

(leot)

2018-07-20 19:14:00 UTC MAIN commitmail json YAML

foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviour

When *dst and *src overlaps in strcpy(3) according to POSIX the behaviour is
undefined and at least on NetBSD this lead to SIGABRT (due buffer overflow
detection of fortify) in foomatic-combo-xml.

PKGREVISION++

(leot)

2018-07-20 19:08:53 UTC MAIN commitmail json YAML

Add comment about updating misc/udfclient to version 0.8.9

(reinoud)

2018-07-20 19:07:41 UTC MAIN commitmail json YAML

2018-07-20 16:23:36 UTC MAIN commitmail json YAML

doc: Added net/bwm-ng version 0.6.1

(jperkin)

2018-07-20 16:23:19 UTC MAIN commitmail json YAML

net: Add bwm-ng

(jperkin)

2018-07-20 16:22:41 UTC MAIN commitmail json YAML

Add bwm-ng version 0.6.1 to pkgsrc.

Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor for Linux, BSD, Solaris, Mac OS X and others.

(jperkin)

2018-07-20 13:59:56 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 10.7.0

(fhajny)

2018-07-20 13:59:41 UTC MAIN commitmail json YAML

lang/nodejs: Update to 10.7.0.

- console:
  - The `console.timeLog()` method has been implemented.
- deps:
  - Upgrade to libuv 1.22.0.
  - Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1).
- http:
  - Added support for passing both `timeout` and `agent` options to
    `http.request`.
- inspector:
  - Expose the original console API in `require('inspector').console`.
- napi:
  - Added experimental support for functions dealing with bigint
    numbers.
- process:
  - The `process.hrtime.bigint()` method has been implemented.
  - Added the `--title` command line argument to set the process title
    on startup.
- trace_events:
  - Added process\_name metadata.

(fhajny)

2018-07-20 13:34:10 UTC MAIN commitmail json YAML

doc: note update of lang/php.

lang/php71 7.1.20
lang/php72 7.2.8
lang/php70 7.0.31
lang/php56 5.6.37

(taca)

2018-07-20 13:33:03 UTC MAIN commitmail json YAML

2018-07-20 13:29:51 UTC MAIN commitmail json YAML

lang/php72: reset PKGREVISION

Reset PKGREVISION along with update to 7.2.8.

(taca)

2018-07-20 13:28:48 UTC MAIN commitmail json YAML

lang/php56: update to 5.6.37

19 Jul 2018, PHP 5.6.37

- Exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)

(taca)

2018-07-20 13:27:28 UTC MAIN commitmail json YAML

lang/php70: update to 7.0.31

19 Jul 2018 PHP 7.0.31

- Exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)

(taca)

2018-07-20 13:25:26 UTC MAIN commitmail json YAML

lang/php72: update to 7.2.8

19 Jul 2018, PHP 7.2.8

- Core:
  . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
    with an error handler). (Laruence)
  . Fixed bug #76520 (Object creation leaks memory when executed over HTTP).
    (Nikita)
  . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
    properly). (Nikita)

- Date:
  . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)

- EXIF:
  . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- FPM:
  . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
    non-blocking). (Nikita)

- GMP:
  . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
    other classes). (Nikita)

- intl:
  . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
    type). (cmb)

- mbstring:
  . Fixed bug #76532 (Integer overflow and excessive memory usage
    in mb_strimwidth). (MarcusSchwarz)

- Opcache:
  . Fixed bug #76477 (Opcache causes empty return value).
    (Nikita, Laruence)

- PGSQL:
  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)

- phpdbg:
  . Fix arginfo wrt. optional/required parameters. (cmb)

- Reflection:
  . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
    error handler). (Laruence)
  . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
    inherited classes). (Nikita)

- Standard:
  . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
    (Laruence)
  . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)

- ZIP:
  . Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
    (Dennis Birkholz, Remi)

(taca)

2018-07-20 13:23:47 UTC MAIN commitmail json YAML

lang/php71: update to 7.1.20

19 Jul 2018, PHP 7.1.20

- Core:
  . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
    with an error handler). (Laruence)
  . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
    properly). (Nikita)

- Date:
  . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)

- exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
. Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- FPM:
  . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
    non-blocking). (Nikita)

- GMP:
  . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
    other classes). (Nikita)

- intl:
  . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
    type). (cmb)

- mbstring:
  . Fixed bug #76532 (Integer overflow and excessive memory usage
    in mb_strimwidth). (MarcusSchwarz)

- PGSQL:
  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)

- phpdbg:
  . Fix arginfo wrt. optional/required parameters. (cmb)

- Reflection:
  . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
    error handler). (Laruence)
  . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
    inherited classes). (Nikita)

- Standard:
  . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
    (Laruence)
  . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)

(taca)

2018-07-20 13:08:02 UTC MAIN commitmail json YAML

Updated devel/p5-File-Temp to 0.2308

(wen)

2018-07-20 13:04:03 UTC MAIN commitmail json YAML

Update to 0.2308

Upstream changes:
0.2308    2018-07-11 21:06:16Z
          - remove File::Temp::Dir from the PAUSE index (it is not in its own
            .pm file, so it is not 'use'able on its own)

0.2307    2018-06-24 19:40:29Z (TRIAL RELEASE)
          - change EXLOCK default from true to false; addresses RT#123959.
            Note that this option was always a no-op on non-BSD platforms;
            changing the default to false makes behaviour more predictable and
            consistent across platforms.

0.2306    2018-06-24 19:33:47Z
          - switch from 'use vars' to 'our'

0.2305    2018-04-19 11:58:49Z (TRIAL RELEASE)
          - documentation updates for what versions contain what features
            (thanks, Brian Mowrey! RT#101518)
          - fix bad use of skip() in tests (RT#95922)
          - Fall back to CSIDL_LOCAL_APPDATA under taint on Windows (RT#60340)
          - update distribution tooling

(wen)

2018-07-20 12:09:41 UTC pkgsrc-2018Q2 commitmail json YAML

Mention recent pullup tickets.

(bsiegert)

2018-07-20 12:06:09 UTC pkgsrc-2018Q2 commitmail json YAML

Pullup ticket #5795 - requested by maya
lang/gcc48: i386 build fix
lang/gcc5: i386 build fix
lang/gcc6: i386 build fix
lang/gcc7: i386 build fix
lang/gcc8: i386 build fix

Revisions pulled up:
- lang/gcc48-libs/Makefile                                      1.29
- lang/gcc48/Makefile                                          1.41
- lang/gcc48/distinfo                                          1.38
- lang/gcc48/patches/patch-gcc_targhooks.c                      1.1
- lang/gcc5-libs/Makefile                                      1.13
- lang/gcc5/Makefile                                            1.29
- lang/gcc5/distinfo                                            1.19
- lang/gcc5/patches/patch-gcc_targhooks.c                      1.1
- lang/gcc6-libs/Makefile                                      1.7
- lang/gcc6/Makefile                                            1.14
- lang/gcc6/distinfo                                            1.11
- lang/gcc6/patches/patch-gcc_targhooks.c                      1.1
- lang/gcc7-libs/Makefile                                      1.3
- lang/gcc7/Makefile                                            1.19
- lang/gcc7/distinfo                                            1.11
- lang/gcc7/patches/patch-gcc_targhooks.c                      1.1
- lang/gcc8/Makefile                                            1.2
- lang/gcc8/distinfo                                            1.2
- lang/gcc8/patches/patch-gcc_targhooks.c                      1.1

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Jul 18 22:42:57 UTC 2018

  Modified Files:
          pkgsrc/lang/gcc5: Makefile distinfo
          pkgsrc/lang/gcc5-libs: Makefile
  Added Files:
          pkgsrc/lang/gcc5/patches: patch-gcc_targhooks.c

  Log Message:
  gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
  sun was added as joyent is patching for the same.

  this code is only reached if compiling for i386 (or some variation of ppc)
  netbsd's stack_chk_fail_local won't work for this.

  PR pkg/53436

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Jul 18 22:35:44 UTC 2018

  Modified Files:
          pkgsrc/lang/gcc6: Makefile distinfo
          pkgsrc/lang/gcc6-libs: Makefile
  Added Files:
          pkgsrc/lang/gcc6/patches: patch-gcc_targhooks.c

  Log Message:
  gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun
  sun was added as joyent is patching for the same.

  this code is only reached if compiling for i386 (or some variation of ppc)
  netbsd's stack_chk_fail_local won't work for this.

  PR pkg/53436.

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Jul 18 22:55:08 UTC 2018

  Modified Files:
          pkgsrc/lang/gcc7: Makefile distinfo
          pkgsrc/lang/gcc7-libs: Makefile
  Added Files:
          pkgsrc/lang/gcc7/patches: patch-gcc_targhooks.c

  Log Message:
  gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
  sun was added as joyent is patching for the same.

  this code is only reached if compiling for i386 (or some variation of ppc)
  netbsd's stack_chk_fail_local won't work for this.

  PR pkg/53436.

---
  Module Name:    pkgsrc
  Committed By:  maya
  Date:          Wed Jul 18 22:56:23 UTC 2018

  Modified Files:
          pkgsrc/lang/gcc8: Makefile distinfo
  Added Files:
          pkgsrc/lang/gcc8/patches: patch-gcc_targhooks.c

  Log Message:
  gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
  sun was added as joyent is patching for the same.

  this code is only reached if compiling for i386 (or some variation of ppc)
  netbsd's stack_chk_fail_local won't work for this.

  PR pkg/53436.

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Wed Jul 18 23:15:42 UTC 2018

  Modified Files:
  pkgsrc/lang/gcc48: Makefile distinfo
  pkgsrc/lang/gcc48-libs: Makefile
  Added Files:
  pkgsrc/lang/gcc48/patches: patch-gcc_targhooks.c

  Log Message:
  gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun
  sun was added as joyent is patching for the same.

  this code is only reached if compiling for i386 (or some variation of ppc)
  netbsd's stack_chk_fail_local won't work for this.

  bump gcc48-libs PKGREVISION above gcc48

  PR pkg/53436.

(bsiegert)

2018-07-20 11:32:52 UTC MAIN commitmail json YAML

doc: Added devel/c++gsl version 1.0.0

(minskim)

2018-07-20 11:32:35 UTC MAIN commitmail json YAML

devel/Makefile: Add c++gsl

(minskim)

2018-07-20 11:32:25 UTC MAIN commitmail json YAML

devel/c++gsl: Import version 1.0.0

The Guideline Support Library (GSL) contains functions and types that
are suggested for use by the C++ Core Guidelines maintained by the
Standard C++ Foundation. This package contains Microsoft's
implementation of GSL.

(minskim)

2018-07-20 09:58:35 UTC MAIN commitmail json YAML

doc: Updated chat/ejabberd to 18.06

(fhajny)

2018-07-20 09:58:26 UTC MAIN commitmail json YAML

chat/ejabberd: Update to 18.06.

Admin
- Stop ejabberd initialization on invalid/unknown options
- Add new options for OOM watchdog: oom_watermark and oom_queue
- Add ability to modify version string
- Add option ext_api_headers to define REST API custom headers
- Fix Erlang limits in ejabberdctl.cfg.example to reflect current
  situation
- Make trusted_proxied ejabberd_http option accept ip masks
- Teach acl ip matching about ipv4 mapped ipv6 addresses
- Removed watchdog_admins option from config, as has no effect anymore
- Improve logging of external authentication failures
- ejabberd_auth: Don't use cache if the option is disabled
- Make connected_users_info and user_sessions_info DB-agnostic

Core
- Support SASL PLAIN by xmpp_stream_out
- Add Resource Binding support to xmpp_stream_out
- Improve robustness of external authentication backends
- Don't use 'unsupported-version' inside SM element
- Generate SASL failures on unencrypted connections only for s2s
- Fix reset_stream in websocket using pre-rfc protocol
- Don't crash in bosh when we receive request with RID < prev_rid
- Get rid of all calls to jlib.erl module
- Support IPv6 connections for PostgreSQL, MySQL and LDAP
- Fix authentication for usernames containing uppercase characters
- Optimize HTTP requests memory usage
- PKIX: Just warn instead of ignore a certificate containing no domain
  names
- PKIX: Don't replace valid certificates with invalid ones

Modules
- Log modules startup
- mod_disco: Advertise disco#info and disco#items features
- mod_irc: is moved away from ejabberd repo to ejabberd-contrib
- mod_mam: Don't replace existing stanza ID
- HTTP upload: Generate HTTP Upload form using xdata codec
- HTTP upload: Improve error formatting
- HTTP upload: Return detailed error if HTTP upload is too large

MUC
- Always display room's xdata in disco#info
- Display muc#roomconfig_changesubject in room's disco#info
- Render roomname, allowinvites and allowpm in room disco#info
- Support for roomconfig_lang/roominfo_lang
- mod_muc_sql: Fix export to SQL

Push
- Omit summary for outgoing messages
- Further improve handling of carbons
- Also include sender/body for carbons
- Include a static body text by default
- keepalive: Increase default timeout to 3 days
- SQL: Check 'max_user_sessions' limit

(fhajny)

2018-07-20 09:55:47 UTC MAIN commitmail json YAML

2018-07-20 09:43:50 UTC MAIN commitmail json YAML

Updated databases/py-peewee, devel/py-dash

(adam)

2018-07-20 09:42:54 UTC MAIN commitmail json YAML

py-dash: updated to 4.6.1

v4.6.1:
Misc
- Support Python 3.7.

(adam)

2018-07-20 09:41:37 UTC MAIN commitmail json YAML

doc: Updated x11/xf86-video-r128 to 6.11.0

(wiz)

2018-07-20 09:41:28 UTC MAIN commitmail json YAML

xf86-video-r128: update to 6.11.0.

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dylan A誰ssi (1):
      Fix typo: Initalizing --> Initializing

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-r128: remove the GlxSetVisualConfigs stub and friends

Helmut Grohne (1):
      Fix for cross build failure

Kevin Brace (31):
      Move the location where R128PreInitGamma is called
      Move assignment of color depth variables away from R128PreInitVisual
      Move the assignment to monitor field of ScrnInfoRec record
      Move R128PreInitVisual and R128PreInitGamma calls
      Remove R128ProbeDDC
      Refactor R128PreInitWeight
      Move the location xf86CrtcConfigInit is called inside R128PreInit
      Move existing mode setting initialization code into R128LegacyMS
      Move R128InitCrtcRegisters to r128_crtc.c
      Move R128InitCrtc2Registers to r128_crtc.c
      Move R128InitCrtcBase to r128_crtc.c
      Move R128InitCrtc2Base to r128_crtc.c
      Convert R128Div to an inline function
      Move R128InitPLLRegisters to r128_crtc.c
      Move R128InitPLL2Registers to r128_crtc.c
      Move R128RestoreCrtcRegisters to r128_crtc.c
      Move R128RestoreCrtc2Registers to r128_crtc.c
      Move R128InitDACRegisters to r128_output.c
      Move R128RestoreDACRegisters to r128_output.c
      Move R128RestorePLLRegisters to r128_crtc.c
      Move R128RestorePLL2Registers to r128_crtc.c
      Move R128InitDDARegisters to r128_crtc.c
      Move R128InitDDA2Registers to r128_crtc.c
      Move the location R128PreInitDRI is called
      Deprecate R128TRACE macro when generating debug messages
      Remove compilation warnings related to debug messages
      Using __func__ string for debug message function identification
      Convert tabs to white spaces for r128_output.c
      Fix for some RAGE 128 Pro causing out of range display error
      Reorganize r128_exa.c
      Version bumped to 6.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: use exec instead of waiting for configure to finish

Stefan Dirsch (1):
      Include <stdint.h> in order to declare uint32_t

(wiz)

2018-07-20 09:38:49 UTC MAIN commitmail json YAML

py-peewee: updated to 3.6.4

3.6.4:
Take a whole new approach, following what simplejson does. Allow the
build_ext command class to fail, and retry without extensions in the event we
run into issues building extensions.

3.6.3:
Add check in setup.py to determine if a C compiler is available before
building C extensions.

3.6.2:
Use ctypes.util.find_library to determine if libsqlite3 is installed.
Should fix problems people are encountering installing when SQLite3 is not
available.

3.6.1:
Fixed issue with setup script.

3.6.0:
* Support for Python 3.7, including bugfixes related to new StopIteration
  handling inside of generators.
* Support for specifying ROWS or RANGE window frame types.
* Add APIs for user-defined window functions if using [pysqlite3](https://github.com/coleifer/pysqlite3)
  and sqlite 3.25.0 or newer.
* TimestampField now uses 64-bit integer data-type for storage.
* Added support to pwiz and playhouse.reflection to enable generating
  models from VIEWs.
* Added lower-level database API for introspecting VIEWs.
* Revamped continuous integration setup for better coverage, including 3.7 and
  3.8-dev.
* Allow building C extensions even if Cython is not installed, by distributing
  pre-generated C source files.
* Switch to using setuptools for packaging.

(adam)

2018-07-20 09:36:57 UTC MAIN commitmail json YAML

Update distinfo for new patch-external_mysql-connector-cpp_config.h

(bouyer)

2018-07-20 09:36:19 UTC MAIN commitmail json YAML

Define HAVE_INTTYPES_H for __NetBSD__ too.
Fixes build on NetBSD/i386 8.0 at last

(bouyer)

2018-07-20 09:26:29 UTC MAIN commitmail json YAML

doc: Updated graphics/erlang-eimp to 1.0.6

(fhajny)

2018-07-20 09:26:21 UTC MAIN commitmail json YAML

graphics/erlang-eimp: Update to 1.0.6.

- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:23:58 UTC MAIN commitmail json YAML

doc: Updated net/erlang-esip to 1.0.24

(fhajny)

2018-07-20 09:23:49 UTC MAIN commitmail json YAML

net/erlang-esip: Update to 1.0.24.

- Updating fast_tls to version 1.0.23.
- Updating stun to version 1.0.23.
- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:22:04 UTC MAIN commitmail json YAML

doc: Updated net/erlang-xmpp to 1.2.2

(fhajny)

2018-07-20 09:21:56 UTC MAIN commitmail json YAML

net/erlang-xmpp: Update to 1.2.2.

Version 1.2.2
- Updating fast_xml to version 1.1.32.
- Fix crash when trying to encode xmlcdata
- Add missing files to hex package

Version 1.2.1
- Updating p1_utils to version 1.0.12.
- Updating fast_xml to version 1.1.31.
- Updating stringprep to version 1.0.12.

Version 1.2.0
- Support XEP-0377: Spam Reporting
- New xmpp_lang module to validate language tags
- Improve muc#roominfo and muc#roomconfig data forms
- XEP-0363: support and tags
- XEP-0363: data form support
- Add more functions to format errors
- Change arity of err_gone(), err_redirect() and serr_see_other_host()
  THIS CHANGE INTRODUCES API INCOMPATIBILITY: use xref to check the code
- Support multiple namespaces for the same data form

(fhajny)

2018-07-20 09:18:05 UTC MAIN commitmail json YAML

doc: Updated net/erlang-stun to 1.0.23

(fhajny)

2018-07-20 09:17:56 UTC MAIN commitmail json YAML

net/erlang-stun: Update to 1.0.23.

- Updating fast_tls to version 1.0.23.
- Updating p1_utils to version 1.0.12.
- Use p1_fsm instead of gen_fsm
- Remove unused dependency on port compiler

(fhajny)

2018-07-20 09:14:38 UTC MAIN commitmail json YAML

doc: Updated textproc/erlang-stringprep to 1.0.12

(fhajny)

2018-07-20 09:14:29 UTC MAIN commitmail json YAML

textproc/erlang-stringprep: Update to 1.0.12.

- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:11:36 UTC MAIN commitmail json YAML

doc: Updated databases/erlang-p1_pgsql to 1.1.6

(fhajny)

2018-07-20 09:11:25 UTC MAIN commitmail json YAML

databases/erlang-p1_pgsql: Update to 1.1.6.

- Add support for ipv6 connections

(fhajny)

2018-07-20 09:09:39 UTC MAIN commitmail json YAML

doc: Updated databases/erlang-p1_mysql to 1.0.6

(fhajny)

2018-07-20 09:09:27 UTC MAIN commitmail json YAML

databases/erlang-p1_mysql: Update to 1.0.6.

- Add support for ipv6 connections

(fhajny)

2018-07-20 09:07:55 UTC MAIN commitmail json YAML

doc: Updated converters/erlang-iconv to 1.0.8

(fhajny)

2018-07-20 09:07:47 UTC MAIN commitmail json YAML

converters/erlang-iconv: Update to 1.0.8.

- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:06:12 UTC MAIN commitmail json YAML

doc: Updated textproc/erlang-fast_yaml to 1.0.15

(fhajny)

2018-07-20 09:06:04 UTC MAIN commitmail json YAML

textproc/erlang-fast_yaml: Update to 1.0.15.

- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:04:43 UTC MAIN commitmail json YAML

doc: Updated textproc/erlang-fast_xml to 1.1.32

(fhajny)

2018-07-20 09:04:35 UTC MAIN commitmail json YAML

textproc/erlang-fast_xml: Update to 1.1.32.

Version 1.1.32
- Don't crash when trying to encode xmlcdata

Version 1.1.31
- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 09:02:23 UTC MAIN commitmail json YAML

doc: Updated security/erlang-fast_tls to 1.0.23

(fhajny)

2018-07-20 09:02:12 UTC MAIN commitmail json YAML

security/erlang-fast_tls: Update to 1.0.23.

- Updating p1_utils to version 1.0.12.
- Add ability to get cipher user by connection

(fhajny)

2018-07-20 09:00:34 UTC MAIN commitmail json YAML

doc: Updated emulators/softvms to 1.10

(tpaul)

2018-07-20 09:00:08 UTC MAIN commitmail json YAML

emulators/softvms: Update to 1.10

Remove mainwin.c patch which is no longer needed in this release.
ok <leot>

(tpaul)

2018-07-20 08:59:58 UTC MAIN commitmail json YAML

doc: Updated devel/erlang-cache_tab to 1.0.14

(fhajny)

2018-07-20 08:59:50 UTC MAIN commitmail json YAML

devel/erlang-cache_tab: Update 1.0.14.

- Updating p1_utils to version 1.0.12.

(fhajny)

2018-07-20 08:56:24 UTC MAIN commitmail json YAML

doc: Updated misc/erlang-p1_utils to 1.0.12

(fhajny)

2018-07-20 08:56:12 UTC MAIN commitmail json YAML

misc/erlang-p1_utils: Update to 1.0.12.

- Don't fetch generic_debug option from init.

(fhajny)

2018-07-20 08:41:32 UTC MAIN commitmail json YAML

Updated databases/py-apsw, www/py-flask

(adam)

2018-07-20 08:40:42 UTC MAIN commitmail json YAML

py-flask: updated to 1.0.2

Version 1.0.2:
Fix more backwards compatibility issues with merging slashes between a blueprint prefix and route.
Fix error with flask routes command when there are no routes.

Version 1.0.1:
Fix registering partials (with no __name__) as view functions.
Don't treat lists returned from view functions the same as tuples. Only tuples are interpreted as response data.
Extra slashes between a blueprint's url_prefix and a route URL are merged. This fixes some backwards compatibility issues with the change in 1.0.
Only trap BadRequestKeyError errors in debug mode, not all BadRequest errors. This allows abort(400) to continue working as expected.
The FLASK_SKIP_DOTENV environment variable can be set to 1 to skip automatically loading dotenv files.

Version 1.0:
Python 2.6 and 3.3 are no longer supported.
Bump minimum dependency versions to the latest stable versions: Werkzeug >= 0.14, Jinja >= 2.10, itsdangerous >= 0.24, Click >= 5.1.
Skip :meth:app.run <Flask.run> when a Flask application is run from the command line. This avoids some behavior that was confusing to debug.
Change the default for :data:JSONIFY_PRETTYPRINT_REGULAR to False. :func:~json.jsonify returns a compact format by default, and an indented format in debug mode.
:meth:Flask.__init__ <Flask> accepts the host_matching argument and sets it on :attr:~Flask.url_map.
:meth:Flask.__init__ <Flask> accepts the static_host argument and passes it as the host argument when defining the static route.
:func:send_file supports Unicode in attachment_filename.
Pass _scheme argument from :func:url_for to :meth:~Flask.handle_url_build_error.
:meth:~Flask.add_url_rule accepts the provide_automatic_options argument to disable adding the OPTIONS method.
:class:~views.MethodView subclasses inherit method handlers from base classes.
Errors caused while opening the session at the beginning of the request are handled by the app's error handlers.
Blueprints gained :attr:~Blueprint.json_encoder and :attr:~Blueprint.json_decoder attributes to override the app's encoder and decoder.
:meth:Flask.make_response raises TypeError instead of ValueError for bad response types. The error messages have been improved to describe why the type is invalid.
Add routes CLI command to output routes registered on the application.
Show warning when session cookie domain is a bare hostname or an IP address, as these may not behave properly in some browsers, such as Chrome.
Allow IP address as exact session cookie domain.
SESSION_COOKIE_DOMAIN is set if it is detected through SERVER_NAME.
Auto-detect zero-argument app factory called create_app or make_app from FLASK_APP.
Factory functions are not required to take a script_info parameter to work with the flask command. If they take a single parameter or a parameter named script_info, the :class:~cli.ScriptInfo object will be passed.
FLASK_APP can be set to an app factory, with arguments if needed, for example FLASK_APP=myproject.app:create_app('dev').
FLASK_APP can point to local packages that are not installed in editable mode, although pip install -e is still preferred.
The :class:~views.View class attribute :attr:~views.View.provide_automatic_options is set in :meth:~views.View.as_view, to be detected by :meth:~Flask.add_url_rule.
Error handling will try handlers registered for blueprint, code, app, code, blueprint, exception, app, exception.
Cookie is added to the response's Vary header if the session is accessed at all during the request (and not deleted).
:meth:~Flask.test_request_context accepts subdomain and url_scheme arguments for use when building the base URL.
Set :data:APPLICATION_ROOT to '/' by default. This was already the implicit default when it was set to None.
:data:TRAP_BAD_REQUEST_ERRORS is enabled by default in debug mode. BadRequestKeyError has a message with the bad key in debug mode instead of the generic bad request message.
Allow registering new tags with :class:~json.tag.TaggedJSONSerializer to support storing other types in the session cookie.
Only open the session if the request has not been pushed onto the context stack yet. This allows :func:~stream_with_context generators to access the same session that the containing view uses.
Add json keyword argument for the test client request methods. This will dump the given object as JSON and set the appropriate content type.
Extract JSON handling to a mixin applied to both the :class:Request and :class:Response classes. This adds the :meth:~Response.is_json and :meth:~Response.get_json methods to the response to make testing JSON response much easier.
Removed error handler caching because it caused unexpected results for some exception inheritance hierarchies. Register handlers explicitly for each exception if you want to avoid traversing the MRO.
Fix incorrect JSON encoding of aware, non-UTC datetimes.
Template auto reloading will honor debug mode even even if :attr:~Flask.jinja_env was already accessed.
The following old deprecated code was removed.
flask.ext - import extensions directly by their name instead of through the flask.ext namespace. For example, import flask.ext.sqlalchemy becomes import flask_sqlalchemy.
Flask.init_jinja_globals - extend :meth:Flask.create_jinja_environment instead.
Flask.error_handlers - tracked by :attr:Flask.error_handler_spec, use :meth:Flask.errorhandler to register handlers.
Flask.request_globals_class - use :attr:Flask.app_ctx_globals_class instead.
Flask.static_path - use :attr:Flask.static_url_path instead.
Request.module - use :attr:Request.blueprint instead.
The :attr:Request.json property is no longer deprecated.
Support passing a :class:~werkzeug.test.EnvironBuilder or dict to :meth:test_client.open <werkzeug.test.Client.open>.
The flask command and :meth:Flask.run will load environment variables from .env and .flaskenv files if python-dotenv is installed.
When passing a full URL to the test client, the scheme in the URL is used instead of :data:PREFERRED_URL_SCHEME.
:attr:Flask.logger has been simplified. LOGGER_NAME and LOGGER_HANDLER_POLICY config was removed. The logger is always named flask.app. The level is only set on first access, it doesn't check :attr:Flask.debug each time. Only one format is used, not different ones depending on :attr:Flask.debug. No handlers are removed, and a handler is only added if no handlers are already configured.
Blueprint view function names may not contain dots.
Fix a ValueError caused by invalid Range requests in some cases.
The development server uses threads by default.
Loading config files with silent=True will ignore :data:~errno.ENOTDIR errors.
Pass --cert and --key options to flask run to run the development server over HTTPS.
Added :data:SESSION_COOKIE_SAMESITE to control the SameSite attribute on the session cookie.
Added :meth:~flask.Flask.test_cli_runner to create a Click runner that can invoke Flask CLI commands for testing.
Subdomain matching is disabled by default and setting :data:SERVER_NAME does not implicitly enable it. It can be enabled by passing subdomain_matching=True to the Flask constructor.
A single trailing slash is stripped from the blueprint url_prefix when it is registered with the app.
:meth:Request.get_json doesn't cache the result if parsing fails when silent is true.
:func:Request.get_json no longer accepts arbitrary encodings. Incoming JSON should be encoded using UTF-8 per RFC 8259, but Flask will autodetect UTF-8, -16, or -32.
Added :data:MAX_COOKIE_SIZE and :attr:Response.max_cookie_size to control when Werkzeug warns about large cookies that browsers may ignore.
Updated documentation theme to make docs look better in small windows.
Rewrote the tutorial docs and example project to take a more structured approach to help new users avoid common pitfalls.

(adam)

2018-07-20 08:07:49 UTC MAIN commitmail json YAML

py-apsw: updated to 3.24.0

3.24.0-r1
Added constants:
* SQLITE_DBCONFIG_RESET_DATABASE, and support for it in Connection.config()
* SQLITE_LOCKED_VTAB, and SQLITE_CORRUPT_SEQUENCE extended result codes
Added keywords and updated the shell to use it.

(adam)

2018-07-20 07:42:09 UTC MAIN commitmail json YAML

Updated devel/p5-Exporter-Tiny to 1.002001

(wen)

2018-07-20 07:41:02 UTC MAIN commitmail json YAML

Update to 1.002001

Upstream changes:
1.002001        2018-07-17

[ Packaging ]
- Fix dates in changelog.

1.002000        2018-07-17

[ Packaging ]
- Repackage as 1.002000.

1.001_001      2018-06-29

[ Test Suite ]
- Improved test coverage, up from 88.78% on coveralls.io to 96.74%.

1.001_000      2018-06-26

- Added: Support for exporting non-code symbols such as $Foo, @Bar, and
  %Baz.
- Added: Support for generating non-code symbols.

(wen)

2018-07-20 07:37:45 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Cover to 1.30

(wen)

2018-07-20 07:36:13 UTC MAIN commitmail json YAML

Update to 1.30

Upstream changes:
Release 1.30 - 14 July 2018
- Fix incorrect merging of structure (Emiliya Boyadjieva) (github 199)
- Fix up compiler warnings (Jens Rehsack) (github 211)
- Test against 5.28.0, 5.29.0 and some other versions
- Compress and then delete old cpancover data
- Clarify some docs around ignore (Olaf Alders) (github 207)
- Run coverage on cpp and hpp files (Jacques Germishuys) (github 203)
- Add docs for coverage of modules on command line (Slaven Rezić) (github 204)
- Ignore .AppleDouble files (David Cantrell) (github 200)

(wen)

2018-07-20 07:26:43 UTC MAIN commitmail json YAML

asciidoc: removed unused REPLACE_PYTHON line

(adam)

2018-07-20 07:09:59 UTC MAIN commitmail json YAML

Updated audio/fdk-aac

(adam)

2018-07-20 07:08:32 UTC MAIN commitmail json YAML

fdk-aac: updated to 0.1.6

0.1.6
- Lots of minor assorted crash/fuzz fixes, mostly for the decoder but
  also some for the encoder

(adam)

2018-07-20 05:58:30 UTC pkgsrc-2018Q2 commitmail json YAML

2018-07-20 05:56:21 UTC pkgsrc-2018Q2 commitmail json YAML

Pullup ticket #5792 - requested by wiz
mail/neomutt: security update

Revisions pulled up:
- mail/neomutt/Makefile                                        1.44-1.45
- mail/neomutt/PLIST                                            1.18
- mail/neomutt/distinfo                                        1.34-1.35

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  wiz
  Date:          Tue Jul  3 05:38:57 UTC 2018

  Modified Files:
          pkgsrc/mail/neomutt: Makefile PLIST distinfo

  Log Message:
  neomutt: update to 20180622.

  2018-06-22  Richard Russon  <rich%flatcap.org@localhost>
  * Features
    - Expand variables inside backticks
    - Honour SASL-IR IMAP capability in SASL PLAIN
  * Bug Fixes
    - Fix toggle-read
    - Do not truncate shell commands on ; or #
    - pager: index must be rebuilt on MUTT_REOPENED
    - Handle a BAD response in AUTH PLAIN w/o initial response
    - fcc_attach: Don't ask every time
    - Enlarge path buffers PATH_MAX (4096)
    - Move LSUB call from connection establishment to mailbox SELECTion
  * Translations
    - Update Chinese (Simplified): 100%
    - Update Czech: 100%
    - Update German: 100%
    - Update Lithuanian: 100%
    - Update Portuguese (Brazil): 100%
    - Update Slovak: 59%
    - Reduce duplication of messages
  * Code
    - Tidy up the mailbox API
    - Tidy up the header cache API
    - Tidy up the encryption API
    - Add doxygen docs for more functions
    - Refactor more structs to use STAILQ

  To generate a diff of this commit:
  cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/neomutt/Makefile
  cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/neomutt/PLIST
  cvs rdiff -u -r1.33 -r1.34 pkgsrc/mail/neomutt/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wiz
  Date: Mon Jul 16 19:57:44 UTC 2018

  Modified Files:
  pkgsrc/mail/neomutt: Makefile distinfo

  Log Message:
  neomutt: update to 20180716.

  2018-07-16  Richard Russon  <rich@flatcap.org>
  * Features
    - <check-stats> function
  * Bug Fixes
    - Lots

  To generate a diff of this commit:
  cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/neomutt/Makefile
  cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/neomutt/distinfo

(spz)

2018-07-20 04:49:32 UTC MAIN commitmail json YAML

Updated benchmarks/p5-Benchmark-Timer to 0.7112

(wen)

2018-07-20 04:43:24 UTC MAIN commitmail json YAML

Update to 0.7112
Update DEPENDS

Upstream changes:
Version 0.7112:
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning

Version 0.7111:
- Update META.yml

Version 0.7110:
- Trying once again to fix the compile test on windows

Version 0.7109:
- Add missing URI::Escape dependency
- Check in standard tests, including one that skips the compile check on Windows

Version 0.7108:
- Add standard tests
- Fix compatibility issue with newer versions of perl, which remove "." from
  @INC. https://rt.cpan.org/Ticket/Display.html?id=121015
- Fix no_index declaration for delta.pl.
  https://rt.cpan.org/Ticket/Display.html?id=112477

(wen)

2018-07-20 03:34:33 UTC MAIN commitmail json YAML

2018-07-20 03:32:57 UTC MAIN commitmail json YAML

Updated textproc/icu to 62.1

(ryoon)

2018-07-20 03:32:23 UTC MAIN commitmail json YAML

Updated audio/p5-Audio-Scan to 1.01

(wen)

2018-07-20 03:32:09 UTC MAIN commitmail json YAML

Update to 62.1

Changelog:
Common Changes
    Unicode 11: 684 new characters, including 7 new scripts, Mtavruli Georgian capital letters, 5 new Han characters, and 66 new emoji characters.
    CLDR 33.1:
        Unicode 11 script metadata, collation, Chinese transliteration.
        Chinese collation stroke order updated from Unicode 7 to Unicode 11 after tooling bug fixes.
    NumberFormatter
        A NumberFormatter can now be constructed from a locale-neutral skeleton string (like a DateFormat) (#8610). This is particularly useful in translated messages where placeholder details should not be translated. MessageFormat recognizes the style field as a number skeleton if it is prefixed with "::", as in "Number of files: {num, number, :: round-integer group-min2}." (#13742)
        New "conversion" functions for getting a NumberFormatter from a DecimalFormat, and a Format from a NumberFormatter.
        New C API (unicode/unumberformatter.h [permanent API docs link TBD]). (#13597) Currently it supports formatting settings only via a skeleton string.
        Several still-draft NumberFormatter methods and helper classes have been modified or renamed; the previous versions remain temporarily (as deprecated) for one release, to help with the transition.
    Break Iterator Rules: "Safe" rules are no longer required for correct break iterator operation. For back compatibility, existing rule sets containing safe rules will continue to work, with the safe rules they contain being ignored. The Break Iterator binary data format has been updated to reflect this change.
    Line Break: The boundary rules have been updated to reflect the Unicode 11 version of UAX #14. Specifically, the handling of Emoji ZWJ sequences has been improved.

ICU4C Specific Changes
    Under-the-hood overhaul of number parsing. See the design doc for a summary of changes; behavior is mostly compatible with previous versions, but there are some known differences.
    DecimalFormat now wraps the new NumberFormatter code.

(ryoon)

2018-07-20 03:31:16 UTC MAIN commitmail json YAML

Update to 1.01

Upstream changes:
1.01    2018-07-09
        - Added Opus codec support. (Jeff Muizelaar)
        - ADTS: RT #124525, fixed incorrect duration calcuation due to off-by-one error
          in frame counter.
        - Added missing license meta name. (manwar)

(wen)

2018-07-20 03:27:58 UTC MAIN commitmail json YAML

Updated www/p5-libwww to 6.35

(wen)

2018-07-20 03:26:40 UTC MAIN commitmail json YAML

Update to 6.35

Upstream changes:
6.35      2018-07-16 04:48:54Z
    - fix file descriptor leak in LWP::Protocol (introduced in version 6.17)
      that occurs for perl versions earlier than 5.18. (GH #296)

(wen)

2018-07-20 03:07:17 UTC MAIN commitmail json YAML

Added www/joomla version 3.8.10

(wen)

2018-07-20 03:05:58 UTC MAIN commitmail json YAML

2018-07-20 03:03:57 UTC MAIN commitmail json YAML

Import joomla-3.8.10 as www/joomla, based on wip/joomla.

Joomla! is one of the most powerful Open Source Content
Management Systems on the planet. It is used all over
the world for everything from simple websites to complex
corporate applications. Joomla! is easy to install,
simple to manage, and reliable.

(wen)

2018-07-19 22:22:21 UTC MAIN commitmail json YAML

apply the fix from my repo for PR 53456: "chat/ircII crashes on joining
to a channel with +k, with wrong channel key", which also fixes
reconnecting in some cases for me.  now chan->window is never stale or
uninitialised.

(mrg)

2018-07-19 20:17:48 UTC MAIN commitmail json YAML

doc: Updated math/py-sympy to 1.2

(prlw1)

2018-07-19 20:15:36 UTC MAIN commitmail json YAML

Update py-sympy to 1.2

Highlights

  There are many changes in 1.2 (see below). Some of the highlights are
    * Python 3.3 is no longer supported. If you require Python 3.3
      support, use SymPy 1.1.1. See our [518]policy on dropping support
      for major Python versions.
    * Experimental LaTeX parsing with sympy.parsing.latex.parse_latex()
      has been added, based on the latex2sympy project. This requires
      antlr-python-runtime to be installed. [519]#13706
    * The vector module has been improved to support orthogonal
      curvilinear coordinate systems ([520]Szymon Mieszczak's GSoC
      project)
    * New module sympy.integrals.intpoly for integrating uni/bivariate
      polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
    * Improvements to the code generation module. ([522]Bj?rn Dahlgren's
      GSoC project)
    * Improvements to the group theory module. See below for more
      information. ([523]Valeriia Gladkova's GSoC project)
    * New module sympy.discrete for operating on discrete sequences.
      polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
    * Improvements to the code generation module. ([522]Bj?rn Dahlgren's
      GSoC project)
    * Improvements to the group theory module. See below for more
      information. ([523]Valeriia Gladkova's GSoC project)
    * New module sympy.discrete for operating on discrete sequences.
      ([524]Sidhant Nagpal's GSoC project)

Complete release notes at:
https://github.com/sympy/sympy/wiki/release-notes-for-1.2

(prlw1)

2018-07-19 17:58:58 UTC MAIN commitmail json YAML

2018-07-19 15:15:31 UTC MAIN commitmail json YAML

2018-07-19 14:24:10 UTC MAIN commitmail json YAML

Corrected install procedure for www/ocsigen-i18n and revbump

This package uses ocamlfind to build, but not to install. This has now
been incorporated into the Makefile.

(jaapb)

2018-07-19 14:21:47 UTC MAIN commitmail json YAML

doc: Updated misc/ocaml-opam to 2.0.0_rc3

(jaapb)

2018-07-19 14:21:31 UTC MAIN commitmail json YAML

Updated misc/ocaml-opam to version 2.0.0_rc3.

This has several changes and bugfixes; most importantly, it has lost the
camlp4 dependency.

(jaapb)

2018-07-19 14:19:58 UTC MAIN commitmail json YAML

doc: Updated lang/camlp5 to 7.06

(jaapb)

2018-07-19 14:19:46 UTC MAIN commitmail json YAML

Updated package lang/camlp5 to version 7.06.

This version offers support for OCaml 4.07.

(jaapb)

2018-07-19 14:18:09 UTC MAIN commitmail json YAML

Updated devel/ocaml-yojson PLIST and revbump.

This is due to the package being built with jbuilder now.

(jaapb)

2018-07-19 14:15:23 UTC MAIN commitmail json YAML

Updated package devel/ocaml-lwt_ppx to version 1.2.1.

This is a result of the upgrade of ocaml-lwt to 4.1.0; both packages are
distributed together

(jaapb)

2018-07-19 14:14:28 UTC MAIN commitmail json YAML

Updated devel/ocaml-lwt to version 4.1.0.

Various changes and bugfixes - most importantly, the package license has
changed to MIT.

(jaapb)

2018-07-19 14:11:23 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-base to 0.11.1

(jaapb)

2018-07-19 14:11:08 UTC MAIN commitmail json YAML

Updated devel/ocaml-base to version 0.11.1.

Main change here is support for OCaml 4.07.

(jaapb)

2018-07-19 14:06:10 UTC MAIN commitmail json YAML

doc: Updated devel/js_of_ocaml to 3.2.0

(jaapb)

2018-07-19 14:05:57 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml to version 3.2.0.

This version has several features and bugfixes, of which the most important
is that it now supports OCaml 4.07.

(jaapb)

2018-07-19 13:48:41 UTC pkgsrc-2018Q2 commitmail json YAML

Pullup ticket #5794 - requested by maya
x11/qt5-qtlocation: build fix

Revisions pulled up:
- x11/qt5-qtlocation/Makefile                                  1.27
- x11/qt5-qtlocation/distinfo                                  1.8
- x11/qt5-qtlocation/patches/patch-src_location_declarativemaps_qdeclarativegeomap.cpp 1.1

---
  Module Name: pkgsrc
  Committed By: maya
  Date: Tue Jul 17 20:22:54 UTC 2018

  Modified Files:
  pkgsrc/x11/qt5-qtlocation: Makefile distinfo
  Added Files:
  pkgsrc/x11/qt5-qtlocation/patches:
      patch-src_location_declarativemaps_qdeclarativegeomap.cpp

  Log Message:
  qt5-qtlocation: workaround GCC < 5.x bug and be explicit on how to cast this.
  from thiago on qt irc.

(bsiegert)

2018-07-19 13:47:36 UTC MAIN commitmail json YAML

Removed superfluous dependency from databases/pgocaml and revbump.

(jaapb)

2018-07-19 13:01:48 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_tools_versioned to 5.2

(jaapb)

2018-07-19 13:01:34 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_tools_versioned to version 5.2.

There does not seem to be a changelog available, but this version adds
support for OCaml 4.07 and now uses the jbuilder build system.

(jaapb)

2018-07-19 12:57:38 UTC MAIN commitmail json YAML

kpathsea: Update comment to reflect current reality (texlive-tetex -> tex-tetex)

(leot)

2018-07-19 12:51:40 UTC MAIN commitmail json YAML

doc: Updated lang/camlp4 to 4.07+1nb1

(jaapb)

2018-07-19 12:46:04 UTC MAIN commitmail json YAML

Committed correct version of Makefile patch for lang/ocaml

(jaapb)

2018-07-19 12:36:46 UTC MAIN commitmail json YAML

doc: Added graphics/go-smartcrop version 0.2.0.20180227

(minskim)

2018-07-19 12:36:28 UTC MAIN commitmail json YAML

graphics/Makefile: Add go-smartcrop

(minskim)

2018-07-19 12:36:17 UTC MAIN commitmail json YAML

graphics/go-smartcrop: Import version 0.2.0.20180227

smartcrop finds good image crops for arbitrary sizes. It is a pure Go
implementation, based on Jonas Wagner's smartcrop.js.

(minskim)

2018-07-19 12:20:58 UTC MAIN commitmail json YAML

Corrected buildlink file for lang/ocaml

(jaapb)

2018-07-19 12:18:03 UTC MAIN commitmail json YAML

Updated lang/camlp4 to version 4.07+1.

This is a maintenance release, only meant for compatibility with OCaml
4.07.

(jaapb)

2018-07-19 12:16:50 UTC MAIN commitmail json YAML

doc: Updated lang/ocaml to 4.07.0

(jaapb)

2018-07-19 12:16:38 UTC MAIN commitmail json YAML

Updated lang/ocaml to the newest version, 4.07.0.

This breaks quite a few dependencies, more commits to follow.

There are many bugfixes and improvements (see the Changes file), I will
summarise the changes that may cause breakage:

* all standard library modules are now packed into the Stdlib module;
* Unix.isatty now works under the native Windows ports
* strings and bytes are distinguishable in bytecode
* Module aliases are no longer removed in 'module type of' and
  'with module'
* soundness bugfix with non-generalised type variables and local modules
* Ident.t is now abstract and immutable
* only allow directives with filename and at the begining of the line

(jaapb)

2018-07-19 09:25:11 UTC MAIN commitmail json YAML

Updated security/py-cryptography_vectors, security/py-cryptography

(adam)

2018-07-19 09:24:37 UTC MAIN commitmail json YAML

py-cryptography[_vectors]: updated to 2.3

2.3:

SECURITY ISSUE: :meth:~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag allowed tag truncation by default which can allow tag forgery in some cases. The method now enforces the min_tag_length provided to the :class:~cryptography.hazmat.primitives.ciphers.modes.GCM constructor. CVE-2018-10903
Added support for Python 3.7.
Added :meth:~cryptography.fernet.Fernet.extract_timestamp to get the authenticated timestamp of a :doc:Fernet </fernet> token.
Support for Python 2.7.x without hmac.compare_digest has been deprecated. We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next cryptography release.
Fixed multiple issues preventing cryptography from compiling against LibreSSL 2.7.x.
Added :class:~cryptography.x509.CertificateRevocationList.get_revoked_certificate_by_serial_number for quick serial number searches in CRLs.
The :class:~cryptography.x509.RelativeDistinguishedName class now preserves the order of attributes. Duplicate attributes now raise an error instead of silently discarding duplicates.
:func:~cryptography.hazmat.primitives.keywrap.aes_key_unwrap and :func:~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding now raise :class:~cryptography.hazmat.primitives.keywrap.InvalidUnwrap if the wrapped key is an invalid length, instead of ValueError.

(adam)

2018-07-19 09:10:50 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx, devel/py-pylint-plugin-utils

(adam)

2018-07-19 09:10:31 UTC MAIN commitmail json YAML

2018-07-19 09:07:52 UTC MAIN commitmail json YAML

py-sphinx: 1.7.6

Release 1.7.6:

Bugs fixed
* LaTeX \sphinxupquote{} breaks in Russian
* sphinx.testing uses deprecated pytest API; Node.get_marker(name)
* crashed when recommonmark.AutoStrictify is enabled
* latex: crashed with docutils package provided by Debian/Ubuntu
* latex: a label for table is vanished if table does not have a caption
* crashed with numbered toctree
* C, render empty argument lists for macros.
* C++, fix lookup of full template specializations with no template arguments.
* C++, fix assertion on missing references in global scope when using
  intersphinx. Thanks to Alan M. Carroll.
* autodoc: crashed by Form Feed Character
* autodoc: loses the first staticmethod parameter for old styled classes
* quickstart: Typing Ctrl-U clears the whole of line
* html: "relations" sidebar is not shown by default
* latex: curly braces in index entries are not handled correctly
* epub: Wrong internal href fragment links
* apidoc: Interface of sphinx.apidoc:main() has changed
* PDF builds of French projects have issues with XeTeX
* napoleon raises RuntimeError with python 3.7
* sphinx-build: Interface of sphinx:main() has changed
* sphinx-build: sphinx.cmd.build.main() refers sys.argv instead of given
  argument
* autosummary: warning is emitted when the first line of docstring ends
  with literal notation
* autosummary: warnings of autosummary indicates wrong location
* autodoc: crashed on inspecting dict like object which does not support
  sorting
* autodoc: Enum argument missing if it shares value with another
* py domain: rtype field could not handle "None" as a type
* LaTeX: indexing of terms containing @, !, or " fails
* html: crashes if copying static files are failed
* autodoc: Fix formatting type annotations for tuples with more than two
  arguments
* i18n: crashed by auto-symbol footnote references
* autosummary: module summary has been broken when it starts with heading

(adam)

2018-07-19 08:58:06 UTC MAIN commitmail json YAML

Updated www/apache24, math/py-numexpr

(adam)

2018-07-19 08:57:48 UTC MAIN commitmail json YAML

py-numexpr: updated to 2.6.6

Changes from 2.6.5 to 2.6.6:
Fix to the thread barrier that occassionally suffered from spurious wakeups on MacOSX.

(adam)

2018-07-19 08:53:58 UTC MAIN commitmail json YAML

apache24: updated to 2.4.34

Apache 2.4.34
*) SECURITY: CVE-2018-8011 (cve.mitre.org)
  mod_md: DoS via Coredumps on specially crafted requests
*) SECURITY: CVE-2018-1333 (cve.mitre.org)
  mod_http2: DoS for HTTP/2 connections by specially crafted requests
*) Introduce zh-cn and zh-tw (simplified and traditional Chinese) error
  document translations.
*) event: avoid possible race conditions with modules on the child pool.
*) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
  ProxyPassReverseCookiePath directive could fail to update correctly
  'domain=' or 'path=' in the 'Set-Cookie' header.
*) mod_ratelimit: fix behavior when proxing content.
*) core: Re-allow '_' (underscore) in hostnames.
*) mod_authz_core: If several parameters are used in a AuthzProviderAlias
  directive, if these parameters are not enclosed in quotation mark, only
  the first one is handled. The other ones are silently ignored.
  Add a message to warn about such a spurious configuration.
*) mod_md: improvements and bugfixes
  - MDNotifyCmd now takes additional parameter that are passed on to the called command.
  - ACME challenges have better checks for interference with other modules
  - ACME challenges are only handled for domains managed by the module, allowing
    other ACME clients to operate for other domains in the server.
  - better libressl integration
*) mod_proxy_wstunnel: Add default schema ports for 'ws' and 'wss'.
*) logging: Some early logging-related startup messages could be lost
  when using syslog for the global ErrorLog.
*) mod_cache: Handle case of an invalid Expires header value RFC compliant
  like the case of an Expires time in the past: allow to overwrite the
  non-caching decision using CacheStoreExpired and respect Cache-Control
  "max-age" and "s-maxage".
*) mod_xml2enc: Fix forwarding of error metadata/responses.
*) mod_proxy_http: Fix response header thrown away after the previous one
  was considered too large and truncated.
*) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family
  of functions to consume the end of line when the buffer is exhausted.
*) mod_proxy_http: Add new worker parameter 'responsefieldsize' to
  allow maximum HTTP response header size to be increased past 8192
  bytes.
*) mod_ssl: Extend SSLOCSPEnable with mode 'leaf' that only checks the leaf
  of a certificate chain.
*) http: Fix small memory leak per request when handling persistent
  connections.
*) mod_proxy_html: Fix variable interpolation and memory allocation failure
  in ProxyHTMLURLMap.
*) mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30.
*) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
  zero out what had been initialized as the connection-level port.
*) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
*) mod_proxy_balancer: Add hot spare member type and corresponding flag (R).
  Hot spare members are used as drop-in replacements for unusable workers
  in the same load balancer set. This differs from hot standbys which are
  only used when all workers in a set are unusable.
*) suexec: Add --enable-suexec-capabilites support on Linux, to use
  setuid/setgid capability bits rather than a setuid root binary.
*) suexec: Add support for logging to syslog as an alternative to
  logging to a file; use --without-suexec-logfile --with-suexec-syslog.
*) mod_ssl: Restore 2.4.29 behaviour in SSL vhost merging/enabling
  which broke some rare but previously-working configs.
*) core, log: improve sanity checks for the ErrorLog's syslog config, and
  explicitly allow only lowercase 'syslog' settings.
*) mod_http2: accurate reporting of h2 data input/output per request via
  mod_logio. Fixes an issue where output sizes where counted n-times on
  reused slave connections.
*) mod_http2: Fix unnecessary timeout waits in case streams are aborted.
*) mod_http2: restoring the v1.10.16 keepalive timeout behaviour of mod_http2.
*) mod_proxy: Do not restrict the maximum pool size for backend connections
  any longer by the maximum number of threads per process and use a better
  default if mod_http2 is loaded.
*) mod_slotmem_shm: Add generation number to shm filename to fix races
  with graceful restarts.
*) core: Preserve the original HTTP request method in the '%<m' LogFormat
  when an path-based ErrorDocument is used.
*) mod_remoteip: make proxy-protocol work on slave connections, e.g. in
  HTTP/2 requests.
*) mod_ssl: Fix merging of proxy SSL context outside <Proxy> sections,
  regression introduced in 2.4.30.
*) mod_md: Fix compilation with OpenSSL before version 1.0.2.
*) mod_dumpio: do nothing below log level TRACE7.
*) mod_remoteip: Restore compatibility with APR 1.4 (apr_sockaddr_is_wildcard).
*) core: On ECBDIC platforms, some errors related to oversized headers
  may be misreported or be logged as ASCII escapes.
*) mod_ssl: Fix cmake-based build.
*) core: Add <IfFile>, <IfDirective> and <IfSection> conditional
  section containers.

(adam)

2018-07-19 06:48:11 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg3, multimedia/ffmpeg4

(adam)

2018-07-19 06:47:43 UTC MAIN commitmail json YAML

ffmpeg3: updated to 3.4.4

version 3.4.4:
- avcodec/dvdsub_parser: Allocate input padding
- avcodec/dvdsub_parser: Init output buf/size
- avcodec/dirac_dwt_template: Fix signedness regression in interleave()
- avformat/movenc: Write version 2 of audio atom if channels is not known
- swresample/arm: rename labels to fix xcode build error
- avcodec/imgconvert: fix possible null pointer dereference

(adam)

2018-07-19 06:46:55 UTC MAIN commitmail json YAML

ffmpeg4: updated to 4.0.2

version 4.0.2:
- avcodec/dvdsub_parser: Allocate input padding
- avcodec/dvdsub_parser: Init output buf/size
- avcodec/dirac_dwt_template: Fix signedness regression in interleave()
- avformat/mov: Simplify last element computation in mov_estimate_video_delay()
- avformat/mov: Break out of inner loop early in mov_estimate_video_delay()
- avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()
- avformat/mov: remove modulo operations from mov_estimate_video_delay()
- avformat/movenc: Write version 2 of audio atom if channels is not known
- swresample/arm: rename labels to fix xcode build error
- avformat/movenc: Check input sample count
- avcodec/mjpegdec: Check for odd progressive RGB
- avcodec/vp8_parser: Do not leave data/size uninitialized
- avformat/mms: Add missing chunksize check
- avformat/pva: Check for EOF before retrying in read_part_of_packet()
- avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()
- avformat/asfdec_o: Check size_bmp more fully
- avformat/mxfdec: Fix av_log context
- avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()
- avcodec/indeo4: Check for end of bitstream in decode_mb_info()
- avcodec/ac3dec: Check channel_map index
- avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile
- avcodec/shorten: Fix undefined addition in shorten_decode_frame()
- avcodec/shorten: Fix undefined integer overflow
- avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
- avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
- avformat/movenc: Use mov->fc consistently for av_log()
- avcodec/mpeg4videodec: Check read profile before setting it
- avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample
- avcodec/ac3_parser: Check init_get_bits8() for failure
- avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
- avcodec/dpx: Check elements in 12bps planar path
- avcodec/escape124: Fix spelling errors in comment
- avcodec/ra144: Fix integer overflow in ff_eval_refl()
- avcodec/cscd: Check output buffer size for lzo.
- avcodec/escape124: Check buf_size against num_superblocks
- avcodec/h264_parser: Reduce needed history for parsing mb index
- avcodec/magicyuv: Check bits left in flags&1 branch
- avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
- ffmpeg: fix -stream_loop with multiple inputs
- ffmpeg: factorize input thread creation and destruction
- avformat/mpegts: parse large PMTs with multiple tables
- Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full"
- avcodec/videotoolboxenc: fix invalid session on iOS
- avcodec/videotoolboxenc: split initialization
- avcodec/videotoolboxenc: fix mutex/cond leak in error path

(adam)

2018-07-19 06:38:25 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.5.14

(rillig)

2018-07-19 06:38:15 UTC MAIN commitmail json YAML

pkgtools/pkglint: updated to 5.5.14

Changes since 5.5.13:

* Suppress duplicate warnings for unknown options in the same file

* Grab acceptable package versions directly from the infrastructure files

* Note about too deeply indented shell programs

(rillig)

2018-07-19 04:47:13 UTC MAIN commitmail json YAML

Added emulators/softvms version 1.9 (Not updated)

(tpaul)

2018-07-19 04:10:55 UTC MAIN commitmail json YAML

devel/aslc86k: use DIST_SUBDIR, update MAINTAINER

(tpaul)

2018-07-19 04:09:30 UTC MAIN commitmail json YAML

devel/lcdis: use DIST_SUBDIR, update MAINTAINER

(tpaul)

2018-07-19 04:07:05 UTC MAIN commitmail json YAML

doc: Updated emulators/softvms to 1.9

(tpaul)

2018-07-19 04:06:15 UTC MAIN commitmail json YAML

emulators/Makefile: add softvms

(tpaul)

2018-07-19 04:05:08 UTC MAIN commitmail json YAML

emulators/softvms: Import version 1.9

An emulator capable of running some Sega VMS games.

VMS games run on a Sega Dreamcast memory card called a VMU (or VMS in
some regions). It has a 48x32 monochrome LCD display, gamepad,
speaker, directional pad, four action buttons, and the ability to
connect to other VMUs.

ok <maya>
ok'd and new patches by <leot>

(tpaul)

2018-07-19 01:41:32 UTC MAIN commitmail json YAML

R: remove cases for ancient NetBSD versions.

(maya)

2018-07-18 23:45:14 UTC MAIN commitmail json YAML

2018-07-18 23:35:17 UTC MAIN commitmail json YAML

pulseaudio: add PLIST entries that appear missing in joyent ubuntu builds.
presumably from building with alsa option that hasn't been as widely used.

(maya)

2018-07-18 23:24:22 UTC MAIN commitmail json YAML

doc: Updated lang/gcc48 to 4.8.5nb6

(maya)

2018-07-18 23:15:42 UTC MAIN commitmail json YAML

gcc48: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

bump gcc48-libs PKGREVISION above gcc48

PR pkg/53436.

(maya)

2018-07-18 22:57:47 UTC MAIN commitmail json YAML

2018-07-18 22:56:23 UTC MAIN commitmail json YAML

gcc8: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

PR pkg/53436.

(maya)

2018-07-18 22:55:08 UTC MAIN commitmail json YAML

gcc7: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

PR pkg/53436.

(maya)

2018-07-18 22:42:57 UTC MAIN commitmail json YAML

gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

PR pkg/53436

(maya)

2018-07-18 22:35:44 UTC MAIN commitmail json YAML

gcc6: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

PR pkg/53436.

(maya)

2018-07-18 19:18:59 UTC MAIN commitmail json YAML

2018-07-18 19:18:07 UTC MAIN commitmail json YAML

Fix segfaults when upower is not running.

On my system, these patches stop xfsettingsd (from XFCE) from crashing
and dumping core during session startup. Thus, it can actually apply the
settings it is supposed to.

I just wish upstream had done a bugfix release, the patches are from 2016 :(

Fixes PR pkg/53455, which I filed :)
ok youri@

(bsiegert)

2018-07-18 17:55:54 UTC MAIN commitmail json YAML

NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test
# if __BYTE_ORDER == __BIG_ENDIAN
is always true, and e.g. x11vnc wrongly sets bigEndian in the wire
strucure, causing clients to fail.
Check that __BYTE_ORDER is defined before using it, and add a test for
_BYTE_ORDER too.
Bump PKGREVISION

(bouyer)

2018-07-18 16:24:38 UTC MAIN commitmail json YAML

rust: Add more libraries to the stage0 fixup.

(jperkin)

2018-07-18 15:56:04 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.6, MesaLib-18.1.4, apache24-2.4.34, calibre-3.27.1,
  creduce-2.8.0, extra-cmake-modules-5.48.0, filezilla-3.34.0,
  guile22-2.2.4, harfbuzz-1.8.3, oxygen-icons-5.48.0, polkit-0.115,
  pulseaudio-12.1, py-cairo-1.17.1, py-google-api-python-client-1.7.4,
  py-mercurial-4.6.2, py-setuptools-40.0.0.

(wiz)

2018-07-18 14:28:00 UTC MAIN commitmail json YAML

doc: Updated devel/gradle to 4.9

(fhajny)

2018-07-18 14:27:52 UTC MAIN commitmail json YAML

devel/gradle: Update to 4.9.

- Projects that publish auxiliary publications through maven-publish
  and ivy-publish can now be depended upon by other projects in the
  same build.
- In addition to lazy tasks use, Kotlin DSL build scripts are
  evaluated faster with version 0.18.4.
- You can now pass arguments to JavaExec tasks directly from the
  command-line using --args.
- Improved dependency insight report.

(fhajny)

2018-07-18 14:18:51 UTC MAIN commitmail json YAML

Remove double slash in path

(ryoon)

2018-07-18 14:18:04 UTC MAIN commitmail json YAML

2018-07-18 07:33:12 UTC MAIN commitmail json YAML

Add pkgsrc build option disable-filter-url to disable php://filter URL

php://filter URL is a feature documented here:
http://php.net/manual/en/wrappers.php.php

Unfortunately, it allows remote control of include() behavior
beyond what many developpers expected, enabling easy dump of
PHP source files. The administrator may want to disable the
feature for security sake, and this option makes that possible.

(manu)

2018-07-18 07:20:53 UTC MAIN commitmail json YAML

doc: Updated textproc/go-md2man to 1.0.8

(minskim)

2018-07-18 07:20:21 UTC MAIN commitmail json YAML

textproc/go-md2man: Update to 1.0.8

Changes:
- Switch vendor tool to dep
- Update blackfriday vendoring to v1.5
- Improve testing
- Improve rendering of nested lists

(minskim)

2018-07-18 02:38:35 UTC MAIN commitmail json YAML

doc: Added devel/go-sync version 0.0.20180314

(minskim)

2018-07-18 02:38:18 UTC MAIN commitmail json YAML

devel/Makefile: Add go-sync

(minskim)

2018-07-18 02:38:08 UTC MAIN commitmail json YAML

devel/go-sync: Import version 0.0.20180314

This package contains various packages and tools that support the Go
programming language.

Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs.

(minskim)

2018-07-18 00:24:30 UTC MAIN commitmail json YAML

Try open Cairo via dlopen first, so that rpath is honoured. While it
doesn't currently work on OSX, the original code remains as fallback.
Bump revision.

(joerg)

2018-07-18 00:09:12 UTC MAIN commitmail json YAML

2018-07-18 00:07:51 UTC MAIN commitmail json YAML

Needs libXt and pkg-config to build.

(joerg)

2018-07-18 00:06:25 UTC MAIN commitmail json YAML

2018-07-17 22:19:01 UTC MAIN commitmail json YAML

Updated devel/lua-rocks to 2.4.4.

(alnsn)

2018-07-17 22:18:06 UTC MAIN commitmail json YAML

Update devel/lua-rocks to version 2.4.4.

Changes since version 2.4.3:

* All platfoms: Do not halt a package deletion process when a file
  from the package is missing
* Windows: Updated bundled binaries: Lua 5.1.5, Wget 1.19.4, 7zip 18.01
* Windows: updated installer to better handle gcc toolchains
* Windows: fix detection of directories
* Windows: fixes .def generation

(alnsn)

2018-07-17 21:53:40 UTC MAIN commitmail json YAML

Updated lang/lua53 to 5.3.5.

(alnsn)

2018-07-17 21:52:25 UTC MAIN commitmail json YAML

Update lang/lua53 to version 5.3.5.

Lua 5.3.5 fixes all bugs listed in http://www.lua.org/bugs.html#5.3.4:

1. Wrong code generated for a 'goto' followed by a label inside an 'if'.
2. Lua crashes when building sequences with more than 2^30 elements.
3. Table length computation overflows for sequences larger than 2^31 elements.
4. Lua does not check GC when creating error messages.
5. Dead keys with nil values can stay in weak tables.
6. lua_pushcclosure should not call the garbage collector when n is zero.
7. Memory-allocation error when resizing a table can leave it in an
  inconsistent state..

(alnsn)

2018-07-17 21:38:39 UTC MAIN commitmail json YAML

Be a good citizen and try using the libgcc from the C compiler. Don't
install a custom libgcc, it creates more problems than it solves
depending on the rpath order. Bump revision.

(joerg)

2018-07-17 21:32:19 UTC MAIN commitmail json YAML

Fix packaging on native X11 environment

(ryoon)

2018-07-17 20:23:13 UTC MAIN commitmail json YAML

doc: Updated x11/qt5-qtlocation to 5.11.1nb1

(maya)

2018-07-17 20:22:54 UTC MAIN commitmail json YAML

2018-07-17 20:07:09 UTC MAIN commitmail json YAML

www/calamaris update

(bsiegert)

2018-07-17 19:20:42 UTC MAIN commitmail json YAML

Make invocations of the go tool also use the correct path.

Fixes building (hopefully for good) if pkg_alternative is not installed.

Reported by wiz@

(bsiegert)

2018-07-17 19:17:17 UTC MAIN commitmail json YAML

Use of defined on aggregates (hashes and arrays) is no longer supported.

Fix two instances of this. PR pkg/53454.
Bump revision.

(bsiegert)

2018-07-17 17:14:58 UTC MAIN commitmail json YAML

emacs: Fix handling of Emacs version 26.*

Use the package "editors/emacs26" and not "editors/emacs-snapshot" for
the new default "emacs26".

(tron)

2018-07-17 16:44:15 UTC MAIN commitmail json YAML

doc: Updated www/yaws to 2.0.6

(fhajny)

2018-07-17 16:44:07 UTC MAIN commitmail json YAML

www/yaws: Update to 2.0.6.

- Add support for Erlang/OTP 21.0
- Fix missing space in yaws_server:handle_out_reply/5
- recognize '?' in conf strings

(fhajny)

2018-07-17 16:32:31 UTC MAIN commitmail json YAML

doc: Updated security/py-certbot to 0.26.0

(fhajny)

2018-07-17 16:32:16 UTC MAIN commitmail json YAML

net/py-{acme,certbot}: Update to 0.26.0.

### Added

- A new security enhancement which we're calling AutoHSTS has been
  added to Certbot's Apache plugin. This enhancement configures your
  webserver to send a HTTP Strict Transport Security header with a low
  max-age value that is slowly increased over time. The max-age value is
  not increased to a large value until you've successfully managed to
  renew your certificate. This enhancement can be requested with the
  --auto-hsts flag.
- New official DNS plugins have been created for Gehirn Infrastracture
  Service, Linode, OVH, and Sakura Cloud. These plugins can be found
  on our Docker Hub page at https://hub.docker.com/u/certbot and on
  PyPI.
- The ability to reuse ACME accounts from Let's Encrypt's ACMEv1
  endpoint on Let's Encrypt's ACMEv2 endpoint has been added.
- Certbot and its components now support Python 3.7.
- Certbot's install subcommand now allows you to interactively choose
  which certificate to install from the list of certificates managed
  by Certbot.
- Certbot now accepts the flag `--no-autorenew` which causes any
  obtained certificates to not be automatically renewed when it
  approaches expiration.
- Support for parsing the TLS-ALPN-01 challenge has been added back to
  the acme library.

### Changed

- Certbot's default ACME server has been changed to Let's Encrypt's
  ACMEv2 endpoint. By default, this server will now be used for both
  new certificate lineages and renewals.
- The Nginx plugin is no longer marked labeled as an "Alpha" version.
- The `prepare` method of Certbot's plugins is no longer called before
  running "Updater" enhancements that are run on every invocation of
  `certbot renew`.

(fhajny)

2018-07-17 16:14:55 UTC MAIN commitmail json YAML

doc: Updated net/py-lexicon to 2.7.0

(fhajny)

2018-07-17 16:14:46 UTC MAIN commitmail json YAML

net/py-lexicon: Update to 2.7.0.

2.7.0.
- Subreg.cz: Use Zeep instead of PySimpleSOAP library

2.6.0
- Improvements to argument handling

2.5.0
- Add Google Cloud DNS provider

2.4.7
- Add Zeit provider

2.4.6
- Fixes to dnsimple

2.4.5
- Add support for Exoscale

2.4.4
- Add support for online.net

2.4.3
- Test fixes

2.4.2
- Minor fixes to OVH provider

2.4.1
- add support for Gandi LiveDNS API

(fhajny)

2018-07-17 15:07:19 UTC MAIN commitmail json YAML

Revert hard-coded PKGSRC_FORTRAN setting. g95 is perfectly fine here.

(joerg)

2018-07-17 14:58:05 UTC MAIN commitmail json YAML

When using g95, build brenner.f without optimisation to avoid ICE.
Drop gfortran requirement.

(joerg)

2018-07-17 13:10:58 UTC MAIN commitmail json YAML

2018-07-17 13:09:33 UTC MAIN commitmail json YAML

Added graphics/grafx2 version 2.5.1960

(ryoon)

2018-07-17 13:07:50 UTC MAIN commitmail json YAML

graphics/grafx2: import grafx2-2.5.1960

GrafX2 is a drawing program dedicated to pixelart and low-color
graphics. This program is dedicated to everybody who knows what a
single pixel is. Its layout is not very different from the famous
Deluxe Paint or Brilliance, so it will be quite easy to handle it
if you know at least one of these programs. If you aren't used to
the art of drawing with up to 256 colors, it will be a little more
difficult for you, but you should give it a try (or more, because
most of the power of this program won't show up on the first try).
Then, you might eventually like to draw the oldskool way !

(ryoon)

2018-07-17 13:07:16 UTC MAIN commitmail json YAML

Renamed graphics/py-graphviz to graphics/py-pygraphviz; Added graphics/py-graphviz

(adam)

2018-07-17 13:05:47 UTC MAIN commitmail json YAML

2018-07-17 13:05:05 UTC MAIN commitmail json YAML

2018-07-17 12:35:23 UTC MAIN commitmail json YAML

Updated graphics/mypaint to 1.2.1

(ryoon)

2018-07-17 12:34:52 UTC MAIN commitmail json YAML

Update to 1.2.1

Changelog:
Version 1.2.1:
* Fix failure to start under GLib 2.48.
* Fix failure to start when config and user data dirs are missing.
* GNOME: Update mypaint.appdata.xml.
* Fix failure to start when no translations are present.
* Fix pure-black being duplicated in the colour history.
* Fix glitch stroke when Inking is exited & the default tool entered.
* OSX: fix exception if AppKit isn't installed.
* Fix mispositioned windows in multi-monitor setups.
* Windows: fix inability to paste more than the 1st copied image.
* Fix exception when pasting into a layer group.
* Fix incorrect numeric range check on x-axis tilts.
* Fix layers blinking when selected in layer-solo mode.
* Fix palette drag issues with GTK 3.19.8+.
* Fix exception in the colours tab of the background chooser dialog.
* Fix UI glitch: mark cloned layer as selected after duplicate.
* Fix a potential exception with the brush and colur history features.
* About box: report versions better un Windows.
* Make sure layer clones get selected immediately.
* Fix hypersensitive tab drags.
* Fix allelerator mapping sort order.
* Fix exceptions when loading a corrupt thumbnail during thumb updates.
* Fix GTK removing the main canvas widget.
* BrushManager: use UUIDs for device brush names, backwards-compatibly.
* Fix repeated pixbuflist redraws.
* Windows: drop support for floating windows till upstream support's OK.
* Wayland: remove references to cursors that don't exist.

Version 1.2.0:
* New intuitive Inking tool for smooth strokes.
* New Flood Fill tool.
* Automated backups of your working docs, with recovery on startup.
* Improved symmetry-setting and frame-setting modes.
* New workspace UI: two sidebars, with dockable tabbed panels.
* Smoother scrolling and panning.
* New brush pack.
* New brush and color history panel.
* New layer trimming command in frame options.
* Added layer groups.
* New layer modes: several masking modes added.
* Add display filters: greyscale, simulate dichromacy for trichromats.
* New color wheel options: Red/Yellow/Blue, Red-Green/Blue-Yellow.
* Uses dark theme variant by default.
* Clearer icons, prettier freehand cursors.
* Device prefs allow glitchy devices to be restricted.
* Eraser mode no longer changes the size of the brush.
* New vector layers, editable in an external app (Inkscape recommended).
* New fallback layer types: non-PNG image, data.
* More kinds of images now work as backgrounds.
* Improved Windows support
* Ported to GTK3.
* Accelerator map editor has moved to preferences.
* Many other bugfixes, translations, and code quality improvements.

(ryoon)

2018-07-17 10:56:24 UTC MAIN commitmail json YAML

2018-07-17 10:09:02 UTC MAIN commitmail json YAML

Updated devel/py-astroid, devel/py-pylint

(adam)

2018-07-17 10:08:42 UTC MAIN commitmail json YAML

py-pylint: updated to 2.0.0

Pylint 2.0:
* trailing-comma-tuple can be emitted for return statements as well.
* Fix a false positive inconsistent-return-statements message when exception is raised
  inside an else statement.
* ImportFrom nodes correctly use the full name for the import sorting checks.
* [].extend and similar builtin operations don't emit dict-*-not-iterating with the Python 3 porting checker
* Add a check consider-using-dict-comprehension which is emitted if for dict initialization
  the old style with list comprehensions is used.
* Add a check consider-using-set-comprehension which is emitted if for set initialization
  the old style with list comprehensions is used.
* logging-not-lazy is emitted whenever pylint infers that a string is built with addition
* Add a check chained-comparison which is emitted if a boolean operation can be simplified
  by chaining some of its operations.
  e.g "a < b and b < c", can be simplified as "a < b < c".
* Add a check consider-using-in for comparisons of a variable against
  multiple values with "==" and "or"s instead of checking if the variable
  is contained "in" a tuple of those values.
* in is considered iterating context for some of the Python 3 porting checkers
* Add --ignore-none flag to control if pylint should warn about no-member where the owner is None
* Fix a false positive related to too-many-arguments and bounded __get__ methods
* mcs as the first parameter of metaclass's __new__ method was replaced by cls
* assignment-from-no-return considers methods as well.
* Support typing.TYPE_CHECKING for *unused-import* errors
* Inferred classes at a function level no longer emit invalid-name
  when they don't respect the variable regular expression
* Added basic support for postponed evaluation of function annotations.
* Fix a bug with missing-kwoa and variadics parameters
* simplifiable-if-statement takes in account only when assigning to same targets
* Make len-as-condition test more cases, such as len() < 1 or len <= 0'
* Fix false-positive line-too-long message emission for
  commented line at the end of a module
* Fix false-positive bad-continuation for with statements
* Don't warn about stop-iteration-return when using next() over itertools.count
* Add a check consider-using-get for unidiomatic usage of value/default-retrieval
  for a key from a dictionary
* invalid-slice-index is not emitted when the slice is used as index for a complex object.
  We only use a handful of known objects (list, set and friends) to figure out if
  we should emit invalid-slice-index when the slice is used to subscript an object.
* Don't emit unused-import anymore for typing imports used in type comments.
* Add a new check 'useless-import-alias'.
* Add comparison-with-callable to warn for comparison with bare callable, without calling it.
* Don't warn for missing-type-doc and/or missing-return-type-doc, if type
  annotations exist on the function signature for a parameter and/or return type.
* Add --exit-zero option for continuous integration scripts to more
  easily call Pylint in environments that abort when a program returns a
  non-zero (error) status code.
* Warn if the first argument of an instance/ class method gets assigned
* New check comparison-with-itself to check comparison between same value.
* Add a new warning, 'logging-fstring-interpolation', emitted when f-string
  is used within logging function calls.
* Don't show 'useless-super-delegation' if the subclass method has different type annotations.
* Add unhashable-dict-key check.
* Don't warn that a global variable is unused if it is defined by an import
* Skip wildcard import check for __init__.py.
* The Python 3 porting mode can now run with Python 3 as well.
* too-few-public-methods is not emitted for dataclasses.
* New verbose mode option, enabled with --verbose command line flag, to
  display of extra non-checker-related output. It is disabled by default.
* undefined-loop-variable takes in consideration non-empty iterred objects before emitting
* Add support for numpydoc optional return value names.
* singleton-comparison accounts for negative checks
* Add a check consider-using-in for comparisons of a variable against
  multiple values with "==" and "or"s instead of checking if the variable
  is contained "in" a tuple of those values.
* defaultdict and subclasses of dict are now handled for dict-iter-* checks
* logging-format-interpolation also emits when f-strings are used instead of % syntax.
* Don't trigger misplaced-bare-raise when the raise is in a finally clause
* Add a new check, possibly-unused-variable.
  This is similar to unused-variable, the only difference is that it is
  emitted when we detect a locals() call in the scope of the unused variable.
  The locals() call could potentially use the said variable, by consuming
  all values that are present up to the point of the call. This new check
  allows to disable this error when the user intentionally uses locals()
  to consume everything.
* no-else-return accounts for multiple cases
  The check was a bit overrestrictive because we were checking for
  return nodes in the .orelse node. At that point though the if statement
  can be refactored to not have the orelse. This improves the detection of
  other cases, for instance it now detects TryExcept nodes that are part of
  the .else branch.
* Added two new checks, invalid-envvar-value and invalid-envvar-default.
  The former is trigger whenever pylint detects that environment variable manipulation
  functions uses a different type than strings, while the latter is emitted whenever
  the said functions are using a default variable of different type than expected.
* Add a check consider-using-join for concatenation of strings using str.join(sequence)
* Add a check consider-swap-variables for swapping variables with tuple unpacking
* Add new checker try-except-raise that warns the user if an except handler block
  has a raise statement as its first operator. The warning is shown when there is
  a bare raise statement, effectively re-raising the exception that was caught or the
  type of the exception being raised is the same as the one being handled.
* Don't crash on invalid strings when checking for logging-format-interpolation
* Exempt __doc__ from triggering a redefined-builtin
  __doc__ can be used to specify a docstring for a module without
  passing it as a first-statement string.
* Fix false positive bad-whitespace from function arguments with default
  values and annotations
* Fix stop-iteration-return false positive when next builtin has a
  default value in a generator
* Fix emission of false positive no-member message for class with  "private" attributes whose name is mangled.
* Fixed a crash which occurred when Uninferable wasn't properly handled in stop-iteration-return
* Use the proper node to get the name for redefined functions
* Don't crash when encountering bare raises while checking inconsistent returns
* Fix a false positive inconsistent-return-statements message when if statement is inside try/except.
* Fix a false positive inconsistent-return-statements message when while loop are used.
* Correct column number for whitespace conventions.
  Previously the column was stuck at 0
* Fix unused-argument false positives with overshadowed variable in
  dictionary comprehension.
* Fix false positive inconsistent-return-statements message when never
  returning functions are used (i.e sys.exit for example).
* Fix error when checking if function is exception, as in bad-exception-context.
* Fix false positive inconsistent-return-statements message when a
  function is defined under an if statement.
* New useless-return message when function or method ends with a "return" or
  "return None" statement and this is the only return statement in the body.
* Fix false positive inconsistent-return-statements message by
  avoiding useless exception inference if the exception is not handled.
* Fix bad thread instantiation check when target function is provided in args.
* Fixed false positive when a numpy Attributes section follows a Parameters
  section
* Fix incorrect file path when file absolute path contains multiple path_strip_prefix strings.
* Fix false positive undefined-variable for lambda argument in class definitions
* Add of a new checker that warns the user if some messages are enabled or disabled
  by id instead of symbol.
* Suppress false-positive not-callable messages from certain
  staticmethod descriptors
* Fix indentation handling with tabs
* Fix false-positive bad-continuation error
* Fix false positive unused-variable in lambda default arguments
* Updated the default report format to include paths that can be clicked on in some terminals (e.g. iTerm).
* Fix inline def behavior with too-many-statements checker
* Fix KeyError raised when using docparams and NotImplementedError is documented.
* Fix 'method-hidden' raised when assigning to a property or data descriptor.
* Fix emitting useless-super-delegation when changing the default value of keyword arguments.
* Expand ignored-argument-names include starred arguments and keyword arguments
* Fix false-postive undefined-variable in nested lambda
* Fix false-positive bad-whitespace message for typing annoatations
with ellipses in them

(adam)

2018-07-17 10:05:46 UTC MAIN commitmail json YAML

py-astroid: updated to 2.0

astroid 2.0:
* String representation of nodes takes in account precedence and associativity rules of operators.
* Fix loading files with modutils.load_from_module when
  the path that contains it in sys.path is a symlink and
  the file is contained in a symlinked folder.
* Reworking of the numpy brain dealing with numerictypes
  (use of inspect module to determine the class hierarchy of
  numpy.core.numerictypes module)
* Added inference support for starred nodes in for loops
* Support unpacking for dicts in assignments
* Add support for inferring functools.partial
* Inference support for dict.fromkeys
* int() builtin is inferred as returning integers.
* str() builtin is inferred as returning strings.
* DescriptorBoundMethod has the correct number of arguments defined.
* Improvement of the numpy numeric types definition.
* Subclasses of *property* are now interpreted as properties
* AsStringRegexpPredicate has been removed.
  Use transform predicates instead of it.
* Switched to using typed_ast for getting access to type comments
  As a side effect of this change, some nodes gained a new type_annotation attribute,
  which, if the type comments were correctly parsed, should contain a node object
  with the corresponding objects from the type comment.
* typing.X[...] and typing.NewType are inferred as classes instead of instances.
* Module.__path__ is now a list
  It used to be a string containing the path, but it doesn't reflect the situation
  on Python, where it is actually a list.
* Fix a bug with namespace package's __path__ attribute.
* Added brain tips for random.sample
* Add brain tip for issubclass builtin
* Fix submodule imports from six
* Fix missing __module__ and __qualname__ from class definition locals
* Fix a crash when __annotations__ access a parent's __init__ that does not have arguments
* Fix multiple objects sharing the same InferenceContext.path causing uninferable results
* Fix improper modification of col_offset, lineno upon inference of builtin functions
* Subprocess.Popen brain now knows of the args member
* add move_to_end method to collections.OrderedDict brain
* Include new hashlib classes added in python 3.6
* Fix RecursionError for augmented assign
* Add missing attrs special attribute
* Inference now understands the 'isinstance' builtin
* Stop duplicate nodes with the same key values
  from appearing in dictionaries from dictionary unpacking.
* Fix contextlib.contextmanager inference for nested context managers
* Implement inference for len builtin
* Add qname method to Super object preventing potential errors in upstream
  pylint
* Stop astroid from getting stuck in an infinite loop if a function shares
its name with its decorator
* Fix issue with inherited __call__ improperly inferencing self
* Fix __call__ precedence for classes with custom metaclasses
* Limit the maximum amount of interable result in an NodeNG.infer() call to
100 by default for performance issues with variables with large amounts of
possible values.
The max inferable value can be tuned by setting the max_inferable_values flag on
astroid.MANAGER.

(adam)

2018-07-17 09:55:53 UTC MAIN commitmail json YAML

doc: Updated math/octave to 4.2.0nb26

(maya)

2018-07-17 09:55:37 UTC MAIN commitmail json YAML

octave: force gfortran, g95 is broken is most setups.
build fix for newer qt.

bump PKGREVISION.

(maya)

2018-07-17 07:58:28 UTC pkgsrc-2018Q2 commitmail json YAML

Pullup ticket #5793 - requested by tron
mail/mutt: security update

Revisions pulled up:
- mail/mutt/Makefile                                            1.201
- mail/mutt/distinfo                                            1.67

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: tron
  Date: Tue Jul 17 06:54:22 UTC 2018

  Modified Files:
  pkgsrc/mail/mutt: Makefile distinfo

  Log Message:
  mutt: Update to version 1.10.1

  This is a bug fix release, and includes a few important security fixes.
  It is strongly recommended that IMAP and POP users upgrade as soon as
  possible.

  To generate a diff of this commit:
  cvs rdiff -u -r1.200 -r1.201 pkgsrc/mail/mutt/Makefile
  cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/mutt/distinfo

(spz)