Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 10:14:26 UTC Now

2020-01-15 18:05:49 UTC MAIN commitmail json YAML

Updated devel/py-importlib-metadata, devel/py-faker

(adam)

2020-01-15 18:05:31 UTC MAIN commitmail json YAML

py-faker: updated to 4.0.0

4.0.0:
Breaking change: Remove support for end-of-life Python 2.7.

3.0.1:
NOTE: This is the last release to support Python 2.7.x.

Add provider methods zip and tar for generating zip and tar files.
Add en-CA postcode_in_province() method.
Update Address and Automotive provider for Russian locale.
Add provider methods for dsv files: csv, tsv, psv and generic dsv.
Remove parenthesis from city name in de_DE address provider.
Add NIP generator in pl_PL.
Fix Faker.random_number intermittent exceptions.

3.0.0:
Breaking change: Add support for multiple locale data generation.

2.0.5:
Add Iranian credit card.
Improve color provider.
Add counties (concelhos) for locale pt_PT.
Change NY zipcode range.
Fix pyfloat out of min/max range.

(adam)

2020-01-15 17:58:37 UTC MAIN commitmail json YAML

py-importlib-metadata: updated to 1.4.0

v1.4.0:
Through careful optimization, distribution() is 3-4x faster. Thanks to Antony Lee for the contribution.
When searching through sys.path, if any error occurs attempting to list a path entry, that entry is skipped, making the system much more lenient to errors.

(adam)

2020-01-15 16:56:25 UTC MAIN commitmail json YAML

Add hs-cookie

(pho)

2020-01-15 16:56:03 UTC MAIN commitmail json YAML

doc: Added www/hs-cookie version 0.4.5

(pho)

2020-01-15 16:55:54 UTC MAIN commitmail json YAML

2020-01-15 16:43:49 UTC MAIN commitmail json YAML

adobe-flash-player: restore missed distinfo of x86_64 version.

(tsutsui)

2020-01-15 16:31:54 UTC MAIN commitmail json YAML

doc: Updated security/acmesh to 2.8.5

(ryoon)

2020-01-15 16:30:56 UTC MAIN commitmail json YAML

acmesh: Update to 2.8.5

Changelog:
2.8.5
    fix auto upgrade error message.

2.8.4
    Avoiding autoupdate by checking master hash value.
    more dns api support'
    adapt recent letsencrypt ca http headers changes.
    bugs fixes.

Recommended to upgrade.

(ryoon)

2020-01-15 16:24:18 UTC MAIN commitmail json YAML

2020-01-15 16:19:23 UTC MAIN commitmail json YAML

README.md: minor adjustments

(nia)

2020-01-15 15:52:28 UTC MAIN commitmail json YAML

Add hs-hslua-module-text

(pho)

2020-01-15 15:51:38 UTC MAIN commitmail json YAML

doc: Added textproc/hs-hslua-module-text version 0.2.1

(pho)

2020-01-15 15:51:22 UTC MAIN commitmail json YAML

2020-01-15 15:35:35 UTC MAIN commitmail json YAML

adoptopenjdk11-bin: Regenerate buildlink3.mk

* Fix side effect of my mistake in PKGNAME.

(ryoon)

2020-01-15 15:31:37 UTC MAIN commitmail json YAML

doc: Updated net/rdesktop to 1.9.0

(wiz)

2020-01-15 15:31:28 UTC MAIN commitmail json YAML

rdesktop: update to 1.9.0.

Provided by Matthias Petermann in PR 54857.

Additionally, remove ssl option per 1.9.0 changelog.

rdesktop (1.9.0)
  * Use GnuTLS and nettle instead of OpenSSL
  * Improved certificate handling
  * Add support for dynamic resize of sessions
  * Add support for alpha cursors
  * Add PulseAudio support
  * Add Kerberos support on macOS
  * Kerberos support no longer requires libgssglue
  * Remove support for rdesktop's custom microphone extension
  * Several fixes to improve compatibility with modern desktops
  * macOS compatibility fixes
  * Improved handling of redirections
  * Many smart card bug fixes
  * Many disk redirection bug fixes
  * Improved logging
  * Lots of other small bug fixes

  -- Pierre Ossman <ossman@cendio.se> 2019-09-18

rdesktop (1.8.6)
  * Fix protocol code handling new licenses

  -- Pierre Ossman <ossman@cendio.se> 2019-05-16

rdesktop (1.8.5)
  * Add bounds checking to protocol handling in order to fix many
    security problems when communicating with a malicious server.

  -- Pierre Ossman <ossman@cendio.se> 2019-05-08

(wiz)

2020-01-15 15:01:42 UTC MAIN commitmail json YAML

doc: Updated graphics/libsixel to 1.8.6

(tsutsui)

2020-01-15 15:01:23 UTC MAIN commitmail json YAML

libsixel: update to 1.8.6. (build fixes)

Upstream changes (from NEWS):

v1.8.6

