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 (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:16:48 UTC Now

2018-11-20 17:29:24 UTC MAIN commitmail json YAML

Add lua-std-normalize version 2.0.2

This is a collection of normalized lua functions for Lua 5.1
(including LuaJIT), 5.2 and 5.3.

It can inject deterministic versions of core Lua functions that do not
behave identically across all supported Lua implementations into your
module's lexical environment.  Each function is as thin and fast a
version as is possible in each Lua implementation, evaluating to the
Lua C implementation with no overhead when semantics allow.

From Edgar Fuß in PR pkg/53600

(maya)

2018-11-20 17:28:44 UTC MAIN commitmail json YAML

Updated www/py-djangocms-admin-style, www/py-django-cms, graphics/libwebp

(adam)

2018-11-20 17:28:10 UTC MAIN commitmail json YAML

Add lua-std-_debug

This is a debug hints management library for Lua 5.1 (including LuaJIT),
5.2 and 5.3.

From Edgar Fuß in PR pkg/53600

(maya)

2018-11-20 17:26:20 UTC MAIN commitmail json YAML

Add lua-bitlib

bit32 is the native Lua 5.2 bit manipulation library, in the version
from Lua 5.3; it is compatible with Lua 5.1, 5.2 and 5.3.

From Edgar Fuß in PR pkg/53600

(maya)

2018-11-20 17:26:19 UTC MAIN commitmail json YAML

libwebp: updated to 1.0.1

version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding
* gif2webp fix for loop count=65535 transcode
* further security related hardening in libwebp & libwebpmux
* miscellaneous bug & build fixes

(adam)

2018-11-20 17:13:32 UTC MAIN commitmail json YAML

py-django-cms: updated to 3.5.3

3.5.3:
* Fixed TreeNode.DoesNotExist exception raised when exporting
  and loading database contents via dumpdata and loaddata.
* Fixed a bug where request.current_page would always be the public page,
  regardless of the toolbar status (draft / live). This only affected custom
  urls from an apphook.
* Removed extra quotation mark from the sideframe button template
* Fixed a bug where structureboard tried to preload markup when using legacy
  renderer
* Fixed a bug where updates on other tab are not correctly propagated if the
  operation was to move a plugin in the top level of same placeholder
* Fixed a bug where xframe options were processed by clickjacking middleware
  when page was served from cache, rather then get this value from cache
* Fixed a bug where cached page permissions overrides global permissions
* Fixed a bug where plugins that are not rendered in content wouldn't be
  editable in structure board
* Fixed a bug with expanding static placeholder by clicking on "Expand All" button
* Fixed a bug where descendant pages with a custom url would lose the overwritten
  url on save.
* Fixed a bug where setting the on_delete option on PlaceholderField
  and PageField fields would be ignored.
* Fixed a bug when deleting a modal from changelist inside a modal

(adam)

2018-11-20 17:08:28 UTC MAIN commitmail json YAML

py-djangocms-admin-style: updated to 1.2.9

1.2.9:
Fixed a bug where it was possible to submit the same form multiple times

(adam)

2018-11-20 14:14:44 UTC MAIN commitmail json YAML

Added textproc/py-eradicate; Updated devel/py-lama

(adam)

2018-11-20 14:14:16 UTC MAIN commitmail json YAML

2018-11-20 14:11:09 UTC MAIN commitmail json YAML

py-eradicate: added ALTERNATIVES

(adam)

2018-11-20 14:09:59 UTC MAIN commitmail json YAML

py-eradicate: added version 0.2.1

With modern revision control available, there is no reason to save
commented-out code to your repository. eradicate helps cleans up existing junk
comments. It does this by detecting block comments that contain valid Python
syntax that are likely to be commented out code. (It avoids false positives
like the sentence this is not good, which is valid Python syntax, but is
probably not code.)

(adam)

2018-11-20 13:31:24 UTC MAIN commitmail json YAML

Updated textproc/py-pyaml, math/py-patsy

(adam)

2018-11-20 13:31:03 UTC MAIN commitmail json YAML

py-patsy: updated to 0.5.1

v0.5.1
* The Python 3.6.7 and 3.7.1 point releases changed the standard
  tokenizer module in a way that broke patsy. Updated patsy to work
  with these point releases.

(adam)

2018-11-20 13:27:04 UTC MAIN commitmail json YAML

py-pyaml: updated to 18.11.0

18.11.0:
Unknown changes

(adam)

2018-11-20 13:20:42 UTC MAIN commitmail json YAML

cairo-gobject: Bump PKGREVISION

Bump PKGREVISION to nb3.  Despite only 35 minutes passed between the
PKGREVISION++ and PKGREVISION-- at least a bulk builder catched it leading to
failures of building x11/gtk3.  Bump it to nb3 in order to be on the safest
side.

Thanks to <jperkin> and <joerg>! (Possible further regressions are mine though!)

(leot)

2018-11-20 11:53:02 UTC MAIN commitmail json YAML

Updated cad/py-simpy, textproc/py-jsonref

(adam)

2018-11-20 11:52:44 UTC MAIN commitmail json YAML

2018-11-20 11:49:38 UTC MAIN commitmail json YAML

py-simpy: updated to 3.0.11

3.0.11:
- [FIX] Repair Environment.exit() to support PEP-479 and Python 3.7.
- [FIX] Fix wrong usage_since calculation in preemptions
- [NEW] Add "Time and Scheduling" section to docs
- [CHANGE] Move Interrupt from events to exceptions
- [FIX] Various minor documentation improvements

(adam)

2018-11-20 10:53:04 UTC MAIN commitmail json YAML

Updated databases/py-apsw, databases/py-multidict

(adam)

2018-11-20 10:52:40 UTC MAIN commitmail json YAML

py-multidict: updated to 4.5.0

4.5.0:
Multidict views ported from Cython to C extension

(adam)

2018-11-20 10:46:38 UTC MAIN commitmail json YAML

py-apsw: updated to 3.25.1

3.25.1:
Added constants:
SQLITE_INDEX_CONSTRAINT_FUNCTION, SQLITE_CANTOPEN_DIRTYWAL, SQLITE_ERROR_SNAPSHOT, SQLITE_FCNTL_DATA_VERSION
Shell output mode now has lines and columns for compatibility (APSW issue 214)
Example now runs under both Python 2 and 3.

(adam)

2018-11-20 10:32:45 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick, graphics/p5-GraphicsMagick

(adam)

2018-11-20 10:19:29 UTC MAIN commitmail json YAML

GraphicsMagick: updated to 1.3.31

1.3.31:

Special Issues:
Firmware and operating system updates to address the Spectre vulnerability (and possibly to some extent the Meltdown vulnerability) have substantially penalized GraphicsMagick's OpenMP performance. Performance is reduced even with GCC 7 and 8's improved optimizers. There does not appear to be anything we can do about this.
Security Fixes:

GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 292 issues have been opened by oss-fuzz and 279 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details.

Bug fixes:
See above note about oss-fuzz fixes.
CINEON: Fix unexpected hang on a crafted Cineon image. SourceForge issue 571.
Drawing recursion is limited to 100 and may be tuned via the MAX_DRAWIMAGE_RECURSION pre-processor definition.
Fix reading MIFF files using legacy keyword 'color-profile' for ICC color profile as was used by ImageMagick 4.2.9.
Fix reading/writing files when 'magick' is specified in lower case. This bug was a regression in 1.3.30.

New Features:
TIFF: Support Zstd compression in TIFF. This requires libtiff 4.0.10 or later.
TIFF: Support WebP compression in TIFF. This requires libtiff 4.0.10 or later.

API Updates:
MagickMonitor() is marked as deprecated. Code should not be using this function any more.

Feature improvements:
The progress monitor callbacks (registered using MagickMonitor() or MagickMonitorFormatted()) are serialized via a common semaphore rather than via critical sections in OpenMP loops. OpenMP loops are updated to use OpenMP 'atomic' and 'flush' to update shared loop variables rather than using a OpenMP 'critical' construct, reducing contention. Performance on some targets is observed to have been improved by this change.

Build Changes:
There was already a 'compare' command installed with the '--enable-magick-compat' configure option was used but it did not function. Now it functions. There was no compare command in ImageMagick 5.5.2 and this compare command is only roughly similar to a compare command in some subsequent ImageMagick release.
Removed Remove Ghostscript library support (--with-gslib) from configure script. The 'HasGS' pre-processor defines which were enabled by this remain in the source code so it is still possible to use this library if absolutely necessary (e.g. CPPFLAGS=-DHasGS LIBS=-lgs).
No longer explicitly link with the OpenMP library when it will be supplied already due to CFLAGS.

Behavior Changes:
JPEG: Libjpeg-turbo is allowed 1/5th the memory resource limit provided for Graphicsmagick via the cinfo->mem->max_memory_to_use option, which is part of the IJG JPEG API/ABI, but usually not supported there. This feature works for libjpeg-turbo 1.5.2 and later. Limiting the memory usage is useful since libjpeg-turbo may otherwise consume arbitrary amounts of memory even before Graphicsmagick is informed of the image dimensions.
JPEG: The maximum number of JPEG progressive scans is limited to 50. Otherwise some technically valid files could be read for almost forever.

(adam)

2018-11-20 09:38:26 UTC MAIN commitmail json YAML

f2c: strip -Werror for everyone. It's unsuitable for a release, and it
isn't an upstream choice, but is likely a result of using bsd.prog.mk in
files/

At least one person had an issue with it, although it (mysteriously) builds
fine with GCC 6.5 and -Werror, even now.

PR pkg/48482

(maya)

2018-11-20 09:29:24 UTC MAIN commitmail json YAML

mpop: add libidn support

From Leonard Schmidt in PR pkg/48470

(maya)

2018-11-20 09:26:26 UTC MAIN commitmail json YAML

doc: Updated www/adzap to 20110915nb5

(maya)

2018-11-20 09:26:11 UTC MAIN commitmail json YAML

adzap: depend on p5-Perl4-CoreLibs.
This is needed for flush.pl.

Suggested by obache as a fix to PR pkg/48456

(maya)

2018-11-20 09:21:23 UTC MAIN commitmail json YAML

Add a rule for -Wp,-MD, which isn't provided by MIPSPro.
MDupdate is the equivalent.

From duck in PR pkg/48424.

(maya)

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

perl5: remove workarounds for very old versions of netbsd+GCC

(maya)

2018-11-20 08:59:30 UTC MAIN commitmail json YAML

ilmbase, openexr: require GCC 6.x
This needs a C++14 compiler.

From Greg Oster in PR pkg/53665

(maya)

2018-11-20 08:34:58 UTC MAIN commitmail json YAML

doc: Updated devel/pango to 1.42.4nb3

(maya)

2018-11-20 08:34:43 UTC MAIN commitmail json YAML

2018-11-20 08:14:16 UTC MAIN commitmail json YAML

doc: Updated x11/gtk3 to 3.24.1nb3

(maya)

2018-11-20 08:13:56 UTC MAIN commitmail json YAML

2018-11-20 08:04:59 UTC MAIN commitmail json YAML

mc: force fail utimensat configure test for Darwin.
Apparently it's mis-detected on (newer) macOS.

From Jonathan Schleifer in PR pkg/53732

(maya)

2018-11-20 05:40:57 UTC MAIN commitmail json YAML

2018-11-20 05:39:28 UTC MAIN commitmail json YAML

py-h5py: update to 2.8.0

Features
- allow registration of new drivers
- add option to track object creation order

Bug fixes
- allow slices with stop < start as empty
- improve building with custom hdf5 installation
- ensure libver defaults to LIBVER_EARLIEST
- improve handling of float types
- support non-ascii external paths on py2
- avoid crashing IPython auto-completer

API changes
- deprecate ``h5t.available_ftypes``.  This is no longer
  used internally and will be removed in the future.  There is
  no replacement public API.
- Do not sort fields in compound types.  This is account for changes
  in numpy 1.14.
- Minimum version of cython is now 0.23

(markd)

2018-11-19 19:28:30 UTC MAIN commitmail json YAML

sonnet: Needs pkg-config to find hunspell correctly.

(jperkin)

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

doc: Added graphics/papirus-icon-theme version 20181007

(nia)

2018-11-19 16:55:36 UTC MAIN commitmail json YAML

graphics/papirus-icon-theme: import version 20181007

Papirus is a free and open source SVG icon theme, based on Paper Icon
Set with a lot of new icons and a few extras, like Hardcode-Tray support,
KDE colorscheme support, Folder Color support, and others.

The Papirus icon theme is available in four variants:

* Papirus
* Papirus Dark
* Papirus Light
* ePapirus (for elementary OS and Pantheon Desktop)

(nia)

2018-11-19 16:21:51 UTC MAIN commitmail json YAML

Updated databases/sqlite3-docs

(adam)

2018-11-19 16:21:19 UTC MAIN commitmail json YAML

2018-11-19 14:50:24 UTC MAIN commitmail json YAML

gajim: Add missing dependency to certifi and do not override __version__

- certifi module is needed despite not explicitly specified as a
  dependency in setup.py (probably a line about it should be added
  in setup.py too and shared with upstream).
- Do not override __version__ if git is found. This leads to possible PLIST
  problems due non-matching EGG_INFODIR.

Problem and patch by Jonathan Schleifer via PR pkg/53731 (PLIST problem a bit
reworked by leot).

(nia)

2018-11-19 12:52:53 UTC MAIN commitmail json YAML

doc: add sysutils/p5-BackupPC-XS

(tnn)

2018-11-19 12:48:32 UTC MAIN commitmail json YAML

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

sysutils/p5-BackupPC-XS: import p5-BackupPC-XS-0.57

BackupPC::XS implements various BackupPC functions in a perl-callable
module. This module is required by sysutils/backuppc>=4.0.

(tnn)

2018-11-19 11:06:30 UTC MAIN commitmail json YAML

Updated www/nginx-devel

(adam)

2018-11-19 11:05:14 UTC MAIN commitmail json YAML

nginx-devel: updated to 1.15.6

Changes with nginx 1.15.6:

*) Security: when using HTTP/2 a client might cause excessive memory
  consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).

