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

2024-05-12 18:28:04 UTC Now

2018-12-21 06:22:08 UTC MAIN commitmail json YAML

Updated devel/R-repr to 0.18

(wen)

2018-12-21 06:21:20 UTC MAIN commitmail json YAML

Update to 0.18

Upstream changes:
0.18
    [#103] Add new mime types:
        repr_plotly1
        repr_vega4
        repr_vegalite2
        repr_vdom

0.17
    Fix tests on Windows

0.16
    [#96] Fix displaying lists with mixed named and unnamed items
    [IRkernel/IRkernel#588] Fixed in #98 and #99 independently

(wen)

2018-12-21 06:15:24 UTC MAIN commitmail json YAML

Updated devel/R-IRkernel to 0.8.14

(wen)

2018-12-21 06:14:14 UTC MAIN commitmail json YAML

Update to 0.8.14
Update DEPENDS

No upstream changelog found.

(wen)

2018-12-21 03:07:39 UTC MAIN commitmail json YAML

Updated devel/R-IRdisplay to 0.7.0

(wen)

2018-12-21 03:06:46 UTC MAIN commitmail json YAML

Update to 0.7.0

No upstream changelog found.

(wen)

2018-12-21 03:00:40 UTC MAIN commitmail json YAML

Updated math/R-FNN to 1.1.2.2

(wen)

2018-12-21 02:59:50 UTC MAIN commitmail json YAML

Update to 1.1.2.2

Upstream changes:
CHANGES IN FNN VERSION 1.1.2

o Remove C++ uses of 'register' keyword.
o Register native routines.

(wen)

2018-12-21 02:56:08 UTC MAIN commitmail json YAML

Updated math/R to 3.5.2

(wen)

2018-12-21 02:55:06 UTC MAIN commitmail json YAML

Update to 3.5.2

Upstream changes:
CHANGES IN R 3.5.2:

  PACKAGE INSTALLATION:

    * New macro CXX_VISIBILITY analogous to C_VISIBILITY (which several
      packages have been misusing for C++ code) for the default C++
      compiler (but not necessarily one used for non-default C++
      dialects like C++14).

  TESTING:

    * The random number generator tests in tests/p-r-random-tests.R no
      longer fail occasionally as they now randomly sample from
      "certified" random seeds.

  BUG FIXES:

    * The "glm" method of drop1() miscalculated the score test
      (test="Rao") when the model contained an offset.

    * Linear multiple empty models such as lm(y ~ 0) now have a
      correctly dimensioned empty coefficient matrix; reported by Brett
      Presnell.

    * vcov(<empty mlm>) and hence confint() now work (via a consistency
      change in summary.lm()).

    * confint(<multiple lm()>) now works correctly; reported on R-devel
      by Steven Pav.

    * quade.test() now also works correctly when its arguments are not
      yet sorted along groups, fixing PR#15842.

    * Installation on a Unix-alike tries harder to link to the pthread
      library where required (rather than relying on OpenMP to provide
      it: configuring with --disable-openmp was failing on some Linux
      systems).

    * The data.frame method for print(x) is fast now also for large
      data frames x and got an optional argument max, thanks to
      suggestions by Juan Telleria.

    * hist() no longer integer overflows in very rare cases, fixing
      PR#17450.

    * untar() ignored a character compressed argument: however many
      external tar programs ignore the flags which should have been set
      and automagically choose the compression type, and if appropriate
      gzip or bzip2 compression would have been chosen from the magic
      header of the tarball.

    * zapsmall(x) now works for more "number-like" objects.

    * The tools-internal function called from R CMD INSTALL now gets a
      warnOption = 1 argument and only sets options(warn = warnOption)
      when that increases the warning level (PR#17453).

    * Analogously, the tools-internal function called from R CMD check
      gets a warnOption = 1 argument and uses the larger of that and
      getOption("warn"), also allowing to be run with increased warning
      level.

    * Parse data now have deterministic parent nodes (PR#16041).

    * Calling match() with length one x and POSIXlt table gave a
      segfault (PR#17459).

    * Fork clusters could hang due to a race condition in cluster
      initialization (makeCluster()).

    * nextn(n) now also works for larger n and no longer loops
      infinitely for e.g, n <- 214e7.

    * cooks.distance() and rstandard() now work correctly for multiple
      linear models ("mlm").

    * polym() and corresponding lm() prediction now also work for a
      boundary "vector" case fixing PR#17474, reported by Alexandre
      Courtiol.

    * With a very large number of variables terms() could segfault
      (PR#17480).

    * cut(rep(0, 7)) now works, thanks to Joey Reid and Benjamin Tyner
      (PR#16802).

    * download.file(*, method = "curl", cacheOK = FALSE) should work
      now on Windows, thanks to Kevin Ushey's patch in PR#17323.

    * duplicated(<dataframe with 'f'>) now works, too, thanks to
      Andreas Kersting's PR#17485; ditto for anyDuplicated().

    * legend(*, cex = 1:2) now works less badly.

    * The print() method for POSIXct and POSIXlt now correctly obeys
      getOption("max.print"), fixing a long-standing typo, and it also
      gets a corresponding optional max argument.

    * Unserialization of raw vectors serialized in ASCII representation
      now works correctly.

    * <data frame>[TRUE, <new>] <- list(c1, c2) now works correctly,
      thanks to Suharto Anggono's PR#15362 and Emil Bode's patch in
      PR#17504.

    * seq.int(*, by=by, length=n) no longer wrongly "drops fractional
      parts" when by is integer, thanks to Suharto Anggono's report
      PR#17506.

    * Buffering is disabled for file() connections to non-regular files
      (like sockets), as well as fifo() and pipe() connections.  Fixes
      PR#17470, reported by Chris Culnane.

(wen)

2018-12-20 23:55:34 UTC MAIN commitmail json YAML

doc: Updated devel/boehm-gc to 8.0.0nb2

(wiz)

2018-12-20 23:55:25 UTC MAIN commitmail json YAML

boehm-gc: update to 8.0.0nb2.

Fix PaX mprotect on NetBSD using upstream patch by Ivan Maidanski
from https://github.com/ivmai/bdwgc/issues/255

(wiz)

2018-12-20 21:18:58 UTC MAIN commitmail json YAML

Updated net/py-smb, net/samba4

(adam)

2018-12-20 21:18:22 UTC MAIN commitmail json YAML

samba4: updated to 4.9.4

Release Notes for Samba 4.9.4

Major bug fixes include:
  o dns: Fix CNAME loop prevention using counter regression.

Changes since 4.9.3:
  * BUG 9175: libcli/smb: Don't overwrite status code.
  * BUG 12164: wbinfo --group-info 'NT AUTHORITY\System' does not work.
  * BUG 13661: Session setup reauth fails to sign response.
  * BUG 13677: vfs_fruit: Validation of writes on AFP_AfpInfo stream.
  * BUG 13688: vfs_shadow_copy2: Nicely deal with attempts to open previous
    version for writing.
  * BUG 13455: Restoring previous version of stream with vfs_shadow_copy2 fails
    with NT_STATUS_OBJECT_NAME_INVALID fsp->base_fsp->fsp_name.
  * BUG 13571: CVE-2018-16853: Fix S4U2Self crash with MIT KDC build.
  * BUG 13708: s3-vfs: Prevent NULL pointer dereference in vfs_glusterfs.
  * PEP8: fix E231: missing whitespace after ','.
  * BUG 13629: winbindd: Fix crash when taking profiles.
  * BUG 13600: CVE-2018-14629 dns: Fix CNAME loop prevention using counter
    regression.
  * BUG 13686: 'samba-tool user syscpasswords' fails on a domain with many DCs.
  * BUG 13571: CVE-2018-16853: Do not segfault if client is not set.
  * BUG 13679: lib:util: Fix DEBUGCLASS pointer initializiation.
  * BUG 13696: ctdb-daemon: Exit with error if a database directory does not
    exist.
  * BUG 13498: s3:libads: Add net ads leave keep-account option.

(adam)

2018-12-20 21:15:34 UTC MAIN commitmail json YAML

py-smb: updated to 1.1.25

pysmb-1.1.25:
- Fix buggy support for search parameter in listPath() method. Add
  SMB_FILE_ATTRIBUTE_INCL_NORMAL bit constant to include 'normal' files with
  other file types in the returned result. From now on, pysmb defines a 'normal' file
  as a file entry that is not read-only, not hidden, not system, not archive and
  not a directory; it ignores other attributes like compression, indexed, sparse,
  temporary and encryption. listPath() method will now include 'normal' files
  using the default search parameter.
- Add isNormal property to SharedFile class to support test if the file is a
  'normal' file (according to pysmb definition of 'normal' file).

pysmb-1.1.24:
- Improve listPath implementation for SMB1
- Support for STATUS_PENDING responses across all SMB2 operations.

(adam)

2018-12-20 21:14:46 UTC MAIN commitmail json YAML

devel/p5-POE: remove invalid ASCII control character \x1F from Makefile

(rillig)

2018-12-20 19:34:21 UTC MAIN commitmail json YAML

Updated security/gnupg2

(adam)

2018-12-20 19:33:28 UTC MAIN commitmail json YAML

gnupg2: updated to 2.2.12

Noteworthy changes in version 2.2.12:

  * tools: New commands --install-key and --remove-key for
    gpg-wks-client.  This allows to prepare a Web Key Directory on a
    local file system for later upload to a web server.

  * gpg: New --list-option "show-only-fpr-mbox".  This makes the use
    of the new gpg-wks-client --install-key command easier on Windows.

  * gpg: Improve processing speed when --skip-verify is used.

  * gpg: Fix a bug where a LF was accidentally written to the console.

  * gpg: --card-status now shwos whether a card has the new KDF
    feature enabled.

  * agent: New runtime option --s2k-calibration=MSEC.  New configure
    option --with-agent-s2k-calibration=MSEC.

  * dirmngr: Try another keyserver from the pool on receiving a 502,
    503, or 504 error.

  * dirmngr: Avoid possible CSRF attacks via http redirects.  A HTTP
    query will not anymore follow a 3xx redirect unless the Location
    header gives the same host.  If the host is different only the
    host and port is taken from the Location header and the original
    path and query parts are kept.

  * dirmngr: New command FLUSHCRL to flush all CRLS from disk and
    memory.

  * New simplified Chinese translation (zh_CN).

(adam)

2018-12-20 17:56:02 UTC MAIN commitmail json YAML

Updated databases/openldap, databases/lmdb

(adam)

2018-12-20 17:55:24 UTC MAIN commitmail json YAML

lmdb: updated to 0.9.23

LMDB 0.9.23:
Fix loose pages in dirty list
Fix mdb_load flag init
Fix mdb_env_close in forked process
Documentation
mdb_cursor_del doesn't invalidate cursor
GET_MULTIPLE etc don't change passed in key

(adam)

2018-12-20 17:54:09 UTC MAIN commitmail json YAML

openldap: updated to 2.4.47

OpenLDAP 2.4.47:
Added slapd-sock DN qualifier for subtrees to be processed
Added slapd-sock ability to send extended operations to external listeners
Fixed liblber to avoid incremental access to user-supplied bv in dupbv
Fixed libldap dn to domain parsing with bad input
Fixed slapd slapcat to correctly honor -g option
Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups
Fixed slapd to check status of rdnNormalize
Fixed slapd cn=config when modifying slapo-syncprov config
Fixed slapd sasl authz-policy "all" behavior
Fixed slapd sasl minor typo
Fixed slapd to correctly hide hidden DBs in the rootDSE
Fixed slapd domainScope control to match Microsoft specification
Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges
Fixed slapo-accesslog deadlock during cleanup
Fixed slapo-memberof cn=config modifications
Fixed slapo-ppolicy with multimaster replication
Fixed slapo-syncprov with NULL modlist
Build Environment
Added slapd reproducible build support
Fixed missing includes with OpenSSL 1.0.2
Contrib
Fixed slapo-pbkdf2 hash generation
Documentation
admin24 fixed minor typo

(adam)

2018-12-20 17:38:23 UTC MAIN commitmail json YAML

go: Actually bump to 1.11.4.  Unbreaks build.

(jperkin)

2018-12-20 17:08:27 UTC MAIN commitmail json YAML

mk/termcap.buildlink3.mk: add show-all-termcap target for debugging

(rillig)

2018-12-20 16:57:05 UTC MAIN commitmail json YAML

mk/help: if no help is found, output releative path names

(rillig)

2018-12-20 15:42:23 UTC MAIN commitmail json YAML

doc: Updated audio/icecast to 2.4.3nb10

(wiz)

2018-12-20 15:42:14 UTC MAIN commitmail json YAML

icecast: update to 2.4.3nb10.

Check some return values, fixes core dump when ssl_ctx is NULL.

(wiz)

2018-12-20 15:26:31 UTC MAIN commitmail json YAML

On progressive Linuxen (Arch here), CPPFLAGS pre-filled with
-D_FORTIFY_SOURCE=2 -Werror will make configure tests fail on
pre-processor warnings, and break the build. Make sure we set CPP to
something that works.

This patch should go upstream into configure.in, but it is really the
autoconf AC_PROG_CPP macro definition that needs to be amended.

(hauke)

2018-12-20 13:33:37 UTC MAIN commitmail json YAML

2018-12-20 13:32:55 UTC MAIN commitmail json YAML

Add a package for p5-ODF-lpOD.

From Edgar Fuss in PR pkg/53774.

This module is an office document management interface. It allows the
users to create or transform office documents, or to extract data from
them. It can handle files which comply with the ODF standard and whose
type is text (odt), spreadsheet (ods), presentation (odp) or drawing
(odg). It interacts directly with the files and doesn't depend on a
particular office software.

(bsiegert)

2018-12-20 12:33:46 UTC MAIN commitmail json YAML

doc: Updated wm/spectrwm to 3.2.0

(jaapb)

2018-12-20 12:33:24 UTC MAIN commitmail json YAML

Updated wm/spectrwm to version 3.2.0.

Changed distribution (upstream is now on github).
Patches to the build system have been submitted upstream.

As for features since the last version, there have been many changes
that can all be found in CHANGELOG.md in the distribution. The program
continues to work as before, just better.

(jaapb)

2018-12-20 11:32:44 UTC MAIN commitmail json YAML

ruby-bundle: revert previous, pkglint disagrees

(wiz)

2018-12-20 11:32:08 UTC MAIN commitmail json YAML

py-boto: revert previous, pkglint disagrees.

(wiz)

2018-12-20 11:31:07 UTC MAIN commitmail json YAML

doc: Updated net/py-boto to 2.49.0nb1

(wiz)

2018-12-20 11:30:57 UTC MAIN commitmail json YAML

py-boto: pkg_alternatives expects full path as second argument.

Bump PKGREVISION.

(wiz)

2018-12-20 11:29:52 UTC MAIN commitmail json YAML

ruby-bundler: pkg_alternatives expects full path as second argument.

Bump PKGREVISION.

(wiz)

2018-12-20 07:14:10 UTC MAIN commitmail json YAML

2018-12-20 07:04:25 UTC MAIN commitmail json YAML

add and enable p5-Unix-Processors

(jnemeth)

2018-12-19 22:52:32 UTC MAIN commitmail json YAML

Fix startup crash when running outside of gdb on BSD systems

On BSD systems, ptrace(PT_DETACH) uses a third argument for
resume address, with the magic value (void *)1 to resume where
process stopped. Specifying NULL there leads to a crash because
process resumes at address 0.

We introduce an OS-dependent _PTRACE_DETACH macro to specify
third argument as NULL on Linux and (void *)1 on other systems.
Always using (void *)1 could be another solution, since basic
tests suggests passing (void *)1 as third argument on Linux
does not cause harm.

From upstream https://github.com/FreeRADIUS/freeradius-server/commit/1f8cd27b78c011826bc0744debb4ed60b3f0584a

(manu)

2018-12-19 22:22:59 UTC MAIN commitmail json YAML

hplip: Set PYTHON_VERSIONS_INCOMPATIBLE before including py-dbus's buildlink3.

(nia)

2018-12-19 17:12:54 UTC MAIN commitmail json YAML

2018-12-19 17:12:22 UTC MAIN commitmail json YAML

added a few from my list

(bsiegert)

2018-12-19 15:47:12 UTC MAIN commitmail json YAML

2018-12-19 15:27:03 UTC MAIN commitmail json YAML

Update go111 to 1.11.4 (security update).

go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker,
runtime, documentation, go command, and the net/http and go/types packages. It
includes a fix to a bug introduced in Go 1.11.3 that broke go get for import
path patterns containing "...". See the Go 1.11.4 milestone on our issue
tracker for details.

go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
the crypto/x509 package. See the Go 1.11.3 milestone on our issue tracker for
details.

(bsiegert)

2018-12-19 13:42:12 UTC MAIN commitmail json YAML

Augment debug option arguments.

Explicitly select garbage collector.

(hauke)

2018-12-19 13:41:45 UTC MAIN commitmail json YAML

Fix comments.

Augment debug option arguments.

Explicitly select garbage collector.

Set dialogs and widgets to "athena" explicitly.
There are no "lucid" implementations; instead, configure will look for
Motif implementations, and fall back to Athena. The former is prone to
sneak in undeclared dependencies on Motif and (on sole platforms) xft.

Remove the patch that was supposed to fix this, but didn't.

(hauke)

2018-12-19 13:37:42 UTC MAIN commitmail json YAML

Fix debug option arg, which is different from 21.5

(hauke)

2018-12-19 13:29:34 UTC MAIN commitmail json YAML

Fix debug option arg, which is different from 21.5

Set dialogs and widgets to "athena" explicitly.
There are no "lucid" implementations; instead, configure will look for
Motif implementations, and fall back to Athena. The former is prone to
sneak in an undeclared dependency on Motif.

(hauke)

2018-12-19 13:00:06 UTC MAIN commitmail json YAML

2018-12-19 12:52:29 UTC MAIN commitmail json YAML

update to bozohttpd 20181215.  changes include:

  o  fix .htpasswd bypass for authenticated users.  reported by JP,
    from leot@netbsd.org
  o  avoid possible null dereference when receiving a big request that
    timeout.  reported by maya@netbsd.org, from leot@netbsd.org
  o  fix handling of -T option, from leot@netbsd.org
  o  cleanups and portability improvements, from maya@netbsd.org
  o  change directory indexing to use html tables, from
    rajeev_v_pillai@yahoo.com

(mrg)

2018-12-19 12:51:00 UTC MAIN commitmail json YAML

doc: Updated net/unifi to 5.9.29

(tnn)

2018-12-19 12:50:15 UTC MAIN commitmail json YAML

unifi: update to 5.9.29

New Features:
New Dashboard.
IPS Dashboard.
IPS Signature Suppression.
Add support IPS signature categories control.
Add per radio uplink control.
Add speed and duplex config for USG interfaces.
Add Fallback VLAN support for USW when using 802.1X.
Add local SSO login.
Add Controller HD and Micro SD free space monitoring to admin notification settings.
Analytic Reporting.
New Cloud Access integration.
Various bug fixes and improvements.

(tnn)

2018-12-19 12:25:12 UTC MAIN commitmail json YAML

2018-12-19 12:19:14 UTC MAIN commitmail json YAML

Update fossil to 2.7. From atomicules in PR pkg/53799.

Changes for Version 2.7 (2018-09-22)

  * Add the email alerts feature for commits, ticket changes, wiki changes,
    forum posts, and announcements. This is still a work in progress. It is
    functional, but it is not as easy to setup and use as it ought to be.
  * Add the discussion forum feature.
  * Add new user capabilities letters needed to support alerts and forum.
    Formerly, user capabilities were letters from [a-z], but with the
    enhancements, the supply of lower case letters was exhausted. User
    capabilities are now letters in [a-zA-Z0-9].
  * The built-in skins are now responsive, providing better layout on small
    screens, including mobile devices.
  * The default skin now includes a hamburger menu that is generated by the /
    sitemap page.
  * All of the built-in skins now use a Content Security Policy (CSP) to help
    prevent cross-site injection and forgery attacks. There are no known
    vulnerabilities in Fossil. The added CSP does not fix anything; it merely
    adds another layer of defense.
  * The /sitemap and other list pages show as multiple columns if the viewing
    window is wide enough.
  * There is an optional "js" file for each skin that can be used to hold
    javascript. This file can be loaded by reference or can be included in the
    header or footer.
  * Add the backoffice.
  * Update internal Unicode character tables, used in regular expression
    handling, from version 10.0 to 11.0.
  * Improvements to the "Security Audit" administration page
  * Add the fossil branch current command.
  * Add the grep command.
  * Update the built-in SQLite to version 3.25.1.
  * Some code and interfaces are in place to support sending and receiving
    email directly via SMTP, but this feature is not yet complete or ready for
    production use.
  * The `mv-rm-files` setting is now compiled into Fossil in the default Fossil
    configuration; no longer must you say ./configure --with-legacy-mv-rm to
    make it available. The setting remains disabled by default, however, so you
    must still say fossil set mv-rm-files 1 to enable it on each repository
    where you want hard mv/rm behavior.

Changes for Version 2.6 (2018-05-04)

  * Fix a bug that was causing crashes while trying to clone the TCL
    repository. This fix is the main reason for the current release.
  * Added the new "Classic" timeline viewing mode. "Classic" is the same as
    "Verbose" in the previous release. The "Verbose" mode is now like "Compact"
    except the extra check-in details are shown by default.
  * Add support for ETags:, Last-Modified:, and If-Modified-Since: cache
    control mechanisms.
  * Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be
    downloaded can be expressed as part of the URI, and without the need for
    query parameters.
  * On the /timeline webpage, add the days=N query parameter and enhance the
    ymd=DATE and yw=DATE query parameters to accept 'now' as an argument to
    show the latest day or week.
  * In the web page that comes up in response to the fossil all ui command,
    show the last modification time for each repository, and allow
    click-to-sort on the modification time column.
  * In the tarball cache replacement algorithm, give extra weight to tarballs
    that have been accessed more than once.
  * Additional defenses against web-based attacks. There have not been any
    known vulnerabilities. We are just being paranoid.
  * Update the built-in SQLite to an alpha version of 3.24.0.

Changes for Version 2.5 (2018-02-07)

  * Numerous enhancements to the look and feel of the web interface.
    Especially: Added separate "Modern", "Compact", "Verbose", and "Columnar"
    view options on timelines.
  * Common display settings (such as the "view" option and the number of rows
    in a timeline) are held in a cookie and thus persist across multiple pages.
  * Rework the skin editing process so that changes are implemented on one of
    nine /draft pages, evaluated, then merged back to the default.
  * Added the Ardoise skin.
  * Fix the "fossil server" command on Unix to be much more responsive to
    multiple simultaneous web requests.
  * Use the IPv6 stack for the "fossil ui" and "fossil server" commands on
    Windows.
  * Support for SQL Archives as a download option.
  * Fossil now automatically generates the <html><head>...</head><body> at the
    beginning of each web page if the configurable header lacks a <body> tag.
  * Added the /artifact_stats page, currently accessible only by the
    administrator.
  * Upgrade to the latest versions of SQLite and OpenSSL.
  * Improved key bindings on the Tk diff screen generated by "fossil diff
    --tk".
  * Begin factoring out in-line javascript into separately loaded script files.
    This is a step along the road toward supporting a strict Content Security
    Policy. More work is to be done.
  * Initial infrastructure is in place to make use of the pledge() system call
    in OpenBSD. More work is to be done.

(bsiegert)

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

Updated misc/libreoffice to 6.1.4.2

(ryoon)

2018-12-19 12:09:55 UTC MAIN commitmail json YAML

Update to 6.1.4.2

Changelog:
Bugs fixed compared to 6.1.3 (rc2):
    bnc#779630 DOCX import: fix loss of free-form text in date control [Miklos Vajna]
    coverity#1436015 corrected Snake Algorithm [ekuiitr]
    ofz#7802 revert "infinite loop" [Caolán McNamara]
    ofz#10879 stay inside sSecStr bounds [Caolán McNamara]
    ofz#10994 move the reset of trailing fly paras to before redline processing [Caolán McNamara]
    ofz#11125 pass param len around [Caolán McNamara]
    rhbz#1645905 Libreoffice Calc crashing with certain ods spreadsheet files [Luboš Luňák]
    tdf#48140 Remove uno calls from xlsx import [Eike Rathke]
    tdf#55058 EMF+ List of EMF import bugs with examples [Bartosz Kosiorek]
    tdf#62268 FILEOPEN: Optimum row height should be recalculated with "style:use-optimal-row-height='true'" [Vasily Melenchuk]
    tdf#72987 [firebird db integration] big-endian LibreOffice unable to open little-endian embedded firebird db (found 2944.512, support 11.2) [Rene Engelhard]
    tdf#102186 MS PowerPoint with Chart shows hidden data labels when opened in Impress [Markus Mohrhard]
    tdf#104579 FILEOPEN DOCX: Inconsistent pie chart color [Markus Mohrhard]
    tdf#105143 DOCX import: shape has incorrect position when it's intentionally outside the page rectangle [Miklos Vajna]
    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) [Stephan Bergmann]
    tdf#106084 EMF+ images from OOXML document are not rendered correctly LibreOffice [Bartosz Kosiorek]
    tdf#107240 EDITING Insert > Date | Time inserts some content into protected cells [Xisco Fauli]
    tdf#107586 FILEOPEN: XLSX - Chart sheet tab color not imported [Markus Mohrhard]
    tdf#108022 FILESAVE DOCX: One column chart is exported instead of two [Markus Mohrhard]
    tdf#108027 FILEOPEN XLSX: The column descriptions of a column chart disappear [Markus Mohrhard]
    tdf#108104 [FILEOPEN DOCX] Chart data series with custom fill are displayed incorrectly in DOCX files created with MS Word 2013 [Balazs Varga]
    tdf#111313 Crashed in Calc Macro (Basic) [Stephan Bergmann]
    tdf#112520 FILESAVE: RTF: Shapes inside another shape disappear after RT [Miklos Vajna]
    tdf#113848 Sidebar: Changing page orientation of user-defined size let disappear the page [Ilhan Yesil]
    tdf#113898 Cross-Document reference in array formula using FIND/ISERROR does not work [Eike Rathke]
    tdf#114738 EMF+ rendering problems [Bartosz Kosiorek]
    tdf#114836 FILEOPEN: Chart height is different than before [Markus Mohrhard]
    tdf#115067 (ODT --> DOCX) Non-breaking spaces vanish while in centered paragraphs [Mike Kaganski]
    tdf#115296 FILEOPEN: Paragraph borders are non-continuous on paragraphs with paragraph spacing [Armin Le Grand]
    tdf#115317 EDITING: Unable to paste URL when editing a cell [Paul Trojahn]
    tdf#116931 Objects Anchored "To Cell, Resize with Cell", Move and Scale when Cell's Position is Changed [Armin Le Grand]
    tdf#116989 FILEOPEN: DOCX: Text does not wrap around floating table in footer (disable conversion of tables in footers to floating) [Mike Kaganski]
    tdf#117108 'Master View' button is displayed after re-displaying the sidebar [Xisco Fauli]
    tdf#117761 Snake Algorithm unable to display accurate layout. [ekuiitr, Miklos Vajna]
    tdf#117784 "Bullets and Numbering" menu does not show any dialog [Caolán McNamara]
    tdf#118086 FILEOPEN: FORMATTING occasionally wrong row height [Vasily Melenchuk]
    tdf#118393 FILESAVE: DOCX Export loses header/footer [Serge Krot]
    tdf#118573 Process Soffice.bin does not stop at x64 Windows shutdown/logoff when Quickstarter is used from LO 6.0 [Mike Kaganski]
    tdf#118747 Table paste from specific .ods to Writer adds two empty rows above so table looks emtpy [Vasily Melenchuk]
    tdf#118820 FILEOPEN ODT: Table background doesn't fill the entire table [Caolán McNamara]
    tdf#119020 Icons are corrupted on Windows when scaling UI 150% and higher, with some OpenGL dependency [Jan-Marek Glogowski]
    tdf#119065 Formatting: Last bullet of the bullet list is disappearing after removing a item from the bulleted list using backspace [Mark Hung]
    tdf#119080 pocheck utility needs an update [Andras Timar]
    tdf#119235 UI: Interactive gradient tool is broken [Michael Stahl]
    tdf#119266 Nodes don't expand on double click in the Customize dialog [Muhammet Kara]
    tdf#119564 [BASE] Copy/Paste problem with hidden column in Table [Lionel Elie Mamane]
    tdf#119617 FILEOPEN PPTX Text box setting "Resize shape to fit text" not imported correctly [Balazs Varga]
    tdf#119623 Deleting shared formula group top cell does not re-establish listeners for the remaining (group) formula cell(s) (steps in comment 5) [Eike Rathke]
    tdf#119648 Crash if I click on Fontwork Shape: Arch Left, Arch Right (Pour or Curve). [Michael Meeks]
    tdf#119700 Links to external HTML files updated wrong [Eike Rathke]
    tdf#119790 When printing to PDF, existing file with different file name in the target folder gets overwritten (GTK3-only) [Caolán McNamara]
    tdf#119885 DOCX: Horizontal spacing of font "Open Sans" differs from Word [Mike Kaganski]
    tdf#119945 Impress/Draw hangs/crashes when exiting while editing formula [Xisco Faulí]
    tdf#119997 UI FILEOPEN Slide toolbars not visible when opening a slideshow saved in slide sorter view [Caolán McNamara]
    tdf#120038 Missing arrow from Gallery [andreas kainz]
    tdf#120115 Crash in: SfxItemSet::GetItemState [Bjoern Michaelsen]
    tdf#120158 Impossible to paste special in Writer from Calc in Libreoffice 6mann]
    tdf#120176 Text appears as white on first launch (hard to see) [heiko tietze]
    tdf#120188 In Writer document when a text is highlighted and right click+Character is selected the resulting window is too wide and cannot be resized [Caolán McNa: Crash with file dialog when Java extension "WollMux" is installed [Michael Weghorn]
    tdf#120277 Special Character dialog doesn't appear in Online [Caolán McNamara]
    tdf#120334 Crash when closing dialog Position and Size [Caolán McNamara]
    tdfapter Numbering Dialog can only accept one level (GTK3) [Caolán McNamara]
    tdf#120432 Date, Time and Formulas Can be Inserted in Read-only Spreadsheets [Xisco Fauli]
    tdf#120491 Exporting as epub inserts line that fails most content submission checks [Miklos Vajna]
    tdf#120513 LibreOffice Calc warning message when opening an XLSX file is misleading [Adolfo Jayme Barrientos]
    tdf#120515 Re-pagination starts for every save (making saving quite slow) [Miklos Vajna]
    tdf#120525 percent linespacing <100% bug with fonts with big descent [AlicVB]
    tdf#120551 DOCX: Wrong position of grouped drawing objects (see comment 7) [Miklos Vajna]
    tdf#120612 [LOCALHELP] Edit DDE link has no Help page or ID [Caolán McNamara]
    tdf#120651 Character position arrow hotkey reversed (only 6-1) [Caolán McNamara]
    tdf#120677 Freezes when I open a ODT document [Mike Kaganski]
    tdf#120689 FILESAVE Roundtripped XLSM opens with recovery in Excel [Eike Rathke]
    tdf#120691 Firebird Migration of Existing Database Error on Importing Table Name with space (multiword handling) [Tamas Bunth]
    tdf#120703 Bugs found by PVS-Studio static analyzer [Mike Kaganski]
    tdf#120706 Crash in: SbxArray::Count() when trying to call a WinAPI function [Mike Kaganski]
    tdf#120713 Firebird Form-Based Filter search with checkbox values of "1" or "0" fails. [Lionel Elie Mamane]
    tdf#120728 crash in report editing: insert page number in footer while header is active [Armin Le Grand]
    tdf#120764 gtk 3.24/Wayland: Toolbar popups not working when a tooltip is visible [Maxim Monastirsky]
    tdf#120807 Crash on Crl+Shift+F10 in F5 floating Navigator page number field [Jan-Marek Glogowski]
    tdf#120879 UI: "New Snap Object" dialog box needs Help/Ok/Cancel button order changed [Xisco Fauli]
    tdf#120928 Windows: quickstart --killtray does not work [brinzing]
    tdf#120988 Cannot set zoom >= 1000% in "Zoom & View Layout" dialog (gen and gtk2) [Caolán McNamara]
    tdf#121005 Crash in: libc-2.24.so ( only 6.1 ) [Caolán McNamara]
    tdf#121073 "Presenter Console shortcuts" link is dead in online help [Olivier Hallot]
    tdf#121083 EDITOR UI Hatch background color not read back from editor [Tamás Zolnai]
    tdf#121097 UI: Incorrect behaviour in Date and Time dialog [Caolán McNamara]
    tdf#121131 Compiler plugins won't build with Ubuntu 18.04 [Stephan Bergmann]
    tdf#121181 InputBox/MsgBox: title/text is truncated [Caolán McNamara]
    tdf#121188 forms controls are created with "input required" set to yes by default [Lionel Elie Mamane]
    tdf#121198 CRASH in SdrPage::GetPageNum() [Xisco Fauli]
    tdf#121200 Cannot copy from Writer to the Text Box in Draw [Caolán McNamara]
    tdf#121203 Date forms are not showing dat [Miklos Vajna]
    tdf#121205 chart: multiline chart title in presentation not supported [Vasily Melenchuk]
    tdf#121229 Black box blinking inside the scrollbar of the special character dialog (gtk/gen) [Caolán McNamara]
    tdf#121238 UI: Page border line size is set to 5 pt by default (would expect 0,05 pt) (gen/gtk) [Caolán McNamara]
    tdf#121260 FILESAVE: Using "Excel A1" formula syntax in LibO Calc options results in charts losing their link to source data if the worksheet is saved in .xlsx format [Eike Rathke]
    tdf#121267 SIDEBAR: border cell color isn't shown (white box) [Maxim Monastirsky]
    tdf#121276 KDE5: Can't save minimized presentation [Michael Weghorn]
    tdf#121288 Save on Sharepoint results in always locked file [Mike Kaganski]
    tdf#121325 4-argument form of Mid() BASIC function broken in 6.x (worked in 5.x and OO) [Stephan Bergmann]
    tdf#121415 “Font” page opens instead of “Statistics” page after staying on it and closing it [Caolán McNamara]
    tdf#121432 Pressing twice on the "Help" button causes LibreOffice application to crash when the focus is on one of the tabs on Properties window [Caolán McNamara]
    tdf#121547 UI: File Reload dialog size not right (gen/gtk) [Caolán McNamara]
    tdf#121591 CRASH: Print Preview fails if cursor inside Floating frame [Xisco Faulí]
    tdf#121607 Crash when closing a document (being the only active) while being prompted for data source password [Caolán McNamara]
    tdf#121644 Pressing on the "Reset" button when the writing focus is on the "Value" input field of a property causes LibreOffice to crash on Properties - Custom Properties [Caolán McNamara]
    tdf#121647 font list box preview certain malformed TTF fonts crash LO -- whe

    n receiving ShouldUseWinMetrics() handling [Xisco Fauli]
    tdf#121648 FILEOPEN: EMF+: Wrong displaying of string, drawed with DrawDriverString record [Bartosz Kosiorek]
    tdf#121695 comments: after editing Position and Size, arrow points to cell A1 [Caolán McNamara]

Bugs fixed compared to 6.1.4 (rc1):

    fdo#65059 FILEOPEN: XLSX file appears to be blank [Eike Rathke]
    fdo#76032 FILEOPEN: shift of cells in a specific xlsx [Eike Rathke]
    i#106421 Split svx module [Stephan Bergmann]
    tdf#80583 EDITING: Analysis of Variance (ANOVA): Total DEVSQ returns Err:508, while direct DEVSQ formula returns correct result [Eike Rathke]
    tdf#115405 Failure to launch Libreoffice 6 after installation [Mike Kaganski]
    tdf#119910 Trying to install. Message states api-ms-win-crt-string-l1-1-0.dll is missing [Mike Kaganski]
    tdf#121399 [gtk3_kde5] 6.1 stable branch: within Plasma-5 session w/ drkonqi: lo_kde5filepicker crashes every time on close (OK/Cancel regardless) [Michael Weghorn]
    tdf#121468 Cannot open ppt files [Michael Meeks]
    tdf#121746 CRASH closing LibreOffice with confirmation dialog open [Caolán McNamara]
    tdf#121778 LibreOffice Vanilla not usable; opens OK but crashes when entering data on macOS 10.14.1 Mojave [Stephan Bergmann]
    tdf#121830 FILEOPEN PPTX Video file permanently paused during slideshow [Caolán McNamara]
    tdf#121887 FILEOPEN XLSX "Maximum number of rows per sheet" on tags ROW without attribute R [Eike Rathke]
    tdf#121942 Sildeshow: Video is played 2 times [Caolán McNamara]
    tdf#121987 Windows: MSI installation fails if WU service is disabled hard way [Mike Kaganski]

(ryoon)

2018-12-19 12:03:01 UTC MAIN commitmail json YAML

2018-12-19 06:55:43 UTC MAIN commitmail json YAML

fasttracker2: make version number more easily parsable by tools

(wiz)

2018-12-18 22:30:43 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20181217

(leot)

2018-12-18 22:30:23 UTC MAIN commitmail json YAML

youtube-dl: Update to 20181217

Changes:
version 2018.12.17

Extractors
* [ard:beta] Improve geo restricted videos extraction
* [ard:beta] Fix subtitles extraction
* [ard:beta] Improve extraction robustness
* [ard:beta] Relax URL regular expression (#18441)
* [acast] Add support for embed.acast.com and play.acast.com (#18483)
* [iprima] Relax URL regular expression (#18515, #18540)
* [vrv] Fix initial state extraction (#18553)
* [youtube] Fix mark watched (#18546)
+ [safari] Add support for learning.oreilly.com (#18510)
* [youtube] Fix multifeed extraction (#18531)
* [lecturio] Improve subtitles extraction (#18488)
* [uol] Fix format URL extraction (#18480)
+ [ard:mediathek] Add support for classic.ardmediathek.de (#18473)

(leot)

2018-12-18 17:08:39 UTC MAIN commitmail json YAML

doc: Updated emulators/mednafen to 1.21.3

(nia)

2018-12-18 17:08:21 UTC MAIN commitmail json YAML

2018-12-18 16:54:24 UTC MAIN commitmail json YAML

2018-12-18 16:12:13 UTC MAIN commitmail json YAML

2018-12-18 16:06:37 UTC MAIN commitmail json YAML

kitty: drop maintainership since i'm no longer using this.

(nia)

2018-12-18 15:54:16 UTC MAIN commitmail json YAML

doc: Updated x11/x11vnc to 0.9.15

(tnn)

2018-12-18 15:53:46 UTC MAIN commitmail json YAML

x11vnc: update to 0.9.15

x11vnc 0.9.15 2018-02-04
  Misc. buffer overflow and memleak fixes.
  Support for OpenSSL 1.1.0.
  Fix for Debian bug #672435.

x11vnc 0.9.14 2015-11-14
  Added support for the X Composite Extension.
  Added XInput 2 multi-pointer support
  Separated x11vnc sources from LibVNCServer.
  The project is now hosted at GitHub.

(tnn)

2018-12-18 15:51:02 UTC MAIN commitmail json YAML

doc: Added emulators/libretro-beetle-psx-hw version 20180808

(nia)

2018-12-18 15:50:48 UTC MAIN commitmail json YAML

emulators/libretro-beetle-psx-hw: New child package of ibretro-beetle-psx.

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Mednafen PSX (Beetle PSX) is a Sony PlayStation 1 video game system emulator
that can be used as a libretro core. It is a libretro port of Mednafen
PlayStation.

Mednafen can load CD-ROM games from a ripped/dumped copy of the disc, such
as CUE+BIN. Additionally there is support for CloneCD "CCD/IMG/SUB" rips,
and cdrdao "TOC" files. A CUE file is required.

This is the OpenGL version. It is currently less accurate than the software
renderer but will enable and/or speed up enhancements like upscaling and
texture filtering.

(nia)

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

icu: Revert -fno-addrsig for Clang

This should be handled in a different place.
The addrsig property breaks GNU strip(1) in a cryptic way, creating
misparsable ELF file.

(kamil)

2018-12-18 14:16:18 UTC MAIN commitmail json YAML

2018-12-18 13:27:54 UTC MAIN commitmail json YAML

zabbix: Ensure zlib can be found correctly.

(jperkin)

2018-12-18 12:02:57 UTC MAIN commitmail json YAML

Updated databases/py-peewee, www/py-pylint-django, archivers/py-lz4

(adam)

2018-12-18 12:02:34 UTC MAIN commitmail json YAML

py-lz4: updated to 2.1.5

2.1.5
This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels.

2.1.4
This release contains no functional changes other than changes to the Travis configuration for publishing wheels.

2.1.3
A simplification of the tox.ini file
More robust checking for pkgconfig availability
Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX
Only require pytest-runner if pytest/test is being called
Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.

(adam)

2018-12-18 11:50:34 UTC MAIN commitmail json YAML

py-pylint-django: updated to 2.0.5

Version 2.0.5:
Bumping the version number because there's been a mix-up between
GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.

(adam)

2018-12-18 11:48:33 UTC MAIN commitmail json YAML

py-peewee: updated to 3.8.0

3.8.0

**New features**

* Postgres BinaryJSONField now supports has_key(), concat() and
  remove() methods (though remove may require pg10+).
* Add python_value() method to the SQL-function helper fn, to allow
  specifying a custom function for mapping database values to Python values.

**Changes**

* Better support for UPDATE ... FROM queries, and more generally, more robust
  support for UPDATE and RETURNING clauses. This means that the
  QualifiedNames helper is no longer needed for certain types of queries.
* The SqlCipherDatabase no longer accepts a kdf_iter parameter. To
  configure the various SQLCipher encryption settings, specify the setting
  values as pragmas when initializing the database.
* Introspection will now, by default, only strip "_id" from introspected column
  names if those columns are foreign-keys.
* Allow UUIDField and BinaryUUIDField to accept hexadecimal UUID strings as
  well as raw binary UUID bytestrings (in addition to UUID instances, which
  are already supported).
* Allow ForeignKeyField to be created without an index.
* Allow multiple calls to cast() to be chained.
* Add logic to ensure foreign-key constraint names that exceed 64 characters
  are truncated using the same logic as is currently in place for long indexes.
* ManyToManyField supports foreign-keys to fields other than primary-keys.
* When linked against SQLite 3.26 or newer, support SQLITE_CONSTRAINT to
  designate invalid queries against virtual tables.
* SQL-generation changes to aid in supporting using queries within expressions
  following the SELECT statement.

**Bugfixes**

* Fixed bug in order_by_extend(), thanks @nhatHero.
* Fixed bug where the DataSet CSV import/export did not support non-ASCII
  characters in Python 3.x.
* Fixed bug where model_to_dict would attempt to traverse explicitly disabled
  foreign-key backrefs.
* Fixed bug when attempting to migrate SQLite tables that have a field whose
  column-name begins with "primary_".
* Fixed bug with inheriting deferred foreign-keys.

(adam)

2018-12-18 11:25:03 UTC MAIN commitmail json YAML

Updated devel/py-dogpile-cache

(adam)

2018-12-18 11:24:45 UTC MAIN commitmail json YAML

py-dogpile-cache: updated to 0.7.1

0.7.1
[bug] [region] Fixed regression in 0.7.0 caused by 136 where the assumed arguments for the CacheRegion.async_creation_runner expanded to include the new CacheRegion.get_or_create.creator_args parameter, as it was not tested that the async runner would be implicitly called with these arguments when the CacheRegion.cache_on_arguments() decorator was used. The exact signature of async_creation_runner is now restored to have the same arguments in all cases.

0.7.0

[bug] The decorator module is now used when creating function decorators within CacheRegion.cache_on_arguments() and CacheRegion.cache_multi_on_arguments() so that function signatures are preserved. Pull request courtesy ankitpatel96.

Additionally adds a small performance enhancement which is to avoid internally creating a @wraps() decorator for the creator function on every get operation, by allowing the arguments to the creator be passed separately to CacheRegion.get_or_create().

[bug] [py3k] Fixed all Python 3.x deprecation warnings including inspect.getargspec()

(adam)

2018-12-18 10:22:29 UTC MAIN commitmail json YAML

Updated net/py-responses, devel/py-typed-ast

(adam)

2018-12-18 10:21:56 UTC MAIN commitmail json YAML

py-typed-ast: updated to 1.1.1

1.1.1:
Add Python 3.7 to appveyor.yml

(adam)

2018-12-18 10:03:05 UTC MAIN commitmail json YAML

py-responses: updated to 0.10.5

Responses 0.10.5
Fix callback exception mocking.
Improve test coverage
Improve build configuration.

(adam)

2018-12-18 09:58:24 UTC MAIN commitmail json YAML

Updated x11/qt5

(adam)

2018-12-18 09:57:59 UTC MAIN commitmail json YAML

2018-12-18 09:57:20 UTC MAIN commitmail json YAML

qt5: updated to 5.12.0

Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches

(adam)

2018-12-18 09:25:16 UTC MAIN commitmail json YAML

Updated devel/nasm

(adam)

2018-12-18 09:24:33 UTC MAIN commitmail json YAML

nasm: updated to 2.14

Version 2.14

Changed -I option semantics by adding a trailing path separator unconditionally.

Fixed null dereference in corrupted invalid single line macros.

Fixed division by zero which may happen if source code is malformed.

Fixed out of bound access in processing of malformed segment override.

Fixed out of bound access in certain EQU parsing.

Fixed buffer underflow in float parsing.

Added SGX (Intel Software Guard Extensions) instructions.

Added +n syntax for multiple contiguous registers.

Fixed subsections_via_symbols for macho object format.

Added the --gprefix, --gpostfix, --lprefix, and --lpostfix command line options, to allow command line base symbol renaming. See section 2.1.28.

Allow label renaming to be specified by %pragma in addition to from the command line. See section 6.9.

Supported generic %pragma namespaces, output and debug. See section 6.10.

Added the --pragma command line option to inject a %pragma directive. See section 2.1.29.

Added the --before command line option to accept preprocess statement before input. See section 2.1.30.

Added AVX512 VBMI2 (Additional Bit Manipulation), VNNI (Vector Neural Network), BITALG (Bit Algorithm), and GFNI (Galois Field New Instruction) instructions.

Added the STATIC directive for local symbols that should be renamed using global-symbol rules. See section 6.8.

Allow a symbol to be defined as EXTERN and then later overridden as GLOBAL or COMMON. Furthermore, a symbol declared EXTERN and then defined will be treated as GLOBAL. See section 6.5.

The GLOBAL directive no longer is required to precede the definition of the symbol.

Support private_extern as macho specific extension to the GLOBAL directive. See section 7.8.5.

Updated UD0 encoding to match with the specification

Added the --limit-X command line option to set execution limits. See section 2.1.31.

Updated the Codeview version number to be aligned with MASM.

Added the --keep-all command line option to preserve output files. See section 2.1.32.

Added the --include command line option, an alias to -P (section 2.1.18).

Added the --help command line option as an alias to -h (section 3.1).

Added -W, -D, and -Q suffix aliases for RET instructions so the operand sizes of these instructions can be encoded without using o16, o32 or o64.

(adam)

2018-12-18 06:49:12 UTC MAIN commitmail json YAML

doc: Updated math/py-z3 to 4.8.3

(kamil)

2018-12-18 06:48:53 UTC MAIN commitmail json YAML

doc: Updated math/z3 to 4.8.3

(kamil)

2018-12-18 06:46:39 UTC MAIN commitmail json YAML

z3: Upgrade to 4.8.3

Eliminate merged patches.
Improve java support.

Patch by Michal Gorny.

Upstream changelog
==================
z3-4.8.3
This release covers
    bug fixes since 4.8.1
    .NET bindings for dotnet standard 1.4 on windows and 64 bit Linux systems and MacOs

z3-4.8.1
    New requirements:
        A breaking change to the API is that parsers for SMT-LIB2 formulas return a vector of
        formulas as opposed to a conjunction of formulas. The vector of formulas correspond to
        the set of "assert" instructions in the SMT-LIB input.

    New features
        A parallel mode is available for select theories, including QF_BV.
        By setting parallel.enable=true Z3 will spawn a number of worker threads proportional to the
        number of available CPU cores to apply cube and conquer solving on the goal.
        The SAT solver by default handle cardinality and PB constraints using a custom plugin
        that operates directly on cardinality and PB constraints.
        A "cube" interface is exposed over the solver API.
        Model conversion is first class over the textual API, such that subgoals created from running a
        solver can be passed in text files and a model for the original formula can be recreated from the result.
        This has also led to changes in how models are tracked over tactic subgoals. The API for
        extracting models from apply_result have been replaced.
        An optional mode handles xor constraints using a custom xor propagator.
        It is off by default and its value not demonstrated.
        The SAT solver includes new inprocessing techniques that are available during simplification.
        It performs asymmetric tautology elimination by default, and one can turn on more powerful inprocessing techniques
        (known as ACCE, ABCE, CCE). Asymmetric branching also uses features introduced in Lingeling by exploiting binary implication graphs.
        Use sat.acce=true to enable the full repertoire of inprocessing methods. By default, clauses that are "eliminated" by acce are tagged
        as lemmas (redundant) and are garbage collected if their glue level is high.
        Substantial overhaul of the spacer horn clause engine.
        Added basic features to support Lambda bindings.
        Added model compression to eliminate local function definitions in models when
        inlining them does not incur substantial overhead. The old behavior, where models are left
        uncompressed can be replayed by setting the top-level parameter model_compress=false.
        Integration of a new solver for linear integer arithmetic and mixed linear integer arithmetic by Lev Nachmanson.
        It incorporates several improvements to QF_LIA solving based on
        . using a better LP engine, which is already the foundation for QF_LRA
        . including cuts based on Hermite Normal Form (thanks to approaches described
        in "cuts from proofs" and "cutting the mix").
        . extracting integer solutions from LP solutions by tightening bounds selectively.
        We use a generalization of Bromberger and Weidenbach that allows avoiding selected
        bounds tighthenings (https://easychair.org/publications/paper/qGfG).
        It solves significantly more problems in the QF_LIA category and may at this point also
        be the best solver for your problem as well.
        The new solver is enabled only for select SMT-LIB logics. These include QF_LIA, QF_IDL, and QF_UFLIA.
        Other theories (still) use the legacy solver for arithmetic. You can enable the new solver by setting
        the parameter smt.arith.solver=6 to give it a spin.

    Removed features:
        interpolation API
        duality engine for constrained Horn clauses.
        pdr engine for constrained Horn clauses. The engine's functionality has been
        folded into spacer as one of optional strategies.
        long deprecated API functions have been removed from z3_api.h

Z3 4.7.1. official release

    cumulative bug fix since 4.6.0
    minor version incremented as API now uses stdbool and stdint: bool and int64_t, uint64_t

Official release Z3 4.6.0.

(kamil)

2018-12-18 06:14:08 UTC MAIN commitmail json YAML

icu: Append -fno-addrsig in clang build

The -faddrsig option (enabled by default) generates executables that are
not compatible with GNU strip(1).

(kamil)

2018-12-18 01:55:56 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-reicast to 20181213

(nia)

2018-12-18 01:55:45 UTC MAIN commitmail json YAML

libretro-reicast: Update to 20181213

Changes:

* Use u32 for vertex indices to avoid overflow. Fix ggx15 coin chute issue
* Naomi: allow mapping P2 buttons onto P1. Fix coin chute issues.
* Clip high z vertices. Fixes bogus triangles in Soul Calibur intro and NHL 2K2 missing menu
* Unlock the emu thread if waiting for frame finish when loading state
* Use xxhash for palette hashing. extra depth scale for NHL 2K2
* Skip rendering is TA context is overrun. Fixes strip mode crash in FOTNS
* ARM dynarec: do a block check on the entire block.  Fixes Grandia II freezing on Now Loading... screen
* Backport Synchronous rendering option from upstream
* Fix some regions & add some missing keys
* Fix regions for Guilty Gear games
* Naomi: 7z archive and split/parent roms support
* rec-x64: don't reset the cycle counter for better scheduling
* Fix compile fail from math with conflicting types
* Naomi: fixes for vathlete, csmash, hotd2 and more
* Restrict regions for naomi games
* Add All GD Roms - Flyinghead FTW
* Naomi: GD-ROM support
* Naomi: improved JVS configuration. Ninja Assault
* Mushiking and Derby Additions/Fixes
* Fixes for wldkicks and wldkicksu
* Naomi/AW: Leverage libretro input descriptors to list and name each game's inputs
* Child and clone roms support for M1, M2/M3 and AW
* Naomi: allow bios selection with region core option
* Various fixes
* Parent rom support for M1, M2, M4 and AW
* Naomi/AW: avoid opposite DPad keys being pressed simultaneously
* AtomisWave roms support
* Naomi: support for M1 and M4 carts. BIOS version H supported.
* Naomi: add dual I/O boards / 4-player setup for Ring Out 4x4
* Naomi: M2 mame rom support
* CHD: swap bytes of CHDv5+ audio tracks
* Added 4:3 resolution for 4K screens
* CHD v5 and misc fixes
* Adding the 4:3 resolution of 1440x1080
* Maple: non-gamepad controls were ignored. Shikigami No Shiro II fix.
* Better rumble support. Fix rumble staying on all the time.

(nia)

2018-12-18 00:57:05 UTC MAIN commitmail json YAML

doc: Updated emulators/libretro-snes9x to 1.58

(nia)

2018-12-18 00:56:54 UTC MAIN commitmail json YAML

libretro-snes9x: Update to 1.58.

Changes:

Snes9x 1.58
- Move the LICENSE file to the base directory and use a stub
  in all the source files referring to it.
- Adjust Chou Aniki timing hack.
- Use 1-based numbering when displaying pressed keys.
- Hide controller port if disabled when displaying keys.
- Fix movie playback.

libretro:
- Fix interlaced modes when overscan crop is enabled.
- Allow overriding -flto. (orbea)

Snes9x 1.57
- Various seta010 emulation fixes.                          (kps501)
- Pass blargg OAM tests with proper write behavior.        (BearOso)
- Prevent interlacing in BG modes 1-4.                      (BearOso)
- Corrected IRQ and NMI emulation to allow more games to
  work properly.                                            (BearOso, OV2)
- Use 1 instead of 0 for initial PPU left window coordinate,
  fixing garbage in left column of pixels in some games.    (turhope)
- Added interpolation option hack for DSP.                  (kps501, mudlord,
                                                            BearOso)
- Added sprite-tile limit disabling hack.                  (Tatsuya79)
- Added libretro's fast snapshot support.                  (OV2)
- Add overclocking hack that increases IPC                  (retrotalker)
- Fix controller initialization issues preventing some games
  from using multitap.                                      (retrotalker)
- Proper write behavior for register $2122.                (BearOso)
- Fix transparency issue with Star Fox asteroids.          (redguy, BearOso)
- Increase SuperFX speed to more accurately represent
  hardware, and fix bugs with Stunt Race FX and Yoshi's
  Island.                                                  (BearOso)
- Resize viewport on state load.                            (retrotalker)
- Many fixes to variables not saved or saved incorrectly in
  save states.                                              (Dwedit)
- Pass decimal tests in blargg's math test ROMs.            (BearOso)
- Remove memory leak in loadzip.cpp.                        (bonimy)
- Fix screen size not reverting when overscan is turned on
  then off mid-frame.                                      (BearOso)

libretro:
- Massive update of libretro code to latest downstream.    (fr500, kps501,
                                                            OV2, twinaphex,
                                                            BearOso,
                                                            hiddenasbestos,
                                                            m4xw, kxyxz,
                                                            claudiuslollarius)

(nia)

2018-12-17 22:11:46 UTC MAIN commitmail json YAML

nginx: Re-add dropped naxsi checksum.

(jperkin)

2018-12-17 20:34:51 UTC MAIN commitmail json YAML

2018-12-17 19:46:16 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-xpath to 3.2.0

(jperkin)

2018-12-17 19:46:06 UTC MAIN commitmail json YAML

ruby-xpath: Update to 3.2.0.  Required to unbreak ruby-capybara.

3.2.0 - 2018-10-15

Added:

* lowercase/uppercase
* ability for attr to use names that aren't valid in XML but are in HTML

(jperkin)

2018-12-17 19:24:44 UTC MAIN commitmail json YAML

2018-12-17 19:15:33 UTC MAIN commitmail json YAML

Bump destdir patch to build on OpenBSD. No functional change elsewhere.

(schmonz)

2018-12-17 18:32:43 UTC MAIN commitmail json YAML

2018-12-17 17:04:38 UTC MAIN commitmail json YAML

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

Handle _XOPEN_SOURCE on SunOS. Should fix SmartOS build.

(schmonz)

2018-12-17 16:31:13 UTC MAIN commitmail json YAML

doc: Updated devel/transifex-client to 0.13.5

(taca)

2018-12-17 16:30:49 UTC MAIN commitmail json YAML

devel/transifex-client: update to 0.13.5

pkgsrc changes
* Add support for pkg_alternatives.
* Prefix PKGNAME with ${PYPKGPREFIX}.
* update dependency.

0.13.5 (2018/10/17)

* Pin dependencies to avoid incompatibilities between packages

(taca)

2018-12-17 16:25:19 UTC MAIN commitmail json YAML

doc: Updated devel/py-python-slugify to 1.2.6

(taca)

2018-12-17 16:24:48 UTC MAIN commitmail json YAML

devel/py-python-slugify: update to 1.2.6

## 1.2.6
  - Add support for case sensitive slugs (@s-m-e)

(taca)

2018-12-17 16:19:52 UTC MAIN commitmail json YAML

2018-12-17 16:15:29 UTC MAIN commitmail json YAML

2018-12-17 16:07:09 UTC MAIN commitmail json YAML

2018-12-17 15:59:21 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-screengif to 0.0.3nb1

(taca)

2018-12-17 15:58:59 UTC MAIN commitmail json YAML

graphics/ruby-screengif: add pkg_alternatives support

* Add pkg_alternatives support.
* Add "USE_LANGUAGES=none".

Bump PKGREVISION.

(taca)

2018-12-17 15:57:18 UTC MAIN commitmail json YAML

doc: Updated www/php-basercms to 3.0.16

(taca)

2018-12-17 15:56:33 UTC MAIN commitmail json YAML

www/php-basercms: update to 3.0.16

Various fixes and improvement from 3.0.9 including some security fixes.

https://basercms.net/release/3_0_10
https://basercms.net/release/3_0_11
* fixes CSS and CSRF.

https://basercms.net/release/3_0_12
https://basercms.net/release/3_0_13
https://basercms.net/release/3_0_14
https://basercms.net/release/3_0_15

* fixes SQL injection in searching within a website.
* fixes arbitary file removal with mail form.
* fixes code injection.

https://basercms.net/release/3_0_16

(taca)

2018-12-17 15:47:08 UTC MAIN commitmail json YAML

doc: Updated net/pear-Net_SMTP to 1.8.1

(taca)

2018-12-17 15:46:47 UTC MAIN commitmail json YAML

net/pear-Net_SMTP: update to 1.8.1

Release date: 2018-09-24 20:31 UTC
Release state: stable
Release uploaded by: jon

Changelog:

* Don't disconnect when message size exceeds server limit
* Added GSSAPI support via the PECL krb5 module
* Updated composer requirements to use stable dependencies

(taca)

2018-12-17 15:46:04 UTC MAIN commitmail json YAML

databases/php-pdo_sqlite: omit extra include

It is no need to include "../../mk/bsd.prefs.mk" before including
"../../lang/php/ext.mk" since ext.mk includes bsd.prefs.mk internally.

(taca)

2018-12-17 15:33:01 UTC MAIN commitmail json YAML

2018-12-17 15:13:12 UTC MAIN commitmail json YAML

doc: Updated www/ruby-capybara to 3.12.0

(taca)

2018-12-17 15:12:50 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.12.0

# Version 3.12.0
Release date: 2018-11-28

### Added

* Support Ruby 2.6 endless range in Result#[] and query `:between` option
* Pre-registered headless firefox driver :selenium_headless [Andrew Havens]
* Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration

### Fixed

* Raise error if only :x or :y are passed as an offset to click methods

### Removed

* Support for RSpec < 3.5

# Version 3.11.1
Release date: 2018-11-16

###Fixed

* Fixed :link_or_button XPath generation when it has had an expression filter added

# Version 3.11.0
Release date: 2018-11-14

### Added

* Ability for node filters to set detailed error messages
* `Capybara::HTML` Will use `nokogumbo` for HTML parsing if installed
* `Selector#locator_filter` added to allow for dynamic locator in selectors

### Fixed

* Node filters are evaluated in the context of the Selector they are used in to ensure the correct options are used

# Version 3.10.1
Release date: 2018-11-03

### Fixed

* Fix `aria-label` and `test_id` matching for `link_or_button` selector type - Issue #2125
* Fixed crash in element path creation for matcher failure messages - Issue #2120

# Version 3.10.0
Release date: 2018-10-23

### Added

* :class filter can now check for class names starting with !
* Selector `xpath`/`css` expression definitions will get filter names from block parameters if not explicitly provided
* `any_of_selectors` assertions and matchers to complement `all_of_selectors` and `none_of_selectors`

### Fixed

* Selector `css` expression definiton declared filters now work again
* Cleaned up warnings [Yuji Yaginuma]
* Workaround installation of rspec matcher proxies under jruby by reverting to the old solution not using prepend, so jruby bugs are not hit - Issue #2115

# Version 3.9.0
Release date: 2018-10-03

### Added

* Selenium with Chrome removes all cookies at session reset instead of just cookies from current domain if possible
* Support for Regexp for system :id and :class filters where possible
* `using_session` now accepts a session object as well as the name of the session for users who  manually manage sessions
* The `:field` selector will now find `type = "hidden"` fields if the `type: "hidden"` filter option is provided

(taca)

2018-12-17 15:12:06 UTC MAIN commitmail json YAML

doc: Updated www/heel to 3.2.1

(taca)

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

www/heel: update to 3.2.1

# Changelog
## Version 3.2.1 - 2018-09-27
* fix pume dependency - it was too constrainted

(taca)

2018-12-17 15:10:59 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-tilt to 2.0.9

(taca)

2018-12-17 15:10:38 UTC MAIN commitmail json YAML

textproc/ruby-tilt: update to 2.0.9

pkgsrc change:
* Drop @PREFIX@ from ALTERNATIVES file.

## 2.0.9 (2018-11-28)

* Use new ERB API in Ruby 2.6 (#329, koic)
* Support the new sassc gem (#336, jdickey, judofyr)

(taca)

2018-12-17 15:09:20 UTC MAIN commitmail json YAML

doc: Updated security/ruby-sshkit to 1.18.0

(taca)

2018-12-17 15:08:35 UTC MAIN commitmail json YAML

security/ruby-sshkit: update to 1.18.0

## [1.18.0][] (2018-10-21)

  * [#435](https://github.com/capistrano/sshkit/pull/435): Consistent verbosity configuration #capture and #test methods - [@NikolayRys](https://github.com/NikolayRys)

## [1.17.0][] (2018-07-07)

  * [#430](https://github.com/capistrano/sshkit/pull/430): [Feature] Command Argument STDOUT/capistrano.log Hiding - [@NorseGaud](https://github.com/NorseGaud)

## [1.16.1][] (2018-05-20)

  * [#425](https://github.com/capistrano/sshkit/pull/425): Command#group incorrectly escapes double quotes, resulting in a a syntax error when specifying the group execution using `as`. This issue manifested when user command quotes changed from double quotes to single quotes. This fix removes the double quote escaping - [@pblesi](https://github.com/pblesi).

(taca)

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

doc: Updated security/ruby-rbnacl to 6.0.0

(taca)

2018-12-17 15:07:11 UTC MAIN commitmail json YAML

security/ruby-rbnacl: update to 6.0.0

## [6.0.0] (2018-11-08)

[6.0.0]: https://github.com/crypto-rb/rbnacl/pull/182

* [#180](https://github.com/crypto-rb/rbnacl/pull/180)
  Deprecate rbnacl-libsodium.
  ([@tarcieri])

* [#176](https://github.com/crypto-rb/rbnacl/pull/176)
  Add support for XChaCha20-Poly1305.
  ([@AnIrishDuck])

* [#174](https://github.com/crypto-rb/rbnacl/pull/174)
  Fix buffer size type in `randombytes_buf` binding.
  ([@elijh])

* [#172](https://github.com/crypto-rb/rbnacl/pull/172)
  Add support for argon2id digest.
  ([@trofi])

* [#166](https://github.com/crypto-rb/rbnacl/pull/166)
  Support for non-32-byte HMAC-SHA256/512 keys.
  ([@nsheremet])

(taca)

2018-12-17 15:05:18 UTC MAIN commitmail json YAML

doc: Updated security/ruby-airbrussh to 1.3.1

(taca)

2018-12-17 15:04:54 UTC MAIN commitmail json YAML

security/ruby-airbrussh: update to 1.3.1

## [1.3.1][] (2018-11-04)

* Packaging changes to reduce gem size
* RuboCop and Travis improvements
* No user-facing changes

(taca)

2018-12-17 15:02:54 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-pry to 0.12.2

(taca)

2018-12-17 15:02:24 UTC MAIN commitmail json YAML

misc/ruby-pry: update to 0.12.2

pkgsr change:
* Remove @PREFIX@ from ALTERNATIVES file.

### [v0.12.2][v0.12.2] (November 12, 2018)

#### Bug fixes

* Restore removed deprecations, which were removed by accident due to a bad
  rebase.

### [v0.12.1][v0.12.1] (November 12, 2018)

#### Bug fixes

* Stopped creating a new hash each time `Pry::Prompt#[]` is invoked
  ([#1855](https://github.com/pry/pry/pull/1855))
* Fixed `less` pager not working when it's available
  ([#1861](https://github.com/pry/pry/pull/1861))

### [v0.12.0][v0.12.0] (November 5, 2018)

#### Major changes

* Dropped support for Rubinius ([#1785](https://github.com/pry/pry/pull/1785))

#### Features

* Added a new command, `clear-screen`, that clears the content of the screen Pry
  is running in regardless of platform (Windows or UNIX-like)
  ([#1723](https://github.com/pry/pry/pull/1723))
* Added a new command, `gem-stat`, that prints gem statistics such as gem
  dependencies and downloads ([#1707](https://github.com/pry/pry/pull/1707))
* Added support for nested exceptions for the `wtf` command
  ([#1791](https://github.com/pry/pry/pull/1791))
* Added support for dynamic prompt names
  ([#1833](https://github.com/pry/pry/pull/1833))

  ```rb
  # pryrc
  Pry.config.prompt_name = Pry.lazy { rand(100) }

  # Session
  [1] 80(main)>
  [2] 87(main)>
  [3] 30(main)>
  ```
* Added support for XDG Base Directory Specification
  ([#1609](https://github.com/pry/pry/pull/1609),
  [#1844](https://github.com/pry/pry/pull/1844),
  ([#1848](https://github.com/pry/pry/pull/1848)))
* Removed the `simple-prompt`. Use `change-prompt simple` instead. The
  `list-prompt` command was removed and embedded as `change-prompt --list`
  ([#1849](https://github.com/pry/pry/pull/1849))

#### API changes

* The following methods started accepting the new optional `config` parameter
  ([#1809](https://github.com/pry/pry/pull/1809)):
  * `Pry::Helpers.tablify(things, line_length, config = Pry.config)`
  * `Pry::Helpers.tablify_or_one_line(heading, things, config = Pry.config)`
  * `Pry::Helpers.tablify_to_screen_width(things, options, config = Pry.config)`
  * `Pry::Helpers::Table.new(items, args, config = Pry.config)`

  You are expected to pass a session-local `_pry_.config` instead of the global
  one.

* Added new method `Pry::Config.assign`, for creating a Config non-recursively
  ([#1725](https://github.com/pry/pry/issues/1725))
* Added `Pry.lazy`, which is a helper method for values that need to be
  calculated dynamically. Currently, only `config.prompt_name` supports it
  ([#1833](https://github.com/pry/pry/pull/1833))
* `Pry::Prompt` responds to `.[]`, `.all` & `.add` now. The `Pry::Prompt.add`
  method must be used for implementing custom prompts. See the API in the
  documentation for the class ([#1846](https://github.com/pry/pry/pull/1846))

#### Breaking changes

* Deleted the `Pry::Helpers::Text.bright_default` alias for
  `Pry::Helpers::Text.bold` ([#1795](https://github.com/pry/pry/pull/1795))
* `Pry::Helpers.tablify_to_screen_width(things, options, config = Pry.config)`
  requires `options` or `nil` in place of them.
* `Pry::Helpers::Table.new(items, args, config = Pry.config)` requires `args`
  or `nil` in place of them.
* Completely revamped `Pry::HistoryArray`
  ([#1818](https://github.com/pry/pry/pull/1818)).
  * It's been renamed to `Pry::Ring`
    ([#1817](https://github.com/pry/pry/pull/1817))
  * The implementation has changed and as result, the following methods were
    removed:
    * `Pry::Ring#length` (use `Pry::Ring#count` instead)
    * `#empty?`, `#each`, `#inspect`, `#pop!`, `#to_h`
  * To access old Enumerable methods convert the ring to Array with `#to_a`
  * Fixed indexing for elements (e.g. `_pry_.input_ring[0]` always return some
    element and not `nil`)
* Renamed `Pry.config.prompt_safe_objects` to `Pry.config.prompt_safe_contexts`
* Removed deprecated `Pry::CommandSet#before_command` &
  `Pry::CommandSet#after_command` ([#1838](https://github.com/pry/pry/pull/1838))

#### Deprecations

* Deprecated `_pry_.input_array` & `_pry_.output_array` in favour of
  `_pry_.input_ring` & `_pry_.output_ring` respectively
  ([#1814](https://github.com/pry/pry/pull/1814))
* Deprecated `Pry::Command#text`. Please use `#black`, `#white`, etc. directly
  instead (as you would with helper functions from `BaseHelpers` and
  `CommandHelpers`) ([#1701](https://github.com/pry/pry/pull/1701))
* Deprecated `_pry_.input_array` & `_pry_.output_array` in favour of
  `_pry_.input_ring` and `_pry_.output_ring` respectively
  ([#1817](https://github.com/pry/pry/pull/1817))
* Deprecated `Pry::Platform`. Use `Pry::Helpers::Platform` instead. Note that
  `Pry::Helpers::BaseHelpers` still includes the `Platform` methods but emits a
  warning. You must switch to `Pry::Helpers::Platform` in your code
  ([#1838](https://github.com/pry/pry/pull/1838),
  ([#1845](https://github.com/pry/pry/pull/1845)))
* Deprecated `Pry::Prompt::MAP`. You should use `Pry::Prompt.all` instead to
  access the same map ([#1846](https://github.com/pry/pry/pull/1846))

#### Bug fixes

* Fixed a bug where `cd Hash.new` reported `self` as an instance of Pry::Config
  in the prompt ([#1725](https://github.com/pry/pry/pull/1725))
* Silenced the `Could not find files for the given pattern(s)` error message
  coming from `where` on Windows, when `less` or another pager is not installed
  ([#1767](https://github.com/pry/pry/pull/1767))
* Fixed possible double loading of Pry plugins' `cli.rb` on Ruby (>= 2.4) due to
  [the `realpath` changes while invoking
  `require`](https://bugs.ruby-lang.org/issues/10222)
  ([#1762](https://github.com/pry/pry/pull/1762),
  [#1774](https://github.com/pry/pry/pull/1762))
* Fixed `NoMethodError` on code objects that have a comment but no source when
  invoking `show-source` ([#1779](https://github.com/pry/pry/pull/1779))
* Fixed `negative argument (ArgumentError)` upon pasting code with tabs, which
  used to confuse automatic indentation
  ([#1771](https://github.com/pry/pry/pull/1771))
* Fixed Pry not being able to load history on Ruby 2.4.4+ when it contains the
  null character ([#1789](https://github.com/pry/pry/pull/1789))
* Fixed Pry raising errors on `cd`'ing into some objects that redefine
  `method_missing` and `respond_to?`
  ([#1811](https://github.com/pry/pry/pull/1811))
* Fixed bug when indentation leaves parts of input after pressing enter when
  Readline is enabled with mode indicators for vi mode
  ([#1813](https://github.com/pry/pry/pull/1813),
  [#1820](https://github.com/pry/pry/pull/1820),
  [#1825](https://github.com/pry/pry/pull/1825))
* Fixed `edit` not writing to history
  ([#1749](https://github.com/pry/pry/issues/1749))

#### Other changes

* Deprecated the `Data` constant to match Ruby 2.5 in the `ls` command
  ([#1731](https://github.com/pry/pry/pull/1731))

(taca)

2018-12-17 15:01:02 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 1.17.2

(taca)

2018-12-17 15:00:41 UTC MAIN commitmail json YAML

misc/ruby-bundler: update to 1.17.2

pkgsr change
* Remove @PREFIX@ from ALTERNATIVES file.

## 1.17.2 (2018-12-11)

- Add compatability for bundler merge with Ruby 2.6

## 1.17.1 (2018-10-25)

- Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/bundler/bundler/pull/6761), @alexggordon)

## 1.17.0 (2018-10-25)

No new changes.

## 1.17.0.pre.2 (2018-10-13)

Features:

  - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/bundler/bundler/issues/4333), @gwerbin)
  - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle
  - Add `bundle remove` command to remove gems from the Gemfile via the CLI
  - Improve checking file permissions and asking for `sudo` in Bundler when it doesn't need to
  - Add error message to `bundle add` to check adding duplicate gems to the Gemfile
  - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to.

The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.

  - Improve deprecation warning message for `bundle show` command
  - Improve deprecation warning message for the `--force` option in `bundle install`

## 1.17.0.pre.1 (2018-09-24)

Features:

  - Check folder/file permissions of the Bundle home directory in the `bundle doctor` command ([#5786](https://github.com/bundler/bundler/issues/5786), @ajwann)
  - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github.com/bundler/bundler/issues/5596), @akhramov)
  - Add `--paths` option to `bundle list` command ([#6172](https://github.com/bundler/bundler/issues/6172), @colby-swandale)
  - Add base error class to gems generated from `bundle gem` ([#6260](https://github.com/bundler/bundler/issues/6260), @christhekeele)
  - Correctly re-install gem extensions with a git source when running `bundle pristine` ([#6294](https://github.com/bundler/bundler/issues/6294), @wagenet)
  - Add config option to disable platform warnings ([#6124](https://github.com/bundler/bundler/issues/6124), @agrim123)
  - Add `--skip-install` option to `bundle add` command to add gems to the Gemfile without installation ([#6511](https://github.com/bundler/bundler/issues/6511), @agrim123)
  - Add `--only-explicit` option to `bundle outdated` to list only outdated gems in the Gemfile ([#5366](https://github.com/bundler/bundler/issues/5366), @peret)
  - Support adding multiple gems to the Gemfile with `bundle add` ([#6543](https://github.com/bundler/bundler/issues/6543), @agrim123)
  - Make registered plugin events easier to manage in the Plugin API (@jules2689)
  - Add new gem install hooks to the Plugin API (@jules2689)
  - Add `--optimistic` and `--strict` options to `bundle add` ([#6553](https://github.com/bundler/bundler/issues/6553), @agrim123)
  - Add `--without-group` and `--only-group` options to `bundle list` ([#6564](https://github.com/bundler/bundler/issues/6564), @agrim123)
  - Add `--gemfile` option to the `bundle exec` command ([#5924](https://github.com/bundler/bundler/issues/5924), @ankitkataria)

The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.

  - Make `install --path` relative to the current working directory ([#2048](https://github.com/bundler/bundler/issues/2048), @igorbozato)
  - Auto-configure job count ([#5808](https://github.com/bundler/bundler/issues/5808), @segiddins)
  - Use the Gem Version Promoter for major gem updates ([#5993](https://github.com/bundler/bundler/issues/5993), @segiddins)
  - Add config option to add the Ruby scope to `bundle config path` when configured globally (@segiddins)

## 1.16.6 (2018-10-05)

Changes:

  - Add an error message when adding a gem with `bundle add` that's already in the bundle ([#6341](https://github.com/bundler/bundler/issues/6341), @agrim123)
  - Add Homepage, Source Code and Chanagelog URI metadata fields to the `bundle gem` gemspec template (@walf443)

Bugfixes:

  - Fix issue where updating a gem resulted in the gem's version being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS` was set ([#6529](https://github.com/bundler/bundler/issues/6529), @theflow)
  - Fix some rescue calls that don't specifiy error type (@utilum)
  - Fix an issue when the Lockfile would contain platform-specific gems that it didn't need ([#6491](https://github.com/bundler/bundler/issues/6491), @segiddins)
  - Improve handlding of adding new gems with only a single group to the Gemfile in `bundle add` (@agrim123)
  - Refactor check for OpenSSL in `bundle env` (@voxik)
  - Remove an unnecessary assignment in Metadata (@voxik)

Documentation:

  - Update docs to reflect revised guidance to check in Gemfile.lock into version control for gems ([#5879](https://github.com/bundler/bundler/issues/5879), @arbonap)
  - Add documentation for the `--all` flag in `bundle update` (@agrim123)
  - Update README to use `bundle add` in usage examples (@hdf1986)

(taca)

2018-12-17 14:58:22 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tins to 1.20.2

(taca)

2018-12-17 14:58:00 UTC MAIN commitmail json YAML

devel/ruby-tins: udpate to 1.20.2

* 2018-11-14 Release 1.20.2
- Fix ~x options
* 2018-11-14 Release 1.20.1
- Add disabling boolean options in Tins::GO#go method.
* 2018-11-14 Release 1.20.0
- Support default arguments in Tins::GO#go method.
* 2018-11-07 Release 1.19.0
- Allow annotations without arguments
* 2018-11-02 Release 1.18.0
- `thread_local` and `thread_global` with default block
* 2018-10-15 Release 1.17.0
- Add Tins::TempIO::Enum class to wrap `temp_io` into Enumerator.

(taca)

2018-12-17 14:57:34 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-thor to 0.20.3

(taca)

2018-12-17 14:57:05 UTC MAIN commitmail json YAML

devel/ruby-thor: update to 0.20.3

# 0.20.3
* Support old versions of `did_you_mean`.

# 0.20.2
* Fix `did_you_mean` support.

(taca)

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

doc: Updated devel/ruby-term-ansicolor to 1.7.0

(taca)

2018-12-17 14:54:45 UTC MAIN commitmail json YAML

devel/ruby-term-ansicolor: update to 1.7.0

pkgsrc chagne:
* Remove @PREFIX@ in ALTERNATIVES file.

2018-11-02 - 1.7.0 * Add movement commands and term_snow executable

(taca)

2018-12-17 14:53:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-stomp to 1.4.7

(taca)

2018-12-17 14:52:50 UTC MAIN commitmail json YAML

devel/ruby-stomp: update to 1.4.7

## 1.4.7 20181210

* Support SSL cert/key in text format.
* Test adjustments for Artemis
* Correct missing variable name
* Fix Ruby 2.6 test indentation warning

## 1.4.6 20181105

* Fix broken JRuby support.  Issue #153.
* Rework many tests for JRuby support.
* Add optional debug output to all tests.

## 1.4.5 20181027

* Add option for no timeout on network read
* Lock check of @io.ready for SSL sockets
* Squelch some deprecation warnings
* Address issue #146
* Reintroduce named excepton on nil header
* Environmentally control some debug flags
* Raise named exception on bad server frame
* Attempt to address issue #152
* Eliminate Ruby 2.5 warnings in unit tests
* Major refactor of all gem examples

(taca)

2018-12-17 14:51:59 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pkg-config to 1.3.2

(taca)

2018-12-17 14:51:34 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.3.2

== 1.3.2 - 2018-11-03

=== Improvements

  * Added support for Ruby installed by RubyInstaller for Windows with
    MSYS2-Devkit.

(taca)

2018-12-17 14:50:56 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.12.0

(taca)

2018-12-17 14:50:34 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.12.0

=== 3.12.0 / 2018-12-04

* 3 minor enhancements:

  * 2.5: Allow rescue/ensure/else in normal do blocks. (presidentbeef)
  * Added stabby proc with do/end as block call argument. (presidentbeef)
  * Holy cow levels of optimization from presidentbeef. I write slow bad code.

* 1 bug fix:

  * Improve handling of single-quoted symbols and labels. (mvz)

(taca)

2018-12-17 14:49:35 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-curses to 1.2.5

(taca)

2018-12-17 14:49:15 UTC MAIN commitmail json YAML

devel/ruby-curses: update to 1.2.5

### 1.2.5 / 2018-10-16

New features:

* Add mvderwin and derwin methods to Window.  Pull request #37 by meschbach.
* Add documentation link.  Pull request #39 by atshakil.

Bug fixes:

* Favor ncursesw over curses.  Pull request #40 by DivineDominion.

(taca)

2018-12-17 14:48:28 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-concurrent-ruby to 1.1.4

(taca)

2018-12-17 14:48:07 UTC MAIN commitmail json YAML

devel/ruby-concurrent-ruby: update to 1.1.4

## Current

## Release v1.1.4 (14 Dec 2018)

* (#780) Remove java_alias of 'submit' method of Runnable to let executor service work on java 11
* (#776) Fix NameError on defining a struct with a name which is already taken in an ancestor

## Release v1.1.3 (7 Nov 2018)

* (#775) fix partial require of the gem (although not officially supported)

## Release v1.1.2 (6 Nov 2018)

* (#773) more defensive 1.9.3 support

## Release v1.1.1, edge v0.4.1 (1 Nov 2018)

* (#768) add support for 1.9.3 back

## Release v1.1.0, edge v0.4.0 (31 OCt 2018) (yanked)

* (#768) yanked because of issues with removed 1.9.3 support

## Release v1.1.0.pre2, edge v0.4.0.pre2 (18 Sep 2018)

concurrent-ruby:

* fixed documentation and README links
* fix Set for TruffleRuby and Rubinius
* use properly supported TruffleRuby APIs

## Release v1.1.0.pre1, edge v0.4.0.pre1 (15 Aug 2018)

concurrent-ruby:

* requires at least Ruby 2.0
* [Promises](http://ruby-concurrency.github.io/concurrent-ruby/1.1.0/Concurrent/Promises.html)
  are moved from `concurrent-ruby-edge` to `concurrent-ruby`
* Add support for TruffleRuby
  * (#734) Fix Array/Hash/Set construction broken on TruffleRuby
  * AtomicReference fixed
* CI stabilization
* remove sharp dependency edge -> core
* remove warnings
* documentation updates
* Exchanger is no longer documented as edge since it was already available in
  `concurrent-ruby`
* (#644) Fix Map#each and #each_pair not returning enumerator outside of MRI
* (#659) Edge promises fail during error handling
* (#741) Raise on recursive Delay#value call
* (#727) #717 fix global IO executor on JRuby
* (#740) Drop support for CRuby 1.9, JRuby 1.7, Rubinius.
* (#737) Move AtomicMarkableReference out of Edge
* (#708) Prefer platform specific memory barriers
* (#735) Fix wrong expected exception in channel spec assertion
* (#729) Allow executor option in `Promise#then`
* (#725) fix timeout check to use timeout_interval
* (#719) update engine detection
* (#660) Add specs for Promise#zip/Promise.zip ordering
* (#654) Promise.zip execution changes
* (#666) Add thread safe set implementation
* (#651) #699 #to_s, #inspect should not output negative object IDs.
* (#685) Avoid RSpec warnings about raise_error
* (#680) Avoid RSpec monkey patching, persist spec results locally, use RSpec
  v3.7.0
* (#665) Initialize the monitor for new subarrays on Rubinius
* (#661) Fix error handling in edge promises

(taca)

2018-12-17 14:34:42 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-awesome_nested_set to 3.1.4

(taca)

2018-12-17 14:34:16 UTC MAIN commitmail json YAML

databases/ruby-awesome_nested_set: update to 3.1.4

pkgsrc change
* Drop support for Ruby on Rails 3.2.
* Support Ruby on Rails 4.2 and 5.1.

(taca)

2018-12-17 14:22:52 UTC MAIN commitmail json YAML

Import wip/nnn as sysutils/nnn.

From DESCR:

nnn is probably the fastest and most resource-sensitive file manager you have
ever used. It integrates seamlessly with your DE and favourite GUI utilities,
has a unique navigate-as-you-type mode with auto-select, disk usage analyzer
mode, bookmarks, contexts, application launcher, familiar navigation shortcuts,
subshell spawning and much more.

Integrate utilities like sxiv or fzy easily, transfer selected files using
lftp or use it as a (neo)vim plugin; nnn supports as many scripts as you need!

(bsiegert)

2018-12-17 13:46:34 UTC MAIN commitmail json YAML

Updated devel/libuv, devel/py-dulwich

(adam)

2018-12-17 13:46:16 UTC MAIN commitmail json YAML

py-dulwich: updated to 0.19.9

0.19.9:
BUG FIXES
* Avoid fetching ghosts in Repo.fetch.
* Preserve port and username in parsed HTTP URLs.
* Add basic server side implementation of git-upload-archive.

0.19.8:
* Fix encoding when reading README file in setup.py.

0.19.7:
CHANGES
  * Drop support for Python 3 < 3.4. This is because
    pkg_resources (which get used by setuptools and mock)
    no longer supports 3.3 and earlier.

IMPROVEMENTS
  * Support depth argument to GitClient.fetch_pack and support
    fetching and updating shallow metadata.

BUG FIXES
  * Don't write to stdout and stderr when they are not available
  * Fix compatibility with newer versions of git, which expect CONTENT_LENGTH
    to be set to 0 for empty body requests.
  * Raise an exception client-side when a caller tries to request
    SHAs that are not directly referenced the servers' refs.
  * Raise more informative errors when unable to connect to repository
    over SSH or subprocess.
  * Handle commit identity fields with multiple ">" characters.

IMPROVEMENTS
  * dulwich.porcelain.get_object_by_path method for easily
    accessing a path in another tree.
  * Support the i18n.commitEncoding setting in config.

(adam)

2018-12-17 13:39:37 UTC MAIN commitmail json YAML

libuv: updated to 1.24.1

v1.24.1:
Changes since version 1.24.0:
* test: fix platform_output test on cygwin
* gitignore: ignore build/ directory
* unix: zero epoll_event before use
* darwin: use runtime check for file cloning
* doc: replace deprecated build command on macOS
* warnings: fix code that emits compiler warnings
* doc: clarify expected memory management strategy
* test: add uv_inet_ntop(AF_INET) coverage
* unix: harden string copying, introduce strscpy()
* linux: get rid of strncpy() call
* aix: get rid of strcat() calls
* aix: fix data race in uv_fs_event_start()
* win: fs: fix FILE_FLAG_NO_BUFFERING for writes
* build: don't link against -lpthread on Android

(adam)

2018-12-17 03:03:47 UTC MAIN commitmail json YAML

Explicitly NOT_FOR_PLATFORM where not yet supported.

(schmonz)

2018-12-17 02:56:42 UTC MAIN commitmail json YAML

Fix previous: swap link order to unbreak at least NetBSD and SmartOS.
Still works on FreeBSD.

(schmonz)

2018-12-17 02:33:13 UTC MAIN commitmail json YAML

Avoid conflicting declarations of fork() and vfork(). Should fix SmartOS.

(schmonz)

2018-12-17 02:16:36 UTC MAIN commitmail json YAML

2018-12-17 00:16:01 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 5.6.9

(rillig)

2018-12-17 00:15:39 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 5.6.9

Changes since 5.6.8:

* In addition to the pkglint binary, the whole pkglint code is installed as
  a library, so that other packages can use the code for doing their own
  checks on pkgsrc packages, Makefiles, shell programs, or the other file
  types from pkgsrc.

* BUILDLINK_*.* may be used in all files.

* Lots of refactorings

(rillig)

2018-12-16 23:46:44 UTC MAIN commitmail json YAML

Avoid the -O (to stdout) tar option, as it's not sufficiently portable.
While here, append the specific patch file (not just the distribution)
to the qmail-spp QMAILPATCHES entry.

(schmonz)

2018-12-16 23:21:52 UTC MAIN commitmail json YAML

mk/curses: document the affected variables for make show-all

(rillig)

2018-12-16 22:53:35 UTC MAIN commitmail json YAML

xml-security-c: Add a test target.

(nia)

2018-12-16 22:19:54 UTC MAIN commitmail json YAML

php73: fix path to itself

(wiz)

2018-12-16 22:19:39 UTC MAIN commitmail json YAML

doc: Updated security/xml-security-c to 2.0.2

(nia)

2018-12-16 22:19:25 UTC MAIN commitmail json YAML

xml-security-c: Update to 2.0.2. Patch from maya.

Changes:

2.0.0:

Bug

    [SANTUARIO-496] - DSA verification crashes OpenSSL on invalid combinations of key content

2.0.1:

Bug

    [SANTUARIO-491] - Default KeyInfo resolver doesn't check for empty element content.

2.0.0:

Bug

    [SANTUARIO-382] - Unconditionally enable large file support
    [SANTUARIO-418] - Invalid acceptance of unpadded RSA signatures
    [SANTUARIO-435] - Automake misses the subdir-objects option
    [SANTUARIO-437] - Cannot compile as C++11
    [SANTUARIO-447] - XSECCryptoX509::loadX509PEM() can read past unterminated buffer
    [SANTUARIO-449] - TXFMOutputFile can try to close unopened stream
    [SANTUARIO-470] - dsig/DSIGReference.cpp:931: bad type ?
    [SANTUARIO-471] - Patch for C++11 compile failures
    [SANTUARIO-473] - Build failure using NSS
    [SANTUARIO-474] - Better overflow checking
    [SANTUARIO-479] - xml-security-cpp compilation errors

Improvement

    [SANTUARIO-460] - Support for OpenSSL 1.1
    [SANTUARIO-461] - Internal key store should be deleted on any CryptoAcquireContext() error
    [SANTUARIO-472] - Conditional inclusion of XMKS code in library
    [SANTUARIO-476] - Change default behavior for inferring attribute IDness by name

(nia)

2018-12-16 18:24:57 UTC MAIN commitmail json YAML

Updated www/py-flask-user, www/py-daphne

(adam)

2018-12-16 18:24:08 UTC MAIN commitmail json YAML

2018-12-16 18:22:59 UTC MAIN commitmail json YAML

py-daphne: updated to 2.2.4

2.2.4:
* No longer listens on port 8000 when a file descriptor is provided with --fixed
* Fixed a memory leak with WebSockets

(adam)

2018-12-16 18:20:57 UTC MAIN commitmail json YAML

py-flask-user: updated to 1.0.1.5

v1.0.1.5 - Removed callbacks/auth0.
v1.0.1.4 - Fixed calls to get_primary_user_email_object().
v1.0.1.3 - Changed custom form class attribute namess from something like self.register_form to something like self.RegisterFormClass
v1.0.1.2 - Use app.permanent_session_lifetime to limit user session lifetime.
v1.0.1.1 - Alpha release

(adam)

2018-12-16 18:03:00 UTC MAIN commitmail json YAML

Updated textproc/py-pygments, converters/py-emoji

(adam)

2018-12-16 18:02:41 UTC MAIN commitmail json YAML

py-emoji: updated to 0.5.1

0.5.1:
Unknown changes

(adam)

2018-12-16 17:56:54 UTC MAIN commitmail json YAML

py-pygments: updated to 2.3.1

Version 2.3.1

- Updated lexers:
  * ASM
  * Chapel
  * Clean
  * CSound
  * Elm
  * Fortran
  * GLSL
  * Haskell
  * Hy
  * Igor Pro
  * PowerShell
  * Python
  * SLexer
  * YAML

- Fix invalid string escape sequences
- Fix FutureWarning introduced by regex changes in Python 3.7

Version 2.3.0

- Added lexers:
  * Fennel
  * HLSL

- Updated lexers:
  * Dockerfile

- Minimum Python versions changed to 2.7 and 3.5
- Added support for Python 3.7 generator changes
- Fix incorrect token type in SCSS for single-quote strings
- Use terminal256 formatter if TERM contains 256
- Fix incorrect handling of GitHub style fences in Markdown
- Fix %a not being highlighted in Python3 strings

(adam)

2018-12-16 14:54:59 UTC MAIN commitmail json YAML

Updated audio/py-last, math/py-Theano

(adam)

2018-12-16 14:54:39 UTC MAIN commitmail json YAML

py-Theano: updated to 1.0.3

Theano 1.0.3:
- Theano is now compatible with Python 3.7
- Broadcasting for sparse dot products works correctly
- Subtensor grads do not return int anymore

(adam)

2018-12-16 14:45:02 UTC MAIN commitmail json YAML

py-last: updated to 2.4.0

2.4.0:
Deprecated
Support for Python 2.7

(adam)

2018-12-16 14:38:50 UTC MAIN commitmail json YAML

Updated devel/py-Pyro, net/py-kombu

(adam)

2018-12-16 14:38:34 UTC MAIN commitmail json YAML

py-Pyro: use ALTERNATIVES

(adam)

2018-12-16 14:38:18 UTC MAIN commitmail json YAML

py-kombu: updated to 4.2.2

4.2.2
- Support both Redis client version 2.x and version 3.x.

(adam)

2018-12-16 14:33:25 UTC MAIN commitmail json YAML

py-Pyro: updated to 4.74

Pyro 4.74

- serpent 1.27 required to avoid regression in previous version
- fixed marshal serializer problem that prevented it to even call register() in the name server.
  Its dumpsCall is now able to use the class_to_dict conversion for unmarshallable types
  (in simple situations, not recursively).  Previously, you would get a ValueError: unmarshallable object.
- msgpack, json and marshal serializers now understand how to serialize array.array the same way serpent already did

Pyro 4.73

- include LICENSE file in distribution
- avoid decode error when dealing with memoryview annotations

Pyro 4.72

- (source files: normalized line endings to LF)
- the -k command line option to supply a HMAC encryption key on the command line for the name server, nsc,
  echoserver, flameserver and httpgateway tools is now deprecated (and will print a warning if used).
  It is a security issue because the key used is plainly visible.
  If you require proper security, use Pyro's 2-way SSL feature. Alternatively, set the HMAC key in the (new) environment
  variable PYRO_HMAC_KEY if you still have to use it before launching the aforementioned tools.

Pyro 4.71

- updated msgpack dependency (was msgpack-python but that name is now deprecated)
- fixed restart and force reload commands of the contrib/init.d/pyro4-nsd script, and changed its port binding
  from 9999 back to 9090 which is Pyro's default.
- serpent 1.24 library now required to fix some api deprecation warnings when using Python 3.7 or newer.
- updated sphinx documentation theme

Pyro 4.70

- bump to version 4.70 to emphasize the following change:
- incompatible API change for python 3.7 compatibility: renaming of async function and keyword arguments in the API:
  Renamed Pyro4.core.async to Pyro4.core.asyncproxy (and its occurrence in Pyro4)
  and the async keyword argument in some methods to asynchronous.
  This had to be done because async (and await) are now parsed as keywords in Python 3.7 and using them otherwise will result
  in a SyntaxError when loading the module.
  It is suggested you stop using the asyncproxy function and instead create asynchronous proxies using the _pyroAsync
  method on the regular proxy.
- For existing code running on Python *older than 3.7*, a backwards compatibility feature is present to still provide the
  async function and keyword arguments as they were supported on previous Pyro versions.
  But also for that older environments, it's advised to migrate away from them and start using the new names.
- Proxy and Daemon have a new 'connected_socket' parameter. You can set it to a user-supplied connected socket that must
  be used by them instead of creating a new socket for you. Connected sockets can be created using the socket.socketpair()
  function for instance, and allow for easy and efficient communication over an internal socket between
  parent-child processes or threads, using Pyro.  Also see the new 'socketpair' example.
- dropped support for Python 3.3 (which has reached end-of-life status). Supported Python versions are now 2.7, and 3.4 or newer.

(adam)

2018-12-16 14:20:45 UTC MAIN commitmail json YAML

Updated graphics/py-dot, graphics/leptonica

(adam)

2018-12-16 14:20:22 UTC MAIN commitmail json YAML

leptonica: updated to 1.77.0

1.77.0:
Here is the current status of CVE issues with leptonica; see
  https://security-tracker.debian.org/tracker/source-package/leptonlib
* CVE-2018-7442: potential injection attack because '/' is allowed
  in gplot rootdir.
  Functions using this command have been disabled by default in the
  distribution, starting with 1.76.0.  As for the specific issue, it
  is impossible to specify a general path without using the standard
  directory subdivider '/'.
* CVE-2018-7186: number of characters not limited in fscanf or sscanf,
  allowing possible attack with buffer overflow.
  This has been fixed in 1.75.3.
* CVE-2018-3836: command injection vulnerability in gplotMakeOutput().
  This has been fixed in 1.75.3, using stringCheckForChars() to block
  rootnames containing any of: ;&|>"?*$()/<
* CVE-2017-18196: duplicated path components.
  This was fixed in 1.75.3.
* CVE-2018-7441: hardcoded /tmp pathnames.
  These are all wrapped in special debug functions that are not
  enabled by default in the distribution, starting with 1.76.0.
* CVE-2018-7247: input 'rootname' can overflow a buffer.
  This was fixed in 1.76.0, using snprintf().
* CVE-2018-7440: command injection in gplotMakeOutput using $(command).
  Fixed in 1.75.3, which blocks '$' as well as 11 other characters.
Wrapped the few 'system' calls in an extra layer of debug code.
More coverity scan fixes; defects are about 1 per 10,000 source lines.
New regression tests: numa1_reg, numa2_reg, lowaccess_reg,
  pixmem_reg.
New non-regression test programs: histoduptest
Juergen Buchmueller is working on Lua bindings.  He typedef'd l_ok
  and used it in 1100 functions that return a success/failure status.
  He also helped clean up remaining issues in the doxygen-generated
  documentation.
Using a packed struct for bmp headers to avoid crash on
  some big-endians.
Fixed a bug in the prototype parser for xtractprotos that was
  surfaced by a typedef declaration for the bmp headers.
Cleaned up IOS guards to avoid compiling a system(3) call on IOS.
Renamed autobuild --> autogen.sh
Added some basic pixa functions for rotation and translation.
Added an iterative method to find rectangular coverings for
  arbitrary connected components.
Converted two tests to reg tests running in alltests_reg:
  ptra1_reg, ptra2_reg
Enabled read/write for standard jpeg compressed tiff images.
Enabled reading for the old (deprecated) jpeg-encoded tiffs.
Fix range selectors for pixa, pixaa, boxa, boxaa, pta:
  Now, last = -1 goes to the end.
When reading tiff --> pix, insert IMAGEDESCRIPTION into text field.
Converted iotest to reg test iomisc_reg; added to alltests_reg
Converted rasterop_reg into a standard regression test; added
  to alltests_reg.
Converted boxa2_reg and fhmtauto_reg into standard regression tests;
  added to alltests_reg.
Split boxa sequence functions out of boxfunc4.c, into a new boxfunc5.c.
Simplified bmp header and made reading more clearly endian
  agnostic (Juergen Buchmueller)
New boxa3_reg regression test. This tests sequences of boxes
  by two new boxfunctions in boxfunc5.c.
New bootnumgen4.c for more digit templates.
Rename prog/recog_bootnum.c --> prog/recog_bootname1.c
New in prog: recog_bootnum2.c, recog_bootnum3.c, recogtest7.c
Fixed uninitialized data in pixCentroid() on 1 bpp pix.
New reg test: bytea_reg.c.  (removed byteatest.c)
Fixed bug in non-transcoding pdf generation from 1 bpp png.
Added LGTM to static analyzers that run over the library.

(adam)

2018-12-16 14:19:16 UTC MAIN commitmail json YAML

py-dot: updated to 1.4.1

1.4.1:
- Make graph, edge, node attributes order deterministic
- Fix string formatting after catching error

1.4.0:
- Installation of pydot in conda env on Windows directly supported
- Fixed comparing of SHA hash in regression tests (which fail now)

1.3.0:
- Dropped Python 2.6 support
- Move errno from os to builtin.

(adam)

2018-12-16 14:15:39 UTC MAIN commitmail json YAML

Updated fonts/py-fonttools, devel/py-radon

(adam)

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

2018-12-16 14:09:29 UTC MAIN commitmail json YAML

py-fonttools: updated to 3.34.0

3.34.0:
- [varLib] Support generation of CFF2 variable fonts. model.reorderMasters()
  now supports arbitrary mapping. Fix handling of overlapping ranges for feature
  variations.
- [cffLib, subset] Code clean-up and fixing related to CFF2 support.
- [ttLib.tables.ttProgram] Use raw strings for regex patterns.
- [fontbuilder] Initial support for building CFF2 fonts. Set CFF's
  FontMatrix automatically from unitsPerEm.
- [plistLib] Accept the more general collections.Mapping instead of the
  specific dict class to support custom data classes that should serialize
  to dictionaries.

(adam)

2018-12-16 14:08:03 UTC MAIN commitmail json YAML

2018-12-16 14:07:40 UTC MAIN commitmail json YAML

Added www/py-djangocms-audio, www/py-djangocms-column, www/py-djangocms-icon, www/py-djangocms-link

(adam)

2018-12-16 14:06:52 UTC MAIN commitmail json YAML

2018-12-16 14:06:09 UTC MAIN commitmail json YAML

py-djangocms-link: added version 2.3.0

django CMS Link is a plugin for django CMS that allows you to add links on your
site.

This plugin supports child plugins. If you add an other plugin as a child it
will take this content instead of the link name as the content of the link.

(adam)

2018-12-16 14:05:36 UTC MAIN commitmail json YAML

py-djangocms-icon: added version 1.2.0

django CMS Icon is a plugin for django CMS that allows you to insert an icon
(font or svg) into your project.

(adam)

2018-12-16 14:04:55 UTC MAIN commitmail json YAML

py-djangocms-audio: added version 1.1.0

django CMS Audio is a set of plugins for django CMS that allow you to publish
audio files on your site (using an HTML5 player by default, but you can
override this in your own templates if required).

It uses files managed by Django Filer. The plugins allow you to select a single
file or an entire folder of files.

(adam)

2018-12-16 13:20:16 UTC MAIN commitmail json YAML

Updated www/php-nextcloud to 15.0.0

(ryoon)

2018-12-16 13:09:57 UTC MAIN commitmail json YAML

Update to15.0.0

Changelog:
Changes

Nextcloud 15 introduces social networking, next-gen 2-factor authentication and innovative collaborative document editing abilities. This release also adds a new design and grid view, workflow features and 2-3x faster loading performance.

As this is a major release, the changelog is very long. Find an overview of what has been improved in this series of blog posts:

    Avoid logging of "Partial search results returned: Sizelimit exceeded..." (server#12292)
    Enable sorting in file picker (server#12350)
    15.0.0 Beta 2 (server#12355)
    Fix the warning appearing in the admin section when mail_smtpmode is not configured (server#12401)
    Prefix icon variables with app name to avoid conflicts (server#12421)
    Shorten index name of calendar changes table (server#12447)
    Fixes dav share issue with owner (server#12458)
    Fix string doctype casing (server#12466)
    Show thumbnail on rename (server#12467)
    Remove conflicting multiselect (server#12468)
    Actually return the user when creating version dav nodes (server#12472)
    Rollback to default list view (server#12474)
    Add welcome bot (server#12476)
    Fix navigation layout for items that are added on a re-render (server#12481)
    Fix login loader position and theming support (server#12483)
    Fix loader colours for better visibility (server#12484)
    Format Nextcloud Talk clients sessions. (server#12485)
    Remove unused svg api route (server#12487)
    Only use width and opacity for transition (server#12489)
    Fix share link password input (server#12491)
    Return the correct value when trying to get a non existing item from cache by id (server#12494)
    Fix login primary colour and feedback (server#12495)
    Fix revert icon position on theming settings (server#12496)
    Forward object not found error in swift as dav 404 (server#12500)
    Make number of file list entries depending on the width for grid view (server#12515)
    Fix loading of files external templates file (server#12517)
    Fix loading of .woff2 files in .htaccess (server#12518)
    Fix updatenotifications display, dependencies and csp (server#12525)
    Allow to hide download option for folders shared by link (server#12531)
    Fix redirect page design details (server#12539)
    Bearer tokens are app token (server#12543)
    Handle permission in update of share better (server#12544)
    Respect the disabled setting for lost_password_link (server#12552)
    Allow empty string in get absolute url (server#12553)
    Do not switch to root folder if filelist is already shown (server#12554)
    Apply border to primary button if on log in page (and not in a dark container) or if in header (server#12558)
    Better header navigation display (server#12559)
    Do not show tab headers marked as hidden (server#12570)
    Make connectivity check domains configurable (server#12571)
    Fix rendering of the sidebar in Files app (server#12577)
    Fix navigation more menu background for dark theme (server#12580)
    15.0.0 RC 1 (server#12581)
    Do not clear new user form on failure (server#12587)
    Add explanatory text to admin twofactor settings (server#12589)
    Fix Typo in Original English String and All Translations (server#12615)
    Extend anonymous options to work on every dav url (server#12638)
    Fix count on string (server#12683)
    Add interface to allow storages from opting out of encryption (server#12692)
    Make acceptance tests for comments more robust (server#12696)
    Add acceptance tests for sharing files and folders with another user (server#12700)
    I changed the width of the srollbar to make it a bit bigger (server#12712)
    Open the updater via a POST form submit instead of eval the JS code d... (server#12713)
    Fix folder path containing leading slash when getting mount root by id (server#12714)
    Add capabilities for multiple share links (server#12718)
    Remove old button to submit the apppassword login (server#12723)
    Fix versions sidebar issues (server#12730)
    Don't require Same Site Cookies on accessibility app assets (server#12731)
    Date title to linkshare (server#12733)
    Add pipe mode for sendmail (server#12736)
    Set Referrer-Policy also in addSecurityHeaders() (server#12737)
    Polishing fixes (server#12740)
    Fix the loader position and the focus state on the login button (server#12741)
    Add check for missing .woff2 rule in Nginx via setup check (server#12742)
    Update compatible versions for cloud federation api (server#12744)
    Fix cannot set 0 as value on files_external through OCC command (server#12746)
    15.0.0 RC 2 (server#12755)
    Parse activity when a user self-unshares a file (server#12756)
    Polishing of various modal dialogs (server#12784)
    Fix activatable/deactivatable 2fa provider interface typos (server#12805)
    Only run the AnonymousOptionsPlugion on Anonymous requests (server#12811)
    Fix the system address book (server#12816)
    PHP module is named mbstring (server#12825)
    Unshare from mail activity is missing (server#12828)
    Fix layout of "i" in admin settings of federated sharing (server#12829)
    PHP 7.0 is end of life (server#12830)
    Do not update child all child shares on group share update (server#12833)
    Validate all rich objects (server#12836)
    Add setup check for recommended PHP modules (i.e. Imagick, intl) (server#12837)
    15.0.0 RC 3 (server#12847)
    Make a button out of 'What's new' so it's obvious it can be clicked on (server#12848)
    Fix missing click event on update button (server#12849)
    Add setup check for pending bigint conversion (server#12853)
    No user enumeration on DAV if disabled (server#12856)
    Only execute query in propagateChange once (server#12861)
    Fix password confirmation lib for ie11 (server#12863)
    Log and continue on Dav reader failure (repair uid) (server#12867)
    Emit write update only once on touch (server#12868)
    Do not show general warning on free space error (server#12880)
    Set 3rdparty to pr187 (server#12882)
    Fix logo path in non-themed instance (server#12908)
    Fix unread comment icon not shown for the sharee (server#12913)
    Bump to 15.0.0 final (server#12959)
    Bump lukasreschke/id3parser from 0.0.1 to 0.0.3 (3rdparty#118)
    Bump stecman/symfony-console-completion from 0.7.0 to 0.8.0 (3rdparty#119)
    Bump guzzlehttp/guzzle from 6.3.0 to 6.3.3 (3rdparty#120)
    Bump leafo/scssphp from 0.7.6 to 0.7.7 (3rdparty#137)
    Bump synfony to 3.4.15 (3rdparty#146)
    Bump microsoft/azure-storage-blob from 1.1.0 to 1.2.0 (3rdparty#151)
    Bump swiftmailer/swiftmailer from 6.0.2 to 6.1.3 (3rdparty#155)
    Bump symfony to 3.4.16 (3rdparty#161)
    Bump symfony 3.4.17 (3rdparty#168)
    Remove random_compat lib (3rdparty#170)
    Bump sabre/dav from 3.2.2 to 3.2.3 (3rdparty#176)
    Manually patch PHP-Doc of VObject Splitter (3rdparty#185)
    Fix named parameter detection on SQLite (3rdparty#187)
    Update version on master (activity#291)
    Fix scrolling detection on activity 14 (activity#293)
    Make the object information available on emails (activity#299)
    Add the mimetype to the preview arrays (activity#300)
    Move to compiled handlebrs (activity#301)
    Remove unneeded -ms-filter (was only needed for IE8) (activity#302)
    Use the query builder and cast the values (activity#304)
    Add icon to files sidebar tab (activity#305)
    Fix JS unit tests after handlebars (activity#307)
    Shorten tab label 'Activities' to 'Activity' (activity#308)
    Add a intermediate migration to fix old installations (activity#310)
    Correctly restrict affected users when using command to send emails (activity#311)
    Autocomplete for email command (activity#314)
    Use the substract function instead of manual math (activity#315)
    Use the full path instead of the file name in HTML emails too (activity#316)
    Update stable15 target versions (activity#319)
    Create activity when user unshares a file themselves (activity#323)
    Validate rich objects before using (activity#324)
    Remove unneeded CSS rule for IE 11 (files_pdfviewer#100)
    Update stable15 target versions (files_pdfviewer#109)
    Update version on master (files_pdfviewer#94)
    Fix embedded viewer with new server layout on IE 11 (files_pdfviewer#95)
    Hide footer in public share page (files_pdfviewer#99)
    Update version on master (files_texteditor#112)
    Update info.xml (files_texteditor#116)
    Improve code blocks in markdown rendering (files_texteditor#120)
    Update stable15 target versions (files_texteditor#123)
    Update version on master (files_videoplayer#61)
    Fix videoplayback on NC15 (files_videoplayer#68)
    Update stable15 target versions (files_videoplayer#69)
    Don't Assume Document Root (firstrunwizard#78)
    Update version on master (firstrunwizard#81)
    Remove hardcoded background-size (firstrunwizard#84)
    Design detail and accessibility fixes (firstrunwizard#85)
    Update stable15 target versions (firstrunwizard#89)
    Add HEIC/HEIF support to the gallery (gallery#464)
    Update version on master (gallery#468)
    Move to compiled handlebars (gallery#481)
    Remove sharing height limit, since it is overwriting the server defaults (gallery#482)
    Hide button if download links are hidden for link shares (gallery#484)
    Update stable15 target versions (gallery#485)
    Update version on master (logreader#74)
    Update version on master (nextcloud_announcements#33)
    Update version on master (notifications#159)
    Update config and babel for ie11 (notifications#160)
    Add vue build test (notifications#162)
    Update all NPM (notifications#170)
    Bump @babel/core from 7.0.0 to 7.0.1 (notifications#171)
    Bump vue-loader from 15.4.1 to 15.4.2 (notifications#172)
    Bump webpack from 4.18.0 to 4.19.0 (notifications#173)
    Update NPM packages (notifications#176)
    Bump webpack from 4.19.0 to 4.19.1 (notifications#177)
    Bump webpack from 4.19.1 to 4.20.2 (notifications#179)
    Bump babel-loader from 8.0.2 to 8.0.4 (notifications#180)
    Update all NPM (notifications#184)
    Switch to compiled handlebars (notifications#186)
    Bump webpack from 4.20.2 to 4.21.0 (notifications#187)
    Add .l10nignore files for compiled assets (notifications#188)
    Bump webpack from 4.21.0 to 4.22.0 (notifications#189)
    Use the rich message when available and instead of trim overlay with a shadow (notifications#190)
    Bump css-loader from 1.0.0 to 1.0.1 (notifications#194)
    Bump webpack from 4.22.0 to 4.24.0 (notifications#195)
    Bump webpack from 4.24.0 to 4.25.1 (notifications#196)
    Bump @babel/preset-env from 7.1.0 to 7.1.5 (notifications#197)
    Bump @babel/core from 7.1.2 to 7.1.6 (notifications#199)
    Bump @babel/preset-env from 7.1.5 to 7.1.6 (notifications#200)
    Bump webpack from 4.25.1 to 4.26.0 (notifications#203)
    Update stable15 target versions (notifications#204)
    Add icon to empty content message (notifications#210)
    Update version on master (password_policy#70)
    Update stable15 target versions (password_policy#74)
    Adds tooltip to make people aware of API JSON format (serverinfo#129)
    Update version on master (serverinfo#131)
    Update stable15 target versions (serverinfo#134)
    Checking for valid CPU average values (serverinfo#97)
    Update version on master (survey_client#81)
    Properly escape column name in "createFunction" call (survey_client#84)
    Do not call invalid function (survey_client#86)
    Update stable15 target versions (survey_client#87)

(ryoon)

2018-12-16 12:07:40 UTC MAIN commitmail json YAML

Updated devel/git

(adam)

2018-12-16 12:05:26 UTC MAIN commitmail json YAML

git: updated to 2.20.1

Git v2.20.1:

This release is primarily to fix brown-paper-bag breakages in the
2.20.0 release.

Fixes since v2.20

* A few newly added tests were not portable and caused minority
  platforms to report false breakages, which have been fixed.

* Portability fix for a recent update to parse-options API.

* "git help -a" did not work well when an overly long alias is
  defined, which has been corrected.

* A recent update accidentally squelched an error message when the
  run_command API failed to run a missing command, which has been
  corrected.

(adam)

2018-12-16 10:07:37 UTC MAIN commitmail json YAML

Updated lang/scala to 2.12.8

(ryoon)

2018-12-16 10:07:12 UTC MAIN commitmail json YAML

Update to 2.12.8

Changelog:
Most notable changes:
* Change the license from modified-bsd to apache-2.0.
* Require Java 8 or later.
* Support Java 9 or later.
* Fix a security bug, CVE-2017-15288,

(ryoon)