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

2024-05-13 11:23:47 UTC Now

2018-11-05 18:05:47 UTC MAIN commitmail json YAML

py-asttokens: updated to 1.1.13

1.1.13:
Bug fixes.

(adam)

2018-11-05 16:58:32 UTC MAIN commitmail json YAML

Fix build with gtk-3.24.

Bump revision.

(bsiegert)

2018-11-05 16:50:48 UTC MAIN commitmail json YAML

Flip enchant option to use enchant2.

Bump revision.

(bsiegert)

2018-11-05 15:22:33 UTC MAIN commitmail json YAML

2018-11-05 13:44:05 UTC MAIN commitmail json YAML

Add unzip. From Minix 3.4RC6

(sevan)

2018-11-05 13:42:24 UTC MAIN commitmail json YAML

Reduce whitespace noise when compared to NetBSD config. NFC

(sevan)

2018-11-05 13:32:53 UTC MAIN commitmail json YAML

Add gsoelim, readlink, sdiff, shlock, soelim. From Minix 3.4RC6

(sevan)

2018-11-05 13:24:46 UTC MAIN commitmail json YAML

Add the relevant parts for cross compilation on Minix. - untested but the
relevant paths are set as expected.

(sevan)

2018-11-05 12:57:47 UTC MAIN commitmail json YAML

provide paths for byacc, gegrep, gfgrep, ggrep, install-info, makeinfo, openssl,
xz, xzcat on Minix. From Minix 3.4RC6

(sevan)

2018-11-05 12:47:15 UTC MAIN commitmail json YAML

Updated sysutils/py-psutil

(adam)

2018-11-05 12:46:53 UTC MAIN commitmail json YAML

py-psutil: updated to 5.4.8

5.4.8:

Enhancements
* [Linux] cpu_freq() is now implemented by parsing /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is not available.
* [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi).
* [Posix] better compilation support when using g++ instead of gcc.

Bug fixes
* do not print exception on import time in case cpu_times() fails.
* [Linux] Process.io_counters() may raise ValueError.
* [OSX] available and used memory (psutil.virtual_memory()) metrics are not accurate.
* [Windows] psutil.Process().connections() may sometimes fail with intermittent 0xC0000001.
* [Linux] disk_partitions() does not honour PROCFS_PATH.
* [AIX] system CPU times (psutil.cpu_times()) were being reported with ticks unit as opposed to seconds.
* [OSX] psutil debug messages are erroneously printed all the time.
* [SunOS] net_connections() returns an empty list.

(adam)

2018-11-05 12:19:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/htop to 2.2.0

(jperkin)

2018-11-05 12:19:23 UTC MAIN commitmail json YAML

htop: Update to 2.2.0.

What's new in htop 2.2.0:

  * Solaris/Illumos/OpenIndiana support (thanks to Guy M. Broome)
  * -t/--tree flag for starting in tree-view mode (thanks to Daniel Flanagan)
  * macOS: detects High Sierra version to avoid OS bug (thanks to Pierre
    Malhaire)
  * OpenBSD: read battery data (thanks to @nerd972)
  * Various automake and build improvements (thanks to Kang-Che Sung)
  * Check for pkg-config when building with --enable-delayacct (thanks to
    @florian2833z for the report)
  * Avoid some bashisms in configure script (thanks to Jesin)
  * Use CFLAGS from ncurses*-config if present (thanks to Michael Klein)
  * Header generator supports non-UTF-8 environments (thanks to @volkov-am)
  * Linux: changed detection of kernel threads
  * Collapse current subtree pressing Backspace
  * BUGFIX: fix behavior of SYSCR column (thanks to Marc Kleine-Budde)
  * BUGFIX: obtain exit code of lsof correctly (thanks to @wangqr)
  * BUGFIX: fix crash with particular keycodes (thanks to Wellington Torrejais
    da Silva for the report)
  * BUGFIX: fix issue with small terminals (thanks to Daniel Elf for the report)
  * BUGFIX: fix terminal color issues (thanks to Kang-Che Sung for the report)
  * BUGFIX: preserve LDFLAGS when building (thanks to Lance Frederickson for
    the report)
  * BUGFIX: fixed overflow for systems with >= 100 signals

What's new in htop 2.1.0:

* Linux: Delay accounting metrics (thanks to Andr辿 Carvalho)
* DragonFly BSD support (thanks to Diederik de Groot)
* Support for real-time signals (thanks to Kang-Che Sung)
* 'c' key now works with threads as well
* Session column renamed from SESN to SID (thanks to Kamyar Rasta)
* Improved UI for meter style selection (thanks to Kang-Che Sung)
* Improved code for constructing process tree (thanks to wangqr)
* Compile-time option to disable setuid
* Error checking of various standard library operations
* Replacement of sprintf with snprintf (thanks to Tomasz Kramkowski)
* Linux: performance improvements in battery meter
* Linux: update process TTY device
* Linux: add support for sorting TASK_IDLE (thanks to Vladimir Panteleev)
* Linux: add upper-bound to running process counter (thanks to Lucas Correia
  Villa Real)
* BUGFIX: avoid crash when battery is removed (thanks to Jan Chren)
* BUGFIX: macOS: fix infinite loop in tree view (thanks to Wataru Ashihara)

(jperkin)

2018-11-05 09:25:00 UTC MAIN commitmail json YAML

Updated archivers/py-lz4, math/py-numpy

(adam)

2018-11-05 09:23:26 UTC MAIN commitmail json YAML

py-numpy: updated to 1.15.4

NumPy 1.15.4:

This is a bugfix release for bugs and regressions reported following the 1.15.3
release.  The Python versions supported by this release are 2.7, 3.4-3.7. The
wheels are linked with OpenBLAS v0.3.0, which should fix some of the linalg
problems reported for NumPy 1.14.

(adam)

2018-11-05 09:22:38 UTC MAIN commitmail json YAML

py-lz4: updated to 2.1.2

2.1.2:
Improves the speed of importing the module by avoiding the use of pkg_resources
Fixes some flake8 warnings
Resolves a small issue with the test suite when detecting memory usage increases

(adam)

2018-11-05 08:36:44 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, devel/py-test

(adam)

2018-11-05 08:36:25 UTC MAIN commitmail json YAML

py-test: updated to 3.10.0

pytest 3.10.0:

Features
* Resume capturing output after continue with __import__("pdb").set_trace().
  This also adds a new pytest_leave_pdb hook, and passes in pdb to the existing pytest_enter_pdb hook.
* Add -sw, --stepwise as an alternative to --lf -x for stopping at the first failure, but starting the next test invocation from that test. See the documentation for more info.
* Make --color emit colorful dots when not running in verbose mode. Earlier, it would only colorize the test-by-test output if --verbose was also passed.
* Improve performance with collection reporting in non-quiet mode with terminals.
  The ���collecting ��⓽�� message is only printed/updated every 0.5s.

Bug Fixes
* Fix false RemovedInPytest4Warning: usage of Session... is deprecated, please use pytest warnings.
* Fix problems with running tests in package __init__.py files.
* Swallow warnings during anonymous compilation of source.
* Fix access denied error when deleting stale directories created by tmpdir / tmp_path.
* Naming a fixture request will now raise a warning: the request fixture is internal and should not be overwritten as it will lead to internal errors.
* Handle (ignore) exceptions raised during collection, e.g. with Django���s LazySettings proxy class.

Improved Documentation
* Added missing documentation about the fact that module names passed to filter warnings are not regex-escaped.

Trivial/Internal Changes
* Display cachedir also in non-verbose mode if non-default.
* pdb: improve message about output capturing with set_trace.
  Do not display ���IO-capturing turned off/on��� when -s is used to avoid confusion.
* Improve message and stack level of warnings issued by monkeypatch.setenv when the value of the environment variable is not a str.

(adam)

2018-11-05 08:35:04 UTC MAIN commitmail json YAML

py-hypothesis: updated to 3.82.1

3.82.1:
This patch fixes :func:~hypothesis.strategies.from_type on Python 2 for classes where cls.__init__ is object.__init__.

3.82.0:
The alphabet argument for :func:~hypothesis.strategies.text now uses its default value of characters(blacklist_categories=('Cs',)) directly, instead of hiding that behind alphabet=None and replacing it within the function. Passing None is therefore deprecated.

(adam)

2018-11-05 08:04:44 UTC MAIN commitmail json YAML

2018-11-05 07:27:59 UTC MAIN commitmail json YAML

2018-11-05 05:43:04 UTC MAIN commitmail json YAML

doc: Updated textproc/xapian-omega to 1.4.9

(schmonz)

2018-11-05 05:42:59 UTC MAIN commitmail json YAML

Update to 1.4.9. From the changelog:

indexers:

* omindex:

  + Try harder to avoid opening a file being indexed more than once by
    reusing the file descriptor in more cases.

  + Hint to the OS not to cache output from external filters which require
    using a temporary file.

* scriptindex:

  + If the LOAD action successfully opens a file but hits a read error the
    error message now reports the file name correctly.  Previously it would
    report the partial file contents read so far instead of the file name.

portability:

* We no longer call posix_fadvise() with POSIX_FADV_NOREUSE under Linux,
  since it's still not implemented there.  We also now only call
  posix_fadvise() with POSIX_FADV_DONTNEED right before we close the file
  descriptor under Linux.

(schmonz)

2018-11-05 05:42:51 UTC MAIN commitmail json YAML

doc: Updated textproc/xapian to 1.4.9

(schmonz)

2018-11-05 05:42:46 UTC MAIN commitmail json YAML

Update to 1.4.9. From the changelog:

API:

* Document::add_posting(): Fix bugs with the change in 1.4.8 to more
  efficiently handle insertion of a batch of extra positions in ascending
  order.  These could lead to missing positions and corrupted encoded
  positional data.

remote backend:

* Avoid hang if remote connection shutdown fails by not waiting for the
  connection to close in this situation.  Seems to fix occasional hangs seen on
  macOS.  Patch from Germ叩n M. Bravo.

(schmonz)

2018-11-04 22:43:40 UTC MAIN commitmail json YAML

2018-11-04 22:27:29 UTC MAIN commitmail json YAML

Updated archivers/py-zstandard, www/py-urllib3, net/py-responses

(adam)

2018-11-04 22:26:04 UTC MAIN commitmail json YAML

py-responses: updated to 0.10.2

0.10.2
- Fixed build setup to use undeprecated pytest bin stub.
- Updated tox configuration.
- Added example of using responses with pytest.fixture
- Removed dependency on biscuits in py3. Instead http.cookies is being used.

0.10.1
- Packaging fix to distribute wheel

0.10.0
- Fix passing through extra settings
- Fix collections.abc warning on Python 3.7
- Use 'biscuits' library instead of 'cookies' on Python 3.4+

(adam)

2018-11-04 22:24:39 UTC MAIN commitmail json YAML

py-flake8: Fix DEPENDS

(adam)

2018-11-04 22:13:40 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.24.1

1.24.1:
* Remove quadratic behavior within GzipDecoder.decompress()
* Restored functionality of ciphers parameter for create_urllib3_context()

(adam)

2018-11-04 22:12:03 UTC MAIN commitmail json YAML

py-zstandard: updated to 0.10.2

0.10.2:

Bug Fixes
* zstd_cffi.py added to setup.py

Changes
* Change some integer casts to avoid ssize_t

(adam)

2018-11-04 21:43:48 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.8.14, brotli-1.0.7, cabextract-1.8, dconf-0.30.1,
  gmime3-3.2.1, harfbuzz-2.1.0, itstool-2.0.5, latexmk-461,
  libcares-1.15.0, libgit2-0.27.7, libmspack-0.8, librsvg-2.44.8
  [needs rust+cargo], mpc-0.31, musicpd-0.21, nickle-2.84,
  poppler-0.71.0, py-mercurial-4.8, subversion-base-1.11.0,
  tea-46.3.0, tor-0.3.4.9, xcb-util-0.4.1.

(wiz)

2018-11-04 20:03:36 UTC pkgsrc-2018Q3 commitmail json YAML

2018-11-04 20:02:38 UTC pkgsrc-2018Q3 commitmail json YAML

Pullup ticket #5874 - requested by taca
www/ruby-loofah: security update