*) Security: processing of a specially crafted mp4 file with the
  ngx_http_mp4_module might result in worker process memory disclosure
  (CVE-2018-16845).

*) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
  "grpc_socket_keepalive", "memcached_socket_keepalive",
  "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.

*) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
  1.1.1, the TLS 1.3 protocol was always enabled.

*) Bugfix: working with gRPC backends might result in excessive memory
  consumption.

(adam)

2018-11-19 10:30:48 UTC MAIN commitmail json YAML

Updated devel/py-wheel, devel/py-test-timeout

(adam)

2018-11-19 10:30:29 UTC MAIN commitmail json YAML

py-test-timeout: updated to 1.3.3

1.3.3
Fix support for pytest >= 3.10.

(adam)

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

py-wheel: updated to 0.32.3

0.32.3:
Fixed compatibility with Python 2.7.0 – 2.7.3
Fixed handling of direct URL requirements with markers

(adam)

2018-11-19 06:23:27 UTC MAIN commitmail json YAML

qdirstat: INSTALLATION_DIRS is still required.

(markd)

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

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

tesseract: use REPLACE_BASH; fix building man-pages; courtesy of Mustafa D. :)

(adam)

2018-11-18 17:58:45 UTC MAIN commitmail json YAML

doc/TODO: add some

+ GraphicsMagick-1.3.31, MesaLib-18.2.5, harfbuzz-2.1.3, libwebp-1.0.1,
  musicpd-0.21.3.

(wiz)

2018-11-18 14:31:57 UTC MAIN commitmail json YAML

2018-11-18 14:29:03 UTC MAIN commitmail json YAML

2018-11-18 13:08:19 UTC MAIN commitmail json YAML

Make enchant2 bl3 create enchant.pc.

I have enough of these manual hacks in configure scripts that check for
'enchant => someversion' instead of 'enchant-2 >= someversion'. Instead,
let's give them the former.

Caveat: this makes it impossible to have enchant and enchant-2 buildlinked
into the same build, but you do not want that.

(bsiegert)

2018-11-18 12:06:23 UTC MAIN commitmail json YAML

2018-11-18 11:54:20 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-sameboy to 0.11.2

(nia)

2018-11-18 11:54:10 UTC MAIN commitmail json YAML

libretro-sameboy: Update to version 0.11.2.

Version 0.11.2

New/Improved Features

* SameBoy can now load RTC information from battery saves from different
emulators including BGB, VisualBoyAdvance, and VisualBoyAdvance-M and vice
versa. Older battery saves will automatically be converted

Accuracy Improvements/Fixes

* More accurate emulation of DAC charging and discharging.
Fixes the buzzing sound heard in several games
* Fixed a bug where the left and right audio channel were swapped
* More accurate GDMA and HDMA timings
* Fixed several bugs, one of which is a regression, where channels 1 and 2
could play without a delay. Fixes missing audio in Gensan 2
* Correct emulation of enabling and disabling the volume envelope
* Correct emulation of a glitch where the volume envelope ticks when it
usually wouldn窶冲
* Compensate for CPU prefetch in DIV窶冱 initial value
* Correct emulation of turning the DACs on and off. Fixes missing audio in
several games

Bug Fixes

* Fixed a bug where the libretro core didn窶冲 save and load the RTC properly

(nia)

2018-11-18 11:48:56 UTC MAIN commitmail json YAML

2018-11-18 10:51:53 UTC MAIN commitmail json YAML

doc: Updated net/gallery-dl to 1.6.0

(leot)

2018-11-18 10:51:38 UTC MAIN commitmail json YAML

gallery-dl: Update net/gallery-dl to 1.6.0

Changes:
1.6.0
-----
- Add wallhaven extractor
- Add yuki extractor
- Add a ytdl (youtube-dl) downloader to download media via youtube-dl
  (Unfortunately at the moment youtube-dl package is not a multipackage (we do
  not have py{27,34,35,37}-youtube-dl so this will work only if youtube-dl was
  built with the same PYTHON_VERSION_DEFAULT of gallery-dl))
- Add '--no-check-certificate' command-line option
- Misc bug fixes and improvements

(leot)

2018-11-18 08:58:51 UTC MAIN commitmail json YAML

Updated www/hugo to 0.51

(ryoon)

2018-11-18 08:58:22 UTC MAIN commitmail json YAML

Update to 0.51

Changelog:
Many improvements in templating, and so on.
Fix many bugs.
Some directives that are used in templates are deprecated.

(ryoon)

2018-11-18 08:52:35 UTC MAIN commitmail json YAML

Updated www/go-toml-burntsushi to 0.3.1