* python: Fix broken python interface problem(#128), reported by @fd00.

* build: Introduce VPATH build support(#56), suggested by @tkelman.

(tsutsui)

2020-01-15 14:56:58 UTC MAIN commitmail json YAML

doc: Added misc/lr version 1.5

(nia)

2020-01-15 14:56:46 UTC MAIN commitmail json YAML

misc: Add lr.

lr is a new tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).

(nia)

2020-01-15 14:37:18 UTC MAIN commitmail json YAML

doc: Updated math/sc-im to 0.7.0nb9

(sjmulder)

2020-01-15 14:37:06 UTC MAIN commitmail json YAML

sc-im: Bump for breaking libxlsxwriter update

(sjmulder)

2020-01-15 14:36:31 UTC MAIN commitmail json YAML

doc: Updated textproc/libxlsxwriter to 0.9.3

(sjmulder)

2020-01-15 14:36:07 UTC MAIN commitmail json YAML

libxlsxwriter: Update to 0.9.3

Changes in 0.9.3:
- Fix Xcode/Cocoapods build warnings.

Changes in 0.9.2:
- Added support for writing cell comments, see working_with_comments.

Changes in 0.9.2 but unlisted in changelog:
- Makefile now respects DESTDIR and PREFIX, including when setting
  rpath on macOS.
- Removal of deprecated functions.
- Naming changes in bundled MD5 code to avoid conflicts with OpenSSL.
- Warning fixes (int sizes etc).
- __atribute__((deprecated)) not used on GCC < 5.
- Fix for vba_name allowing illegal worksheet codename.

Package changes:
- No longer set now unused INSTALL_DIR since DESTDIR and PREFIX are
  now respected.
- The macOS $(PREFIX) patch has been merged upstream.

(sjmulder)

2020-01-15 14:24:13 UTC MAIN commitmail json YAML

doc: Updated x11/modular-xorg-server to 1.20.7

(wiz)

2020-01-15 14:24:04 UTC MAIN commitmail json YAML

modular-xorg-server: update to 1.20.7.

A variety of bugfixes, primarily in modesetting, glamor, and Solaris
support. This release also contains support for choosing the DRI driver
via EGL_MESA_query_driver. Thanks to all who contributed with testing
and fixes!

Aaron Plattner (1):
    modesetting: Check whether RandR was initialized before calling rrGetScrPriv

Alan Coopersmith (5):
    os-support/solaris: Drop ExtendedEnabled global variable
    Add ddxInputThread call from os layer into ddx layer
    Add xf86OSInputThreadInit call from common layer into os-support layer
    os-support/solaris: Set IOPL for input thread too
    ospoll: Fix Solaris ports implementation to build on Solaris 11.4

Kenneth Graunke (2):
    glamor: Add a function to get the driver name via EGL_MESA_query_driver
    modesetting: Use EGL_MESA_query_driver to select DRI driver if possible

Matt Turner (1):
    xserver 1.20.7

Michel Dè¾°nzer (5):
    modesetting: Call glamor_finish from drmmode_crtc_set_mode
    xfree86/modes: Call xf86RotateRedisplay from xf86CrtcRotate
    modesetting: Clear new screen pixmap storage on RandR resize
    xwayland: Do flush GPU work in xwl_present_flush
    glamor: Only use dual blending with GLSL >= 1.30

Peter Hutterer (1):
    Xi: return AlreadyGrabbed for key grabs > 255

(wiz)

2020-01-15 13:55:59 UTC MAIN commitmail json YAML

Add hs-hslua-module-system

(pho)

2020-01-15 13:54:16 UTC MAIN commitmail json YAML

doc: Added devel/hs-hslua-module-system version 0.2.1

(pho)

2020-01-15 13:53:58 UTC MAIN commitmail json YAML

Import hslua-module-system-0.2.1

Provides access to system information and functionality to Lua scripts
via Haskell's System module.

Intended usage for this package is to preload it by adding the loader
function to package.preload. Note that the Lua package library must
have already been loaded before the loader can be added.

(pho)

2020-01-15 13:44:06 UTC MAIN commitmail json YAML

doc: Updated multimedia/adobe-flash-player to 32.0.0.314

(tsutsui)

2020-01-15 13:43:51 UTC MAIN commitmail json YAML

2020-01-15 13:07:54 UTC MAIN commitmail json YAML

doc: Updated security/pius to 3.0.0nb1

(wiz)

2020-01-15 13:07:46 UTC MAIN commitmail json YAML

pius: fix installation

Switch from egg.mk to distutils.mk, the latter works.
Add perl dependency for pius-party-worksheet.

Bump PKGREVISION.

(wiz)

2020-01-15 12:41:28 UTC MAIN commitmail json YAML

Add hs-hslua

(pho)

2020-01-15 12:40:49 UTC MAIN commitmail json YAML

doc: Added lang/hs-hslua version 1.0.3.2

(pho)

2020-01-15 12:40:39 UTC MAIN commitmail json YAML

Import hslua-1.0.3.2 from wip

HsLua provides bindings, wrappers, types, and helper functions to
bridge Haskell and Lua.

(pho)

2020-01-15 12:26:21 UTC MAIN commitmail json YAML

doc: Added textproc/hs-haddock-library version 1.8.0

(pho)

2020-01-15 12:26:06 UTC MAIN commitmail json YAML

Add hs-haddock-library

(pho)

2020-01-15 12:25:43 UTC MAIN commitmail json YAML

Import haddock-library-1.8.0

Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it without
pulling in the GHC dependency.

(pho)

2020-01-15 12:15:45 UTC MAIN commitmail json YAML

2020-01-15 12:15:22 UTC MAIN commitmail json YAML

doc: Added textproc/hs-Glob version 0.10.0

(pho)

2020-01-15 12:15:10 UTC MAIN commitmail json YAML

2020-01-15 11:54:23 UTC MAIN commitmail json YAML

2020-01-15 11:54:03 UTC MAIN commitmail json YAML

doc: Added converters/hs-emojis version 0.1

(pho)

2020-01-15 11:53:51 UTC MAIN commitmail json YAML

Forgot to commit FILESDIR

(pho)

2020-01-15 11:53:16 UTC MAIN commitmail json YAML

Import emojis-0.1

This package provides functions for converting emoji names to emoji
characters and vice versa.

How does it differ from the emoji package?

* It supports a fuller range of emojis, including all those supported
  by GitHub

* It supports lookup of emoji aliases from emoji

* It uses Text rather than String

* It has a lighter dependency footprint: in particular, it does not
  require aeson

* It does not require TemplateHaskell

(pho)

2020-01-15 11:36:42 UTC MAIN commitmail json YAML

Add hs-doctemplates-0.8.1

(pho)

2020-01-15 11:36:11 UTC MAIN commitmail json YAML

doc: Added textproc/hs-doctemplates version 0.8.1

(pho)

2020-01-15 11:35:54 UTC MAIN commitmail json YAML

Import doctemplates-0.8.1

This is the text templating system used by pandoc. It supports
variable interpolation, iteration, tests for non-blank values, pipes,
and partials. Templates are rendered to doclayout Docs, and variable
values may come from a variety of different sources, including aeson
Values.

(pho)

2020-01-15 11:29:50 UTC MAIN commitmail json YAML

Add hs-text-conversions

(pho)

2020-01-15 11:29:13 UTC MAIN commitmail json YAML

doc: Added converters/hs-text-conversions version 0.3.0

(pho)

2020-01-15 11:29:04 UTC MAIN commitmail json YAML

Import text-conversions-0.3.0

This package provides a set of typeclasses for safely converting
between textual data. The built-in String type, as well as strict Text
and lazy Text, are safely convertible between one another.

(pho)

2020-01-15 10:51:20 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 72.0.1nb1

(ryoon)

2020-01-15 10:50:38 UTC MAIN commitmail json YAML

firefox: Allow hardware acceleration up to 4K UHD resolution

Bump PKGREVISION.

(ryoon)

2020-01-15 09:04:17 UTC MAIN commitmail json YAML

Updated security/py-google-auth, devel/py-anytree

(adam)

2020-01-15 09:03:39 UTC MAIN commitmail json YAML

py-anytree: updated to 2.8.0

2.8.0:
Refine landing pages
NodeMixin does not make use of special class methods
Add symbolic link nodes
Add maxlevel option to RenderTree and Exporters
Fix test issues
Refine delivery
Add documentation how to make use of weighted edges

(adam)

2020-01-15 09:02:19 UTC MAIN commitmail json YAML

py-google-auth: updated to 1.10.1

1.10.1:
Bug Fixes
google.auth.compute_engine.metadata: add retry to google.auth.compute_engine._metadata.get()
always pass body of type bytes to google.auth.transport.Request

(adam)

2020-01-15 08:22:03 UTC MAIN commitmail json YAML

youtube-dl: Add missing patch (should be part of previous update)

Thanks <wiz>!

(leot)

2020-01-15 07:20:47 UTC MAIN commitmail json YAML

Correction: hs-error -> hs-errors

(pho)

2020-01-15 07:20:22 UTC MAIN commitmail json YAML

doc: Added devel/hs-errors version 2.3.0

(pho)

2020-01-15 07:20:11 UTC MAIN commitmail json YAML

2020-01-15 07:19:38 UTC MAIN commitmail json YAML

Import errors-2.3.0

The one-stop shop for all your error-handling needs! Just import
Control.Error.

This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.

(pho)

2020-01-15 07:14:32 UTC MAIN commitmail json YAML

Add hs-base16-bytestring

(pho)

2020-01-15 07:13:53 UTC MAIN commitmail json YAML

doc: Added converters/hs-base16-bytestring version 0.1.1.6

(pho)

2020-01-15 07:13:44 UTC MAIN commitmail json YAML

2020-01-15 07:04:32 UTC MAIN commitmail json YAML

2020-01-15 07:04:05 UTC MAIN commitmail json YAML

doc: Added textproc/hs-HsYAML version 0.2.1.0

(pho)

2020-01-15 07:03:50 UTC MAIN commitmail json YAML

Import HsYAML-0.2.1.0

HsYAML is a YAML 1.2 processor, i.e. a library for parsing and
serializing YAML documents.

Features of HsYAML include:
* Pure Haskell implementation with small dependency footprint and
  emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types via (aeson-inspired)
  typeclass-based API (see Data.YAML).
* Allows round-tripping while preserving ordering, anchors, and
  comments at Event-level.
* Support for constructing custom YAML node graph representation
  (including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON, and
  (flexible) Core "schemas" providing implicit typing rules as defined
  in the YAML 1.2 specification (including support for user-defined
  custom schemas; see Data.YAML.Schema).
* Support for emitting YAML using Failsafe, (strict) JSON, and
  (flexible) Core "schemas" (including support for user-defined custom
  encoding schemas; see Data.YAML.Schema).
* Event-based API resembling LibYAML's Event-based API (see
  Data.YAML.Event).
* Low-level API access to lexical token-based scanner (see
  Data.YAML.Token).

(pho)

2020-01-15 06:45:51 UTC MAIN commitmail json YAML

Add hs-doclayout

(pho)

2020-01-15 06:45:12 UTC MAIN commitmail json YAML

doc: Added textproc/hs-doclayout version 0.3

(pho)

2020-01-15 06:45:04 UTC MAIN commitmail json YAML

Import doclayout-0.3

doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.

(pho)

2020-01-15 06:38:33 UTC MAIN commitmail json YAML

Add hs-cmark-gfm

(pho)

2020-01-15 06:37:21 UTC MAIN commitmail json YAML

doc: Added textproc/hs-cmark-gfm version 0.2.1

(pho)

2020-01-15 06:36:59 UTC MAIN commitmail json YAML

doc: Added textproc/cmark-gfm version 0.29.0.gfm.0

(pho)

2020-01-15 06:36:28 UTC MAIN commitmail json YAML

Import hs-cmark-gfm-0.29.0.gfm.0

This package provides Haskell bindings for libcmark-gfm, the reference
parser for GitHub Flavored Markdown, a fully specified variant of
Markdown.

(pho)

2020-01-15 06:30:31 UTC MAIN commitmail json YAML

2020-01-15 06:29:59 UTC MAIN commitmail json YAML

Import cmark-gfm-0.29.0.gfm.0

cmark-gfm is an extended version of the C reference implementation of
CommonMark, a rationalized version of Markdown syntax with a spec.
This package adds GitHub Flavored Markdown extensions to the upstream
implementation (https://github.com/jgm/cmark), as defined in the spec
(https://github.github.com/gfm/).

(pho)

2020-01-15 06:05:09 UTC MAIN commitmail json YAML

Add hs-aeson-pretty

(pho)

2020-01-15 06:04:31 UTC MAIN commitmail json YAML

doc: Added converters/hs-aeson-pretty version 0.8.8

(pho)

2020-01-15 06:04:21 UTC MAIN commitmail json YAML

Import aeson-pretty-0.8.8

A JSON pretty-printing library compatible with aeson as well as a
command-line tool to improve readabilty of streams of JSON data.

The library provides the function "encodePretty". It is a drop-in
replacement for aeson's "encode" function, producing JSON-ByteStrings
for human readers.

The command-line tool reads JSON from stdin and writes prettified JSON
to stdout. It also offers a complementary "compact"-mode, essentially
the opposite of pretty-printing.

(pho)

2020-01-15 05:46:55 UTC MAIN commitmail json YAML

Tidy up comments; no actual changes

(pho)

2020-01-15 02:10:29 UTC MAIN commitmail json YAML

Revert the previous commit; it was by accident

(pho)

2020-01-15 02:06:36 UTC MAIN commitmail json YAML

2020-01-15 02:05:47 UTC MAIN commitmail json YAML

Correct COMMENT

(pho)

2020-01-15 01:34:08 UTC MAIN commitmail json YAML

2020-01-15 00:10:11 UTC MAIN commitmail json YAML

doc: Updated net/gupnp12 to 1.2.2

(wiz)

2020-01-15 00:10:03 UTC MAIN commitmail json YAML

gupnp12: update to 1.2.2.

1.2.2
=====
- Fix macOS dylib versioning
- Fix endless loop on early notify
- Several documentation fixes
- Implement version-independent type registration in ResourceFactory
- Fix an issue with implementation of the depracted functions
- Fix an issue with including net/if.h and linux/if.h
- Add async introspection functions matching the usual GIO function pattern
- Go through main loop if introspection fails before the actual network request
- Bump required GLib version to 2.58

Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=764498
- https://gitlab.gnome.org/GNOME/gupnp/issues/5
- https://gitlab.gnome.org/GNOME/gupnp/issues/6
- https://gitlab.gnome.org/GNOME/gupnp/issues/8

(wiz)

2020-01-15 00:09:48 UTC MAIN commitmail json YAML

doc: Updated net/gssdp12 to 1.2.2

(wiz)

2020-01-15 00:09:38 UTC MAIN commitmail json YAML

gssdp12: update to 1.2.2.

1.2.2
=====
- Fix macOS dylib versioning
- Update the required glib version to 2.54
- Fix setting the multicast sending interface

Bugs fixed in this release:
- https://gitlab.gnome.org/GNOME/gssdp/issues/4

(wiz)

2020-01-14 23:05:39 UTC MAIN commitmail json YAML

doc: Updated devel/bmkdep to 20140112

(cheusov)

2020-01-14 23:05:24 UTC MAIN commitmail json YAML

Update to 20140112
  Get rid of dprintf dependency.
  Update download URL

(cheusov)

2020-01-14 22:51:16 UTC MAIN commitmail json YAML

doc: Updated shells/zsh-autosuggestions to 0.6.4

(wiz)

2020-01-14 22:51:08 UTC MAIN commitmail json YAML

zsh-autosuggestions: update to 0.6.4.

## v0.6.4
- Fix `vi-forward-char` triggering a bell when using it to accept a suggestion (#488)
- New configuration option to skip completion suggestions when buffer matches a pattern (#487)
- New configuration option to ignore history entries matching a pattern (#456)

(wiz)

2020-01-14 22:42:27 UTC MAIN commitmail json YAML

doc: Updated devel/py-more-itertools to 8.1.0

(wiz)

2020-01-14 22:42:19 UTC MAIN commitmail json YAML

py-more-itertools: update to 8.1.0.

8.1.0
-----

* Bug fixes
    * :func:`partition` works with ``pred=None`` again. (thanks to MSeifert04)

* New itertools
    * :func:`sample` (thanks to tommyod)
    * :func:`nth_or_last` (thanks to d-ryzhikov)

* Changes to existing itertools:
    * The implementation for :func:`divide` was improved. (thanks to jferard)

(wiz)

2020-01-14 22:37:17 UTC MAIN commitmail json YAML

doc: Updated lang/py-asttokens to 2.0.3

(wiz)

2020-01-14 22:37:07 UTC MAIN commitmail json YAML

2020-01-14 22:32:26 UTC MAIN commitmail json YAML

doc: Updated security/keepassxc to 2.5.2

(wiz)

2020-01-14 22:32:17 UTC MAIN commitmail json YAML

keepassxc: update to 2.5.2.

## 2.5.2 (2020-01-04)

### Added

- Browser: Show UI warning when entering invalid URLs [#3912]
- Browser: Option to use an entry only for HTTP auth [#3927]

### Changed

- Disable the user interface when merging or saving the database [#3991]
- Ability to hide protected attribute after reveal [#3877]
- Remove mention of "snaps" in Windows and macOS [#3879]
- CLI: Merge parameter for source database key file (--key-file-from) [#3961]
- Improve GUI tests reliability on Hi-DPI displays [#4075]
- Disable deprecation warnings to allow building with Qt 5.14+ [#4075]
- OPVault: Use 'otp' attribute for TOTP field imports [#4075]

### Fixed

- Fix crashes when saving a database to cloud storage [#3991]
- Fix crash when pressing enter twice while opening database [#3885]
- Fix handling of HTML when displayed in the entry preview panel [#3910]
- Fix start minimized to tray on Linux [#3899]
- Fix Auto Open with key file only databases [#4075]
- Fix escape key closing the standalone password generator [#3892]
- macOS: Fix monospace font usage in password field and notes [#4075]
- macOS: Fix building on macOS 10.9 to 10.11 [#3946]
- Fix TOTP setup dialog not closing on database lock [#4075]
- Browser: Fix condition where additional URLs are ignored [#4033]
- Browser: Fix subdomain matching to return only relevant site entries [#3854]
- Secret Service: Fix multiple crashes and incompatibilities [#3871, #4009, #4074]
- Secret Service: Fix searching of entries [#4008, #4036]
- Secret Service: Fix behavior when exposed group is recycled [#3914]
- CLI: Release the database instance before exiting interactive mode [#3889]
- Fix (most) memory leaks in tests [#3922]

## 2.5.1 (2019-11-11)

### Added

- Add programmatic use of the EntrySearcher [#3760]
- Explicitly clear database memory upon locking even if the object is not deleted immediately [#3824]
- macOS: Add ability to perform notarization of built package [#3827]

### Changed

- Reduce file hash checking to every 30 seconds to correct performance issues [#3724]
- Correct formatting of notes in entry preview widget [#3727]
- Improve performance and UX of database statistics page [#3780]
- Improve interface for key file selection to discourage use of the database file [#3807]
- Hide Auto-Type sequences column when not needed [#3794]
- macOS: Revert back to using Carbon API for hotkey detection [#3794]
- CLI: Do not show protected fields by default [#3710]

### Fixed

- Secret Service: Correct issues interfacing with various applications [#3761]
- Fix building without additional features [#3693]
- Fix handling TOTP secret keys that require padding [#3764]
- Fix database unlock dialog password field focus [#3764]
- Correctly label open databases as locked on launch [#3764]
- Prevent infinite recursion when two databases AutoOpen each other [#3764]
- Browser: Fix incorrect matching of invalid URLs [#3759]
- Properly stylize the application name on Linux [#3775]
- Show application icon on Plasma Wayland sessions [#3777]
- macOS: Check for Auto-Type permissions on use instead of at launch [#3794]

## 2.5.0 (2019-10-26)

### Added

- Add 'Paper Backup' aka 'Export to HTML file' to the 'Database' menu [#3277]
- Add statistics panel with information about the database (number of entries, number of unique passwords, etc.) to the Database Settings dialog [#2034]
- Add offline user manual accessible via the 'Help' menu [#3274]
- Add support for importing 1Password OpVault files [#2292]
- Implement Freedesktop.org secret storage DBus protocol so that KeePassXC can be used as a vault service by libsecret [#2726]
- Add support for OnlyKey as an alternative to YubiKeys (requires yubikey-personalization >= 1.20.0) [#3352]
- Add group sorting feature [#3282]
- Add feature to download favicons for all entries at once [#3169]
- Add word case option to passphrase generator [#3172]
- Add support for RFC6238-compliant TOTP hashes [#2972]
- Add UNIX man page for main program [#3665]
- Add 'Monospaced font' option to the notes field [#3321]
- Add support for key files in auto open [#3504]
- Add search field for filtering entries in Auto-Type dialog [#2955]
- Complete usernames based on known usernames from other entries [#3300]
- Parse hyperlinks in the notes field of the entry preview pane [#3596]
- Allow abbreviation of field names in entry search [#3440]
- Allow setting group icons recursively [#3273]
- Add copy context menu for username and password in Auto-Type dialog [#3038]
- Drop to background after copying a password to the clipboard [#3253]
- Add 'Lock databases' entry to tray icon menu [#2896]
- Add option to minimize window after unlocking [#3439]
- Add option to minimize window after opening a URL [#3302]
- Request accessibility permissions for Auto-Type on macOS [#3624]
- Browser: Add initial support for multiple URLs [#3558]
- Browser: Add entry-specific browser integration settings [#3444]
- CLI: Add offline HIBP checker (requires a downloaded HIBP dump) [#2707]
- CLI: Add 'flatten' option to the 'ls' command [#3276]
- CLI: Add password generation options to `Add` and `Edit` commands [#3275]
- CLI: Add XML import [#3572]
- CLI: Add CSV export to the 'export' command [#3278]
- CLI: Add `-y --yubikey` option for YubiKey [#3416]
- CLI: Add `--dry-run` option for merging databases [#3254]
- CLI: Add group commands (mv, mkdir and rmdir) [#3313].
- CLI: Add interactive shell mode command `open` [#3224]

### Changed

- Redesign database unlock dialog [ #3287]
- Rework the entry preview panel [ #3306]
- Move notes to General tab on Group Preview Panel [#3336]
- Enable entry actions when editing an entry and cleanup entry context menu  [#3641]
- Improve detection of external database changes  [#2389]
- Warn if user is trying to use a KDBX file as a key file [#3625]
- Add option to disable KeePassHTTP settings migrations prompt [#3349, #3344]
- Re-enabled Wayland support (no Auto-Type yet) [#3520, #3341]
- Add icon to 'Toggle Window' action in tray icon menu [#3244]
- Merge custom data between databases only when necessary [#3475]
- Improve various file-handling related issues when picking files using the system's file dialog [#3473]
- Add 'New Entry' context menu when no entries are selected [#3671]
- Reduce default Argon2 settings from 128 MiB and one thread per CPU core to 64 MiB and two threads to account for lower-spec mobile hardware [ #3672]
- Browser: Remove unused 'Remember' checkbox for HTTP Basic Auth [#3371]
- Browser: Show database name when pairing with a new browser [#3638]
- Browser: Show URL in allow access dialog [#3639]
- CLI: The password length option `-l` for the CLI commands `Add` and `Edit` is now `-L` [#3275]
- CLI: The `-u` shorthand for the `--upper` password generation option has been renamed to `-U` [#3275]
- CLI: Rename command `extract` to `export`. [#3277]

### Fixed

- Improve accessibility for assistive technologies [#3409]
- Correctly unlock all databases if `--pw-stdin` is provided [#2916]
- Fix password generator issues with special characters [#3303]
- Fix KeePassXC interrupting shutdown procedure [#3666]
- Fix password visibility toggle button state on unlock dialog [#3312]
- Fix potential data loss if database is reloaded while user is editing an entry [#3656]
- Fix hard-coded background color in search help popup [#3001]
- Fix font choice for password preview [#3425]
- Fix handling of read-only files when autosave is enabled [#3408]
- Handle symlinks correctly when atomic saves are disabled [#3463]
- Enable HighDPI icon scaling on Linux [#3332]
- Make Auto-Type on macOS more robust and remove old Carbon API calls [#3634, [#3347)]
- Hide Share tab if KeePassXC is compiled without KeeShare support and other minor KeeShare improvements [#3654, [#3291, #3029, #3031, #3236]
- Correctly bring window to the front when clicking tray icon on macOS [#3576]
- Correct application shortcut created by MSI Installer on Windows [#3296]
- Fix crash when removing custom data [#3508]
- Fix placeholder resolution in URLs [#3281]
- Fix various inconsistencies and platform-dependent compilation bugs [#3664, #3662, #3660, #3655, #3649, #3417, #3357, #3319, #3318, #3304]
- Browser: Fix potential leaking of entries through the browser integration API if multiple databases are opened [#3480]
- Browser: Fix password entropy calculation [#3107]
- Browser: Fix Windows registry settings for portable installation [#3603]

(wiz)

2020-01-14 22:22:34 UTC MAIN commitmail json YAML

mk/pkgformat: fix documentation

(rillig)

2020-01-14 22:21:19 UTC MAIN commitmail json YAML

mk/pkgformat: fix documentation

(rillig)

2020-01-14 22:14:54 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-compiler-libs to 0.12.1

(jaapb)

2020-01-14 22:14:43 UTC MAIN commitmail json YAML

Updated devel/ocaml-compiler-libs to version 0.12.0.

This mostly involves changing the build system from jbuilder to dune.

(jaapb)

2020-01-14 22:14:20 UTC MAIN commitmail json YAML

libfilezilla: fix "i386" builds

(gutteridge)

2020-01-14 22:04:38 UTC MAIN commitmail json YAML

doc: Updated devel/menhir to 20190924

(jaapb)

2020-01-14 22:04:26 UTC MAIN commitmail json YAML

2020-01-14 21:38:18 UTC MAIN commitmail json YAML

Updated textproc/py-poyo, devel/py-cookiecutter

(adam)

2020-01-14 21:37:58 UTC MAIN commitmail json YAML

py-cookiecutter: updated to 1.7.0

1.7.0:
Important Changes:
Drop support for EOL Python 3.4
Drop support for EOL Python 3.3
Increase the minimum click version to 7.0

Other Changes:
PEP257 fixing docstrings in exceptions.py.
PEP257 fixing docstrings in replay.py.
PEP257 fixing docstrings in test_unzip.py.
Fixed tests sequence for appveyor, to exclude file not found bug.
Updates REAMDE.md with svg badge for appveyor.
Add missing {% endif %} to Choice Variables example.
Core documentation converted to Markdown format thanks to @wagnernegrao, @insspb
Tests update: use sys.executable when invoking python in python 3 only environment thanks to @vincentbernat
Prevent click API v7.0 from showing choices when already shown
Test the codebase with python3.8 beta on tox and travis-ci
Add a CODE_OF_CONDUCT.md file to the project
Update docstrings in cookiecutter/main.py, cookiecutter/__init__.py, and cookiecutter/log.py to follow the PEP 257 style guide
Update docstrings in cookiecutter/utils.py to follow the PEP 257 style guide
Fix grammar in Choice Variables documentation
Update installation docs with links to the Windows Subsystem and GNU utilities
Upgrade flake8 to version 3.5.0
Update tutorial with explanation for how cookiecutter finds the template file
Update CI config files to use TOXENV environment variable
Improve user documentation for writing hooks
Make sure to preserve the order of items in the generated cookiecutter context
Fixed DeprecationWarning for a regular expression on python 3.6
Document use of cookiecutter-template topic on GitHub
Update README badge links
Update prompt.py to match pep257 guidelines
Update link to Jinja2 extensions documentation
Require pip 9.0.0 or newer for tox environments
Use io.open contextmanager when reading hook files
Add more cookiecutter templates to the mix

(adam)

2020-01-14 21:35:45 UTC MAIN commitmail json YAML

py-poyo: updated to 0.5.0

0.5.0
Features
* Add support for multiline strings

    ```yaml
    longtext: >
        This is a multiline string.
        It can contain all manners of characters.

        Single line breaks are ignored,
        but blank linkes cause line breaks.
    ```

Bugfixes
* Fix link to poyo on PyPI
* Trim trailing whitespace in variable

Improvements
* Update project to use src directory
* Convert rst files to md
* Reformat code base with black

(adam)

2020-01-14 20:56:29 UTC MAIN commitmail json YAML

doc: Updated devel/js_of_ocaml to 3.5.2

(jaapb)

2020-01-14 20:56:10 UTC MAIN commitmail json YAML

Updated devel/js_of_ocaml to version 3.5.2.

Changes include support for OCaml 4.09 and 4.10, and several other
bugfixes and improvements.

(jaapb)

2020-01-14 20:48:25 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppxlib to 0.12.0

(jaapb)

2020-01-14 20:48:09 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppxlib to version 0.12.0.

Changes include:
- support for ocaml 4.09 and 4.10
- and many minor changes and bugfixes.

(jaapb)

2020-01-14 20:42:54 UTC MAIN commitmail json YAML

doc: Updated net/youtube-dl to 20200115

(leot)

2020-01-14 20:42:39 UTC MAIN commitmail json YAML

youtube-dl: Update to 20200115

pkgsrc changes:
- Apply a pkgsrc patch to fix la7 extractor (shared upstream)

Changes:
20200115
--------
Extractors
* [yourporn] Fix extraction (#21645, #22255, #23459)
+ [canvas] Add support for new API endpoint (#17680, #18629)
* [ndr:base:embed] Improve thumbnails extraction (#23731)
+ [vodplatform] Add support for embed.kwikmotion.com domain
+ [twitter] Add support for promo_video_website cards (#23711)
* [orf:radio] Clean description and improve extraction
* [orf:fm4] Fix extraction (#23599)
* [safari] Fix kaltura session extraction (#23679, #23670)
* [lego] Fix extraction and extract subtitle (#23687)
* [cloudflarestream] Improve extraction
    + Add support for bytehighway.net domain
    + Add support for signed URLs
    + Extract thumbnail
* [naver] Improve extraction
    * Improve geo-restriction handling
    + Extract automatic captions
    + Extract uploader metadata
    + Extract VLive HLS formats
    * Improve metadata extraction
- [pandatv] Remove extractor (#23630)
* [dctp] Fix format extraction (#23656)
+ [scrippsnetworks] Add support for www.discovery.com videos
* [discovery] Fix anonymous token extraction (#23650)
* [nrktv:seriebase] Fix extraction (#23625, #23537)
* [wistia] Improve format extraction and extract subtitles (#22590)
* [vice] Improve extraction (#23631)
* [redtube] Detect private videos (#23518)

(leot)

2020-01-14 20:34:11 UTC MAIN commitmail json YAML

boost-libs: Fix build failure on NetBSD/amd64 8 and lang/gcc7

* PCH option generates errors on NetBSD/amd64 8 and lang/gcc7 environment.

(ryoon)

2020-01-14 20:29:18 UTC MAIN commitmail json YAML

doc: Updated databases/pgocaml to 4.2

(jaapb)

2020-01-14 20:29:08 UTC MAIN commitmail json YAML

Update databases/pgocaml to version 4.2.

Changes include:
- support for type hints
- support for custom converters
- package uses Dune now
- camlp4 replaced by ppx

(jaapb)

2020-01-14 19:53:56 UTC MAIN commitmail json YAML

doc: Updated lang/ocaml to 4.09.0

(jaapb)

2020-01-14 19:53:35 UTC MAIN commitmail json YAML

2020-01-14 17:44:03 UTC MAIN commitmail json YAML

doc: Updated net/glib-networking to 2.62.3

(wiz)

2020-01-14 17:43:54 UTC MAIN commitmail json YAML

glib-networking: update to 2.62.3.

2.62.3 - January 3, 2019
========================

- Fix leak of base iostream (or base datagram socket), 2.62 regression
- Fix duplicate notifies of peer-certificate and peer-certificate-errors
- Fix obscure corner case where SNI might not work

(wiz)

2020-01-14 16:25:53 UTC MAIN commitmail json YAML

Updated devel/py-llvmlite, math/py-numba

(adam)

2020-01-14 16:25:34 UTC MAIN commitmail json YAML

py-numba: updated to 0.47.0

Version 0.47.0
--------------

This release expands the capability of Numba in a number of important areas and
is also significant as it is the last major point release with support for
Python 2 and Python 3.5 included. The next release (0.48.0) will be for Python
3.6+ only!  (This follows NumPy's deprecation schedule as specified in
`NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_.)

Highlights of core feature changes include:

* Full support for Python 3.8 (Siu Kwan Lam)
* Opt-in bounds checking (Aaron Meurer)
* Support for ``map``, ``filter`` and ``reduce`` (Stuart Archibald)

Intel also kindly sponsored research and development that lead to some exciting
new features:

* Initial support for basic ``try``/``except`` use (Siu Kwan Lam)
* The ability to pass functions created from closures/lambdas as arguments
  (Stuart Archibald)
* ``sorted`` and ``list.sort()`` now accept the ``key`` argument (Stuart
  Archibald and Siu Kwan Lam)
* A new compiler pass triggered through the use of the function
  ``numba.literal_unroll`` which permits iteration over heterogeneous tuples
  and constant lists of constants. (Stuart Archibald)

Enhancements from user contributed PRs (with thanks!):

* Ankit Mahato added a reference to a new talk on Numba at PyCon India 2019
* Brian Wignall kindly fixed some spelling mistakes and typos
* Denis Smirnov wrote numerous methods to considerable enhance string support
  including:

  * ``str.rindex()``
  * ``str.isprintable()``
  * ``str.index()``
  * ``start/end`` parameters for ``str.find()``
  * ``str.isspace()``
  * ``str.isidentifier()``
  * ``str.rpartition()``
  * ``str.lower()`` and ``str.islower()``

* Elena Totmenina implemented both ``str.isalnum()``, ``str.isalpha()`` and
  ``str.isascii``
* Eric Larson fixed a bug in literal comparison
* Ethan Pronovost updated the ``np.arange`` implementation to allow
  the use of the ``dtype`` key word argument and also added ``bool``
  implementations for several types.
* Graham Markall fixed some issues with the CUDA target, namely:

  * Added physical limits for CC 7.0 / 7.5 to CUDA autotune
  * Fixed bugs in TestCudaWarpOperations
  * Improved errors / warnings for the CUDA vectorize decorator

* Guilherme Leobas fixed a typo in the ``urem`` implementation
* Isaac Virshup contributed a number of patches that fixed bugs, added support
  for more NumPy functions and enhanced Python feature support. These
  contributions included:

  * Allow array construction with mixed type shape tuples
  * Implementing ``np.lcm``
  * Implement np.gcd and math.gcd
  * Make slice constructor more similar to python.
  * Added support for slice.indices
  * Clarify numba ufunc supported features

* James Bourbeau fixed some issues with tooling, add ``setuptools`` as a
  dependency and add pre-commit hooks for ``flake8`` compliance.
* Leo Fang made ``numba.dummyarray.Array`` iterable
* Marc Garcia fixed the ``numba.jit`` parameter name signature_or_function
* Marcelo Duarte Trevisani patched the llvmlite requirement to ``>=0.30.0``
* Matt Cooper fixed a long standing CI problem by remove maxParallel
* Matti Picus fixed an issue with ``collections.abc``
  from Azure Pipelines.
* Rob Ennis patched a bug in ``np.interp`` ``float32`` handling
* VDimir fixed a bug in array transposition layouts and re-enabled and
  fixed some idle tests.
* Vyacheslav Smirnov Enable support for `str.istitle()``

General Enhancements:

* Bounds checking
* Add pre-commit hooks
* Handle kw args in inliner when callee is a function
* Permits closures to become functions, enables map(), filter()
* Implement method title() for unicode based on Cpython
* Enable support for istitle() method for unicode string
* Implement str.lower() and str.islower()
* Implement str.rfind()
* Refactor `overload*` and support `jit_options` and `inline`
* Added support for slice.indices
* Add `bool` overload for several types
* Allow array construction with mixed type shape tuples
* Python3.8 support
* Add parfor support for ndarray.fill.
* Update typeconv error message to ask for sys.executable.
* Update `np.arange` implementation with `@overload`
* Make slice constructor more similar to python.
* Implement np.gcd and math.gcd
* Add setuptools as a dependency
* put git hash into build string
* Better compiler error messages for improperly used reduction
  variables.
* Typed list implement and expose allocation
* Typed list faster copy
* Implement str.isspace() based on CPython
* Implement str.isprintable() based on CPython
* Implement str.isidentifier() based on CPython
* Implement str.isalnum() based on CPython
* Implement str.isalpha() based on CPython
* Implement str.rpartition() based on CPython
* Implement str.isascii() based on CPython
* Add graphviz output for FunctionIR
* Python3.8 looplifting
* Implement str.expandtabs() based on CPython
* Implement str.index() based on CPython
* Implement str.rindex() based on CPython
* Support params start/end for str.find()
* Bump to llvmlite 0.31
* Specialise arange dtype on arch + python version.
* basic support for try except
* Implement np.lcm
* loop canonicalisation and type aware tuple unroller/loop body
  versioning passes
* Update hash(tuple) for Python 3.8.
* Implement sort/sorted with key.
* Add `is_internal` property to all Type classes.

Fixes:

* Update to LLVM8 memset/memcpy intrinsic
* Convert sub to add and div to mul when doing the reduction across
  the per-thread reduction array.
* Handle 0 correctly as slice parameter.
* Remove multiply defined variables from all blocks' equivalence sets.
* Fix pickling of dufunc
* BUG: Comparison for literal
* Change get_call_table to support intermediate Vars.
* Requires  llvmlite >=0.30.0
* prefer to import from collections.abc
* fix flake8 errors
* Fix and enable idle tests from test_array_manipulation
* Fix transpose output array layout
* Fix issue with SVML (and knock-on function resolution effects).
* Treat 0d arrays like scalars.
* fix missing incref on flags
* fix typos in numba/targets/base.py
* fix typos
* fix spelling in now-failing tests
* windowing test should check equality only up to double precision
  errors
* fix refining list by using extend on an iterator
* Fix return type in arange and zero step size handling.
* suppress spurious RuntimeWarning about ufunc sizes
* skip the xfail test for now.  Py3.8 CFG refactor seems to have
  changed the test case
* regex needs to accept singular form of "argument"
* fix typed list equals
* Fix some spelling typos
* np.interp bugfix for float32 handling
* fix creating list with JIT disabled
* fix creating dict with JIT disabled
* Better handling of prange with multiple reductions on the same
  variable.
* Improve the error message for `raise <string>`.
* Move overload of literal_unroll to avoid circular dependency that
  breaks Python 2.7
* Fix test error on windows
* Fixes a bug in the relabelling logic in literal_unroll.
* Fix overload_method problem with stararg
* Add ind_to_const to enable fewer equivalence classes.
* Remove xfail for test which has since had underlying issue fixed.
* skip pycc test on Python 3.8 + macOS because of distutils issue

(adam)

2020-01-14 16:22:33 UTC MAIN commitmail json YAML

py-llvmlite: updated to 0.31.0

This release switches memset/memcpy to use the 4 argument style as per LLVM 7+
and updates some documentation.

Commits:
* Revert "Revert "LLVM 7 changed memset intrinsic signature, adjust it""
* Begin development of 0.31.0
* Add cttz and ctlz to irbuilder docs.
* Update deprecation docs with full deprecation of 5 arg memset/memcpy
* Update docs to not report LLVM 3.8 as latest!

(adam)

2020-01-14 16:11:16 UTC MAIN commitmail json YAML

Updated www/py-test-django, www/py-paste, devel/py-freezegun, www/py-httpx

(adam)

2020-01-14 16:10:53 UTC MAIN commitmail json YAML

py-httpx: updated to 0.11.0

0.11.0:

The 0.11 release reintroduces our sync support, so that `httpx` now supports both a standard thread-concurrency API, and an async API.

Existing async `httpx` users that are upgrading to 0.11 should ensure that:

* Async codebases should always use a client instance to make requests, instead of the top-level API.
* The async client is named as `httpx.AsyncClient()`, instead of `httpx.Client()`.
* When instantiating proxy configurations use the `httpx.Proxy()` class, instead of the previous `httpx.HTTPProxy()`. This new configuration class works for configuring both sync and async clients.

We believe the API is now pretty much stable, and are aiming for a 1.0 release sometime on or before April 2020.

Changed
- Top level API such as `httpx.get(url, ...)`, `httpx.post(url, ...)`, `httpx.request(method, url, ...)` becomes synchronous.
- Added `httpx.Client()` for synchronous clients, with `httpx.AsyncClient` being used for async clients.
- Switched to `proxies=httpx.Proxy(...)` for proxy configuration.
- Network connection errors are wrapped in `httpx.NetworkError`, rather than exposing lower-level exception types directly.

Removed
- The `request.url.origin` property and `httpx.Origin` class are no longer available.
- The per-request `cert`, `verify`, and `trust_env` arguments are escalated from raising errors if used, to no longer being available. These arguments should be used on a per-client instance instead, or in the top-level API.
- The `stream` argument has escalated from raising an error when used, to no longer being available. Use the `client.stream(...)` or `httpx.stream()` streaming API instead.

Fixed
- Redirect loop detection matches against `(method, url)` rather than `url`.

(adam)

2020-01-14 16:08:37 UTC MAIN commitmail json YAML

py-freezegun: updated to 0.3.13

0.3.13
* Fix for Py3.8
* Reset time.time_ns on stop

(adam)

2020-01-14 16:07:23 UTC MAIN commitmail json YAML

py-paste: updated to 3.2.6

3.2.6:
* Correctly handle HEAD requests (to send empty body) when gzip
  encoding requested.

3.2.4
* Use is_alive instead of isAlive for Python 3.9 compatibility.
* Use encodebytes instead of deprecated encodestring.
* Fix Python 2 and 3 compatibility for base64.

(adam)

2020-01-14 16:05:04 UTC MAIN commitmail json YAML

py-test-django: updated to 3.8.0

3.8.0:
* Make Django's assertion helpers available in pytest_django.asserts.
* Report django-configurations setting

(adam)

2020-01-14 15:05:43 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.9.14, glib-networking-2.62.3, keepassxc-2.5.2,
  py-mercurial-5.2.2, py-more-itertools-8.1.0, py-setuptools-45.0.0,
  rhythmbox-3.4.4, zsh-autosuggestions-0.6.4.

(wiz)

2020-01-14 14:44:50 UTC MAIN commitmail json YAML

2020-01-14 14:40:43 UTC MAIN commitmail json YAML

multimedia/ruby-ming: fix build problem on native X

Fix build problem on native X with CHECK_SHLIBS is enabled.

(taca)

2020-01-14 14:36:15 UTC MAIN commitmail json YAML

doc: note update of roundcube* packages to 1.4.2

mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload

(taca)

2020-01-14 14:34:08 UTC MAIN commitmail json YAML

mail/roundcube-plugin-zipdownload: update to 1.4.2

Update roundcube-plugin-zipdownload to 1.4.2.

pkgsrc change:

* Use common patches/distinfo directory with roundcube.

RELEASE 1.4-beta
----------------
- zipdownload: Added option to define size limit for multiple messages download (#5696)

(taca)

2020-01-14 14:33:16 UTC MAIN commitmail json YAML

mail/roundcube-plugin-password: update to 1.4.2

Update roundcube-plugin-password to 1.4.2.

pkgsrc change:

* Use common patches/distinfo directory with roundcube.

RELEASE 1.4.2
-------------
- Password: Fix kpasswd and smb drivers' double-escaping bug (#7092)

RELEASE 1.4-rc2
---------------
- Password: Added ldap_exop driver (#4992)
- Password: Added support for SSHA512 password algorithm (#6805)

RELEASE 1.4-rc1
---------------
- Password: Added 'modoboa' driver (#6361)
- Password: Fix bug where password_dovecotpw_with_method setting could be ignored (#6436)
- Password: Fix bug where new users could skip forced password change (#6434)
- Password: Allow drivers to override default password comparisons (eg new is not same as current) (#6473)
- Password: Allow drivers to override default strength checks (eg allow for 'not the same as last x passwords') (#246)
- Passowrd: Allow drivers to define password strength rules displayed to the user
- Password: Allow separate password saving and strength drivers for use of strength checking services (#5040)
- Password: Add zxcvbn driver for checking password strength (#6479)
- Password: Disallow control characters in passwords
- Password: Add support for Plesk >= 17.8 (#6526)

RELEASE 1.4-beta
----------------
- Password: Support host variables in password_db_dsn option (#5955)
- Password: Automatic virtualmin domain setting, removed password_virtualmin_format option (#5759)
- Password: Added password_username_format option (#5766)

(taca)

2020-01-14 14:32:39 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 68.4.1

(ryoon)

2020-01-14 14:32:18 UTC MAIN commitmail json YAML

thunderbird-l10n: Update to 68.4.1

* Sync with mail/thunderbird-68.4.1.

(ryoon)

2020-01-14 14:31:55 UTC MAIN commitmail json YAML

mail/roundcube-plugin-enigma: update to 1.4.2

Update roundcube-plugin-enigma to 1.4.2.

pkgsrc change:

* Use common patches/distinfo directory with roundcube.

RELEASE 1.4.2
-------------
- Enigma: Add script to import keys from filesystem to the db storage (for multihost)

RELEASE 1.4.1
-------------
- Enigma: Fix bug where signing option was set to disabled after saving a draft in Elastic skin (#6515)

RELEASE 1.4-rc2
---------------
- Added 'keyservers' option to define list of HKP servers for Enigma/Mailvelope (#6326)
- Enigma: For verified signatures, display the user id associated with the sender address (#5958)
- Enigma: Fix bug where revoked users/keys were not greyed out in key info
- Enigma: Fix error message when trying to encrypt with a revoked key (#6607)
- Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638)
- Enigma: Fix bug where signature verification could have been skipped for some message structures (#6838)

RELEASE 1.4-rc1
---------------
- Enigma: Update to OpenPGPjs 4.2.1 - fixes user name encoding issues in key generation (#6524)
- Enigma: Fixed multi-host synchronization of private and deleted keys and pubring.kbx file
- Elastic: Fix bug where Enigma options in mail compose could sometimes be ignored (#6515)

RELEASE 1.4-beta
----------------
- Enigma: Add button to send mail unencrypted if no key was found (#5913)
- Enigma: Add options to set PGP cipher/digest algorithms (#5645)
- Enigma: Multi-host support

(taca)

2020-01-14 14:31:17 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 68.4.1

(ryoon)

2020-01-14 14:30:44 UTC MAIN commitmail json YAML

thunderbird: Update to 68.4.1

Changelog:
Changes
Various improvements when setting up an account for a Microsoft Exchange server: Now offers IMAP/SMTP if available, better detection for Office 365 accounts; re-run configuration after password change.

Fixes
Attachments with one or more spaces in their names couldn't be opened under some circumstances

After changing view layout, the message display pane showed garbled content under some circumstances

Tags were lost on messages in shared IMAP folders under some circumstances

Various theme changes to achieve "pixel perfection": Unread icon, "no results" icon, paragraph format and font selector, background of folder summary tooltip

Calendar: Event attendee dialog was not displayed correctly

Various security fixes

Security fixes:
CVE-2019-17026: IonMonkey type confusion with StoreElementHole and FallibleStoreElement
#CVE-2019-17015: Memory corruption in parent process during new content process initialization on Windows
#CVE-2019-17016: Bypass of @namespace CSS sanitization during pasting
#CVE-2019-17017: Type Confusion in XPCVariant.cpp
#CVE-2019-17021: Heap address disclosure in parent process during content process initialization on Windows
#CVE-2019-17022: CSS sanitization does not escape HTML tags
#CVE-2019-17024: Memory safety bugs fixed in Thunderbird 68.4.1

(ryoon)

2020-01-14 14:30:00 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.4.2

Update roundcube ot 1.4.2.
pkgsrc change:

* Use "complete" distfile and avoid downloading each JavaScript libraries.
* Use common patches/distinfo directory.
* Use REPLACE_PHP.

Here is release 1.4.0 announce (2019/11/09):

It's a big honor for me to announce the final release of the long awaited
major version 1.4 of Roundcube webmail.
After more than two years of hard work by Alec and other volunteer
contributors, Roundcube finally gets the responsive skin with full mobile
device support - the Elastic.

In addition to the new UI we introduce these new features:

* Email Resent (Bounce) feature
* Improved [Mailvelope](https://www.mailvelope.com) integration
* Support for Redis and Memcached cache
* Support for SMTPUTF8 and GSSAPI

Plus numerous improvements and bug fixes collected from your precious
feedback as well as updates to recent versions of 3rd party libraries like
jQuery and TinyMCE. See the full changelog in the release notes on the
Github download page [1].

The new Elastic theme, which is the new default skin, is built with LESS
and of course the sources are included. They allow a certain degree of
customization by adjusting some colors and variables using the
`_styles.less` and `_variables.less` files. Please consider customizing
your Roundcube installation in order to make phishing [2] harder. You'll
find guidance in the README.md file inside the skin folder.

This release is considered stable and we encourage you to update your
productive installations after carefully testing the upgrade scenario and
preparing your users to the significant changes in their webmail UI.
Download it from https://roundcube.net/download.

With the release of Roundcube 1.4.0, the previous stable release branches
1.3.x and 1.2.x will change into LTS low maintenance mode which means they
will only receive important security updates but no longer any regular
improvement updates. The 1.1.x series is no longer supported and maintained.

RELEASE 1.4.1 (2019/11/22)
-------------
- Elastic: Change HTML editor widget to improve form flow (#6992)
- Elastic: Fix position of mobile floating action button (#7038)
- Managesieve: Fix locked UI after opening filter frame (#7007)
- Fix PHP warning: "array_merge(): Expected parameter 2 to be an array, null given in sendmail.inc (#7003)
- Fix bug where cache keys could exceed length limit specified in db schema (#7004)
- Fix invalid Signature button state after escaping Mailvelope mode (#7015)
- Fix so 401 error is returned only on failed logon requests (#7010)
- Fix db_prefix handling in queries with `TRUNCATE TABLE <name>` and `UNIQUE <name>` (#7013)
- Fix so update.sh script warns about changed defaults (#7011)
- Fix tables listing routine when DSN contained a database with unsupported suffix (#7034)
- Fix so Elastic is also a default in jqueryui plugin (#7039)
- Fix bug where the Installer would not warn about required schema upgrade (#7042)

RELEASE 1.4.2 (2020/01/01)
-------------
- Plugin API: Make actionbefore, before<action>, actionafter and after<action> events working with plugin actions (#7106)
- Managesieve: Replace "Filter disabled" with "Filter enabled" (#7028)
- Managesieve: Fix so modifier type select wasn't hidden after hiding modifier select on header change
- Managesieve: Fix filter selection after removing a first filter (#7079)
- Markasjunk: Fix marking more than one message as spam/ham with email_learn driver (#7121)
- Installer: Fix DB Write test on SQLite database ("database is locked" error) (#7064)
- Installer: Fix so SQLite DSN with a relative path to the database file works in Installer
- Elastic: Fix contrast of warning toasts (#7058)
- Elastic: Simple search in pretty selects (#7072)
- Elastic: Fix hidden list widget on mobile/tablet when selecting folder while search menu is open (#7120)
- Fix so type attribute on script tags is not used on HTML5 pages (#6975)
- Fix unread count after purge on a folder that is not currently selected (#7051)
- Fix bug where Enter key didn't work on messages list in "List" layout (#7052)
- Fix bug where deleting a saved search in addressbook caused display issue on sources/groups list (#7061)
- Fix bug where a new saved search added after removing all searches wasn't added to the list (#7061)
- Fix bug where a new contact group added after removing all groups from addressbook wasn't added to the list
- Fix bug where Ctype extension wasn't required in Installer and INSTALL file (#7049)
- Fix so install-jsdeps.sh removes Bootstrap's sourceMappingURL (#7035)
- Fix so use of Ctrl+A does not scroll the list (#7020)
- Fix/remove useless keyup event handler on username input in logon form (#6970)
- Fix bug where cancelling switching from HTML to plain text didn't set the flag properly (#7077)
- Fix bug where HTML reply could add an empty line with extra indentation above the original message (#7088)
- Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist' (#7107)
- Fix so displayed maximum attachment size depends also on 'max_message_size' (#7105)
- Fix bug where 'skins_allowed' option didn't enforce user skin preference (#7080)
- Fix so contact's organization field accepts up to 128 characters (it was 50)
- Fix bug where listing tables in PostgreSQL database with db_prefix didn't work (#7093)
- Fix bug where 'text' attribute on body tag was ignored when displaying HTML message (#7109)
- Fix bug where next message wasn't displayed after delete in List mode (#7096)
- Fix so number of contacts in a group is not limited to 200 when redirecting to mail composer from Contacts (#6972)
- Fix malformed characters in HTML message with charset meta tag not in head (#7116)

(taca)

2020-01-14 14:09:33 UTC MAIN commitmail json YAML

2020-01-14 13:28:56 UTC MAIN commitmail json YAML

doc: Added games/jumpnbump version 1.61

(nia)

2020-01-14 13:28:42 UTC MAIN commitmail json YAML

games: Add jumpnbump. While here, add missing entries to the root Makefile.

This is a game for the whole family. You play cute fluffy little bunnies
and hop on each other's heads.

At the beginning you are in the menu, where you have to let each active
player jump over the tree trunk to enter the play area, and then walk to
the right. You will then enter the arena. The aim is to jump on the other
bunnies' heads...

Jump 'n Bump was originally a DOS game by Brainchild Design, which was open
sourced under the GPL license and ported to SDL, and then SDL2.

It's a true multiplayer game, you can't play this alone. It has network
support.

(nia)

2020-01-14 13:13:14 UTC MAIN commitmail json YAML

halfempty: fix installation, thanks joerg

(wiz)

2020-01-14 12:58:56 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.49.1

(ryoon)

2020-01-14 12:58:08 UTC MAIN commitmail json YAML

nss: Update to 3.49.1

* Bump nspr requirement

Changelog:
No new functionality is introduced in these releases. These releases fix a
performance issue:

- Bug 1606992 - Cache the most recent PBKDF2 password hash, to speed up
repeated SDR operations, important with the increased KDF iteration counts.

(ryoon)

2020-01-14 12:30:24 UTC MAIN commitmail json YAML

README.md: missing space

(nia)

2020-01-14 12:15:36 UTC MAIN commitmail json YAML

doc: Updated devel/py-absl-py to 0.9.0

(bsiegert)

2020-01-14 12:14:30 UTC MAIN commitmail json YAML

Update py-absl-py to 0.9.0.

Several years' worth of changes:

## 0.9.0 (2019-12-17)

### Added

*  (testing) `TestCase.enter_context`: Allows using context managers in setUp
    and having them automatically exited when a test finishes.

### Fixed

*  #126: calling `logging.debug(msg, stack_info=...)` no longer throws an
    exception in Python 3.8.

## 0.8.1 (2019-10-08)

### Fixed

*  (testing) `absl.testing`'s pretty print reporter no longer buffers
    RUN/OK/FAILED messages.
*  (testing) `create_tempfile` will overwrite pre-existing read-only files.

## 0.8.0 (2019-08-26)

### Added

*  (testing) `absltest.expectedFailureIf`: a variant of
    `unittest.expectedFailure` that allows a condition to be given.

### Changed

*  (bazel) Tests now pass when bazel
    `--incompatible_allow_python_version_transitions=true` is set.
*  (bazel) Both Python 2 and Python 3 versions of tests are now created. To
    only run one major Python version, use
    `bazel test --test_tag_filters=-python[23]` to ignore the other version.
*  (testing) `assertTotallyOrdered` no longer requires objects to implement
    `__hash__`.
*  (testing) `absltest` now integrates better with `--pdb_post_mortem`.
*  (testing) `xml_reporter` now includes timestamps to testcases, test_suite,
    test_suites elements.

### Fixed

*    #99: `absl.logging` no longer registers itself to `logging.root` at import
    time.
*    #108: Tests now pass with Bazel 0.28.0 on macOS.

## 0.7.1 (2019-03-12)

### Added

*  (flags) `flags.mark_bool_flags_as_mutual_exclusive`: convenience function to
    check that only one, or at most one, flag among a set of boolean flags are
    True.

### Changed

*  (bazel) Bazel 0.23+ or 0.22+ is now required for building/testing.
    Specifically, a Bazel version that supports
    `@bazel_tools//tools/python:python_version` for selecting the Python
    version.

### Fixed

*  #94: LICENSE files are now included in sdist.
*  #93: Change log added.

## 0.7.0 (2019-01-11)

### Added

*  (bazel) testonly=1 has been removed from the testing libraries, which allows
    their use outside of testing contexts.
*  (flags) Multi-flags now accept any Iterable type for the default value
    instead of only lists. Strings are still special cased as before. This
    allows sets, generators, views, etc to be used naturally.
*  (flags) DEFINE_multi_enum_class: a multi flag variant of enum_class.
*  (testing) Most of absltest is now type-annotated.
*  (testing) Made AbslTest.assertRegex available under Python 2. This allows
    Python 2 code to write more natural Python 3 compatible code. (Note: this
    was actually released in 0.6.1, but unannounced)
*  (logging) logging.vlog_is_on: helper to tell if a vlog() call will actually
    log anything. This allows avoiding computing expansive inputs to a logging
    call when logging isn't enabled for that level.

### Fixed

*  (flags) Pickling flags now raises an clear error instead of a cryptic one.
    Pickling flags isn't supported; instead use flags_into_string to serialize
    flags.
*  (flags) Flags serialization works better: the resulting serialized value,
    when deserialized, won't cause --help to be invoked, thus ending the
    process.
*  (flags) Several flag fixes to make them behave more like the Absl C++ flags:
    empty --flagfile is allowed; --nohelp and --help=false don't display help
*  (flags) An empty --flagfile value (e.g. "--flagfile=" or "--flagfile=''"
    doesn't raise an error; its not just ignored. This matches Abseil C++
    behavior.
*  (bazel) Building with Bazel 0.2.0 works without extra incompatiblity disable
    build flags.

### Changed

*  (flags) Flag serialization is now deterministic: this improves Bazel build
    caching for tools that are affected by flag serialization.

## 0.6.0 (2018-10-22)

### Added

*  Tempfile management APIs for tests: read/write/manage tempfiles for test
    purposes easily and correctly. See TestCase.create_temp{file/dir} and the
    corresponding commit for more info.

## 0.5.0 (2018-09-17)

### Added

*  Flags enum support: flags.DEFINE_enum_class allows using an `Enum` derived
    class to define the allowed values for a flag.

## 0.4.1 (2018-08-28)

### Fixed

*  Flags no long allow spaces in their names

### Changed

*  XML test output is written at the end of all test execution.
*  If the current user's username can't be gotten, fallback to uid, else fall
    back to a generic 'unknown' string.

## 0.4.0 (2018-08-14)

### Added

*  argparse integration: absl-registered flags can now be accessed via argparse
    using absl.flags.argparse_flags: see that module for more information.
*  TestCase.assertSameStructure now allows mixed set types.

### Changed

*  Test output now includes start/end markers for each test ran. This is to
    help distinguish output from tests clearly.

## 0.3.0 (2018-07-25)

### Added

*  `app.call_after_init`: Register functions to be called after app.run() is
    called. Useful for program-wide initialization that library code may need.
*  `logging.log_every_n_seconds`: like log_every_n, but based on elapsed time
    between logging calls.
*  `absltest.mock`: alias to unittest.mock (PY3) for better unittest drop-in
    replacement. For PY2, it will be available if mock is importable.

### Fixed

*  `ABSLLogger.findCaller()`: allow stack_info arg and return value for PY2
*  Make stopTest locking reentrant: this prevents deadlocks for test frameworks
    that customize unittest.TextTestResult.stopTest.
*  Make --helpfull work with unicode flag help strings.

(bsiegert)

2020-01-14 10:46:42 UTC MAIN commitmail json YAML

mpv: set WAF_REPLACE_EXECUTABLE=yes to fix build

(wiz)

2020-01-14 09:15:54 UTC MAIN commitmail json YAML

doc: Updated cad/ng-spice to 31

(hauke)

2020-01-14 09:15:42 UTC MAIN commitmail json YAML

Upgrade cad/ng-spice to v31.

Changes are probably many. From upstream's changelog:

2017-08-25  h_vogt
This ChangeLog is no longer maintained.
Starting with ngspice-26, for code changes
please refer to the git repository at
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/.
Especially the 'history' button on the top of the page
will give all the change log information.

(hauke)

2020-01-14 09:03:01 UTC MAIN commitmail json YAML

adoptopenjdk11-bin: Fix PKGNAME, to match mk.java-vm.mk

Fix my mistake.

(ryoon)

2020-01-14 09:01:53 UTC MAIN commitmail json YAML

2020-01-14 08:48:57 UTC MAIN commitmail json YAML

doc: Updated games/eboard to 1.1.1

(hauke)

2020-01-14 08:48:44 UTC MAIN commitmail json YAML

Upgrade games/eboard to v1.1.1, the last pre-github release.

Note that this release, while declaring compatibility with gnuchess
v4, does not work correctly with the current v6.x.

From upstream's changelog:

eboard ChangeLog
----------------

[fics]    - applies to fics
[craf]    - applies to crafty
[gnuc]    - applies to gnu chess
[sjen]    - applies to sjeng
[ics]    - applies to all networked servers
[eng]    - applies to all engines
[all]    - applies to all

  * [all]  Text search (Ctrl-F) no longer requires a modal dialog box,
          the search text is typed in the input box (similar to the Firefox
          search behavior).

  * [ics]  Added ICS filtering options for Non-ASCII characters.

  * [all]  Fixed some "invalid UTF-8 string" warnings related to the text console.

  * [ics]  added an option to show timestamps for each text line

  * [ics]  eboard no longer sets the seek variable when logging in to an
          ICS

  * [all]  Fixed promotion bug in P2P mode (capture promotions such as
          exf8=Q did not work due to bad notation parsing).
          Closes SF ticket #1832106.

  * [ics]  Seek graph positioning now avoids text and marker overlaps.

1.1.0a:
  * [all]  Fixed compilation issue with GCC 4.1

1.1.0:
  * [ics]  The seek graph do not become red after updates (FICS sometimes
          sends bogus updates that are annoying to check).

  * [ics]  added seek graph, removed seek table

  * [ics]  eboard now displays clocks and move times with milisecond
          precision, on servers that support ivar ms

  * [all]  slightly faster console (less frivolous buffer formattings)

  * [all]  minor simplification of eboard-config script, patch from
          Han Boetes

(hauke)

2020-01-14 08:46:17 UTC MAIN commitmail json YAML

2020-01-14 08:44:03 UTC MAIN commitmail json YAML

2020-01-14 08:30:20 UTC MAIN commitmail json YAML

gawk is needed for newer uboots.

(mrg)

2020-01-13 22:31:00 UTC MAIN commitmail json YAML

doc: Added misc/pixd version 1.0.0

(nia)

2020-01-13 22:30:47 UTC MAIN commitmail json YAML

doc: Added misc/hexd version 1.0.0

(nia)

2020-01-13 22:30:34 UTC MAIN commitmail json YAML

misc: Add pixd.

pixd is a tool for visualizing binary data using a colour palette. It is in
a lot of ways akin to a hexdump tool, except using coloured squares to
represent each octet.

pixd uses 24-bit color SGR escape sequences.  For a list of terminal emulators
with support for these, see XVilka's list of supporting terminal emulators:
https://gist.github.com/XVilka/8346728

(nia)

2020-01-13 22:29:24 UTC MAIN commitmail json YAML

misc: Add hexd.

hexd prints a human-readable hexdump of the specified files, or standard
input if omitted. Its main distinguishing feature is the use of colours to
visually indicate which range of values an octet belongs to, aiding in
spotting patterns in binary data.

By default, hexd relies on 256-color SGR escape sequences. Most terminal
emulators should support these today, but technically they're only defacto
standard. However, you can override the formatting used with the HEXD_COLORS
environment variable (see manpage), or use the -p option for plaintext
output.

(nia)

2020-01-13 22:08:33 UTC MAIN commitmail json YAML

Sort the list of files included during a scan run and remove duplicates.
This avoids some sources of entropy and can save a bit space too.

(joerg)

2020-01-13 21:05:50 UTC MAIN commitmail json YAML

Markdownify README.

(nia)

2020-01-13 20:52:04 UTC MAIN commitmail json YAML

2020-01-13 20:40:29 UTC MAIN commitmail json YAML

doc: Added security/pius version 3.0.0

(schmonz)

2020-01-13 20:40:17 UTC MAIN commitmail json YAML

2020-01-13 20:40:14 UTC MAIN commitmail json YAML

Add and enable pius.

(schmonz)

2020-01-13 20:39:29 UTC MAIN commitmail json YAML

Add pius, the PGP Individual User Signer. It helps attendees of PGP
keysigning parties. It allows you to quickly and easily sign each UID on
a set of PGP keys. It is designed to take the pain out of the
sign-all-the-keys part of PGP Keysigning Party while adding security to
the process.

(schmonz)

2020-01-13 18:09:20 UTC MAIN commitmail json YAML

pkgtools/R2pkg: remove a left-over debug message

(rillig)

2020-01-13 18:06:57 UTC MAIN commitmail json YAML

doc: Updated pkgtools/R2pkg to 0.6.4

(rillig)

2020-01-13 18:06:48 UTC MAIN commitmail json YAML

2020-01-13 17:36:48 UTC MAIN commitmail json YAML

math/R: omit unknown configure option --with-libiconv-prefix

(rillig)

2020-01-13 17:35:05 UTC MAIN commitmail json YAML

converters/libiconv: allow to skip --with-libiconv-prefix

There are several GNU configure scripts that don't support this option.
These packages can be found by setting GNU_CONFIGURE_STRICT=yes in
mk.conf. To allow these packages to build nevertheless, packages have to
skip this option explicitly, for backwards compatibility.

(rillig)

2020-01-13 16:53:01 UTC MAIN commitmail json YAML

lv2: Simplify, use waf.mk

(nia)

2020-01-13 16:47:59 UTC MAIN commitmail json YAML

aubio: Simplify, use waf.mk

(nia)

2020-01-13 15:46:36 UTC MAIN commitmail json YAML

doc: Updated games/xboard to 4.9.1

(hauke)

2020-01-13 15:46:26 UTC MAIN commitmail json YAML

Upgrade games/xboard to v4.9.1

Optionally build with gtk2 support instead of xaw. Upstream defaults
to gtk, but we are sticking with xaw for now.

XXX the gnuchess engine will still quit after the second move, see
    <https://lists.gnu.org/archive/html/bug-gnu-chess/2017-08/threads.html>

From upstream's changelog:

** Version 4.9.1 **

  bugfix release for 4.9.0

  * Fix crash when logging out from ICS
  * Defer book faking input move until ping balance
  * Fix setting up btm positions with 'edit'
  * Fix bare King adjudication
  * Fix check testing in games without King
  * Fix disambiguating Pawn moves in Xiangqi
  * Fix King leaving Palace in Xiangqi
  * Fix compile error Xaw build

** Version 4.9.0 **

  (see http://www.gnu.org/software/xboard/whats_new/4.9.0/ )

  * New features in this release
    * Running EPD test suites
    * Getting instant help (XB)
    * Editing castling rights in a position
    * Use mouse wheel to set up position (XB)
    * Allow engine to pop up its settings dialog
    * Specifying ultra-fast games (XB)
    * Installing board themes from packages (XB)
    * Using a single-button mouse
    * A special directory for start positions
    * Allow terminal-less ICS play (XB)
    * Sound warnings in analysis mode
    * Changing fonts through the GUI (XB)
    * Automatic adapting of fonts to board size (XB)

  * New variant support
    * New piece types
    * Allowing more than 26 piece types
    * More flexible piece promotion
    * Restricting promotion choice
    * New configurable move types
    * Inscribing pieces with text
    * Setting rules from the command line
    * Allow inaccessible squares
    * Load Shogi games in .kif format

(hauke)

2020-01-13 15:42:47 UTC MAIN commitmail json YAML

2020-01-13 14:15:11 UTC MAIN commitmail json YAML

2020-01-13 13:31:50 UTC MAIN commitmail json YAML

Yes, we use the pkgsrc framework to install the config file.

But unless we tell the configure script where PKG_SYSCONFDIR actually
is, the user experience will suffer severely for some of us.

(hauke)

2020-01-13 11:49:36 UTC MAIN commitmail json YAML

2020-01-13 11:18:09 UTC MAIN commitmail json YAML

doc: Updated comms/gammu to 1.41.0

(leot)

2020-01-13 11:17:58 UTC MAIN commitmail json YAML

gammu: Update to 1.41.0

Changes:
1.41.0
------
[-] * Documentation improvements.
[-] * Updated MySQL script to be compatible with current server versions.
[-] * Fixed SMSD operation on phones with more SMS folders.
[-] * Fixed off by one in Python example script.
[-] * Fixed PostgreSQL compilation on openSUSE.
[-] * Several compatibility fixes with recent compilers.
[-] * Improved USSD support.
[-] * Localization updates.

(leot)

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

Updated graphics/py-Pillow, databases/py-multidict

(adam)

2020-01-13 11:03:25 UTC MAIN commitmail json YAML

py-multidict: updated to 4.7.4

4.7.4:
Bugfixes
- ``MultiDict.iter`` fix memory leak when used iterator over `multidict` instance.

(adam)

2020-01-13 11:01:56 UTC MAIN commitmail json YAML

py-Pillow: updated to 6.2.2

6.2.2:
- This is the last Pillow release to support Python 2.7
- Overflow checks for realloc for tiff decoding. CVE TBD
- Catch SGI buffer overrun. CVE TBD
- Catch PCX P mode buffer overrun. CVE TBD
- Catch FLI buffer overrun. CVE TBD
- Raise an error for an invalid number of bands in FPX image. CVE-2019-19911

(adam)

2020-01-13 10:17:37 UTC MAIN commitmail json YAML

doc: Updated devel/R-covr to 3.4.0

(mef)

2020-01-13 10:17:24 UTC MAIN commitmail json YAML

(devel/R-covr) Updated from 3.3.1 to 3.4.0

(pkgsrc changes)
  Serveral packages added for TEST_DEPENDS+=. Not really confirmed yet. sorry.
(upstream changes)
# covr 3.4.0
  * `codecov()` now supports GitHub Actions.
  * New `in_covr()` function added to return true if code is being run by covr (#407).
  * `file_coverage()`, `environment_coverage()` and `function_coverage()` now set
    `R_COVR=true`, to be consistent with `package_coverage()` (#407)

# covr 3.3.2
  * Fix test failures in the development version of R (4.0.0) (#400)

(mef)

2020-01-13 10:09:20 UTC MAIN commitmail json YAML

Added print/R-tinytex version 0.18

(mef)

2020-01-13 10:07:38 UTC MAIN commitmail json YAML

print/R-tinytex: import R-tinytex-0.18

Helper functions to install and maintain the 'LaTeX' distribution
named 'TinyTeX' (<https://yihui.org/tinytex/>), a lightweight,
cross-platform, portable, and easy-to-maintain version of 'TeX Live'.
This package also contains helper functions to compile 'LaTeX'
documents, and install missing 'LaTeX' packages automatically.

(mef)

2020-01-13 10:06:33 UTC MAIN commitmail json YAML

Added textproc/R-{rmarkdown-2.0,crosstalk-1.0.0,DT-0.11}

Added textproc/R-rmarkdown version 2.0
Added textproc/R-crosstalk version 1.0.0
Added textproc/R-DT version 0.11

(mef)

2020-01-13 10:01:18 UTC MAIN commitmail json YAML

textproc/R-DT: import R-DT-0.11

Data objects in R can be rendered as HTML tables using the JavaScript
library 'DataTables' (typically via R Markdown or Shiny). The
'DataTables' library has been included in this R package. The package
name 'DT' is an abbreviation of 'DataTables'.

(mef)

2020-01-13 09:59:23 UTC MAIN commitmail json YAML

textproc/R-crosstalk: import R-crosstalk-1.0.0

Provides building blocks for allowing HTML widgets to communicate with
each other, with Shiny or without (i.e. static .html files). Currently
supports linked brushing and filtering.

(mef)

2020-01-13 09:57:53 UTC MAIN commitmail json YAML

textproc/R-rmarkdown: import R-rmarkdown-2.0

Convert R Markdown documents into a variety of formats.

(mef)

2020-01-13 09:18:45 UTC MAIN commitmail json YAML

Added devel/R-mockery version 0.4.2

(mef)