Revisions pulled up:
- www/ruby-loofah/Makefile                                      1.5
- www/ruby-loofah/PLIST                                        1.4
- www/ruby-loofah/distinfo                                      1.5

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Nov  1 16:11:45 UTC 2018

  Modified Files:
  pkgsrc/www/ruby-loofah: Makefile PLIST distinfo

  Log Message:
  www/ruby-loofah: update to 2.2.3

  ## 2.2.3 / 2018-10-30

  ### Security

  Address CVE-2018-16468: Unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.

  This CVE's public notice is at https://github.com/flavorjones/loofah/issues/154

  ## Meta / 2018-10-27

  The mailing list is now on Google Groups [#146](https://github.com/flavorjones/loofah/issues/146):

  * Mail: loofah-talk@googlegroups.com
  * Archive: https://groups.google.com/forum/#!forum/loofah-talk

  This change was made because librelist no longer appears to be maintained.

  To generate a diff of this commit:
  cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-loofah/Makefile \
      pkgsrc/www/ruby-loofah/distinfo
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-loofah/PLIST

(spz)

2018-11-04 18:38:09 UTC MAIN commitmail json YAML

2018-11-04 18:22:48 UTC MAIN commitmail json YAML

This file was missing from the previous commit.

go111-1.11.2.

(bsiegert)

2018-11-04 18:22:17 UTC MAIN commitmail json YAML

Update go111 to 1.11.2.

go1.11.2 (released 2018/11/02) includes fixes to the compiler, linker,
documentation, go command, and the database/sql and go/types packages. See the
Go 1.11.2 milestone on our issue tracker for details.

(bsiegert)

2018-11-04 16:51:31 UTC MAIN commitmail json YAML

Only configure libuuid using ksh on NetBSD 6.

The build of ksh is all but broken on modern systems. PR pkg/52877
introduced ksh as CONFIGURE_SHELL to fix NetBSD 6, but this causes issues
on NetBSD-8 and later (PR pkg/53686). Arguably, the workaround could be
dropped, since we stopped supporting NetBSD 6.

Fix proposed by David H. Gutteridge, thanks!

(bsiegert)

2018-11-04 16:34:57 UTC MAIN commitmail json YAML

Enable the psl option by default for wget.

Enabling the PSL is a good thing for security and privacy, as it protects
against all sorts of cookie shenanigans.

Bump revision.

(bsiegert)

2018-11-04 12:36:41 UTC MAIN commitmail json YAML

mpich-3.2.1
go110-1.10.5

(bsiegert)

2018-11-04 12:36:09 UTC MAIN commitmail json YAML

Update go110 to 1.10.5.

go1.10.5 (released 2018/11/02) includes fixes to the go command, linker,
runtime and the database/sql package. See the Go 1.10.5 milestone on our issue
tracker for details.

(bsiegert)

2018-11-04 11:49:40 UTC MAIN commitmail json YAML

Update mpich to 3.2.1.

Patch from Eric A. Borisch via pull request.
Closes NetBSD/pkgsrc#38.

Remove patches no longer needed; migrate to configure option for rpath.

===============================================================================
                              Changes in 3.2.1
===============================================================================

# Fixes for platforms with strict memory alignment requirements.

# Fixes for MPI_Win info management.

# Fixed a progress bug with MPI generalized requests.

# Fixed multiple integer overflow bugs in CH3 and ROMIO.

# Improved detection for Fortran 2008 binding support.

# Enhanced support for libfabric (OFI) netmod.

# Several other minor bug fixes, memory leak fixes, and code cleanup.

  A full list of changes is available at the following link:

    http://git.mpich.org/mpich.git/shortlog/v3.2..v3.2.1

(bsiegert)

2018-11-04 09:14:41 UTC MAIN commitmail json YAML

Updated devel/memcached, www/py-paste

(adam)

2018-11-04 09:10:40 UTC MAIN commitmail json YAML

firefox: improve usize type confusion workaround.

cbindgen gets confused by netbsd's #define uintptr_t..., undef it
pkg/2018/10/25/msg020395.html">https://mail-index.netbsd.org/tech-pkg/2018/10/25/msg020395.html

(maya)

2018-11-04 09:08:35 UTC MAIN commitmail json YAML

py-paste: updated to 3.0.3

3.0.3
* Ensure pytest requirements set properly.

3.0.2
* Encoding fixes in paste.fixture.

3.0.1
* Remove use of future for sake of html.escape and use own. Using
  future was causing installation loops.

3.0.0
* Fixes for use with Python 3.7, mostly to do with StopIteration.
* Moving to https://github.com/cdent/paste to keep things maintained.

(adam)

2018-11-04 08:34:05 UTC MAIN commitmail json YAML

memcached: updated to 1.5.12

Memcached 1.5.12

Overview
Single bugfix release. Fixes a refcount leak that could happen when attempting to run incr/decr against a:

* 0 byte value
* CHUNKED (> 512k) item
* extstore item that has been flushed to disk

Fixes
fix INCR/DECR refcount leak for invalid items

(adam)

2018-11-04 04:46:57 UTC MAIN commitmail json YAML

2018-11-04 00:50:39 UTC MAIN commitmail json YAML

Updated www/firefox-l10n to 63.0.1

(ryoon)

2018-11-04 00:50:09 UTC MAIN commitmail json YAML

Update tp 63.0.1

* Sync with www/firefox-63.0.1

(ryoon)

2018-11-04 00:41:22 UTC MAIN commitmail json YAML

2018-11-04 00:39:13 UTC MAIN commitmail json YAML

Updated www/firefox to 63.0.1

(ryoon)

2018-11-04 00:38:45 UTC MAIN commitmail json YAML

Update to 63.0.1

* Minimize pkgsrc specific patches.
* A build system written in Rust lang does not find a C++ header files
  from pkgsrc (non-base) GCC, this version is not buildable on NetBSD 7.
  I will investigate this problem again.

Changelog:
63.0.1
Fixed

    Snippets are not loaded due to missing element (bug 1503047)

    Print preview always shows 30% scale when it is actually Shrink To Fit
    (bug 1501952)

    Dialog displayed when closing multiple windows shows unreplaced %1$S
    placeholder in Japanese and potentially other locales (bug 1500823)

63.0
New

    Performance and visual improvements for Windows users

    Performance improvements for macOS users

    Added content blocking, a collection of Firefox settings that offer
    users greater control over technology that can track them around the
    web. In 63, users can opt to block third-party tracking cookies or
    block all trackers and create exceptions for trusted sites that don't
    work correctly with content blocking enabled.

    WebExtensions now run in their own process on Linux

    Firefox now warns about having multiple windows and tabs open
    when quitting from the main menu. The Save and Quit feature has been
    removed. You can restore your session by ticking the box for Restore
    previous session in the General->Startup options or by using Restore
    Previous Session in the main menu.

    Firefox now recognizes the operating system accessibility setting for
    reducing animation

    Added search shortcuts for Top Sites: Amazon and Google appear as Top
    Sites tiles on the Firefox Home (New Tab) page. When selected these
    tiles will change focus to the address bar to initiate a search.
    Currently in US only.

Fixed

    Resolved an issue that prevented the address bar from autofilling
    bookmarked URLs in certain cases

    Various security fixes

Changed

    In the Library, the Open in Sidebar feature for individual bookmarks
    was removed

    The option to Never check for updates was removed from about:preferences.
    You can use the DisableAppUpdate enterprise policy as a substitute.

    The Ctrl+Tab shortcut now displays thumbnail previews of your tabs and
    cycles through tabs in recently used order. This new default behavior
    is activated only in new profiles and can be changed in preferences.

#CVE-2018-12391: HTTP Live Stream audio data is accessible cross-origin
#CVE-2018-12392: Crash with nested event loops
#CVE-2018-12393: Integer overflow during Unicode conversion while loading JavaScript
#CVE-2018-12395: WebExtension bypass of domain restrictions through header rewriting
#CVE-2018-12396: WebExtension content scripts can execute in disallowed contexts
#CVE-2018-12397: Missing warning prompt when WebExtension requests local file access
#CVE-2018-12398: CSP bypass through stylesheet injection in resource URIs
#CVE-2018-12399: Spoofing of protocol registration notification bar
#CVE-2018-12400: Favicons are cached in private browsing mode on Firefox for Android
#CVE-2018-12401: DOS attack through special resource URI parsing
#CVE-2018-12402: SameSite cookies leak when pages are explicitly saved
#CVE-2018-12403: Mixed content warning is not displayed when HTTPS page loads a favicon over HTTP
#CVE-2018-12388: Memory safety bugs fixed in Firefox 63
#CVE-2018-12390: Memory safety bugs fixed in Firefox 63 and Firefox ESR 60.3

(ryoon)

2018-11-04 00:33:56 UTC MAIN commitmail json YAML

Updated devel/nss to 3.40

(ryoon)

2018-11-04 00:33:27 UTC MAIN commitmail json YAML

Update to 3.40

Changelog:
Notable bug fixes:
* Bug 1478698 - FFDHE key exchange sometimes fails with decryption failure

New functionality:
* The draft-00 version of encrypted SNI support is implemented
* tstclnt now takes -N option to specify encrypted SNI key

Notable changes:
* The mozilla::pkix library has been ported from Mozilla PSM to NSS.
  This is a C++ library for building certification paths.
  mozilla::pkix APIs are not exposed in the libraries NSS builds.
* It is easier to build NSS on Windows in mozilla-build environments.
* The following CA certificates were Removed:
    CN = Visa eCommerce Root

(ryoon)

2018-11-04 00:29:19 UTC MAIN commitmail json YAML

Added devel/cbindgen version 0.6.6

(ryoon)

2018-11-04 00:28:49 UTC MAIN commitmail json YAML

2018-11-04 00:28:01 UTC MAIN commitmail json YAML

devel/cbindgen: import cbindgen-0.6.6

This project can be used to generate C bindings for Rust code. It
is currently being developed to support creating bindings for
WebRender, but has been designed to support any project.

cbindgen-0.6.7 is not compatible with www/firefox-63.0.1.

(ryoon)

2018-11-03 21:06:11 UTC MAIN commitmail json YAML

tea: update some links

(wiz)

2018-11-03 17:51:16 UTC MAIN commitmail json YAML

Revbump after devel/go-siphash update.

(alnsn)

2018-11-03 17:37:42 UTC MAIN commitmail json YAML

Updated devel/go-siphash to 1.2.0.

(alnsn)

2018-11-03 17:36:48 UTC MAIN commitmail json YAML

Update devel/go-siphash to v1.2.0.

Changelog:

Removed ARM assembly implementation (ARM will use pure Go implementation now) because it had a bug #15.
While there was no changes regarding compiler versions, it doesn't make sense to support Go 1.1.

(alnsn)

2018-11-03 17:08:31 UTC MAIN commitmail json YAML

doc: Updated mail/qmail-run to 20181103

(schmonz)

2018-11-03 17:08:26 UTC MAIN commitmail json YAML

When tagging log entries, insert "/" between "nbqmail" and the rest of
the tag; for instance, "nbqmailofmipd" becomes "nbqmail/ofmipd". Vaguely
redolent of Postfix, and easier to glance at logs now that just about
everything runs similarly from rc.d. Turn off sslserver verbosity by
default. Bump version.

(schmonz)

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

doc: Updated net/fehqlibs to 0.9nb1

(schmonz)

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

Look for /etc/dnsrewrite under PKG_SYSCONFBASE. Bump PKGREVISION.

(schmonz)

2018-11-03 13:04:32 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20181103

(leot)

2018-11-03 13:04:16 UTC MAIN commitmail json YAML

youtube-dl: Update net/youtube-dl to 20181103

Changes:
version 2018.11.03

Core
* [extractor/common] Ensure response handle is not prematurely closed before
  it can be read if it matches expected_status (#17195, #17846, #17447)

Extractors
* [laola1tv:embed] Set correct stream access URL scheme (#16341)
+ [ehftv] Add support for ehftv.com (#15408)
* [azmedien] Adopt to major site redesign (#17745, #17746)
+ [twitcasting] Add support for twitcasting.tv (#17981)
* [orf:tvthek] Fix extraction (#17737, #17956, #18024)
+ [openload] Add support for oload.fun (#18045)
* [njpwworld] Fix authentication (#17427)
+ [linkedin:learning] Add support for linkedin.com/learning (#13545)
* [theplatform] Improve error detection (#13222)
* [cnbc] Simplify extraction (#14280, #17110)
+ [cbnc] Add support for new URL schema (#14193)
* [aparat] Improve extraction and extract more metadata (#17445, #18008)
* [aparat] Fix extraction

(leot)

2018-11-03 12:51:54 UTC MAIN commitmail json YAML

jq: Clarify a bit the comment of patch-Makefile.am

(leot)

2018-11-03 12:47:48 UTC MAIN commitmail json YAML

doc: Updated devel/jq to 1.6

(leot)

2018-11-03 12:47:16 UTC MAIN commitmail json YAML

jq: Update devel/jq to 1.6

pkgsrc changes:
- Use GITHUB_RELEASE instead of GITHUB_TAG because the former does not need
  auto* tools (despite we need auto* tools for patches/, hopefully one day they
  will be applied!)
- Remove no longer needed SUBST_*, `git describe' is no longer used
- Remove patch-src_jv__parse.c and patch-src_jv__print.c, they are
  present in 1.6
- Rename and readjust patch-Makefile.in to patch-Makefile.am
  (pre-configure target rewrote it due `autoreconf')

Changes:
1.6
---
New in this release since 1.5:
- Destructuring Alternation
- New Builtins:
  * builtins/0
  * stderr/0
  * halt/0, halt_error/1
  * isempty/1
  * walk/1
  * utf8bytelength/1
  * localtime/0, strflocaltime/1
  * SQL-style builtins
  * and more!
- Add support for ASAN and UBSAN
- Make it easier to use jq with shebangs (8f6f28c)
- Add $ENV builtin variable to access environment
- Add JQ_COLORS env var for configuring the output colors

Bug fixes:
- Calling jq without a program argument now always assumes . for the program,
  regardless of stdin/stdout. (5fe0536)
- Make sorting stable regardless of qsort. (7835a72)
- Adds a local oniguruma submodule and the
  `./configure --with-oniguruma=builtin' option to make it easier to build
  with oniguruma support on systems where you can't install system-level
  libraries. (c6374b6 and 02bad4b)
- And much more!

(leot)

2018-11-03 11:43:21 UTC MAIN commitmail json YAML

note amavisd-new update

(spz)

2018-11-03 11:41:30 UTC MAIN commitmail json YAML

Update to amavisd-new-2.11.1, upstream release notes:

- removed a trailing dot element from @INC, as a workaround for a perl
  vulnerability CVE-2016-1238;

- amavis-services: bumping up syslog level from LOG_NOTICE to LOG_ERR
  for a message "PID <pid> went away", and removed redundant newlines
  from some log messages;

- safe_decode() and safe_decode_utf8(): avoid warning messages
    "Use of uninitialized value in subroutine entry"
  in Encode::MIME::Header when the $check argument is undefined;

- @sa_userconf_maps has been extended to allow loading of per-recipient
  (or per- policy bank, or global) SpamAssassin configuration set from
  LDAP. For consistency with SQL a @sa_userconf_maps entry prefixed with
  'ldap:' will load SpamAssassin configuration set using the
  load_scoreonly_ldap() method;  a patch by Atanas Karashenski;

- add some Sanesecurity.Foxhole false positives to the default
  list @virus_name_to_spam_score_maps;

- updated some comments;

+++
also add a patch to make it run with perl 5.28 without complaints
about regex syntax

(spz)

2018-11-03 11:31:35 UTC MAIN commitmail json YAML

ffmpeg4: remove no-longer-installed entries from PLIST.
This affects people who use the 'doc' option.

From relaxed on freenode, thanks!

(maya)

2018-11-03 10:59:29 UTC MAIN commitmail json YAML

2018-11-03 10:52:05 UTC MAIN commitmail json YAML

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

(wiz)

2018-11-03 10:51:54 UTC MAIN commitmail json YAML

xf86-video-r128: update to 6.12.0.

This release is mainly meant deal with 2 urgent build failure issues
reported by users.
If your distribution is using Version 6.11.0, please replace it
with this version as soon as possible.
There is very little change in the functionality compared to the
previous release, but I did rewrite hard to maintain and very
awkwardly written XAA / EXA initialization code.
It is always possible that I can mess up the code, but it appears
that the code is working correctly.

(wiz)

2018-11-03 09:18:21 UTC MAIN commitmail json YAML

Updated graphics/tesseract, textproc/py-jsbeautifier

(adam)

2018-11-03 09:17:58 UTC MAIN commitmail json YAML

py-jsbeautifier: updated to 1.8.8

v1.8.8:
async function in object wrong indentation

(adam)

2018-11-03 09:13:07 UTC MAIN commitmail json YAML

tesseract: updated to 4.0.0

V4.0.0:
New OCR engine
- Added a new OCR engine that uses neural network system based on LSTMs, with major accuracy gains.
- This includes new training tools for the LSTM OCR engine. A new model can be trained from scratch or by fine tuning an existing model.
- Added trained data that includes LSTM models to 123 languages.
- Added optional accelerated code paths for the LSTM recognizer:
  * Using OpenMP
  * Using SIMD: AVX2 / AVX / SSE4.1
- Added a new parameter lstm_choice_mode that allows to include alternative symbol choices in the hOCR output.
- The new LSTM engine still does not support all features from the old legacy engine (see missing features).

Other OCR engines
- The pattern matching OCR engine that was the primary OCR engine in previous versions is still available in this version.
- Removed the 'Cube' OCR engine from the codebase. It was used for Hindi and for Arabic. The New LSTM engine performs much better, thus the Cube engine was no longer needed.

Updated build system
- Tesseract now uses semantic versioning.
- Tesseract now requires Leptonica 1.74.0 or a higher version.
- For building Tesseract from source code, a compiler with good C++ 11 support is required. See here for a list of officially supported compilers.
- Added unit tests to the main repo. The unit tests require Git submodules and the code for training.
- Added an option to compile Tesseract without the code of the legacy OCR engine.
- Update minimum required autoconf version to 2.63.
- Training tools dependencies - Update minimum required versions: ICU 52.1, Pango 1.22.0.
- Reorganized Tesseract's source tree. Most sources are now below the src directory.

Bug fixes and enhancements
- Fixed many issues that triggered compiler warnings.
- Fixed many issues reported by Coverity Scan or LGTM.
- Fixes to trainingdata rendering.
- Fixed damage to binary images when processing PDFs.
- Don't trigger a deliberate segmentation fault for fatal errors in release code.
- Fixed some issues in OpenCL code. OpenCL now works for the legacy Tesseract OCR engine, but does not improve the performance. It is not implemented for the LSTM OCR engine.
- Improved multi-page TIFF handling.
- Improvements to PDF rendering.
- Added version information and improved help texts to the training tools.
- Added faster version of log2().
- Documented in tesseract man page the option to use an input text file which contains lists of images.
- Made 'osd' the default traineddata when psm 0 is requested (currently this feature is only implemented in the command line interface, but not in the API).
- Removed tessedit_pageseg_mode 1 from hocr, pdf, and tsv config files. The user should explicitly use --psm 1 if that is desired.
- The list of available languages and scripts is now sorted alphabetically.
- Parameter unlv_tilde_crunching changed to false, because of default values cause issues in cases of unlv output in Tesseract 4.
- Removed obsolete code.

(adam)

2018-11-03 08:07:31 UTC MAIN commitmail json YAML

Updated multimedia/ffmpeg4, multimedia/ffmpeg3

(adam)

2018-11-03 08:06:46 UTC MAIN commitmail json YAML

ffmpeg3: updated to 3.4.5

version 3.4.5:
- avutil/integer: Fix integer overflow in av_mul_i()
- avcodec/msrle: Check that the input is large enough to contain a end of picture code
- avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handling
- avcodec/mpeg4videodec: Fix typo in sprite delta check
- avcodec/h264_cavlc: Check mb_skip_run
- avcodec/ra144: Fix integer overflow in add_wav()
- avformat/utils: Never store negative values in last_IP_duration
- avformat/utils: Fix integer overflow in discontinuity check
- avcodec/unary: Improve get_unary() docs
- avcodec/gdv: Replace divisions by shifts in rescale()
- avcodec/dvdsubdec: Sanity check len in decode_rle()
- avcodec/mpeg4videodec: Fix undefined shift in get_amv()
- avcodec/zmbv: Check that the decompressed data size is correct
- avcodec/zmbv: Update decomp_len in raw frames
- avcodec/shorten: Fix bitstream end check in read_header()
- avcodec/dvdsubdec: Avoid branch in decode_run_8bit()
- avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()
- avcodec/ra144: Fix undefined integer overflow in add_wav()
- avcodec/indeo4: Check dimensions in decode_pic_hdr()
- avformat/mov: Error on too large stsd entry counts.
- examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER
- avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()
- avcodec/vb: Check for end of bytestream before reading blocktype
- avcodec/snowdec: Fix integer overflow with motion vector residual
- avformat/nsvdec: Do not parse multiple NSVf
- avformat/mlvdec: read_string() received unsigned size, make the argument unsigned
- avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()
- avcodec/scpr: Check for min > max in decompress_p()
- avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()
- avcodec/shorten: Fix integer overflow in residual/LPC combination
- avcodec/shorten: Check verbatim length
- avcodec/mpegaudio_parser: Initialize poutbuf*
- avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()
- avformat/flvenc: Check audio packet size
- lavc/svq3: Fix regression decoding some files.
- avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()
- avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() too
- avcodec/diracdec: Check slice numbers for overflows in relation to picture dimensions
- avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstream and we also have a -1 special case
- avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compose_daub97i()
- avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()
- swresample/swresample: Fix input channel count in resample_first computation
- avutil/pixfmt: Document chroma plane size for odd resolutions
- avcodec/cuviddec: properly take deinterlacing and display delay into account for buffer_full check
- configure: add LIBDRM to extralibs_avutil
- avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() for NUL

(adam)

2018-11-03 07:44:35 UTC MAIN commitmail json YAML

ffmpeg4: updated to 4.0.3

version 4.0.3:
- avutil/integer: Fix integer overflow in av_mul_i()
- avcodec/msrle: Check that the input is large enough to contain a end of picture code
- avformat/ftp: return AVERROR_EOF for EOF
- avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag
- avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handling
- avcodec/mpeg4videodec: Fix typo in sprite delta check
- avcodec/h264_cavlc: Check mb_skip_run
- avcodec/ra144: Fix integer overflow in add_wav()
- avformat/utils: Never store negative values in last_IP_duration
- avformat/utils: Fix integer overflow in discontinuity check
- Revert "avcodec/cbs_h264: silence errors about end_of_seq nalus"
- avcodec/cbs: ensure user_data is padded for GBC parsing
- avcodec/cbs: fix crash in sei_pic_timestamp
- avcodec/cbs_h264: silence errors about end_of_seq nalus
- avcodec/cuviddec: properly take deinterlacing and display delay into account for buffer_full check
- avcodec/h2645_parse: skip NALUs with no content after stripping all the trailing zeros
- configure: <fflib>_deps: validate, reduce sensitivity
- configure: speed up check_deps()
- configure: speed up print_enabled_components()
- configure: speed up flatten_extralibs_wrapper()
- avformat/utils: Fix potential integer overflow in extract_extradata()
- avcodec/unary: Improve get_unary() docs
- avcodec/gdv: Replace divisions by shifts in rescale()
- avcodec/ac3dec: Fix shift signedness in mask creation
- avcodec/eac3dec: Check that channel_map does not contain more than EAC3_MAX_CHANNELS
- doc/examples/vaapi_transcode: Fix the typo
- avcodec/dvdsubdec: Sanity check len in decode_rle()
- avcodec/mpeg4videodec: Fix undefined shift in get_amv()
- avcodec/zmbv: Check that the decompressed data size is correct
- avcodec/zmbv: Update decomp_len in raw frames
- avcodec/shorten: Fix bitstream end check in read_header()
- avcodec/dvdsubdec: Avoid branch in decode_run_8bit()
- avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking()
- avcodec/ra144: Fix undefined integer overflow in add_wav()
- avcodec/indeo4: Check dimensions in decode_pic_hdr()
- avformat/mov: Error on too large stsd entry counts.
- examples: Fix use of AV_CODEC_FLAG_GLOBAL_HEADER
- avcodec/hq_hqa: Check remaining input bits in hqa_decode_mb()
- avcodec/vb: Check for end of bytestream before reading blocktype
- avcodec/snowdec: Fix integer overflow with motion vector residual
- avcodec/mpeg4videodec: Fix slice end detection in mpeg4_decode_studio_mb()
- avformat/nsvdec: Do not parse multiple NSVf
- avformat/dashdec: Fix strlen(rep_id_val) with it being NULL
- avformat/mlvdec: read_string() received unsigned size, make the argument unsigned
- avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()
- avcodec/scpr: Check for min > max in decompress_p()
- avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame()
- avcodec/shorten: Fix integer overflow in residual/LPC combination
- avcodec/shorten: Check verbatim length
- avcodec/mpegaudio_parser: Initialize poutbuf*
- avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()
- avformat/flvenc: Check audio packet size
- lavc/svq3: Fix regression decoding some files.
- avcodec/mlp_parser: Check if synccode is within buffer
- avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()
- avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() too
- avcodec/diracdec: Check slice numbers for overflows in relation to picture dimensions
- avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstream and we also have a -1 special case
- avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compose_daub97i()
- avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()
- swresample/swresample: Fix input channel count in resample_first computation
- avutil/pixfmt: Document chroma plane size for odd resolutions
- lavf/libsmbclient: return AVERROR_EOF for EOF.
- lavc/videotoolboxenc: Fix compilation on osx 10.10.5 Yosemite
- avcodec/mediacodecdec: fix SEGV on modern nvidia decoders
- avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() for NULL
- avformat/librtmp: fix returning EOF from Read/Write
- avcodec/videotoolboxenc: fix undefined behavior with rc_max_rate=0

(adam)

2018-11-02 23:09:31 UTC MAIN commitmail json YAML

Updated graphics/libimagequant, security/libgcrypt

(adam)

2018-11-02 23:08:29 UTC MAIN commitmail json YAML

libgcrypt: updated to 1.8.4

Noteworthy changes in version 1.8.4:
* Bug fixes:
  - Fix infinite loop due to applications using fork the wrong
    way.
  - Fix possible leak of a few bits of secret primes to pageable
    memory.
  - Fix possible hang in the RNG (1.8.3 only).
  - Several minor fixes.

* Performance:
  - On Linux always make use of getrandom if possible and then use
    its /dev/urandom behaviour.

(adam)

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

libimagequant: updated to 2.12.2

2.12.2:
Unknown changes

(adam)

2018-11-02 12:30:30 UTC MAIN commitmail json YAML

doc: Updated chat/jabberd2 to 2.7.0

(gdt)

2018-11-02 12:15:25 UTC MAIN commitmail json YAML

jabberd2: update to 2.7.0

Upstream changes:

  - openssl-1.1 support
  - Python script to export data in XEP-0227 format
  - Fix build errors with MariaDB 10.2
  - systemd units restart on failure
  - Use systemd BindsTo= instead of BindTo.

(gdt)

2018-11-02 11:54:39 UTC MAIN commitmail json YAML

Updated databases/py-asyncpg, devel/py-cached-property

(adam)

2018-11-02 11:54:13 UTC MAIN commitmail json YAML

py-cached-property: updated to 1.5.1

1.5.1:
Added formal support for Python 3.7
Removed formal support for Python 3.3

(adam)

2018-11-02 11:51:38 UTC MAIN commitmail json YAML

py-asyncpg: updated to 0.18.1

asyncpg v0.18.1:
Fix DSN parsing regression

asyncpg v0.18.0:
Improvements
Implement Record.get()
Internal asyncpg errors are now consistently raised as InternalClientError
Allow mappings as composite type input
Add BitString.to_int() and BitString.from_int()
Allow 'sslmode' in DSNs
Add support for specifying multiple host addresses when connecting
Low-level protocol implementation has been tweaked and
optimized for slightly better performance in certain scenarios
Queries with cached statements now generate fewer TCP packets
Allow aliasing builtin types by name in set_builtin_type_codec()
Factor out generic PostgreSQL protocol helpers into a separate package
Fix tests and enable CI for PostgreSQL 11

Bug Fixes
Handle and ignore permission errors when attempting to read .pgpass
Fix decoding of fractional timestamps before Postgres epoch

(adam)

2018-11-02 09:59:54 UTC MAIN commitmail json YAML

Updated www/py-django2, fonts/py-fonttools

(adam)

2018-11-02 09:59:31 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.32.0

3.32.0:
- [ufoLib] Make UFOWriter a subclass of UFOReader, and use mixins
  for shared methods
- [featureVars] Fixed normalization error when a condition's minimum/maximum
  attributes are missing in designspace <rule>
- [setup.py] Added [plot] to extras, to optionally install matplotlib,
  needed to use the fonTools.varLib.plot module.
- [varLib] Take total bounding box into account when resolving model.
  If multiple axes have the same range ratio, cut across both.
- [subset] Don't error if STAT has no AxisValue tables.
- [fontBuilder] Added a new submodule which contains a FontBuilder wrapper
  class around TTFont that makes it easier to create a working TTF or OTF
  font from scratch with code. NOTE: the API is still experimental and may
  change in future versions.

3.31.0:
- [ufoLib] Merged the ufoLib <https://github.com/unified-font-objects/ufoLib>__
  master branch into a new fontTools.ufoLib package
  Moved ufoLib.pointPen module to fontTools.pens.pointPen.
  Moved ufoLib.etree module to fontTools.misc.etree.
  Moved ufoLib.plistlib module to fontTools.misc.plistlib.
  To use the new fontTools.ufoLib module you need to install fonttools
  with the [ufo] extra, or you can manually install the required additional
  dependencies (cf. README.rst).
- [morx] Support AAT action type to insert glyphs and clean up compilation
  of AAT action tables.
- [subset] The --no-hinting on a CFF font now also drops the optional
  hinting keys in Private dict: ForceBold, LanguageGroup, and
  ExpansionFactor
- [subset] Include nameIDs referenced by STAT table
- [loggingTools] Added msg=None argument to
  CapturingLogHandler.assertRegex.
- [varLib.mutator] Implemented FeatureVariations instantiation
- [g_l_y_f] Added PointPen support to _TTGlyph objects

(adam)

2018-11-02 09:52:18 UTC MAIN commitmail json YAML

py-django2: updated to 2.1.3

Django 2.1.3

Bugfixes:
Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed
Fixed a regression in Django 1.11 where django-admin shell may hang on startup
Fixed a regression in Django 2.0 where test databases aren窶冲 reused with manage.py test --keepdb on MySQL
Fixed a regression where cached foreign keys that use to_field were incorrectly cleared in Model.save()
Fixed a regression in Django 2.0 where FileSystemStorage crashes with FileExistsError if concurrent saves try to create the same directory

(adam)

2018-11-02 09:32:02 UTC MAIN commitmail json YAML

2018-11-02 06:33:43 UTC pkgsrc-2018Q3 commitmail json YAML

2018-11-02 06:32:59 UTC pkgsrc-2018Q3 commitmail json YAML

Pullup ticket #5872 - requested by leot
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                            1.202
- www/curl/PLIST                                                1.71
- www/curl/distinfo                                            1.147

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Wed Oct 31 08:06:24 UTC 2018

  Modified Files:
  pkgsrc/www/curl: Makefile PLIST distinfo

  Log Message:
  curl: Update www/curl to 7.62.0

  Changes:
  7.62.0
  ------
  This release includes the following changes:

    o multiplex: enable by default
    o url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled
    o setopt: add CURLOPT_DOH_URL
    o curl: --doh-url added
    o setopt: add CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
    o imap: change from "FETCH" to "UID FETCH"
    o configure: add option to disable automatic OpenSSL config loading
    o upkeep: add a connection upkeep API: curl_easy_upkeep()
    o URL-API: added five new functions
    o vtls: MesaLink is a new TLS backend

  This release includes the following bugfixes:

    o CVE-2018-16839: SASL password overflow via integer overflow
    o CVE-2018-16840: use-after-free in handle close
    o CVE-2018-16842: warning message out-of-buffer read
    o CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated
    o Curl_dedotdotify(): always nul terminate returned string
    o Curl_follow: Always free the passed new URL
    o Curl_http2_done: fix memleak in error path
    o Curl_retry_request: fix memory leak
    o Curl_saferealloc: Fixed typo in docblock
    o FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output
    o GnutTLS: TLS 1.3 support
    o SECURITY-PROCESS: mention the bountygraph program
    o VS projects: add USE_IPV6:
    o Windows: fixes for MinGW targeting Windows Vista
    o anyauthput: fix compiler warning on 64-bit Windows
    o appveyor: add WinSSL builds
    o appveyor: run test suite (on Windows!)
    o certs: generate tests certs with sha256 digest algorithm
    o checksrc: enable strict mode and warnings
    o checksrc: handle zero scoped ignore commands
    o cmake: Backport to work with CMake 3.0 again
    o cmake: Improve config installation
    o cmake: add support for transitive ZLIB target
    o cmake: disable -Wpedantic-ms-format
    o cmake: don't require OpenSSL if USE_OPENSSL=OFF
    o cmake: fixed path used in generation of docs/tests
    o cmake: remove unused *SOCKLEN_T variables
    o cmake: suppress MSVC warning C4127 for libtest
    o cmake: test and set missed defines during configuration
    o comment: Fix multiple typos in function parameters
    o config: Remove unused SIZEOF_VOIDP
    o config_win32: enable LDAPS
    o configure: force-use -lpthreads on HPUX
    o configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T
    o configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
    o cookies: Remove redundant expired check
    o cookies: fix leak when writing cookies to file
    o curl-config.in: remove dependency on bc
    o curl.1: --ipv6 mutexes ipv4 (fixed typo)
    o curl: enabled Windows VT Support and UTF-8 output
    o curl: update the documentation of --tlsv1.0
    o curl_multi_wait: call getsock before figuring out timeout
    o curl_ntlm_wb: check aprintf() return codes
    o curl_threads: fix classic MinGW compile break
    o darwinssl: Fix realloc memleak
    o darwinssl: more specific and unified error codes
    o data-binary.d: clarify default content-type is x-www-form-urlencoded
    o docs/BUG-BOUNTY: explain the bounty program
    o docs/CIPHERS: Mention the options used to set TLS 1.3 ciphers
    o docs/CIPHERS: fix the TLS 1.3 cipher names
    o docs/CIPHERS: mention the colon separation for OpenSSL
    o docs/examples: URL updates
    o docs: add "see also" links for SSL options
    o example/asiohiper: insert warning comment about its status
    o example/htmltidy: fix include paths of tidy libraries
    o examples/Makefile.m32: sync with core
    o examples/http2-pushinmemory: receive HTTP/2 pushed files in memory
    o examples/parseurl.c: show off the URL API
    o examples: Fix memory leaks from realloc errors
    o examples: do not wait when no transfers are running
    o ftp: include command in Curl_ftpsend sendbuffer
    o gskit: make sure to terminate version string
    o gtls: Values stored to but never read
    o hostip: fix check on Curl_shuffle_addr return value
    o http2: fix memory leaks on error-path
    o http: fix memleak in rewind error path
    o krb5: fix memory leak in krb_auth
    o ldap: show precise LDAP call in error message on Windows
    o lib: fix gcc8 warning on Windows
    o memory: add missing curl_printf header
    o memory: ensure to check allocation results
    o multi: Fix error handling in the SENDPROTOCONNECT state
    o multi: fix memory leak in content encoding related error path
    o multi: make the closure handle "inherit" CURLOPT_NOSIGNAL
    o netrc: free temporary strings if memory allocation fails
    o nss: fix nssckbi module loading on Windows
    o nss: try to connect even if libnssckbi.so fails to load
    o ntlm_wb: Fix memory leaks in ntlm_wb_response
    o ntlm_wb: bail out if the response gets overly large
    o openssl: assume engine support in 0.9.8 or later
    o openssl: enable TLS 1.3 post-handshake auth
    o openssl: fix gcc8 warning
    o openssl: load built-in engines too
    o openssl: make 'done' a proper boolean
    o openssl: output the correct cipher list on TLS 1.3 error
    o openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer
    o openssl: show "proper" version number for libressl builds
    o pipelining: deprecated
    o rand: add comment to skip a clang-tidy false positive
    o rtmp: fix for compiling with lwIP
    o runtests: ignore disabled even when ranges are given
    o runtests: skip ld_preload tests on macOS
    o runtests: use Windows paths for Windows curl
    o schannel: unified error code handling
    o sendf: Fix whitespace in infof/failf concatenation
    o ssh: free the session on init failures
    o ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
    o system.h: use proper setting with Sun C++ as well
    o test1299: use single quotes around asterisk
    o test1452: mark as flaky
    o test1651: unit test Curl_extract_certinfo()
    o test320: strip out more HTML when comparing
    o tests/negtelnetserver.py: fix Python2-ism in neg TELNET server
    o tests: add unit tests for url.c
    o timeval: fix use of weak symbol clock_gettime() on Apple platforms
    o tool_cb_hdr: handle failure of rename()
    o travis: add a "make tidy" build that runs clang-tidy
    o travis: add build for "configure --disable-verbose"
    o travis: bump the Secure Transport build to use xcode
    o travis: make distcheck scan for BOM markers
    o unit1300: fix stack-use-after-scope AddressSanitizer warning
    o urldata: Fix "connecting" comment
    o urlglob: improve error message on bad globs
    o vtls: fix ssl version "or later" behavior change for many backends
    o x509asn1: Fix SAN IP address verification
    o x509asn1: always check return code from getASN1Element()
    o x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert
    o x509asn1: suppress left shift on signed value

  To generate a diff of this commit:
  cvs rdiff -u -r1.201 -r1.202 pkgsrc/www/curl/Makefile
  cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/curl/PLIST
  cvs rdiff -u -r1.146 -r1.147 pkgsrc/www/curl/distinfo

(spz)

2018-11-01 23:58:16 UTC MAIN commitmail json YAML

Updated devel/py-lupa to 1.7.

(alnsn)

2018-11-01 23:57:15 UTC MAIN commitmail json YAML

Update devel/py-lupa to version 1.7.

Official release notes:

    GH#103: Provide wheels for MS Windows and fix MSVC build on Py2.7.

Some notable commits:

- Fix a potential crash on Python shutdown when trying to create a traceback
  entry for an exception, by statically disabling C-lines in tracebacks.
-  Remove official support for Py2.6 and add it for Py3.7.

(alnsn)

2018-11-01 21:13:27 UTC MAIN commitmail json YAML

Updated devel/SDL2, graphics/SDL2_image, audio/SDL2_mixer

(adam)

2018-11-01 21:12:40 UTC MAIN commitmail json YAML

SDL2_mixer: updated to 2.0.4

2.0.4:
* Removed smpeg support for mp3 music, now that it's replaced by libmpg123
* Fixed mp3 mad decoder to skip tags, which otherwise would lead to crashes
* Added support for Opus music playback using opusfile library

2.0.3:
* Fixed regression where Mix_Init() would return 0 for available music formats

(adam)

2018-11-01 21:10:22 UTC MAIN commitmail json YAML

SDL2_image: updated to 2.0.4

2.0.4:
* Fixed memory issues in the XCF loader
* Fixed a number of security issues, including TALOS-2018-0645

(adam)

2018-11-01 21:08:28 UTC MAIN commitmail json YAML

SDL2: updated to 2.0.9

2.0.9:

General:
* Added a new sensor API, initialized by passing SDL_INIT_SENSOR to SDL_Init(), and defined in SDL_sensor.h
* Added an event SDL_SENSORUPDATE which is sent when a sensor is updated
* Added SDL_GetDisplayOrientation() to return the current display orientation
* Added an event SDL_DISPLAYEVENT which is sent when the display orientation changes
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. (Thanks to Valve for contributing the PS4 and Nintendo Switch Pro controller support)
* Added support for many other popular game controllers
* Added SDL_JoystickGetDevicePlayerIndex(), SDL_JoystickGetPlayerIndex(), and SDL_GameControllerGetPlayerIndex() to get the player index for a controller. For XInput controllers this returns the XInput index for the controller.
* Added SDL_GameControllerRumble() and SDL_JoystickRumble() which allow simple rumble without using the haptics API
* Added SDL_GameControllerMappingForDeviceIndex() to get the mapping for a controller before it's opened
* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_TIME to control the mouse double-click time
* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to control the mouse double-click radius, in pixels
* Added SDL_HasColorKey() to return whether a surface has a colorkey active
* Added SDL_HasAVX512F() to return whether the CPU has AVX-512F features
* Added SDL_IsTablet() to return whether the application is running on a tablet
* Added SDL_THREAD_PRIORITY_TIME_CRITICAL for threads that must run at the highest priority

Mac OS X:
* Fixed black screen at start on Mac OS X Mojave

Linux:
* Added SDL_LinuxSetThreadPriority() to allow adjusting the thread priority of native threads using RealtimeKit if available.

iOS:
* Fixed Asian IME input

Android:
* Updated required Android SDK to API 26, to match Google's new App Store requirements
* Added support for wired USB Xbox, PS4, and Nintendo Switch Pro controllers
* Added support for relative mouse mode on Android 7.0 and newer (except where it's broken, on Chromebooks and when in DeX mode with Samsung Experience 9.0)
* Added support for custom mouse cursors on Android 7.0 and newer
* Added the hint SDL_HINT_ANDROID_TRAP_BACK_BUTTON to control whether the back button will back out of the app (the default) or be passed to the application as SDL_SCANCODE_AC_BACK
* Added SDL_AndroidBackButton() to trigger the Android system back button behavior when handling the back button in the application
* Added SDL_IsChromebook() to return whether the app is running in the Chromebook Android runtime
* Added SDL_IsDeXMode() to return whether the app is running while docked in the Samsung DeX

(adam)

2018-11-01 18:12:49 UTC MAIN commitmail json YAML

Updated lang/py-asttokens, devel/py-virtualenv

(adam)

2018-11-01 18:09:52 UTC MAIN commitmail json YAML

py-virtualenv: updated to 16.1.0

16.1.0:
Fixed documentation to use pypi.org and correct curl options
bug fix: ensure prefix is absolute when creating a new virtual environment
upgrade setuptools from 39.1.0 to 40.5.0
upgrade wheel from 0.31.1 to 0.32.2
upgrade pip from 10.0.1 to 18.1
activate.csh does not use basename and handles newlines
fix failure to copy on platforms that use lib64
enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__ on Python 3
suppress warning of usage of the deprecated imp module

(adam)

2018-11-01 18:02:35 UTC MAIN commitmail json YAML

py-asttokens: updated to 1.1.12

v1.1.12:
fix up Makefile

(adam)

2018-11-01 16:22:15 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.14.0

(taca)

2018-11-01 16:21:49 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.14.0

* pkgsrc change: make USE_LANGUAGES empty.

=== 5.14.0 (2018-11-01)

* Drop defaulting the :port option to 5432 in the postgres adapter, so that
  setting the :service option in :driver_options works (jeremyevans) (#1558)

* Do not cache values for columns without parseable defaults when using :cache
  option in defaults_setter plugin (jeremyevans)

* Emulate NULLS FIRST/LAST ordering on databases that do not natively support
  it (jeremyevans)

* Do not modify boolean expressions created from string or array if string or
  array is modified (jeremyevans)

* Make roots and roots_dataset dataset methods instead of class methods in the
  tree plugin (JelF) (#1554)

* Do not cache dataset SQL if dataset uses subquery that cannot cache SQL
  (jeremyevans)

* Make Model#=== work correctly for models with composite primary keys
  (jeremyevans)

* Add Model#pk_equal? as a more descriptive name for Model#=== (AlexWayfer)
  (#1550)

* Do not push down expression inversion in cases where it may result in
  incorrect behavior (e.g. ANY/SOME/ALL operators) (jeremyevans) (#1549)

(taca)

2018-11-01 16:12:26 UTC MAIN commitmail json YAML

doc: Updated www/ruby-loofah to 2.2.3

(taca)

2018-11-01 16:11:45 UTC MAIN commitmail json YAML

www/ruby-loofah: update to 2.2.3

## 2.2.3 / 2018-10-30

### Security

Address CVE-2018-16468: Unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.

This CVE's public notice is at https://github.com/flavorjones/loofah/issues/154

## Meta / 2018-10-27

The mailing list is now on Google Groups [#146](https://github.com/flavorjones/loofah/issues/146):

* Mail: loofah-talk@googlegroups.com
* Archive: https://groups.google.com/forum/#!forum/loofah-talk

This change was made because librelist no longer appears to be maintained.

(taca)

2018-11-01 15:11:26 UTC MAIN commitmail json YAML

doc: Updated x11/mlterm to 3.8.7

(tsutsui)

2018-11-01 15:11:07 UTC MAIN commitmail json YAML

mlterm: update to 3.8.7.

Changes noted in doc/en/ReleaseNote:

ver 3.8.7
* Support sixel graphics extension and option1 of
  https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
* Support Cygwin/x86_64.
* Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
* Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
* Support scrolling by flick on Android and iOS.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 11.0.0.
* Add "autoscroll" to OSC 5379.
* Long press at the lower right corner instead of the entire screen shows
  context menu.
* Change the maximum number of sixel graphics palette colors from 256 to 1024.
* Bug fixes:
  Fix segfault of mlconfig when GTK_IM_MODULE=uim.
  Fix wrong XSizeHints which causes unexpected resizing.

(tsutsui)

2018-11-01 15:00:49 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.8.5

(tsutsui)

2018-11-01 15:00:31 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.8.5.

Upstream changes (from CHANGELOG.md):

# 1.8.5 / 2018-10-04

## Security Notes

[MRI] Pulled in upstream patches from libxml2 that address CVE-2018-14404
and CVE-2018-14567. Full details are available in [#1785]
(https://github.com/sparklemotion/nokogiri/issues/1785).
Note that these patches are not yet (as of 2018-10-04) in an upstream
release of libxml2.

## Bug fixes

* [MRI] Fix regression in installation when building against system
  libraries, where some systems would not be able to find libxml2 or
  libxslt when present. (Regression introduced in v1.8.3.) [#1722]
* [JRuby] Fix node reparenting when the destination doc is empty. [#1773]

(tsutsui)

2018-11-01 14:27:19 UTC MAIN commitmail json YAML

doc: Updated ruby-gnome2 packages to 3.3.0

(tsutsui)

2018-11-01 14:23:00 UTC MAIN commitmail json YAML

ruby-gnome2: update to 3.3.0.

Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.0: 2018-10-31

This is a release for fixing memory leak bugs of cairo-gobject,
improving macOS support and adding support for GEGL.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added support for the same constant name and class name for error.

  * Fixes

    * Fixed wrong constant values:

      * (({GLib2::MINLONG}))

      * (({GLib2::MAXLONG}))

      * (({GLib2::MAXULONG}))

      * (({GLib2::MINUINT64}))

      * (({GLib2::MAXSIZE}))

      * (({GLib2::MINFLOAT}))

      * (({GLib2::MINDOUBLE}))

      [GitHub#1244][Reported by cobodo]

==== Ruby/CairoGObject

  * Fixes

    * Fixed a memory leak.
      [GitHub#1232][Reported by Jean-Christophe Le Lann]

    * Stopped to increase needless reference.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for transfer full output parameter.

  * Fixes

    * Fixed a bug that class method closure doesn't work.
      [GitHub#1245][Reported by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf.new})): Added support for auto row stride
      detection for (({[Integer]})) data.

==== Ruby/Pango

  * Improvements

    * Made test more robust.
      [GitHub#1239][Reported by Michael Hudson-Doyle]

==== Ruby/GTK3

  * Improvements

    * Improved backward compatibility for (({Gtk::ListStore#set_column_types})).
      [GitHub#1240][Reported by Edward Hennessy]

  * Fixes

    * Fixed wrong size used bug on HiDPI.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/Poppler

  * Improvements

    * Added support for Popper 0.70.0.

==== Ruby/GEGL

  * Improvements

    * Added.

=== Thanks

  * Jean-Christophe Le Lann

  * Michael Hudson-Doyle

  * Edward Hennessy

  * cobodo

  * kojix2

  * noanoa07

(tsutsui)

2018-11-01 14:10:58 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.16.2

(tsutsui)

2018-11-01 14:10:37 UTC MAIN commitmail json YAML

ruby-cairo: update to 1.16.2.

pkgsrc changes:
* Take maintainership.

Upstream changelog:
(from https://github.com/rcairo/rcairo/blob/v1.16.2/NEWS)

Release 1.16.2 (2018-10-31) Kouhei Sutou <kou@cozmixng.org>
============================================================

Improvements
------------

  * Stopped to provide fat gem for Windows. Windows users should use
    MSYS2 packages.

Release 1.16.1 (2018-10-31) Kouhei Sutou <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added Cairo::Context#destroyed?.

Release 1.16.0 (2018-10-28) Kouhei Sutou <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for cairo 1.16.0.

  * Removed Cairo::SkiaSurface.

(tsutsui)

2018-11-01 13:06:04 UTC MAIN commitmail json YAML

Updated databases/py-sqlalchemy, databases/py-sqlalchemy-utils, databases/py-alembic

(adam)

2018-11-01 13:05:37 UTC MAIN commitmail json YAML

py-alembic: updated to 1.0.2

1.0.2:
[bug] [autogenerate] The system=True flag on Column, used primarily in conjunction with the Postgresql ���xmin��� column, now renders within the autogenerate render process, allowing the column to be excluded from DDL. Additionally, adding a system=True column to a model will produce no autogenerate diff as this column is implicitly present in the database.

[bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option within a Operations.create_index() would raise a KeyError, as the additional column(s) need to be added to the table object used by the construct internally.

(adam)

2018-11-01 13:01:23 UTC MAIN commitmail json YAML

py-sqlalchemy-utils: updated to 0.33.6

0.33.6:
Fixed passlib compatibility issue (again)
Added support for SQL VIEWs

(adam)

2018-11-01 12:50:17 UTC MAIN commitmail json YAML

py-sqlalchemy: updated to 1.2.13

SQLAlchemy release 1.2.13:
This release includes a variety of fixes within the ORM and Core components.

(adam)

2018-11-01 11:02:34 UTC MAIN commitmail json YAML

2018-11-01 10:59:15 UTC MAIN commitmail json YAML

2018-11-01 10:55:57 UTC MAIN commitmail json YAML

2018-11-01 09:37:28 UTC MAIN commitmail json YAML

2018-11-01 09:36:47 UTC MAIN commitmail json YAML

2018-11-01 09:25:29 UTC MAIN commitmail json YAML

Import wip/icewm14 as wm/icewm14.

This is release 1.4.2 of the IceWM carry-on fork. The primary changes for
this release are a large number of bug fixes, memory leak fixes, code
quality improvements, various minor new features and a few portability
fixes.

Six old themes have been replaced with three new themes (CrystalBlue,
Helix, NanoBlue).

pkgsrc change: build now uses CMake.

(bsiegert)

2018-10-31 20:37:26 UTC MAIN commitmail json YAML

doc: Updated mail/qgreylist to 0.3nb7

(schmonz)

2018-10-31 20:37:20 UTC MAIN commitmail json YAML

OWN_DIRS_PERMS to ${REAL_ROOT_GROUP}, not "wheel". Bump PKGREVISION.

(schmonz)

2018-10-31 20:16:52 UTC MAIN commitmail json YAML

doc: Added biology/py-pydicom version 1.2.0

(leot)

2018-10-31 20:16:30 UTC MAIN commitmail json YAML

biology: +py-pydicom

(leot)

2018-10-31 20:15:40 UTC MAIN commitmail json YAML

py-pydicom: Import py-pydicom-1.2.0 as biology/py-pydicom

Pydicom is a pure Python package for working with DICOM files such as medical
images, reports, and radiotherapy objects.

Pydicom makes it easy to read these complex files into natural pythonic
structures for easy manipulation. Modified datasets can be written again to
DICOM format files.

Packaged by Eric A. Borisch via NetBSD/pkgsrc#37, thank you Eric!

(leot)

2018-10-31 18:40:51 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-fbalpha to 0.2.97.43.20181022

(nia)

2018-10-31 18:40:41 UTC MAIN commitmail json YAML

libretro-fbalpha: Update to 0.2.97.43.20181022

Changes:

Various fixes
Add back the special2017 hacks to neogeo driver
Update cps1/cps2 drivers
Fix darius sound
More fixes for konami twin16 driver
Fix #249 (most likely, android needs this)
Fix #249 + some konami twin16 updates
Fix kungfum
Some cleanup
Fixes for konami twin16 driver
Fast save mode for netplay
Fix a bunch of warnings
Try at fixing neocd sound (#4)
Fix a bunch of gcc7 warnings
Fix various refresh rates
Fix moonwar controls
Fix moonwara controls + some galaxian updates
Add CPS Changer pause button (#245)
Fix gaplus (#243) + input issues (#102)
Fix garyoret (#243)
Fix various issues (#243)
Fix a graphical glitch in jojoba
Add a frameskip core option
Fix analog inputs for dragngun
Fix for twinhawk (#239)
Fix for exposing PGM RAM
Exposing RAM for most drivers
Initialize state_size in retro_serialize/retro_unserialize (#197)
Fixes for aso, roadf and contra

(nia)

2018-10-31 16:30:44 UTC MAIN commitmail json YAML

Add patch from jakllsch (not merged upstream yet) to fix some pthread/
mutex types for some NetBSD architectures.

(martin)

2018-10-31 15:53:18 UTC MAIN commitmail json YAML

lang/rust: Various fixes.

SunOS now needs -D_POSIX_PTHREAD_SEMANTICS and a patch to the rand module
to work around getrandom() system call failures.

Add -j argument to x.py for the number of make jobs.

(jperkin)

2018-10-31 14:56:40 UTC MAIN commitmail json YAML

emacs-w3m-snapshot: Don't quote ${EGREP}, it might be "grep -E".

(jperkin)

2018-10-31 14:07:41 UTC MAIN commitmail json YAML

Updated math/py-numpy, devel/py-tox

(adam)

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

py-tox: updated to 3.5.3

v3.5.3:

Bugfixes
- Fix bug with incorrectly defactorized dependencies
- do the same transformation to egg_info folders that pkg_resources does;
  this makes it possible for hyphenated names to use the develop-inst-noop optimization (cf. 910),
  which previously only worked with non-hyphenated egg names
- previously, if a project's setup.py --name emitted extra information to
  stderr, tox would capture it and consider it part of the project's name; now,
  emissions to stderr are printed to the console
- change the way we acquire interpreter information to make it compatible with jython interpreter, note to create jython envs one needs virtualenv > 16.0 which will be released later

Documentation
- document substitutions with additional content starting with a space cannot be alone on a line inside the ini file
- change the spelling of a single word from contrains to the proper word, constraints
- Mention the minimum version required for commands_pre/commands_post support.

(adam)

2018-10-31 13:13:20 UTC MAIN commitmail json YAML

py-numpy: updated to 1.15.3

NumPy 1.15.3:
This is a bugfix release for bugs and regressions reported following the 1.15.2
release.  The Python versions supported by this release are 2.7, 3.4-3.7. The
wheels are linked with OpenBLAS v0.3.0, which should fix some of the linalg
problems reported for NumPy 1.14.

(adam)

2018-10-31 13:05:31 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.29

(wen)

2018-10-31 13:03:46 UTC MAIN commitmail json YAML

Update to 0.29

Upstream changes:
0.29  2018-09-25

- The change to Module::Runtime in 0.25 wasn't complete so this distro still
  depended on Class::Load.

(wen)

2018-10-31 12:30:40 UTC MAIN commitmail json YAML

Updated devel/p5-FFI-CheckLib to 0.22

(wen)

2018-10-31 12:29:44 UTC MAIN commitmail json YAML

Update to 0.22

Upstream changes:
0.22      2018-10-13 22:24:46 -0400
  - Production version identical to 0.21_01

0.21_01  2018-10-11 22:53:43 -0400
  - Documentation fixes
  - Handle DLLs with upper-case characters in extension on MSWin32 (gh#9)

(wen)

2018-10-31 12:27:44 UTC MAIN commitmail json YAML

Updated devel/p5-Error to 0.17027

(wen)

2018-10-31 12:26:36 UTC MAIN commitmail json YAML

Update to 0.17027

Upstream changes:
0.17027        2018-10-28
    - Documentation and examples enhancements.
        - https://bitbucket.org/shlomif/perl-error.pm/pull-requests/1/october-prc-some-minor-mo
stly-doc-changes/diff
        - Thanks to https://metacpan.org/author/JMERELO .

(wen)

2018-10-31 12:21:48 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.43

(wen)

2018-10-31 12:21:06 UTC MAIN commitmail json YAML

Update to 3.43

Upstream changes:
3.43 - 2018-09-19

    * Fix Devel::PPPort with Visual Studio by quoting $0.

(wen)

2018-10-31 12:19:04 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-FindPerl to 0.015

(wen)

2018-10-31 12:17:43 UTC MAIN commitmail json YAML

Forgot this yesterday. bbpager04 update.

(bsiegert)

2018-10-31 12:17:06 UTC MAIN commitmail json YAML

Update to 0.015

Upstream changes:
0.015    2018-10-15 13:00:25+02:00 Europe/Amsterdam
          Import splitpath before using it

(wen)

2018-10-31 12:15:54 UTC MAIN commitmail json YAML

qt5-qtbase: Unset QMAKE_LFLAGS_RPATHLINK.

Fixes build of editors/texstudio on SunOS which was previously trying to
pass unsupported arguments to the linker.  We don't support -rpath-link
anyway.

(jperkin)

2018-10-31 12:14:36 UTC MAIN commitmail json YAML

Updated devel/p5-Data-Dumper to 2.172

(wen)

2018-10-31 12:13:49 UTC MAIN commitmail json YAML

Update to 2.172

Upstream changes:
2.172

    Prepare recent changes for CPAN release
2.171 (Apr 21 2018)

    Restore deparsing support in the XS dumper, on Perl 5.18 and earlier

    Test fixes on older Perl versions (notably, skip tests for Unicode glob names on Perl 5.14 and earlier, which had incomplete support for Unicode in globs)
2.170 (Jan 10 2018)

    Fix bug when dumping globs with quoting (which now happens for all Unicode glob names)

    Internal change: use strlcpy(), for safety
2.169 (Dec 12 2017)

    Behavior change: $dumper->Useqq(undef) is now treated as setting the "useqq" option, not getting it (and similarly for other options) [perl #113090]
2.168 (Dec 1, 2017)

    perl #119831: Quote glob names better; notably, Unicode globs are now handled correctly
2.167_02 (Aug 4 2017)

    Attempt to work around XS deparse issues on old perls. According to the few old perls at my disposure, this now repairs, for example 5.18, but 5.8.9 still barfs. My debugging hasn't really come up with much since all changes other than the deparse change look benign to me. Can someone who uses ancient perls please step up and take a look? --Steffen
2.167_01 (Jul 31 2017)

    CPAN dev release with the accumulated changes from core perl.
2.166 (Nov 29 2016)

    Reduce memory usage by not importing from Carp Reduce memory usage by removing unused overload require.
2.165 (Nov 20 2016)

    Remove impediment to compiling under C++11.
2.164 (Nov 12 2016)

    The XS implementation now handles the Deparse option, so using it no longer forces use of the pure-Perl version.

(wen)

2018-10-31 12:11:03 UTC MAIN commitmail json YAML

2018-10-31 12:07:50 UTC MAIN commitmail json YAML

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

(wen)

2018-10-31 12:07:06 UTC MAIN commitmail json YAML

Update to 3.80

Upstream changes:
version 3.80 at 2018-10-26 12:51:16 +0000
-----------------------------------------

  Change: 97a04e9885bb2b1a00446061f95da821af4263e5
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-10-26 13:51:16 +0000

    Release engineering 3.80

  Change: 587f6176b904e4e44c3344bf381975ac30802895
  Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
  Date : 2018-10-26 13:12:10 +0000

    Added test for method perl_tarballs().

-----------------------------------------
version 3.78 at 2018-10-20 13:48:22 +0000
-----------------------------------------

  Change: 47aeae9d6a4a40e66a3dc4e45acae6eb17684c8f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-10-20 14:48:22 +0000

    Updated for v5.29.4

-----------------------------------------
version 3.76 at 2018-09-21 06:54:03 +0000
-----------------------------------------

  Change: 38be0faceb63de3d49856dde07a9c989e9bb6cdc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-09-21 07:54:03 +0000

    Updated for v5.29.3

(wen)

2018-10-31 12:04:46 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 3.000000

(wen)

2018-10-31 12:03:57 UTC MAIN commitmail json YAML

Update to 3.000000

Upstream changes:
3.000000    2018-09-13
    * Fix typos
        - https://github.com/shlomif/perl-Config-IniFiles/pull/5
        - Thanks to @ppentchev
    * Resubmit with new version to please CPAN/metacpan/etc.

2.99        2018-07-12
    * Fix the link to the repository
        - https://github.com/shlomif/perl-Config-IniFiles/issues/4
        - Thanks to @bessarabov for the report.

(wen)

2018-10-31 11:57:09 UTC MAIN commitmail json YAML

Updated devel/p5-Clone to 0.41

(wen)

2018-10-31 11:56:22 UTC MAIN commitmail json YAML

Update to 0.41

Upstream changes:
0.41 2018-10-25 10:20:03  garu
  - Check the CowREFCNT of a COWed PV (ATOOMIC)
    this should fix some issues people have been
    having with 0.40 on DBD drives and DBIx::Class
  - Make buildtools files not executable (Mohammad S Anwar)

0.40 2018-10-23 20:001:49  garu
  - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
  - extra protection against potential infinite loop (ATOOMIC)
  - improved tests

(wen)

2018-10-31 11:54:12 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.642

(wen)

2018-10-31 11:53:24 UTC MAIN commitmail json YAML

Update to 1.642

Upstream changes:
Changes in DBI 1.642 - 28th October 2018

Fix '.' in @INC for proxy test under parallel load
    thanks to H.Merijn Brand.
Fix driver-related croak() in DBI->connect to report the original DSN
    thanks to maxatome #67

Introduce a new statement DBI method $sth->last_insert_id()
    thanks to pali #64
Allow to call $dbh->last_insert_id() method without arguments
    thanks to pali #64
Added a new XS API function variant dbd_db_do6()
    thanks to Pali #61

Fix misprints in doc of selectall_hashref
    thanks to Perlover #69
Remove outdated links to DBI related training resources. RT#125999

(wen)

2018-10-31 11:46:08 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.54

(wen)

2018-10-31 11:45:10 UTC MAIN commitmail json YAML

Update to 0.54

Upstream changes:
0.54    - 2018-10-29, H.Merijn Brand
    * Free unref scalar test fixed in Text::CSV_XS 1.35

(wen)

2018-10-31 11:37:35 UTC MAIN commitmail json YAML

freemint-mintbin: Assume strerror() is available.

(jperkin)

2018-10-31 10:55:14 UTC MAIN commitmail json YAML

Updated devel/py-uvloop, devel/py-future

(adam)

2018-10-31 10:54:39 UTC MAIN commitmail json YAML

py-future: updated to 0.17.1

What's new in version 0.17.1:
This release address a packaging error because of an erroneous declaration that
any built wheels are universal.

What's new in version 0.17.0:
This is a major bug-fix release, including:
- Fix from collections import ChainMap after install_aliases()
- Fix multiple import from __future__ bug in futurize
- Add support for proper %s formatting of newbytes
- Properly implement iterator protocol for newrange object
- Fix past.translation on read-only file systems
- Fix Tkinter import bug introduced in Python 2.7.4
- Correct TypeError to ValueError in a specific edge case for newrange
- Support inequality tests betwen newstrs and newbytes
- Add type check to __get__ in newsuper
- Fix fix_divsion_safe to support better conversion of complex expressions, and
  skip obvious float division.

As well as a number of corrections to a variety of documentation, and updates to
test infrastructure.

(adam)

2018-10-31 10:46:15 UTC MAIN commitmail json YAML

py-uvloop: updated to 0.11.3

v0.11.3:
Bug Fixes
* Use new PyOS_BeforeFork and PyOS_AfterFork_* 3.7 APIs when available
* Fix async generators finalization to function correctly in debug mode
* Pass backlog to loop.create_unix_server() when a server is created via
  loop.create_server(sock=unix_sock, backlog=backlog).
* Don't raise "requires a DNS lookup" error on Unix Domain Socket
* Fix use of PyContext* APIs in 3.7.1

(adam)

2018-10-31 08:35:45 UTC MAIN commitmail json YAML

doc: Updated net/hub to 2.6.0

(leot)

2018-10-31 08:35:32 UTC MAIN commitmail json YAML

hub: Update net/hub to 2.6.0

Changes:
2.6.0
-----
Features
--------
- Use "scissors" line to delineate comments in editable messages instead of
  stripping away lines that start with #. This helps preserve Markdown
  headings in hub pull-request, hub release create, and similar commands
  that open a text editor interactively.
  Everything above the following line is kept in the message; everything
  below is discarded:
    # ------------------------ >8 ------------------------
- New command hub issue show <NUMBER>
- Add hub release show --format=<FORMAT> functionality
- hub pr list --format=%rs lists requested reviewers
- Add support for communicating with GitHub Enterprise over Unix socket
    # ~/.config/hub
    example.com:
    user: USER
    oauth_token: TOKEN
    unix_socket: /path/to/socket

Fixes
-----
- Prevent hub create setting a public upstream when creating a private repo
- Fix hub create in place of a renamed repo
- Fix hub release create/edit/delete when there are multiple git remotes
- Auto-detect private/pushable repos in hub remote add
- Fix hub ci-status exit code when there is only Checks
- Allow hub compare <RANGE> even if not on any branch
- Ensure consistent sort direction when listing issues, PRs
- Match requested team names by slug instead of name in
  hub pull-request -r <TEAM>

(leot)

2018-10-31 08:07:00 UTC MAIN commitmail json YAML

doc: Updated www/curl to 7.62.0

(leot)

2018-10-31 08:06:24 UTC MAIN commitmail json YAML

curl: Update www/curl to 7.62.0

Changes:
7.62.0
------
This release includes the following changes:

o multiplex: enable by default
o url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled
o setopt: add CURLOPT_DOH_URL
o curl: --doh-url added
o setopt: add CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size
o imap: change from "FETCH" to "UID FETCH"
o configure: add option to disable automatic OpenSSL config loading
o upkeep: add a connection upkeep API: curl_easy_upkeep()
o URL-API: added five new functions
o vtls: MesaLink is a new TLS backend

This release includes the following bugfixes:

o CVE-2018-16839: SASL password overflow via integer overflow
o CVE-2018-16840: use-after-free in handle close
o CVE-2018-16842: warning message out-of-buffer read
o CURLOPT_DNS_USE_GLOBAL_CACHE: deprecated
o Curl_dedotdotify(): always nul terminate returned string
o Curl_follow: Always free the passed new URL
o Curl_http2_done: fix memleak in error path
o Curl_retry_request: fix memory leak
o Curl_saferealloc: Fixed typo in docblock
o FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output
o GnutTLS: TLS 1.3 support
o SECURITY-PROCESS: mention the bountygraph program
o VS projects: add USE_IPV6:
o Windows: fixes for MinGW targeting Windows Vista
o anyauthput: fix compiler warning on 64-bit Windows
o appveyor: add WinSSL builds
o appveyor: run test suite (on Windows!)
o certs: generate tests certs with sha256 digest algorithm
o checksrc: enable strict mode and warnings
o checksrc: handle zero scoped ignore commands
o cmake: Backport to work with CMake 3.0 again
o cmake: Improve config installation
o cmake: add support for transitive ZLIB target
o cmake: disable -Wpedantic-ms-format
o cmake: don't require OpenSSL if USE_OPENSSL=OFF
o cmake: fixed path used in generation of docs/tests
o cmake: remove unused *SOCKLEN_T variables
o cmake: suppress MSVC warning C4127 for libtest
o cmake: test and set missed defines during configuration
o comment: Fix multiple typos in function parameters
o config: Remove unused SIZEOF_VOIDP
o config_win32: enable LDAPS
o configure: force-use -lpthreads on HPUX
o configure: remove CURL_CONFIGURE_CURL_SOCKLEN_T
o configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
o cookies: Remove redundant expired check
o cookies: fix leak when writing cookies to file
o curl-config.in: remove dependency on bc
o curl.1: --ipv6 mutexes ipv4 (fixed typo)
o curl: enabled Windows VT Support and UTF-8 output
o curl: update the documentation of --tlsv1.0
o curl_multi_wait: call getsock before figuring out timeout
o curl_ntlm_wb: check aprintf() return codes
o curl_threads: fix classic MinGW compile break
o darwinssl: Fix realloc memleak
o darwinssl: more specific and unified error codes
o data-binary.d: clarify default content-type is x-www-form-urlencoded
o docs/BUG-BOUNTY: explain the bounty program
o docs/CIPHERS: Mention the options used to set TLS 1.3 ciphers
o docs/CIPHERS: fix the TLS 1.3 cipher names
o docs/CIPHERS: mention the colon separation for OpenSSL
o docs/examples: URL updates
o docs: add "see also" links for SSL options
o example/asiohiper: insert warning comment about its status
o example/htmltidy: fix include paths of tidy libraries
o examples/Makefile.m32: sync with core
o examples/http2-pushinmemory: receive HTTP/2 pushed files in memory
o examples/parseurl.c: show off the URL API
o examples: Fix memory leaks from realloc errors
o examples: do not wait when no transfers are running
o ftp: include command in Curl_ftpsend sendbuffer
o gskit: make sure to terminate version string
o gtls: Values stored to but never read
o hostip: fix check on Curl_shuffle_addr return value
o http2: fix memory leaks on error-path
o http: fix memleak in rewind error path
o krb5: fix memory leak in krb_auth
o ldap: show precise LDAP call in error message on Windows
o lib: fix gcc8 warning on Windows
o memory: add missing curl_printf header
o memory: ensure to check allocation results
o multi: Fix error handling in the SENDPROTOCONNECT state
o multi: fix memory leak in content encoding related error path
o multi: make the closure handle "inherit" CURLOPT_NOSIGNAL
o netrc: free temporary strings if memory allocation fails
o nss: fix nssckbi module loading on Windows
o nss: try to connect even if libnssckbi.so fails to load
o ntlm_wb: Fix memory leaks in ntlm_wb_response
o ntlm_wb: bail out if the response gets overly large
o openssl: assume engine support in 0.9.8 or later
o openssl: enable TLS 1.3 post-handshake auth
o openssl: fix gcc8 warning
o openssl: load built-in engines too
o openssl: make 'done' a proper boolean
o openssl: output the correct cipher list on TLS 1.3 error
o openssl: return CURLE_PEER_FAILED_VERIFICATION on failure to parse issuer
o openssl: show "proper" version number for libressl builds
o pipelining: deprecated
o rand: add comment to skip a clang-tidy false positive
o rtmp: fix for compiling with lwIP
o runtests: ignore disabled even when ranges are given
o runtests: skip ld_preload tests on macOS
o runtests: use Windows paths for Windows curl
o schannel: unified error code handling
o sendf: Fix whitespace in infof/failf concatenation
o ssh: free the session on init failures
o ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
o system.h: use proper setting with Sun C++ as well
o test1299: use single quotes around asterisk
o test1452: mark as flaky
o test1651: unit test Curl_extract_certinfo()
o test320: strip out more HTML when comparing
o tests/negtelnetserver.py: fix Python2-ism in neg TELNET server
o tests: add unit tests for url.c
o timeval: fix use of weak symbol clock_gettime() on Apple platforms
o tool_cb_hdr: handle failure of rename()
o travis: add a "make tidy" build that runs clang-tidy
o travis: add build for "configure --disable-verbose"
o travis: bump the Secure Transport build to use xcode
o travis: make distcheck scan for BOM markers
o unit1300: fix stack-use-after-scope AddressSanitizer warning
o urldata: Fix "connecting" comment
o urlglob: improve error message on bad globs
o vtls: fix ssl version "or later" behavior change for many backends
o x509asn1: Fix SAN IP address verification
o x509asn1: always check return code from getASN1Element()
o x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert
o x509asn1: suppress left shift on signed value

(leot)

2018-10-30 22:40:45 UTC MAIN commitmail json YAML

doc: Updated mail/getmail to 5.7

(schmonz)

2018-10-30 22:39:35 UTC MAIN commitmail json YAML

Update to 5.7. From the changelog:

- when users specify an SSL version that no longer exists in the Python
  ssl module, do not result in an unhandled exception.  Thanks: "nandre".
- catch IMAP UNAVAILABLE temporary error during login.  Thanks:
  Dario Corti.

(schmonz)

2018-10-30 17:49:38 UTC MAIN commitmail json YAML

gtk3: Add reference to upstream issue regarding freetype headers include-s

(leot)

2018-10-30 17:30:16 UTC MAIN commitmail json YAML

libaom: do not build tools nor docs (these are not installed anyway); fix linking

(adam)

2018-10-30 15:22:53 UTC MAIN commitmail json YAML

Minix 3.4RC6 includes install(1) from NetBSD.

(sevan)

2018-10-30 12:04:26 UTC MAIN commitmail json YAML

Updated devel/memcached, devel/ccache

(adam)

2018-10-30 12:03:52 UTC MAIN commitmail json YAML

ccache: updated to 3.5

ccache 3.5

Added a boolean debug (CCACHE_DEBUG) configuration option. When enabled, ccache will create per-object debug files that are helpful e.g. when debugging unexpected cache misses. See also the new 窶廚ache debugging窶� section in the manual.

Renamed CCACHE_CC to CCACHE_COMPILER (keeping the former as a deprecated alias).

Added a new command-line option -k/--get-config that prints the value of a config key.

It is now possible to let ccache hash a precomputed checksum file instead of the full content of a precompiled header. This can save time for large precompiled headers. Note that the build system needs to keep the checksum file in sync with the precompiled header for this to work.

Improved performance substantially when using hash_dir = false on platforms like macOS where getcwd() is slow.

Added 窶徭tats updated窶� timestamp in ccache -s output. This can be useful if you wonder whether ccache actually was used for your last build.

Renamed 窶徭tats zero time窶� to 窶徭tats zeroed窶� and documented it. The counter is also now only present in ccache -s output when ccache -z actually has been called.

The content of the -fsanitize-blacklist file is now included in the hash, so updates to the file will now correctly result in separate cache entries.

It窶冱 now possible to opt out of building and installing man pages when running make install in the source repository.

If the compiler type can窶冲 be detected (e.g. if it is named cc), use safer defaults that won窶冲 trip up Clang.

Made the ccache test suite work on FreeBSD.

Added file_stat_matches_ctime option to disable ctime check if file_stat_matches is enabled.

Made 窶�./configure --without-bundled-zlib窶� do what窶冱 intended.

(adam)

2018-10-30 12:00:05 UTC MAIN commitmail json YAML

memcached: updated to 1.5.11

Memcached 1.5.11
Fixes broken test and small extstore optimization.
Fixes
* extstore: balance IO thread queues
* t/lru-maintainer.t: check for WARM item earlier, fixing race condition on some platforms.

(adam)

2018-10-30 11:16:07 UTC MAIN commitmail json YAML

2018-10-30 10:33:36 UTC MAIN commitmail json YAML

Drop USE_GCC_RUNTIME. Problem was unrelated gcc8/gcc8-libs issue

(abs)

2018-10-30 10:19:12 UTC MAIN commitmail json YAML

Update bbpager04 to 0.4.7.

version-0.4.7
- Remove some printf used for debugging.

version-0.4.6
- When the size of a window increased, it was not displayed in the pager.

version-0.4.5
- Fix compiler issue

version-0.4.4
- Fix redraw issue when in slit.

version-0.4.3
- Fixed crash when reconfiguring (happens automatically when withdrawn).

version-0.4.2
Integrated patches provided by Joey Morris, fixing the following problems:
- add more flexible border support in bbpager (see README.bbpager)
- fix crash on pixmap release
- fix off-center pager texture off-center
- fix bug in focused desktop texture
- fix bug in configuring mouse button actions

(bsiegert)

2018-10-30 10:15:49 UTC MAIN commitmail json YAML

Updated time/py-pytz, devel/py-py, devel/py-test-xdist

(adam)

2018-10-30 10:15:17 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.24.0

pytest-xdist 1.24.0:
Features
- New --maxprocesses command-line option that limits the maximum number of workers when using --numprocesses=auto.
Bug Fixes
- Fix scheduling deadlock in case of inter-test locking.

(adam)

2018-10-30 10:12:58 UTC MAIN commitmail json YAML

py-py: updated to 1.7.0

1.7.0:
- fix: use shutil.get_terminal_size() in Python 3.3+ to determine the size of the
  terminal, which produces more accurate results than the previous method.
- fix: introduce new PY_IGNORE_IMPORTMISMATCH environment variable
  that suppresses ImportMismatchError exceptions when set to 1.

(adam)

2018-10-30 10:10:03 UTC MAIN commitmail json YAML

py-pytz: updated to 2018.7

2018.7:
2018g release

(adam)

2018-10-30 09:48:29 UTC MAIN commitmail json YAML

Deal with gratuitous use of "/bin/bash" (in a one-line script, no
less).

(hauke)

2018-10-30 09:34:45 UTC MAIN commitmail json YAML

bind912: typo in COMMENT

(triaxx)

2018-10-30 07:13:54 UTC MAIN commitmail json YAML

py-django-registration: typo in DESCR

(triaxx)

2018-10-30 02:48:24 UTC MAIN commitmail json YAML

Updated net/nagios-plugin-syncrepl to 0.5

Change since 0.2: add a -s option to specify an acceptable delay that will
not fire an alert

(manu)

2018-10-29 22:46:45 UTC MAIN commitmail json YAML

Note update of lang/rust to 1.30.0.

(he)

2018-10-29 22:24:11 UTC MAIN commitmail json YAML

Upgrade rust to version 1.30.0.

Upstream changes:

Language
* Procedural macros are now available. These kinds of macros allow
  for more powerful code generation. There is a new chapter available
  in the Rust Programming Language book that goes further in depth.
* You can now use keywords as identifiers using the raw identifiers
  syntax (r#), e.g. let r#for = true;
* Using anonymous parameters in traits is now deprecated with a
  warning and will be a hard error in the 2018 edition.
* You can now use crate in paths. This allows you to refer to the
  crate root in the path, e.g. use crate::foo; refers to foo in
  src/lib.rs.
* Using a external crate no longer requires being prefixed with
  ::. Previously, using a external crate in a module without a
  use statement required let json = ::serde_json::from_str(foo);
  but can now be written as let json = serde_json::from_str(foo);.
* You can now apply the #[used] attribute to static items to
  prevent the compiler from optimising them away, even if they
  appear to be unused, e.g. #[used] static FOO: u32 = 1;
* You can now import and reexport macros from other crates with
  the use syntax. Macros exported with #[macro_export] are now
  placed into the root module of the crate. If your macro relies
  on calling other local macros, it is recommended to export with
  the #[macro_export(local_inner_macros)] attribute so users won't
  have to import those macros.
* You can now catch visibility keywords (e.g. pub, pub(crate)) in
  macros using the vis specifier.
* Non-macro attributes now allow all forms of literals, not just
  strings. Previously, you would write #[attr("true")], and you
  can now write #[attr(true)].
* You can now specify a function to handle a panic in the Rust
  runtime with the #[panic_handler] attribute.

Compiler
* Added the riscv32imc-unknown-none-elf target.
* Added the aarch64-unknown-netbsd target

Libraries
* ManuallyDrop now allows the inner type to be unsized.

Stabilized APIs
* Ipv4Addr::BROADCAST
* Ipv4Addr::LOCALHOST
* Ipv4Addr::UNSPECIFIED
* Ipv6Addr::LOCALHOST
* Ipv6Addr::UNSPECIFIED
* Iterator::find_map
* The following methods are replacement methods for trim_left,
  trim_right, trim_left_matches, and trim_right_matches, which
  will be deprecated in 1.33.0:
* str::trim_end_matches
* str::trim_end
* str::trim_start_matches
* str::trim_start

Cargo
* cargo run doesn't require specifying a package in workspaces.
* cargo doc now supports --message-format=json. This is equivalent
  to calling rustdoc --error-format=json.
* Cargo will now provide a progress bar for builds.

Misc
* rustdoc allows you to specify what edition to treat your code
  as with the --edition option.
* rustdoc now has the --color (specify whether to output color)
  and --error-format (specify error format, e.g. json) options.
* We now distribute a rust-gdbgui script that invokes gdbgui with
  Rust debug symbols.
* Attributes from Rust tools such as rustfmt or clippy are now
  available, e.g. #[rustfmt::skip] will skip formatting the next
  item.

Pkgsrc changest:
* Explicitly list bootstrap kit version number for each kit we carry,
  so that one entry's version doesn't "bleed into" following kits.
* Tweak for handling "earmv7hf" CPU type for NetBSD in the bootstrap.py
  script
* Add two patches from Debian for sparc64; rust would generate code
  generating unaligned accesses, causing SIGBUS on sparc64
* Update most of the bootstrap kits to version 1.29.2; need minimum
  1.29.0 to build 1.30.0.
* Rust regrettably doesn't build for powerpc or earmv7hf in this version,
  most probably due to "char" being "unsigned char" on these platforms.
  Ref. https://github.com/rust-lang/rust/issues/55465

(he)

2018-10-29 21:35:17 UTC MAIN commitmail json YAML

gtk3: Correctly include freetype2 headers

Only <ft2build.h> should be included, all the other header files should be
included via FT_*_H macros.

Fixes PR pkg/53690.

(leot)

2018-10-29 20:24:08 UTC pkgsrc-2018Q3 commitmail json YAML

5857 5858 5859 5860 5863 5864 5871

(spz)

2018-10-29 20:19:04 UTC pkgsrc-2018Q3 commitmail json YAML

Pullup ticket #5871 - requested by bsiegert
textproc/uriparser: security update

Revisions pulled up:
- textproc/uriparser/Makefile                                  1.11
- textproc/uriparser/distinfo                                  1.9

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Mon Oct 29 16:17:25 UTC 2018

  Modified Files:
          pkgsrc/textproc/uriparser: Makefile distinfo

  Log Message:
  Update uriparser to 0.9.0.

  2018-10-27 -- 0.9.0

  >>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    * Fixed: Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx*
        Commit 864f5d4c127def386dd5cc926ad96934b297f04e
        Thanks to Google Autofuzz team for the report!
    * Fixed: Detect integer overflow in uriComposeQuery* and uriComposeQueryEx*
        Commit f76275d4a91b28d687250525d3a0c5509bbd666f
        Thanks to Google Autofuzz team for the report!
    * Fixed: Protect uriResetUri* against acting on NULL input
        Commit f58c25069cf4a986fe17a80c5b38687e31feb539
  >>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    * Fixed: Be fully compliant to C89 (GitHub #28) and C++98 in test code
    * Fixed: Fix off-by-one in uriComposeQueryCharsRequired* and ...Ex*
        Reported space requirements were 1 byte bigger than necessary
    * Changed: Marked as deprecated:
        Deprecated functions:
          uriNormalizeSyntaxMaskRequired[AW]
          uriParseUri[AW]
          uriParseUriEx[AW]
    * Added: Add convenience functions to ease user code to parse a single URI
        New functions:
          uriParseSingleUri[AW]
          uriParseSingleUriEx[AW]
          uriParseSingleUriExMm[AW]
    * Added: Support for custom memory managers (GitHub #26, #35), see Doxygen
        New functions (as extension of existing ones):
          uriAddBaseUriExMm[AW]
          uriComposeQueryMallocExMm[AW]
          uriDissectQueryMallocExMm[AW]
          uriFreeQueryListMm[AW]
          uriFreeUriMembersMm[AW]
          uriNormalizeSyntaxExMm[AW]
          uriParseSingleUriExMm[AW]
          uriRemoveBaseUriMm[AW]
        New functions (for convenience):
          uriCompleteMemoryManager
          uriEmulateCalloc
          uriEmulateReallocarray
          uriTestMemoryManager
        New error codes:
          URI_ERROR_MEMORY_MANAGER_FAULTY
          URI_ERROR_MEMORY_MANAGER_INCOMPLETE
        New types:
          UriFuncCalloc
          UriFuncFree
          UriFuncMalloc
          UriFuncRealloc
          UriFuncReallocarray
          UriMemoryManager
    * Added: Add non-void versions of uriNormalizeSyntaxMaskRequired*
        New functions:
          uriNormalizeSyntaxMaskRequiredEx[AW]
    * Changed: Migrate test suite from CppTest to GoogleTest 1.8.1
    * Improved: Make test suite free of memory leaks (GitHub #31)
        Thanks to AddressSanitizer!
    * Removed: Support for pointless define URI_SIZEDOWN (GitHub #29)
        Related configure option --enable-sizedown has also been removed.
    * Soname: 1:23:0

  To generate a diff of this commit:
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/uriparser/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/uriparser/distinfo

(spz)

2018-10-29 20:18:02 UTC MAIN commitmail json YAML

pax: add <sys/sysmacros.h> for Linux

* On Arch Linux, the build failed, makedev(3) indicates
  #include <sys/sysmacros.h>
* On Debian Buster, the build succeed but a big warning is displayed:
    warning: In the GNU C Library, "minor" is defined
    by <sys/sysmacros.h>. For historical compatibility, it is
    currently defined by <sys/types.h> as well, but we plan to
    remove this soon. To use "minor", include <sys/sysmacros.h>
    directly. If you did not intend to use a system-defined macro
    "minor", you should undefine it after including <sys/types.h>.

(triaxx)

2018-10-29 20:05:44 UTC pkgsrc-2018Q3 commitmail json YAML

Pullup ticket #5864 - requested by taca
www/drupal8: security update

Revisions pulled up:
- www/drupal8/Makefile                                          1.11-1.12
- www/drupal8/PLIST                                            1.9-1.10
- www/drupal8/distinfo                                          1.10-1.11

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: wen
  Date: Tue Oct  2 02:56:59 UTC 2018

  Modified Files:
  pkgsrc/www/drupal8: Makefile PLIST distinfo

  Log Message:
  Update to 8.6.1

  Upstrean changelog is too long, please visit:
  https://www.drupal.org/project/drupal/releases/8.6.0
  https://www.drupal.org/project/drupal/releases/8.6.1

  To generate a diff of this commit:
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/drupal8/PLIST
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal8/distinfo

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 18 14:39:38 UTC 2018

  Modified Files:
  pkgsrc/www/drupal8: Makefile PLIST distinfo

  Log Message:
  www/drupal8: update to 8.6.2

  Release notes

  Maintenance and security release of the Drupal 8 series.

  This release fixes security vulnerabilities. Sites are urged to upgrade
  immediately after reading the notes below and the security announcement:

  * Drupal Core - Multiple vulnerabilities - SA-CORE-2018-006

  No other fixes are included.

  Sites on 8.5.x should update immediately to Drupal 8.5.8 instead, and plan to
  update to the latest 8.6.x release before May 2019.

  Important update information

  Site update and module owners planning to update to this should take note of
  the following important changes.

  For site owners

  * Previously, users who didn't have access to use any Content Moderation
    transitions were granted implicit access to update content provided the
    state of the content did not change. This access has been removed. Site
    owners should ensure that all content editor roles have access to
    appropriate transitions for moderated content types (including published to
    published where appropriate).

  * There are no database updates in this release, but site owners will need to
    run update.php to ensure a cache clear.

  * No changes have been made to the .htaccess, web.config, robots.txt or
    default settings.php files in this release, so upgrading custom versions of
    those files is not necessary.

  For contributed and custom module developers

  * \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::sanitizeDestination()
    has been removed. If you have extended that class or are calling that
    method, you should review your implementation in line with the changes in
    the patch.

  * An additional method has been added to
    StateTransitionValidationInterface. Implementations should review the new
    method and ensure compatibility with it.

  * ModerationStateConstraintValidator now has two additional service
    dependencies. Subclasses will need to update their constructor to inject the
    new services.

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/drupal8/Makefile
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal8/PLIST
  cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/distinfo

(spz)

2018-10-29 19:57:08 UTC pkgsrc-2018Q3 commitmail json YAML

Pullup ticket #5863 - requested by taca
www/drupal7: security update

Revisions pulled up:
- www/drupal7/Makefile                                          1.51-1.52
- www/drupal7/PLIST                                            1.19
- www/drupal7/distinfo                                          1.39-1.40
- www/drupal7/patches/patch-includes_bootstrap.inc              1.1
- www/drupal7/patches/patch-includes_form.inc                  1.1
- www/drupal7/patches/patch-includes_install.inc                1.1
- www/drupal7/patches/patch-includes_menu.inc                  1.1
- www/drupal7/patches/patch-includes_module.inc                1.1
- www/drupal7/patches/patch-includes_theme.inc                  1.1
- www/drupal7/patches/patch-modules_book_book.module            1.1
- www/drupal7/patches/patch-modules_field_modules_list_list.install 1.1
- www/drupal7/patches/patch-modules_locale_locale.test          1.1
- www/drupal7/patches/patch-modules_simpletest_tests_themes_test__theme_theme-settings.php 1.1
- www/drupal7/patches/patch-modules_system_system.admin.inc    1.1
- www/drupal7/patches/patch-modules_system_system.test          1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: prlw1
  Date: Wed Oct  3 10:58:15 UTC 2018

  Modified Files:
  pkgsrc/www/drupal7: Makefile PLIST distinfo
  Added Files:
  pkgsrc/www/drupal7/patches: patch-includes_bootstrap.inc
      patch-includes_form.inc patch-includes_install.inc
      patch-includes_menu.inc patch-includes_module.inc
      patch-includes_theme.inc patch-modules_book_book.module
      patch-modules_field_modules_list_list.install
      patch-modules_locale_locale.test
      patch-modules_simpletest_tests_themes_test__theme_theme-settings.php
      patch-modules_system_system.admin.inc
      patch-modules_system_system.test

  Log Message:
  Update drupal7 to 7.59nb2

  PHP 7.2: Removed deprecated function each().
  PHP 7.2: Avoid count() calls on uncountable variables.
  PHP 7.2: Removed deprecated create_function() call.
  PHP 7.2: Make sure variables are arrays in theme_links().
  Fixed theme-settings.php not being loaded on cached forms

  To generate a diff of this commit:
  cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/drupal7/Makefile
  cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/drupal7/PLIST
  cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/drupal7/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/www/drupal7/patches/patch-includes_bootstrap.inc \
      pkgsrc/www/drupal7/patches/patch-includes_form.inc \
      pkgsrc/www/drupal7/patches/patch-includes_install.inc \
      pkgsrc/www/drupal7/patches/patch-includes_menu.inc \
      pkgsrc/www/drupal7/patches/patch-includes_module.inc \
      pkgsrc/www/drupal7/patches/patch-includes_theme.inc \
      pkgsrc/www/drupal7/patches/patch-modules_book_book.module \
      pkgsrc/www/drupal7/patches/patch-modules_field_modules_list_list.install \
      pkgsrc/www/drupal7/patches/patch-modules_locale_locale.test \
      pkgsrc/www/drupal7/patches/patch-modules_simpletest_tests_themes_test__theme_theme-settings.php \
      pkgsrc/www/drupal7/patches/patch-modules_system_system.admin.inc \
      pkgsrc/www/drupal7/patches/patch-modules_system_system.test

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu Oct 18 14:32:48 UTC 2018

  Modified Files:
  pkgsrc/www/drupal7: Makefile distinfo

  Log Message:
  www/drupal7: update to 7.60

  Drupal 7.60, 2018-10-18
  ------------------------
  - Fixed security issues. See SA-CORE-2018-006.

  To generate a diff of this commit:
  cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/drupal7/Makefile
  cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/drupal7/distinfo

(spz)