(ryoon)

2018-11-18 08:52:08 UTC MAIN commitmail json YAML

2018-11-18 08:49:17 UTC MAIN commitmail json YAML

Enable go-tocss

(ryoon)

2018-11-18 08:48:36 UTC MAIN commitmail json YAML

Added www/go-tocss version 0.5.0

(ryoon)

2018-11-18 08:48:11 UTC MAIN commitmail json YAML

www/go-tocss: import go-tocss-0.5.0

This is currently a, hopefully, simple to use LibSass Go API. It
uses the C bindings in https://github.com/wellington/go-libsass/libs
to do the heavy lifting.

The primary motivation for this project is to add SCSS support to
Hugo. It is has some generic tocss package names hoping that there
will be a solid native Go implementation that can replace LibSass
in the near future.

(ryoon)

2018-11-18 08:47:30 UTC MAIN commitmail json YAML

Enable go-spritewell

(ryoon)

2018-11-18 08:46:38 UTC MAIN commitmail json YAML

Added www/go-spritewell version 0.5.0

(ryoon)

2018-11-18 08:46:07 UTC MAIN commitmail json YAML

www/go-spritewell: import go-spritewell-0.5.0

Spritewell performs image composition on a glob of source images.
This is useful for creating spritesheets of images. This is a thread
safe library and is optimized for multicore systems.

(ryoon)

2018-11-18 08:43:25 UTC MAIN commitmail json YAML

Enable go-parse

(ryoon)

2018-11-18 08:42:47 UTC MAIN commitmail json YAML

Added www/go-parse version 2.3.5

(ryoon)

2018-11-18 08:42:16 UTC MAIN commitmail json YAML

www/go-parse: import go-parse-2.3.5

This package contains several lexers and parsers written in Go.
All subpackages are built to be streaming, high performance and to
be in accordance with the official (latest) specifications.

The lexers are implemented using buffer.Lexer in
https://github.com/tdewolff/parse/buffer and the parsers work on
top of the lexers. Some subpackages have hashes defined (using
Hasher) that speed up common byte-slice comparisons.

(ryoon)

2018-11-18 08:41:34 UTC MAIN commitmail json YAML

Enable go-minify

(ryoon)

2018-11-18 08:40:48 UTC MAIN commitmail json YAML

Added www/go-minify version 2.3.8

(ryoon)

2018-11-18 08:40:17 UTC MAIN commitmail json YAML

www/go-minify: import go-minify-2.3.8

Minify is a minifier package written in Go. It provides HTML5,
CSS3, JS, JSON, SVG and XML minifiers and an interface to implement
any other minifier. Minification is the process of removing bytes
from a file (such as whitespace) without changing its output and
therefore shrinking its size and speeding up transmission over the
internet and possibly parsing. The implemented minifiers are designed
for high performance.

The core functionality associates mimetypes with minification
functions, allowing embedded resources (like CSS or JS within HTML
files) to be minified as well. Users can add new implementations
that are triggered based on a mimetype (or pattern), or redirect
to an external command (like ClosureCompiler, UglifyCSS, ...).

(ryoon)

2018-11-18 08:39:04 UTC MAIN commitmail json YAML

Enable go-libsass

(ryoon)

2018-11-18 08:38:22 UTC MAIN commitmail json YAML

Added www/go-libsass version 0.9.2.0.20180625

(ryoon)

2018-11-18 08:37:23 UTC MAIN commitmail json YAML

www/go-libsass: import go-libsass-0.9.2.0.20180625

The only Sass compliant Go library! go-libsass is a wrapper to the
sass/libsass project.

(ryoon)

2018-11-18 08:34:15 UTC MAIN commitmail json YAML

Enable go-imaging

(ryoon)

2018-11-18 08:33:33 UTC MAIN commitmail json YAML

Added graphics/go-imaging version 1.5.0

(ryoon)

2018-11-18 08:32:54 UTC MAIN commitmail json YAML

graphics/go-imaging: import go-imaging-1.5.0

Package imaging provides basic image processing functions (resize,
rotate, crop, brightness/contrast adjustments, etc.).

All the image processing functions provided by the package accept
any image type that implements image.Image interface as an input,
and return a new image of *image.NRGBA type (32bit RGBA colors,
not premultiplied by alpha).

(ryoon)

2018-11-18 08:28:37 UTC MAIN commitmail json YAML

Enable go-regexp2

(ryoon)

2018-11-18 08:27:50 UTC MAIN commitmail json YAML

Added textproc/go-regexp2 version 1.1.6

(ryoon)

2018-11-18 08:27:13 UTC MAIN commitmail json YAML

textproc/go-regexp2: import go-regexp2-1.1.6

regexp2 - full featured regular expressions for Go

Regexp2 is a feature-rich RegExp engine for Go. It doesn't have
constant time guarantees like the built-in regexp package, but it
allows backtracking and is compatible with Perl5 and .NET. You'll
likely be better off with the RE2 engine from the regexp package
and should only use this if you need to write very complex patterns
or require compatibility with .NET.

(ryoon)

2018-11-18 08:25:48 UTC MAIN commitmail json YAML

2018-11-18 08:25:09 UTC MAIN commitmail json YAML

Added textproc/go-diff version 1.0.0

(ryoon)

2018-11-18 08:24:23 UTC MAIN commitmail json YAML

textproc/go-diff: import go-go-diff-1.0.0

go-diff offers algorithms to perform operations required for synchronizing
plain text:

    Compare two texts and return their differences.
    Perform fuzzy matching of text.
    Apply patches onto text.

(ryoon)

2018-11-18 08:23:32 UTC MAIN commitmail json YAML

Enable go-chroma

(ryoon)

2018-11-18 08:22:50 UTC MAIN commitmail json YAML

Added textproc/go-chroma version 0.5.0

(ryoon)

2018-11-18 08:22:23 UTC MAIN commitmail json YAML

textproc/go-chroma: import go-chroma-0.5.0

Chroma - A general purpose syntax highlighter in pure Go Build
Status Gitter chat

Chroma takes source code and other structured text and converts it
into syntax highlighted HTML, ANSI-coloured text, etc.

Chroma is based heavily on Pygments, and includes translators for
Pygments lexers and styles.

(ryoon)

2018-11-18 08:19:00 UTC MAIN commitmail json YAML

Enable go-locker

(ryoon)

2018-11-18 08:17:56 UTC MAIN commitmail json YAML

Added devel/go-locker version 0.0.0.20171007

(ryoon)

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

devel/go-locker: import go-locker-0.0.0.20171007

A simple Golang package for conveniently using named read/write
locks. Useful for synchronizing access to session based storage in
web applications.

(ryoon)

2018-11-18 08:11:44 UTC MAIN commitmail json YAML

Updated devel/go-jwalterweatherman to 20181028

(ryoon)

2018-11-18 08:11:08 UTC MAIN commitmail json YAML

2018-11-18 08:07:45 UTC MAIN commitmail json YAML

Enable go-mapstructure-bep

(ryoon)

2018-11-18 08:06:51 UTC MAIN commitmail json YAML

Added devel/go-mapstructure-bep version 0.0.20180511

(ryoon)

2018-11-18 08:06:21 UTC MAIN commitmail json YAML

devel/go-mapstructure-bep: import go-mapstructure-bep-0.0.20180511

mapstructure is a Go library for decoding generic map values to structures and
vice versa, while providing helpful error handling.

This library is most useful when decoding values from some data stream (JSON,
Gob, etc.) where you don't quite know the structure of the underlying data
until you read a part of it. You can therefore read a map[string]interface{}
and use this library to decode it into the proper underlying native Go
structure.

(ryoon)

2018-11-18 08:03:20 UTC MAIN commitmail json YAML

Enable go-hashstructure

(ryoon)

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

Added devel/go-hashstructure version 1.0.0

(ryoon)

2018-11-18 08:02:08 UTC MAIN commitmail json YAML

devel/go-hashstructure: import go-hashstructure-1.0.0

hashstructure is a Go library for creating a unique hash value for
arbitrary values in Go.

This can be used to key values in a hash (for use in a map, set,
etc.) that are complex. The most common use case is comparing two
values without sending data across the network, caching values
locally (de-dup), and so on.

(ryoon)

2018-11-18 08:00:40 UTC MAIN commitmail json YAML

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

Added devel/go-try version 1.0.0.0

(ryoon)

2018-11-18 07:59:34 UTC MAIN commitmail json YAML

2018-11-18 07:58:35 UTC MAIN commitmail json YAML

Enable go-repr

(ryoon)

2018-11-18 07:57:54 UTC MAIN commitmail json YAML

Added devel/go-repr version 0.0.0.20180921

(ryoon)

2018-11-18 07:57:34 UTC MAIN commitmail json YAML

devel/go-repr: import go-repr-0.0.0.20180921

This package attempts to represent Go values in a form that can be
used almost directly in Go source code.

Unfortunately, some values (such as pointers to basic types) can
not be represented directly in Go. These values will be represented
as &<value>. eg. &23

(ryoon)

2018-11-18 07:56:35 UTC MAIN commitmail json YAML

Enable go-kingpin.v3-unstable

(ryoon)

2018-11-18 07:55:24 UTC MAIN commitmail json YAML

Added devel/go-kingpin.v3-unstable version 3.0.0.0.20100811

(ryoon)

2018-11-18 07:54:48 UTC MAIN commitmail json YAML

devel/go-kingpin.v3-unstable: import go-kingpin.v3-unstable-3.0.0.0.20100811

Kingpin is a fluent-style, type-safe command-line parser. It supports
flags, nested commands, and positional arguments.

This package is based on unstable v3 branch.

(ryoon)

2018-11-18 07:52:56 UTC MAIN commitmail json YAML

Enable go-humanize

(ryoon)

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

Added devel/go-humanize version 1.0.0

(ryoon)

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

2018-11-18 07:50:41 UTC MAIN commitmail json YAML

Enable go-colour

(ryoon)

2018-11-18 07:49:53 UTC MAIN commitmail json YAML

Added devel/go-colour version 0.0.0.20160524

(ryoon)

2018-11-18 07:49:26 UTC MAIN commitmail json YAML

devel/go-colour: import go-colour-0.0.0.20160524

Package colour provides Quake-style colour formatting for Unix
terminals.

The package level functions can be used to write to stdout (or
strings or other files). If stdout is not a terminal, colour
formatting will be stripped.

(ryoon)

2018-11-18 07:47:56 UTC MAIN commitmail json YAML

Enable go-assert

(ryoon)

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

Added devel/go-assert version 0.0.0.20170929

(ryoon)

2018-11-18 07:46:44 UTC MAIN commitmail json YAML

devel/go-assert: import go-assert-0.0.0.20170929

Go assertion library (fork of stretchr/testify/require)

This is a fork of stretchr's assertion library that does two things:

    It makes spotting differences in equality much easier. It uses
    repr and diffmatchpatch to display structural differences in
    colour.

    Aborts tests on first assertion failure (the same behaviour as
    stretchr/testify/require).

(ryoon)

2018-11-18 07:43:09 UTC MAIN commitmail json YAML

Updated devel/go-purell to 1.1.0

(ryoon)

2018-11-18 07:42:38 UTC MAIN commitmail json YAML

Update to 1.1.0

Changelog:
2016-11-14 (v1.1.0) : IDN: Conform to RFC 5895: Fold character width
                      (thanks to @beeker1121).
2016-07-27 (v1.0.0) : Normalize IDN to ASCII (thanks to @zenovich).
2015-02-08 : Add fix for relative paths issue (PR #5) and add fix for
            unnecessary encoding of reserved characters (see issue #7).
v0.2.0 : Add benchmarks, Attempt IDN support.

(ryoon)

2018-11-18 07:38:12 UTC MAIN commitmail json YAML

Add go-urlesc

(ryoon)

2018-11-18 07:37:24 UTC MAIN commitmail json YAML

Added www/go-urlesc version 0.0.0.20170810

(ryoon)

2018-11-18 07:36:50 UTC MAIN commitmail json YAML

www/go-urlesc: import go-urlesc-0.0.0.20170810

Package urlesc implements query escaping as per RFC 3986.

It contains some parts of the net/url package, modified so as to
allow some reserved characters incorrectly escaped by net/url.

(ryoon)

2018-11-18 07:30:18 UTC MAIN commitmail json YAML

Updated devel/go-errors to 0.8.0

(ryoon)

2018-11-18 07:29:52 UTC MAIN commitmail json YAML

Update to 0.8.0

Changelog:
0.8.0:
What's new since version 0.7.1

errors 0.8.0 decomposes Wrap (and Wrapf) into their component operations, namely adding a message to an error, and adding a stack trace to an error, which were previously merged into a single operation.

This is accomplished by adding two top level functions, errors.WithMessage and errors.WithStack, and rewriting Wrap and Wrapf in terms of these operations.

The motivation for this change was need to treat each of the following operations as distinct:

    Adding a context message to an existing error without altering the stack trace.
    Adding a stack trace to an existing error without the requirement of adding an additional message.
    Retrieving the immediate cause of an error; popping one element of the error stack.

The addition of WithStack and WithMessage increases the surface area of this package by two methods, after long discussions at GopherCon 2016 it was felt strongly that destructuring the operation of Wrap and Wrapf was necessary.

For the moment Wrap and Wrapf remain, but depending on your feedback may be deprecated in future releases. Please leave comments via the issue link.

Thanks to @nmiyake and @fabstu for their assistance in preparing this release.
Bug fixes

    Add Go 1.7.1 to .travis.yml. Thanks @Thomasdezeeuw

0.7.1:
What's new since version 0.7.0

0.7.1 is a minor release in the 0.7 series which contains bugfixes, documentation improvements and cleanups and some internal refactoring.
Improvements

    Rename StackTrace interface to stacktracer in docs and examples.
    Capitalise first letter of trace in examples. Thanks @jongillham
    Wrapped errors now print full stacktrace.
    Documentation improvements, #69. Thanks @AlekSi
    Added benchmarks comparing stack trace performance. Fixes #72. Thanks @kardianos

Bug fixes

    Fix %q format for wrapped errors. Thanks @greensnark
    Remove trailing newline from LICENSE file. Thanks @vbatts
    Tests now pass when pkg/errors is vendored. Fixes #77. Thanks @exp
    Fix the %q format for errors so it puts "" around the output (caused by a bug introduced between 0.7.0 and 0.7.1). Thanks @ncw

0.7.0:
What's new since version 0.6.0

0.7.0 removes the deprecated errors.Location and errors.Stack interfaces, and the errors.Fprint helper. Types returned from this package now implement the fmt.Formatter interface and can print themselves when passed to fmt.Printf and friends.

For example:

    fmt.Printf("%s\n", err) will print the message of the error as per normal, recursive if the underlying error has a Cause method.
    fmt.Printf(%v\n", err) operates the same as %s.
    fmt.Printf(%+v\n", err) prints the error message as above, then prints a stack trace of the point that the error was created with errors.New, errors.Errorf, etc.

This new behaviour is described in this blog post.

Other changes in 0.7.0 include:

    The Stacktrace() []Frame interface method was renamed to StackTrace() StackTrace. Please note the change in capitalisation. The previous interface was added in 0.6.0 so hopefully this change will not cause to many breaking changes. The name and signature of the method is not expected to change again in the future. Fixes #50.

Bug fixes

    README.md incorrectly reported the licence of this package as MIT, not BSD 2 clause, this has been rectified. Thanks @anthonyfok. Fixes #41.

(ryoon)

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

Updated devel/go-amber to 0.0.20171010

(ryoon)

2018-11-18 07:21:36 UTC MAIN commitmail json YAML

2018-11-18 07:16:48 UTC MAIN commitmail json YAML

Include xpi.mk from firefox52 directory

www/seamonkey is based on gecko 52.

(ryoon)

2018-11-18 07:12:14 UTC MAIN commitmail json YAML

Updated misc/libreoffice to 6.1.3.2

(ryoon)

2018-11-18 07:11:40 UTC MAIN commitmail json YAML

Update to 6.1.3.2

* Use hardbuzz-2.1.1 as internal library

Changelog:
Bugs fixed compared to 6.1.3 (rc1):

    tdf#69460 Copy/Paste of a column in Calc file followed by Cmd-Q causes soffice process to consume all resources [Tor Lillqvist]
    tdf#73081 COUNTIF with criterium <>number does not count empty cells. [Eike Rathke]
    tdf#115182 FILEOPEN XLSX Pie chart default percentage format does not match Excels [Eike Rathke]
    tdf#118416 SEGV when Calc exits when it tries to export an image of a whole column on the system clipboard [Tor Lillqvist]
    tdf#118690 Printing does not start if Comments to Margin is set [Jan-Marek Glogowski]
    tdf#118730 Label in report builder doesn't have text [Armin Le Grand]
    tdf#118963 Crash when dragging column from datasource to spreadsheet [Armin Le Grand]
    tdf#119067 REPORTBUILDER: Report label display string lost when saved and the actual string 'LABEL' used when the report is run next. [Armin Le Grand]
    tdf#120003 FILEOPEN: DOC: the first letter of a link URL to a picture get missing [Caol叩n McNamara]
    tdf#120031 REGRESSION: LibO 6.1 format->character dialog overrides font size to two making chars unreadable [Caol叩n McNamara]
    tdf#120158 Impossible to paste special in Writer from Calc in Libreoffice 6.1.x in some UI languages - the dialogue caption says "unknown source" [Stephan Bergmann]
    tdf#120376 Draw/Impress: Styles duplicated when copying slides [Michael Stahl]
    tdf#120387 EDITING Copy Chart Axis Title causes LibreOffice Calc crash [Jan-Marek Glogowski]
    tdf#120478 JDBC driver test could not be loaded - wrong icon [Julien Nabet]
    tdf#120487 Delete all comments leaves a comment box behind (and will end in a crash) ( not gtk3 ) [Caol叩n McNamara]
    tdf#120674 LibO crashes each time I try to add an object (button, check box, etc.) in a Dialog form [Armin Le Grand]
    tdf#120795 LO Writer: Error saving the document: Write error The file could not be written [Julien Nabet]
    tdf#120158 base CMimeContentType on INetMIME::scanContentType [Stephan Bergmann]

Bugs fixed compared to 6.1.2 (rc1):

    ofz#10523 guard aginst 0 pF->nLCode [Caol叩n McNamara]
    ofz#10526 check with dynamic_cast its really a EMFPStringFormat [Caol叩n McNamara]
    tdf#69977 freeze/crash when creating a diagram from many thousand cells [Eike Rathke]
    tdf#90376 Dragging toolbar doesn't clean up after itself [Jan-Marek Glogowski]
    tdf#93372 Format of a table is ignored - character only shown in standard-high [Caol叩n McNamara]
    tdf#100941 LibreLogo: "magic wand" icon inserts incollect '\n' characters instead of paragraph breaks [L叩szl坦 N辿meth]
    tdf#105444 Extra blank lines inserted at end of Comments in DOCX on save when text added in document before comment (steps in Comment 8) [L叩szl坦 N辿meth]
    tdf#106340 Buttons overlap other buttons when assigning Format options in Find & Replace dialog [Caol叩n McNamara]
    tdf#108402 Avoid crash if filter doesn't match (soffice --convert-to "html:XHTML Writer File UTF8" file.ods) [Julien Nabet]
    tdf#111306 EDITING: The master slide loses the background when changing page format of orientation using the sidebar [Xisco Fauli]
    tdf#113408 FILEOPEN: RTF - Indentation of image not retained [Miklos Vajna]
    tdf#115093 FORMATTING: Copying date formats in cells changes date for all cells in column [Dennis Francis]
    tdf#115262 Image object cumulative placement error affecting Print Preview and PDF export in .ods with irregular row height [Miklos Vajna]
    tdf#115405 Failure to launch Libreoffice 6 after installation [Mike Kaganski]
    tdf#115574 Doesn't work simple pasting spreadsheet from Excel 2010 in to document Writer [Miklos Vajna]
    tdf#116085 Cannot start Certificate Manager with GPG4win v3 [Cor Nouws]
    tdf#118139 FILEOPEN: Incorrect height of textboxes [Armin Le Grand]
    tdf#118199 Draw/Impress crashes upon pasting a table from Writer (not on Windows) [Armin Le Grand]
    tdf#118498 Extrusion of shapes fails [Armin Le Grand]
    tdf#118764 Broken tab key navigation in Properties and Navigator decks [Jim Raykowski]
    tdf#118784 Place holder image when copy/pasting from the web using Safari [Miklos Vajna]
    tdf#119238 Documents opened from desktop are not later saved to the same spot on desktop [Mike Kaganski]
    tdf#119302 Wrong rendering of math formulas with scalable brackets in Writer [Jan-Marek Glogowski]
    tdf#119305 Chart created from fully selected sheet only targets header row [Eike Rathke]
    tdf#119340 Poor loading and scrolling perfs since LO6.1 [Jan-Marek Glogowski]
    tdf#119569 Open Sub-Form causes PostgreSQL error [Lionel Elie Mamane]
    tdf#119599 LibreOffice Writer later versions, 6.1, 6.0, 5.4.7.2 do not handle editing of styles of an imported rtf file. Version 5.4.3.2 allowed me to modify the styles correctly. [Miklos Vajna]
    tdf#119624 LibreOffice quit confirmation dialog shows cancel icon below label [Caol叩n McNamara]
    tdf#119743 Libreoffice 6.1 base: can't save special options [Julien Nabet]
    tdf#119770 the LibreOffice crashed when i insert a Chart in a table (gtk3) [Caol叩n McNamara]
    tdf#119814 gtk3_kde5: filepicker causes more "UI freeze" [Michael Weghorn]
    tdf#119904 Spreadsheet formula corrupt with 6.1.1.2 [Dennis Francis]
    tdf#119910 Trying to install. Message states api-ms-win-crt-string-l1-1-0.dll is missing [Mike Kaganski]
    tdf#119922 calc crashes on opening this specific file [Markus Mohrhard]
    tdf#119954 Using a second defined database range in formula expression switches to first range. [Eike Rathke]
    tdf#120015 Crash in: chart::EquidistantTickIter::initIter(long) [Markus Mohrhard]
    tdf#120028 PPTX import: shape text with multiple columns is unreadable [Miklos Vajna]
    tdf#120055 Can't change the tab on Line Dialog with keyboard [Caol叩n McNamara]
    tdf#120057 On Protect Sheet dialog can not access list item using keyboard only [Xisco Fauli]
    tdf#120069 Crash in: libmergedlo.so attempting to set a page background to 'Color' from 'None' [Xisco Fauli]
    tdf#120175 Breeze Dark icon theme is not detected as the preferred theme [Caol叩n McNamara]
    tdf#120245 LibreOffice forms refuses to insert empty field with 'not null' database constraint (but filled by trigger or default value) [Julien Nabet]
    tdf#120249 CLI: cannot use a path with trailing backslash on Windows [Mike Kaganski]
    tdf#120271 Disabling "Get involved" infobar in enterprise installs [Mike Kaganski]
    tdf#120301 xml parser preserves whitespace in pretty-formatted vmlDrawing1.vml [Justin Luth]
    tdf#120318 branch crashes in bibliography database -> Data -> autofilter [Julien Nabet]
    tdf#120370 Cannot apply transparency gradient [Caol叩n McNamara]
    tdf#120422 LibreLogo: format program lines as paragraphs by magic wand to fix 2-page editing environment with page breaking before the program, and fix debug functionality "jump to the bad line" [L叩szl坦 N辿meth]

(ryoon)

2018-11-18 07:03:33 UTC MAIN commitmail json YAML

Updated lang/rust to 1.30.1

(ryoon)

2018-11-18 07:03:01 UTC MAIN commitmail json YAML

Update to 1.30.1

Changelog:
Version 1.30.1 (2018-11-08)

    Fixed overflow ICE in rustdoc
    Cap Cargo progress bar width at 60 in MSYS terminals

(ryoon)

2018-11-17 20:03:15 UTC MAIN commitmail json YAML

2018-11-17 20:02:41 UTC MAIN commitmail json YAML

Update qdirstat to 1.5.

1.5
- (Optional) breadcrumbs navigation
- (Optional) a new "details" panel for the currently selected item
- (Optional) new tree columns: owner, group, permissions both in "rwxrwxrwx"
  and in octal format
- Package manager support for the major Linux package managers (dpkg / rpm /
  pacman) to see what package a system file belongs to.
- Quick-switchable different layouts for the main window
- A new "General" page in the configuration dialog
- Show in the window title if the program runs with root permissions (sudo
  etc.)
- (Optional) show the URL in the window title
- Some bug fixes

1.4
-  File size statistics window with histogram
-  Filling the gaps in the treemap (directories with lots of small files)
-  Checked code with Coverity and fixed all issues it pointed out
-  Improved support for file and directory names with UTF-8 special characters
    (Qt 4 only issue)
-  Improved support for directories that have read, but not execute permissions

1.3
-    File type statistics window
-    Locate files per directory by file type
-    Display path and size of the current item in the status line while
    hovering over a treemap tile
-    Optional alternate layout of the main window: Tree view and treemap side
    by side
-    Improved logging: More secure and rotating logs
-    New document: QDirStat for Headless Servers for server admins
-    New document: The GitHub Workflow for developers

1.2
-    Btrfs improvements

1.1
-    This is mostly a bug fix release with some small features thrown in.

(bsiegert)

2018-11-16 23:40:33 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 63.0.3

(maya)

2018-11-16 23:40:11 UTC MAIN commitmail json YAML

firefox-l10n: catch up with firefox update to 63.0.3

(maya)

2018-11-16 23:39:20 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 63.0.3

(maya)

2018-11-16 23:38:59 UTC MAIN commitmail json YAML

firefox: update to 63.0.3

    Games using WebGL (created in Unity) get stuck after very short time of gameplay (bug 1502748)
    Slow page loading for some users with specific proxy configurations (bug 1495024)
    Disable HTTP response throttling by default for causing bugs with videos in background tabs (bug 1503354)
    Opening magnet links no longer works (bug 1498934)
    Crash fixes (bug 1498510, bug 1503424)

(maya)

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

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

2018-11-16 16:00:18 UTC MAIN commitmail json YAML

gmake: Unconditionally avoid setgid and group change in configure phase

On some systems gmake can be installed setgid and with the group
adjusted according the group of /dev/kmem.  Previously this was
adjusted in post-install phase.
Rework that by passing CONFIGURE_ARGS instead and document that
via a comment.

(leot)

2018-11-16 15:52:44 UTC MAIN commitmail json YAML

doc: Removed databases/py-firebase

(kleink)

2018-11-16 15:51:55 UTC MAIN commitmail json YAML

py-firebase: Remove.

This package serves no purpose: The code is neither functional nor
maintained anymore.

(kleink)

2018-11-16 15:47:26 UTC MAIN commitmail json YAML

doc: Updated textproc/py-markupsafe to 1.1.0

(kleink)

2018-11-16 15:46:17 UTC MAIN commitmail json YAML

py-markupsafe: Update to 1.1.0.

Version 1.1.0
-------------

Released 2018-11-05

-  Drop support for Python 2.6 and 3.3.
-  Build wheels for Linux, Mac, and Windows, allowing systems without
    a compiler to take advantage of the C extension speedups. (104)
-  Use newer CPython API on Python 3, resulting in a 1.5x speedup.
    (64)
-  ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
    documented behavior. (69)
CVs: ----------------------------------------------------------------------

(kleink)

2018-11-16 15:35:16 UTC MAIN commitmail json YAML

doc: Updated graphics/py-piexif to 1.1.2.

(kleink)

2018-11-16 15:34:33 UTC MAIN commitmail json YAML

py-piexif: Update to 1.1.2.

1.1.2
-----

- Resolve issue. https://github.com/hMatoba/Piexif/issues/64

1.1.1
-----

- Ignore XMP segment. Related to https://github.com/hMatoba/Piexif/pull/74.

1.1.0b
------

- "load", "insert", and "remove" support WebP format.

(kleink)

2018-11-16 15:28:49 UTC MAIN commitmail json YAML

doc: Updated geography/py-google-maps-services-python to 2.5.1.

(kleink)

2018-11-16 15:27:37 UTC MAIN commitmail json YAML

2018-11-16 14:58:30 UTC MAIN commitmail json YAML

doc: Updated www/py-flask-flatpages to 0.7.0.

(kleink)

2018-11-16 14:56:27 UTC MAIN commitmail json YAML

py-flask-flatpages: Update to 0.7.0.

Version 0.7.0
~~~~~~~~~~~~~

* Update to Markdown 3.0 with new extension loading syntax.
* Added `FLATPAGES_EXTENSION_CONFIGS` for configuring extensions
  specified by import string.
* Add support for loading pages from Flask instance folder
* Add a case insensitive loading option

Version 0.6.1
~~~~~~~~~~~~~

* Update dependencies to `Flask>=1.0` (as Flask 0.12.1 has known
  vulnerabilities).
* Pin `Markdown<=3.0` as the Markdown extension API has changed.

(kleink)

2018-11-16 14:14:23 UTC MAIN commitmail json YAML

doc: Added print/py-weasyprint0 version 0.42.3.

(kleink)

2018-11-16 14:13:20 UTC MAIN commitmail json YAML

print: + py-weasyprint0.

(kleink)

2018-11-16 14:12:42 UTC MAIN commitmail json YAML

print/py-weasyprint0: Import WeasyPrint 0.42.3.

NOTE: This package caters to Python 2.7 environments, support for
      which was dropped in subsequent releases.

WeasyPrint is a visual rendering engine for HTML and CSS that can export
to PDF. It aims to support web standards for printing.
WeasyPrint is free software made available under a BSD license.

It is based on various libraries but *not* on a full rendering engine like
WebKit or Gecko. The CSS layout engine is written in Python, designed for
pagination, and meant to be easy to hack on.

(kleink)

2018-11-16 14:00:44 UTC MAIN commitmail json YAML

py-weasyprint: Fix .include vs. variable definition ordering.

(kleink)

2018-11-16 13:05:56 UTC MAIN commitmail json YAML

2018-11-16 13:02:46 UTC MAIN commitmail json YAML

2018-11-16 13:02:20 UTC MAIN commitmail json YAML

Update hunspell to 1.7.0.

Bump ABI_DEPENDS in bl3.mk.

New features and bug fixes by Laszlo Nemeth, supported by FSF.hu Foundation:

  • No annoying suggestion times any more, especially in languages with
    compound word handling and complex morphology. By adding balanced
    multi-level time limits, now the guaranteed suggestion time is there
    within half a second, not seconds (nor dozen of seconds or more
    in extreme cases) for longer misspellings, too.

  • add SPELLML support for run-time dictionary extension with optional
    affixation of user words. See new "Grammar By" feature of
    language-specific user dictionaries of LibreOffice 6.0:

    News: https://wiki.documentfoundation.org/ReleaseNotes/6.0#.E2.80.9CGrammar_By.E2.80.9D_spell_checking

    Screencast with English example: https://www.youtube.com/watch?v=EsS3gaBTfOo

    Screencast with German example: https://www.youtube.com/watch?v=aYVFDqCUb6I

  • Improved, highly customizable suggestions on level of dictionary words:
    Pronunciations and typical misspellings defined by optional "ph:" fields of
    the dictionary words are used not only in n-gram suggestions, but as
    elements of the REP replacement list getting the highest priority in normal
    suggestions, also giving the best suggestions for short words, too.
    More information: see "ph:" in man 5 hunspell.

  • Handling multiple word suggestions is much more easier. Like in a
    traditional spelling dictionary, for example, to get the correct suggestion
    "a lot" for the typical misspelling "alot" at the first place, now it's
    enough to put the following line to the dic(tionary) file:

    a lot

  • Limit compound overgeneration by dictionary based word pairs:
    Now it's possible to filter bad compound words by listing
    the correct word pairs with space in the dictionary, as in a traditional
    spelling dictionary.

  • clean-up suggestion:

      □ no n-gram and compound word suggestions, if "good" suggestion
        exists, ie. uppercase, REP, ph: or dictionary word pair suggestions

      □ word pairs are always suggested, if they exist in the dic file

      □ word pairs have top priority in suggestions, and
        these are the only suggestions if there is no other good suggestion.

      □ also dictionary word pairs separated by dash instead of space
        are handled specially in two-word suggestion (depending from the
        language)

  • limit bad suggestions by improved n-gram suggestion rules:

    don't suggest capitalized dictionary words for lower
    case misspellings in n-gram suggestions, except

      □ PHONE usage, or
      □ in the case of German, where not only proper
        nouns are capitalized, or
      □ the capitalized word has special pronunciation

    and don't suggest if the difference of lengths of misspellings and
    suggestions is 5 or more characters.

  • Extend dotless i and dotted I rules to Crimean Tatar language
    Allow dotted I in dictionary, and disable bad capitalization of i.

  • BREAK: extended recursive word breaking algorithm to handle words or
    words with suffixes when they already contain word break characters,
    for example, "e-mail" is a dictionary word with a word break character, and
    it wasn't accepted before in compounds in some languages.

  • FORBIDDENWORD precedes BREAK: Now it's possible to forbid compound
    forms recognized by BREAK word breaking by adding the bad compounds to
    the dictionary with FORBIDDENWORD flags.

  • lower limit for "doubletwochars" suggestion algorithm:
    one of the typical misspellings recognized by Hunspell suggestion
    mechanism is the syllable duplication. Along the old pattern
    ABABA -> ABA, for example nutrITITIon -> nutrITIon, now also the
    simpler ABAB -> AB pattern is recognized in non-starting position,
    for example, regretTETEd -> regretTEd.

  • lower limit for longswapchar and movechar: recognized only max.
    4-character distances to avoid slow and bad suggestions.

  • fix compound handling for new Hungarian orthography reform

  • Allow suggestion search for prefix + two suffixes:
    Remove artificial performance limit to get correct
    suggestions for relatively simple misspellings in
    Hungarian, etc., when the word form contains prefix
    and both derivative and inflectional suffixes, too:

    lefikszálása -> lefixálása

Improvements for command-line Hunspell:

  • Remove false alarms during checking OpenDocument (ODF)
    documents by ignoring <text:span> elements. (LibreOffice
    creates a lot of <text:span> elements also within words
    during text reediting, resulted often huge amount of broken
    words before this fix.)

  • List filenames during filtering multiple files in command-line:

    Examples:

    $ hunspell -l *.odt
    a.odt: mispelling
    b.odt: egzample

    $ hunspell -l -G *.odt
    a.odt: good
    b.odt: words

  • Dictionary search by option -D doesn't wait for the standard input
    (fixed by Siva Mahadevan)

Other improvements:

  • makealias dictionary compression: add option --minimize-diff
    to reuse free positions of alias lists to create minimal and
    readable diffs for alias compressed dictionaries stored in
    revision control systems, as dictionaries of LibreOffice.

  • Brazilian-Portuguese translation by Rafael Fontenelle

  • Catalan translation by robert dot buj at gmail

  • Minor bug fixes by several contributors, see git log

(bsiegert)

2018-11-16 12:32:17 UTC MAIN commitmail json YAML

doc: Updated net/Geomyidae to 0.34

(leot)

2018-11-16 12:31:52 UTC MAIN commitmail json YAML

geomyidae: Update net/Geomyidae to 0.34

Changes:
Geomyidae v0.34 Release 損Above the Oceans束
------------------------------------------
I am proud to announce the v0.34 release of geomyidae!

It is named 損Above the Oceans束, because it is released 11km above the Atlantic
Ocean. I can't see whales from here.

Why a new release in such a short time?

In geomyidae v0.33 is a nasty listening bug, so do not use it.

What has changed from v0.33 v0.34:
* There is finally a multi-listening implementation, which allows constant
  behaviour of IPv6 and IPv4 across all platforms, including the BSDs.

# bind to 0.0.0.0 and :: on port 7070
geomyidae -b $(pwd) -p 7070 -d

# bind to :: only on port 7070
geomyidae -6 -b $(pwd) -p 7070 -d

# bind to the IPv4 address of some interface only
geomyidae -4 -b $(pwd) -i google.com

# bind to IPv6 and IPv4 of many interfaces
geomyidae -b $(pwd) -i google.com -i google.de -i nsa.gov

Geomyidae v0.33 Release
-----------------------
I am proud to announce the v0.33 release of geomyidae!

What has changed:
* More links for geomyidae resources.
* Fixes in error messages. They now show useful messages.
* Do not exit on SIGHUP. (Fix for OpenBSD startup.)
* Fix of some memory leaks.
* Relative path support in gph files!
* This will make portable CGI applications easier possible.
* This is now possible:

[1|Some Cool Menu|../cool/menu|server|port]

* Fix to set the gph replacement port.
* Fix some IPv6 binding issues.
* Some separate binding for BSDs is still in the works.
* Manpage has been beautified.
* '/' is now stripped from base path.

I want to thank all contributors! You are making gopher better!

(leot)

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

doc: Updated www/vimb to 3.3.0

(leot)

2018-11-16 11:05:31 UTC MAIN commitmail json YAML

vimb: Update www/vimb to 3.3.0

Changes:
## [3.3.0] - 2018-11-06
### Added
* Allow to change following webkit settings during runtime
  * allow-file-access-from-file-urls
  * allow-universal-access-from-file-urls
* Added `#define CHECK_WEBEXTENSION_ON_STARTUP 1` to config.def.h to enable
  checks during runtime if the webextension file could be found. Hope that
  this helps user to fix compile/installation issues easier.
* Re-Added support for page marks to jump around within long single pages by
  using names marks.
  Set a marks by `m{a-z}` in normal mode. Jump to marks by `'{a-z}`.
* Re-Added `gf` to show page source (Thanks to Leonardo Taccari) #361.
  Webkit2 does not allow to show tha page in the source view mode so the `gf`
  writes the HTML to a temporary files and opens it in the editor configured
  by `:set editor-command=...`
### Changed
* New created files in `$XDG_CONFIG_HOME/vimb` are generated with `0600`
  permission to prevent cookies be observed on multi users systems. Existing
  files are not affected by this change. It's a good advice to change the
  permission of all the files in `$XDG_CONFIG_HOME/vimb` to `0600` by
  hand.
### Fixed
* Fixed missing dependency in Makefile which possibly caused broken builds
  (Thanks to Patrick Steinhardt).
* Fixed weird scroll position values shown in scroll indicator on some pages #501.
* Fixed wrong hint label position on xkcd.com #506.
* Fixed wrong hint label position in case of hints within iframes.

## [3.2.0] - 2018-06-16
### Added
* Allow basic motion commands for hinting too.
* Show the numbers of search matches in status bar.
* Show dialog if the page makes a permission request e.g. gelocation to allow
  the user to make a decission.
* new Setting `show-titlebar` to toggle window decorations.
### Changed
* Use sqlite as cookie storage #470 to prevent cookies lost on running many
  vimb instances.
* Start vimb with maximized window #483.
* Hints are now styled based on the vimbhint attributes. The old additional set
  classes are not set anymore to the hints. So customized css for the hints have
  to be adapted to this.
* Element ID is stored in case the editor was spawned. So it's now possible to
  start the editor, load another page, come back and paste the edotor contents
  (thanks to Sven Speckmaier).
### Fixed
* Fixed none cleaned webextension object files on `make clean`.
* Remove none used gui styling for completion.
### Removed
* Removed webkit1 combat code.

## [3.1.0] - 2017-12-18
### Added
* Added completion of bookmarked URIs for `:bmr` to allow to easily remove
  bookmarks without loading the page first.
* Refresh hints after scrolling the page or resizing the window which makes
  extended hint mode more comfortable.
* Reintroduce the automatic commands from vimb2. An automatic command is
  executed automatically in response to some event, such as a URI being opened.
### Changed
* Number of webprocesses in no longer limited to one.
* Treat hint label generation depending on the first hint-key char.
  If first char is '0' generate numeric style labels else the labels start with
  the first char (thanks to Yoann Blein).
  * `hint-keys=0123` -> `1 2 3 10 11 12 13`
  * `hint-keys=asdf` -> `a s d f aa as ad af`
* Show versions of used libs on `vimb --bug-info` and the extension directory
  for easier issue investigation.
* During hinting JavaScript is enabled and reset to it's previous setting after
  hinting is done might be security relevant.
* Allow extended hints mode also for open `g;o` to allow the user to toggle
  checkboxes and radiobuttons of forms.
* Rename `hint-number-same-length` into `hint-keys-same-length` for consistency.
* Search is restarted on pressing `n` or `N` with previous search query if no
  one was given (thanks to Yoann Blein).
### Fixed
* Deduced min required webkit version 2.16.x -> 2.8.x to compile vimb also on
  older systems.
* Fixed undeleted desktop file on `make uninstall`.
* Fixed window not redrawn properly in case vimb was run within tabbed.
* Fixed cursor appearing in empty inputbox on searching in case a normal mode
  command was used that switches vimb into command mode like 'T' or ':'.
* Fixed hint labels never started by the first char of the 'hint-keys'.
* Fixed items where added to history even when `history-max-items` is set to 0
  (thanks to Patrick Steinhardt).
* Fixed hinting caused dbus timeout on attempt to open URI with location hash.
* Fixed wrong scroll position shown in the right of the statusbar on some pages.
* Fixed vimb keeping in normal mode when HTTP Authentication dialog is shown.
* Fixed password show in title bar and beeing written to hisotry in case the
  pssword was given by URI like https://user:password@host.tdl.

## [3.0-alpha] - 2017-05-27
### Changed
* completely rebuild of vimb on webkit2 api.
* Syntax for the font related gui settings has be changed.
  Fonts have to be given as `[ font-style | font-variant | font-weight | font-stretch ]? font-size font-family`
  Example `set input-font-normal=bold 10pt "DejaVu Sans Mono"` instead of
  previous `set input-fg-normal=DejaVu Sans Mono Bold 10`
* Renames some settings to consequently use dashed setting names. Following
  settings where changed.
  ```
  previous setting - new setting name
  --------------------------------------
  cursivfont      - cursiv-font
  defaultfont      - default-font
  fontsize        - font-size
  hintkeys        - hint-keys
  minimumfontsize  - minimum-font-size
  monofont        - monospace-font
  monofontsize    - monospace-font-size
  offlinecache    - offline-cache
  useragent        - user-agent
  sansfont        - sans-serif-font
  scrollstep      - scroll-step
  seriffont        - serif-font
  statusbar        - status-bar
  userscripts      - user-scripts
  xssauditor      - xss-auditor
  ```
### Removed
* There where many features removed during the webkit2 migration. That will
  hopefully be added again soon.
  * auto-response-headers
  * autocommands and augroups
  * external downloader
  * HSTS
  * kiosk mode
  * multiple ex commands on startup via `--cmd, -C`
  * page marks
  * prevnext
  * showing page source via `gF` this viewtype is not supported by webkit
    anymore.
  * socket support

Packaged by Yorick Hardy and myself in pkgsrc-wip.

(leot)

2018-11-16 10:06:40 UTC MAIN commitmail json YAML

doc: Updated cross/aarch64-none-elf-gcc to 7.2.0nb3

(leot)

2018-11-16 10:06:23 UTC MAIN commitmail json YAML

aarch64-none-elf-gcc: Use bsdtar to install some missing .hpp files

Several .hpp files were not extracted and installed, always use
`bsdtar' to extract and install also the missing .hpp.

Bump PKGREVISION.

Patch from Jonathan Schleifer via PR pkg/53725.  Thank you Jonathan!

(leot)

2018-11-16 00:28:29 UTC MAIN commitmail json YAML

doc: remove duplicate line

(nia)

2018-11-16 00:26:47 UTC MAIN commitmail json YAML

doc: Updated www/nginx to 1.14.1

(nia)

2018-11-16 00:26:29 UTC MAIN commitmail json YAML

doc: Updated www/nginx to 1.14.1

(nia)

2018-11-16 00:26:19 UTC MAIN commitmail json YAML

www/nginx: Update to nginx-1.14.1

Changes with nginx 1.14.1                                        06 Nov 2018

    *) Security: when using HTTP/2 a client might cause excessive memory
      consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).

    *) Security: processing of a specially crafted mp4 file with the
      ngx_http_mp4_module might result in worker process memory disclosure
      (CVE-2018-16845).

    *) Bugfix: working with gRPC backends might result in excessive memory
      consumption.

(nia)

2018-11-16 00:16:56 UTC MAIN commitmail json YAML

doc: Added graphics/ruby-screengif version 0.0.3

(schmonz)

2018-11-16 00:16:42 UTC MAIN commitmail json YAML

Add and enable ruby-screengif.

(schmonz)

2018-11-16 00:16:15 UTC MAIN commitmail json YAML

2018-11-16 00:04:23 UTC MAIN commitmail json YAML

doc: Updated chat/gajim-plugin-omemo to 2.6.23

(nia)

2018-11-16 00:04:14 UTC MAIN commitmail json YAML

chat/gajim-plugin-omemo: update to version 2.6.23

[no changelog available]

(nia)

2018-11-16 00:00:14 UTC MAIN commitmail json YAML

doc: Updated chat/gajim to 1.1.0

(nia)

2018-11-16 00:00:03 UTC MAIN commitmail json YAML

chat/gajim: update to version 1.1.0.

Gajim 1.1.0 (06 November 2018)

  New

  * Remove support for XEP-0091

  Bug fixes

  * 8968 Windows: Gajim loads DLLs from wrong location
  * 9322 Error when adding contact
  * 9357 Acquire sleep inhibtor correctly after sleep
  * 9385 Ignore invalid bookmarks
  * 9386 Discovery: Browsing nodes without identity
  * 9393 Error when parsing invalid timestamps
  * 9398 Error on jingle file transfer

Gajim 1.0.99.1 (07 October 2018)

  New

  * Implement XEP-0398
  * MUC: Set Threshold for requesting history
  * Show icon for unencrypted messages
  * Support more media players for broadcasting the current tune
  * Windows: Add a debug logging switch in preferences
  * Preferences: enable/disable dark theme
  * Preferences: enable/disable the MUC subject beeing shown on join
  * Preferences: enable/disable ascii emoji conversion

  Bug fixes

  * 9198 Creating new MUCs with captial letters is not possible
  * 9210 Error when clicking on new message indicator
  * 9280 Inviting users to a MUC causes error
  * 9301 Error when opening service discovery window
  * 9309 Error when clicking on a groupchat invite notification
  * 9311 Error when requesting server info
  * 9117 Windows UAC changes status not available
  * 9324 No menus/dialogs on Win7
  * 9326 IPV6 Connection problem on Win10
  * 9334 Joining big MUCs takes very long
  * 9339 Error caused by remote_control

Gajim 1.0.99 (19 August 2018)

  New

  * Support for setting a MUC Avatar
  * Support for PKIX over Secure HTTP (POSH)
  * Support idle time for GNOME on Wayland
  * New Emoji chooser
  * Noto Emoji theme updated to Unicode 11
  * Twitter Emoji theme added
  * Gajim Theming reworked
  * Design updates to many dialogs
    - Join Groupchat
    - Bookmarks
    - Add new contact
    - History
    - Profile
    - Accounts

  Bug fixes

  * 8658 Translation doesnt work on Windows
  * 8750 Increase time frame for duplicate search in MUCs
  * 9138 Translation in Flatpak does not work
  * 9140 Error when clicking on the notification of an incoming message
  * 9159 Wrong form type when responding to a voice request
  * 9069 Send cancel IQ if muc configuration is aborted
  * 9167 Flatpak fails to determine locale settings
  * 9171 Gajim requests vcard multiple times
  * 9198 Creating new MUCs with capital letters is not possible
  * 9211 Punycode and Unicode with Internationalized Domain Names

  Other changes

  * Support http:upload:0
  * Remove forward message adhoc commands
  * Remove support for XEP-0090
  * Remove RC4-SHA because it is insecure (Was not used with current OpenSSL versions)
  * Improve speed when loading the roster
  * Handle new MUC status code 333
  * Switch to GDBus for Gajim remote
  * Removed support for ESessions
  * Improvements to the dark theme of Gajim
  * New dependency: python3-cssutils >= 1.0.2
  * New dependency: python3-keyring
  * Removed dependency: python3-avahi
  * Removed dependency: python3-pyasn1

(nia)

2018-11-15 23:50:14 UTC MAIN commitmail json YAML

doc: Updated chat/py-nbxmpp to 0.6.8

(nia)

2018-11-15 23:50:04 UTC MAIN commitmail json YAML

chat/py-nbxmpp: update to version 0.6.8

python-nbxmpp 0.6.8 (07 October 2018)

* Reset SM counter after receiving <enabled>
* Issue event when SM resume fails

(nia)

2018-11-15 23:48:36 UTC MAIN commitmail json YAML

doc: Added textproc/py-precis-i18n version 1.0.0

(nia)

2018-11-15 23:48:23 UTC MAIN commitmail json YAML

textproc/py-precis-i18n: import version 1.0.0

If you want your application to accept unicode user names and passwords,
you must be careful in how you validate and compare them. The PRECIS
framework makes internationalized user names and passwords safer for
use by applications. PRECIS profiles transform unicode strings into a
canonical form, suitable for comparison.

(nia)

2018-11-15 22:39:09 UTC MAIN commitmail json YAML

doc: Updated net/dnscrypt-proxy2 to 2.0.18

(nia)

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

dnscrypt-proxy2: update to version 2.0.18

* Version 2.0.18
- Official builds now support TLS 1.3.
- The timeout for the initial connectivity check can now be set from
the command line.
- An `Accept:` header is now always sent with `GET` queries.
- BOMs are now ignored in configuration files.
- In addition to SOCKS, HTTP and HTTPS proxies are now supported for
DoH servers.

(nia)

2018-11-15 22:08:30 UTC MAIN commitmail json YAML

Update the root_group for Minix to match the changes to mk files.

Head up by <leot>

(sevan)

2018-11-15 22:06:49 UTC MAIN commitmail json YAML

doc: Updated graphics/gifsicle to 1.91

(schmonz)

2018-11-15 22:06:42 UTC MAIN commitmail json YAML

Update to 1.91. From the changelog:

* Several security bug fixes with malicious GIFs.
* Kill a use-after-free error reported by @junxzm1990.
* Add SIMD support for resizing. When enabled this improves resize
  performance enormously for complex resize methods.
* Add thread support for resizing. `-j[NTHREADS]` tells gifsicle to use
  up to NTHREADS threads to resize an input image. There are several
  caveats---multiple threads can be only used on unoptimized images.
  Thanks to Github user @wilkesybear.
* Quashed several crashes and undefined behaviors. Thanks to Github users
  including @pornel, @strazzere, and @b0b0505.
* Minor bug fixes.

(schmonz)

2018-11-15 14:27:05 UTC MAIN commitmail json YAML

doc: Updated www/drupal7 to 7.61

(prlw1)

2018-11-15 14:26:45 UTC MAIN commitmail json YAML

Update drupal7 to 7.61

    Full compatibility with PHP 7.2 (#2947772)

Drupal 7.61, 2018-11-07
-----------------------
- File upload validation functions and hook_file_validate() implementations are
  now always passed the correct file URI.
- The default form cache expiration of 6 hours is now configurable (API
  addition: https://www.drupal.org/node/2857751).
- Allowed callers of drupal_http_request() to optionally specify an explicit
  Host header.
- Allowed the + character to appear in usernames.
- PHP 7.2: Fixed Archive_Tar incompatibility.
- 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
- Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11

(prlw1)

2018-11-15 14:14:42 UTC MAIN commitmail json YAML

Updated devel/py-buildbot

(adam)

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

py-buildbot: updated to 1.5.0

v1.5.0:
Bug fixes
Fix the umask parameter example to make it work with both Python 2.x and 3.x.
Fix build-change association for multi-codebase builds in the console view..
Fixed builders page doesn't list workers in multi-master configuration
Restricted groups added by :py:class:~buildbot.www.oauth2.GitHubAuth's
getTeamsMembership option to only those teams to which the user belongs.
Previously, groups were added for all teams for all organizations to which
the user belongs.
Fix 'Show old workers' combo behavior.

Features
GitHub teams added to a user's groups by
:py:class:~buildbot.www.oauth2.GitHubAuth's getTeamsMembership option
are now added by slug as well as by name. This means a team named "Bot
Builders" in the organization "buildbot" will be added as both buildbot/Bot Builders and buildbot/bot-builders.
Make urlText renderable for the
:py:class:~buildbot.steps.transfer.FileUpload build step.
Added noticeOnChannel option to :bb:reporter:IRC to send notices
instead of messages to channels. This was an option in v0.8.x and removed in
v0.9.0, which defaulted to sending notices. The v0.8.x default of sending
messages is now restored.

Reverts
Reverted: Fix git submodule support when using sshPrivateKey and sshHostKey because it broke other use cases
In order to have this feature to work, you need to keep your master in 1.4.0, and make sure your worker buildbot.tac are installed in the same path as your master.

v1.4.0:
Bug fixes
Fix Build.getUrl() to not ignore virtual builders.
Fix git submodule support when using sshPrivateKey and sshHostKey
settings by passing ssh data as absolute, not relative paths.
Fixed :bb:step:P4 for change in latest version of p4 login -p.
:py:class:buildbot.reporters.irc.IrcStatusBot no longer encodes messages
before passing them on to methods of its Twisted base class to avoid posting
the repr() of a bytes object when running on Python 3.

Features
Added new :bb:step:GitPush step to perform git push operations.
Objects returned by :ref:renderer now are able to pass extra arguments to
the rendered function via withArgs method.

Test Suite
Test suite has been improved for readability by adding a lot of inlineCallbacks
Fixed tests which didn't wait for assertFailure's returned deferred.
The test suite now runs on Python 3.7 (mostly deprecation warnings from dependencies shut down)

(adam)

2018-11-15 13:49:03 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-tcp to 0.88nb6

(schmonz)

2018-11-15 13:46:07 UTC MAIN commitmail json YAML

Remove 'inet6' option (fefe's patch). For IPv6 support, see net/ucspi-tcp6.
Bump PKGREVISION.

(schmonz)

2018-11-15 12:30:22 UTC MAIN commitmail json YAML

Updated geography/opencpn to 4.8.8

(bouyer)

2018-11-15 12:29:18 UTC MAIN commitmail json YAML

Update opencpn to 4.8.8. Changes since 4.8.6:
This version is a maintenance release of OpenCPN, improving reliability and
compatibility for all supported platforms.
Changes and improvements include:

1. Make higher baud rates available on POSIX systems where supported.
2. Update Finnish translations.
3. Improve plugin ENC overlay rendering.
4. Improve serial port detection logic on Mac systems.
5. Improve ENC update processing logic.

(bouyer)

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

Update opencpn to 4.8.8. Changes since 4.8.6:
This version is a maintenance release of OpenCPN, improving reliability and
compatibility for all supported platforms.
Changes and improvements include:

1. Make higher baud rates available on POSIX systems where supported.
2. Update Finnish translations.
3. Improve plugin ENC overlay rendering.
4. Improve serial port detection logic on Mac systems.
5. Improve ENC update processing logic.

(bouyer)

2018-11-15 10:24:52 UTC MAIN commitmail json YAML

Restore a PYPKGPREFIX that got expanded in the cairo revbump.

(kleink)