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

2024-05-12 16:47:07 UTC Now

2021-02-09 22:33:23 UTC MAIN commitmail json YAML

2021-02-09 22:24:44 UTC MAIN commitmail json YAML

Add print/tex-tabulary 0.10, nonexistent but used by lang/coq/options.mk.

(If there's a corresponding -doc package in texlive, I can't find it;
but I might be doing it wrong.)

It is like tabularx, but different:

The package defines a tabular*-like environment, tabulary,
taking a 'total width' argument as well as the column
specifications. The environment uses column types L, C, R and J
for variable width columns (\raggedright', \centering,
\raggedleft, and normally justified). In contrast to tabularx's
X columns, the width of each column is weighted according to
the natural width of the widest cell in the column.

(dholland)

2021-02-09 21:12:45 UTC MAIN commitmail json YAML

doc: Updated games/stone-soup-sdl to 0.26.1

(nia)

2021-02-09 21:12:14 UTC MAIN commitmail json YAML

doc: Updated games/stone-soup to 0.26.1

(nia)

2021-02-09 21:11:49 UTC MAIN commitmail json YAML

stone-soup: Update to 0.26.1

Stone Soup 0.26.1 (20210203)
----------------------------

Bugfix Release
--------------

* ctrl-attack again no longer works while confused.
* Console display flickering is reduced.
* It is no longer possible to obtain infinite nets from net traps.
* Various vault placement balance adjustments and teleport closet fixes.
* 95 other fixes, tweaks, copy-edits, and interface improvements.

Stone Soup 0.26.0 (20210108)
----------------------------

Highlights
----------
* New species: Palentonga.
* New background: Delver.
* Food and hunger are removed.
* Swamp has many new monsters and other changes.
* Spells, wands, and abilities can be quivered, fired, and autotargeted with an
  extension of the ranged quiver/autofight interface.

(nia)

2021-02-09 20:36:49 UTC MAIN commitmail json YAML

doc: Updated print/xpdf4 to 4.03

(nia)

2021-02-09 20:36:33 UTC MAIN commitmail json YAML

xpdf4: Update to 4.03

4.03 (2021-jan-28)
------------------
Implemented selection extension via shift-click, and word/line
  selection via double/triple click.
Added default bindings for ctrl-mousewheel-up/down to zoom in/out.
Added the "-nofonts" option to pdftohtml.
Added the "simple2" mode to pdftotext.
Added the "-rot" flag to xpdf, pdftoppm, and pdftopng.
Added the "-listencodings" flag to pdftotext.
Added the 'copyLinkTarget' command.
Added the 'selectionColor' xpdfrc setting.
Added the 'initialSidebarWidth' xpdfrc setting.
Added support for @"..." strings in xpdfrc files.  This includes using
  '%' as an escape character, and also the '${DATADIR}' variable.
Added a help menu item that shows all of the key bindings.
Reorganized the gradient shading rasterization code to avoid
  transparency artifacts between triangles/patches.
Use interpolation rather than subdivision to rasterize Gouraud
  triangle shadings.
Allow escaping (via the \x01 character) in command args, so that "xpdf
  -open foo(123).pdf" works correctly.
Extended the damaged file repair code to handle PDF files that use
  xref streams and object streams.
Modified pdfinfo to print the encryption algorithm used (if any).
Handle Windows shortcut (.lnk) files in Xpdf and in the command line
  tools.
Display an error dialog when trying to copy text from a protected
  file.
Updated all four of the CJK language support packages with the latest
  Adobe data.
Modified pdftohtml to draw 'invisible' text over non-horizontal words.
Catalog.pageLabels wasn't being properly initialized to NULL.  [Thanks
  to Dhiraj for the bug report.]
Added a sanity check for JBIG2 symbol width.  [Reported by Marc
  Schoenefeld.]
Fixed a bug in the fontconfig calls that was causing Xpdf to crash.
The Type 3 font cache code wasn't correctly handling the case where a
  Type 3 char refers to another char in the same T3 font.  [Thanks to
  Pangu Lab for the bug report.]
Xpdf was crashing if 'view page labels' was enabled without any
  document open.  [Thanks to TeamSeri0us for the bug report.]
The Type 1C-to-Type 1 font converter wasn't checking for
  divide-by-zero with rational numbers.  [Thanks to TeamSeri0us for
  the bug report.]
Fixed a bug in the TrueType font parser - zero-length loca tables
  weren't handled correctly.  [Thanks to TeamSeri0us for the bug
  report.]
Fixed an integer overflow bug in the transparency group setup code.
  [Thanks to TeamSeri0us for the bug report.]
Pdfinfo with the "-box" option was crashing on zero-page PDF files.
  [Thanks to TeamSeri0us for the bug report.]
The code that caches scaled images wasn't checking the rendering
  intent.  [Thanks to Martin Muskens at Ergosoft for the bug report.]
The JBIG2 decoder now checks for gibberish values in various segment
  headers, but keeps any data decoded prior to that.
Fixed two bugs in the FoFi code that handles CFF fonts.  [Thanks to
  dsmic for the bug report.]
Redesigned the image scaling code, for performance.
Cleaned up the code that sanity-checks font sizes to avoid trying to
  allocate too much memory for the font cache.
Implemented precincts in the JPEG 2000 decoder.
The page-up/down snapping code was calling TileMap::getPageTopY() with
  invalid page numbers.  [Thanks to dfandrich for the bug report.]
Added missing error-checking when parsing an annotation appearance
  stream's bbox.
Handled UTF-16 sequences in ToUnicode maps.
Rewrote the code that draws static XFA forms: combined it with the
  AcroForm code, to match Adobe's behavior.  Removed the enableXFA
  xpdfrc setting.
Check for indirect references in content streams and report an error.
Doing overprint preview in tiling patterns requires tracking the
  overprint mask at each pixel.
Check for "decompression bombs" in Flate and LZW streams.
The nextPageNoScroll and prevPageNoScroll commands weren't working
  correctly in continuous mode.
Disable stroke adjustment when drawing Type 3 characters.
The "xpdf -open" flag now constructs an absolute path, so it's not
  dependent on the current directory when xpdf was started.
Check for infinite loops in Type 1C charstring subroutines.  [Thanks
  to blbi for the bug report.]
Fixed an incomplete test for headless CFF files.  [Thanks to Chengbin
  for the bug report.]
Tweaked the code that computes segment slope in SplashXPath.cc to
  avoid problems with extremely small coordinate values.  [Thanks to
  Chengbin for the bug report.]
Check for an invalid segment length in PSOutputDev's PFB parse.
  [Thanks to Chengbin for the bug report.]
Check for JPEG 2000 segments that are only allowed in the first
  tile-part of a tile.  [Thanks to Chengbin for the bug report.]
Check for invalid AcroForm ListBox field top index.  [Thanks to
  Chengbin for the bug report.]
Check for invalid mesh shading parameters.  [Thanks to Chengbin for
  the bug report.]

(nia)

2021-02-09 20:26:48 UTC MAIN commitmail json YAML

doc: Updated audio/vorbis-tools to 1.4.2

(nia)

2021-02-09 20:26:28 UTC MAIN commitmail json YAML

vorbis-tools: update to 1.4.2

vorbis-tools 1.4.2 -- 2021-01-21
* Cleanup of the build system
* Code cleanup
* Removed outdated debian/, and vorbis-tools.spec
* Updated po/ to reflect new code positions
* ogg123, ogginfo: Added support to decode METADATA_BLOCK_PICTURE
* ogginfo: Added support for decoding Skeleton

(nia)

2021-02-09 19:19:46 UTC MAIN commitmail json YAML

freshen this and include OpenBSD 6.8 testing

(cjep)

2021-02-09 18:34:19 UTC MAIN commitmail json YAML

doc: Updated textproc/lowdown to 0.8.1

(fcambus)

2021-02-09 18:34:07 UTC MAIN commitmail json YAML

lowdown: update to 0.8.1.

ChangeLog:

Version 0.8.1, 2021-02-09

Add --term-nolinks to strip URLs out of terminal output (when alternative
text is available). Then add --nroff-nolinks and --nroff-shortlinks, just
like those for -Tterm, for use with -Tman or --nroff-no-groff.

Fix long-standing kinda-bug where www autolinks were being reported as
regular links instead of autolinks.

Introduce -m and -M, which allow metadata to be provided on the command
line. Metadata keys are first looked for in -m, overriden by what's in
the document, and those overridden by what's in -M.

Remove the deprecated -D, -d, -E, and -e, which were long ago replaced by
long options.

Inhibit printing of metadata in -Tgemini unless --gemini-metadata is given.

(fcambus)

2021-02-09 13:20:09 UTC MAIN commitmail json YAML

lang: Enable ghc90

(ryoon)

2021-02-09 13:19:21 UTC MAIN commitmail json YAML

doc: Added lang/ghc90 version 9.0.1

(ryoon)

2021-02-09 13:18:37 UTC MAIN commitmail json YAML

lang/ghc90: import ghc-9.0.1

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 9.0.x release series.

(ryoon)

2021-02-09 13:18:08 UTC MAIN commitmail json YAML

lang: Enable ghc810

(ryoon)

2021-02-09 13:17:17 UTC MAIN commitmail json YAML

doc: Added lang/ghc810 version 8.10.4

(ryoon)

2021-02-09 13:16:24 UTC MAIN commitmail json YAML

lang/ghc810: import ghc-8.10.4

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 8.10.x release series.

(ryoon)

2021-02-09 12:42:08 UTC MAIN commitmail json YAML

ghc88: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed

(ryoon)

2021-02-09 12:41:32 UTC MAIN commitmail json YAML

ghc84: Fix build with autoconf-2.71. _AC_PROG_CC_C99 was removed

(ryoon)

2021-02-09 12:35:38 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird-l10n to 78.7.1

(ryoon)

2021-02-09 12:35:19 UTC MAIN commitmail json YAML

thunderbird-l10n: Update to 78.7.1

* Sync with mail/thunderbird-78.7.1.

(ryoon)

2021-02-09 12:34:57 UTC MAIN commitmail json YAML

doc: Updated mail/thunderbird to 78.7.1

(ryoon)

2021-02-09 12:34:27 UTC MAIN commitmail json YAML

thunderbird: Update to 78.7.1

Changelog:
What's New
CardDAV address books now support OAuth2 and Google Contacts.

Changes
Thunderbird will no longer allow installation of addons that use the legacy API

Fixes
Send message button sometimes remained enabled when it should be disabled
Pressing command+enter to send a message on macOS did not work
OpenPGP: Failed to save attachments that contained binary data after decryption
Global search UI fixes
Various theme and color fixes to improve ease of use

(ryoon)

2021-02-09 12:31:58 UTC MAIN commitmail json YAML

verified works on Big Sur (at least Intel) so bump to 11. Also fix typo.

(cjep)

2021-02-09 12:29:46 UTC MAIN commitmail json YAML

doc: Updated www/hugo to 0.80.0

(ryoon)

2021-02-09 12:29:04 UTC MAIN commitmail json YAML

hugo: Update to 0.80.0

Changelog:
0.80.0
Enhancements

Templates

  * Regenerate templates a2d146ec @bep
  * tpl/internal/go_templates: Revert formatting 718e09ed @bep
  * Add title parameter to YouTube shortcode 4fc918e0 @azenk

Output

  * Add missing OutputStyle option 428b0b32 @bep

Other

  * Allow Dart Sass transformations to be cached on disk ffbf5e45 @bep
  * Dart Sass only supports expanded and compressed 48994ea7 @bep
  * Update emoji import paths and version 1f7e9f73 @moorereason
  * Add Dart Sass support cea15740 @bep #7380#8102
  * GroupByParamDate now supports datetimes f9f77978 @zerok
  * Skip para test when not on CI a9718f44 @bep #6963
  * Update SECURITY.md f802bb23 @bep
  * Improve LookPath 10ae7c32 @bep
  * create a SECURITY.md ae2d1bd5 @davidsneighbour #8074
  * Show more detail on failed time test 8103188b @moorereason #6963
  * Add images.Overlay filter 3ba147e7 @bep #8057#4595#6731
  * Bump github.com/spf13/cobra from 0.15.0 to 0.20.0 c84ad8db @anthonyfok
  * configure proper link to discourse.gohugo.io (#8020) 4e0acb89
    @davidsneighbour
  * Format code with gofumpt d90e37e0 @bep
  * bump github.com/evanw/esbuild from 0.8.15 to 0.8.17 32471b57 @dependabot
    [bot]
  * Use --baseURL path for live-reload URL 0ad378b0 @sth #6595
  * bump github.com/getkin/kin-openapi from 0.31.0 to 0.32.0 907d9e92
    @dependabot[bot]

Fixes

Templates

  * Fix series detection in opengraph d2d493ab @Humberd
  * Fix substr when length parameter is zero 5862fd2a @moorereason #7993
  * Refactor and fix substr logic 64789fb5 @moorereason #7993

Other

  * Fix Resource.ResourceType so it always returns MIME's main type 81975f84
    @bep #8052
  * hugolib/paths: Fix typo ce96895d @mayocream
  * Fix minor typos 04b89857 @phil-davis
  * Fix BenchmarkMergeByLanguage 21fa1e86 @bep #7914
  * Fix RelURL and AbsURL when path starts with language aebfe156
    @ivan-meridianbanc-com

0.79.1:
Hugo depends on Go's os/exec for certain features, e.g. for rendering of Pandoc
documents if these binaries are found in the system %PATH% on Windows. However,
if a malicious file with the same name (exe or bat) was found in the current
working directory at the time of running hugo, the malicious command would be
invoked instead of the system one.

Windows users who ran hugo inside untrusted Hugo sites was affected.

The origin of this issue comes from Go, see golang/go#38736

We have fixed this in Hugo by using a patched version of exec.LookPath from
https://github.com/cli/safeexec (thanks to @mislav for the implementation).

Thanks to @Ry0taK for the bug report.

0.79.0:
Hugo 0.79.0 is a small, but useful release. You can now set custom .Params in
your menu configuration, and you can now also override deeply nested
snake_cased configuration variables with OS environment variables. Other than
that we have refreshed all the core upstream dependencies. A special thanks to
@alecthomas (some new Chroma lexers and fixes) and @evanw (ESBuild).

This release represents 33 contributions by 8 contributors to the main Hugo
code base. @bep leads the Hugo development with a significant amount of
contributions, but also a big shoutout @AdamKorcz, and @davidejones for their
ongoing contributions. And a big thanks to @digitalcraftsman for his relentless
work on keeping the themes site in pristine condition and to @davidsneighbour,
@coliff and @kaushalmodi for all the great work on the documentation site.

Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 13 contributions by 11 contributors. A special thanks to
@Valac01, @bep, @mhansen, and @chanjarster for their work on the documentation
site.

Enhancements

Templates

  * Add more layout lookup tests 34061706 @moorereason #7964

Other

  * bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 17e0bbe8 @dependabot[bot]
  * Allow setting the delimiter used for setting config via OS env, e.g. HUGO_
    7e223b3b @bep #7829
  * Update to github.com/evanw/esbuild 0.8.11 to 0.8.14 8a6e7060 @bep #7986
  * bump github.com/google/go-cmp from 0.5.2 to 0.5.3 6f7633df @dependabot[bot]
  * Remove unneeded meta tag from blog example a546059a @coliff
  * bump github.com/getkin/kin-openapi from 0.30.0 to 0.31.0 b5d906e3
    @dependabot[bot]
  * Regen docshelper fd70bdaf @bep
  * Add menu params 8f5c9a74 @davidejones #7951
  * Preserve url set in frontmatter without sanitizing e4fcb672 @satotake #6007
  * Add file deleted by accident 18c13adc @bep #7972
  * Regenerate docshelper" 20a35374 @bep #7972
  * Regenerate docshelper caf16c20 @bep
  * Update to Chroma v0.8.2 b298c06e @bep #7970
  * bump github.com/evanw/esbuild from 0.8.8 to 0.8.11 55e290af @dependabot
    [bot]
  * bump github.com/getkin/kin-openapi from 0.26.0 to 0.30.0 506a190a
    @dependabot[bot]
  * bump github.com/evanw/esbuild from 0.8.6 to 0.8.8 fc81de64 @dependabot[bot]
  * Let ESBuild handle all imports from node_modules 78f227b6 @bep #7948
  * bump github.com/evanw/esbuild from 0.8.5 to 0.8.6 5e03f644 @dependabot[bot]
  * bump github.com/evanw/esbuild from 0.8.4 to 0.8.5 a92ef20f @dependabot[bot]
  * bump github.com/getkin/kin-openapi from 0.22.1 to 0.26.0 0d54a844
    @dependabot[bot]
  * Update GH docs to say "main" as default branch 943f3c93 @maco
  * Updated year in header 4f20bf29 @AdamKorcz
  * Added first fuzzer 4c613d5d @AdamKorcz
  * bump github.com/frankban/quicktest from 1.11.1 to 1.11.2 82a182e5
    @dependabot[bot]
  * bump golang.org/x/text from 0.3.3 to 0.3.4 dfc662b2 @dependabot[bot]
  * bump github.com/evanw/esbuild from 0.8.3 to 0.8.4 2f0917cc @dependabot[bot]
  * Disable NPM test on Travis on Windows 3437174c @bep
  * Install nodejs on Windows f66302ca @bep
  * Remove external source map option 944150ba @bep #7932

Fixes

Other

  * Fix memory usage in writeStats d162bbd7 @bep #7945
  * Fix server rebuild issue with partials referenced from render hooks
    e442cf30 @bep #7990
  * Misc fixes bf2837a3 @bep #7924#7923

(ryoon)

2021-02-09 12:05:32 UTC MAIN commitmail json YAML

Some updates to versions. Still needs some lines on M1 silicon

(cjep)

2021-02-09 10:37:19 UTC MAIN commitmail json YAML

gcc9: fix typo in GENERATE_PLIST to fix packaging

Fix indentation.

(wiz)

2021-02-09 10:28:45 UTC MAIN commitmail json YAML

Updated net/haproxy, textproc/py-snowballstemmer

(adam)

2021-02-09 10:28:27 UTC MAIN commitmail json YAML

py-snowballstemmer: updated to 2.1.0

2.1.0:

* Fix snowballstemmer.algorithms() method.

* Update code to generate trove language classifiers for PyPI.  All the
  natural languages we previously had stemmers for have now been added to
  PyPI's list, but Armenian and Yiddish aren't on it.

(adam)

2021-02-09 10:23:53 UTC MAIN commitmail json YAML

haproxy: updated to 2.3.5

2.3.5
- BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable
- MINOR: config: Add failifnotcap() to emit an alert on proxy capabilities
- MINOR: server: Forbid server definitions in frontend sections
- BUG/MINOR: threads: Fixes the number of possible cpus report for Mac.
- MINOR: peers: Add traces for peer control messages.
- BUG/MINOR: dns: SRV records ignores duplicated AR records (v2)
- BUILD: peers: fix build warning about unused variable
- BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition
- BUG/MINOR: peers: Possible appctx pointer dereference.
- MINOR: build: discard echoing in help target
- BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command.
- BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper
- BUG/MINOR: mworker: define _GNU_SOURCE for strsignal()
- BUG/MEDIUM: tcpcheck: Don't destroy connection in the wake callback context
- BUG/MEDIUM: mux-h2: fix read0 handling on partial frames
- BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX
- DOC: Improve documentation of the various hdr() fetches
- BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown
- BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name
- BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file()
- BUG/MEDIUM: session: only retrieve ready idle conn from session
- REORG: backend: simplify conn_backend_get
- BUG/MEDIUM: backend: never reuse a connection for tcp mode
- BUG/MINOR: backend: check available list allocation for reuse
- MINOR: contrib: Make the wireshark peers dissector compile for more distribs.
- CLEANUP: tools: make resolve_sym_name() take a const pointer
- CLEANUP: cli: make "show fd" use a const connection to access other fields
- MINOR: cli: make "show fd" also report the xprt and xprt_ctx
- MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps.
- MINOR: ssl: provide a "show fd" helper to report important SSL information
- MINOR: xprt/mux: export all *_io_cb functions so that "show fd" resolves them
- MINOR: mux-h2: make the "show fd" helper also decode the h2s subscriber when known
- MINOR: mux-h1: make the "show fd" helper also decode the h1s subscriber when known
- MINOR: mux-fcgi: make the "show fd" helper also decode the fstrm subscriber when known
- MINOR: cli: give the show_fd helpers the ability to report a suspicious entry
- MINOR: cli/show_fd: report some easily detectable suspicious states
- MINOR: ssl/show_fd: report some FDs as suspicious when possible
- MINOR: mux-h2/show_fd: report as suspicious an entry with too many calls
- MINOR: mux-h1/show_fd: report as suspicious an entry with too many calls
- MINOR: h1: Raise the chunk size limit up to (2^52 - 1)
- DOC: management: fix "show resolvers" alphabetical ordering
- BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list
- BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store
- BUG/MEDIUM: ssl: check a connection's status before computing a handshake
- BUG/MINOR: mux_h2: fix incorrect stat titles
- BUG/MINOR: xxhash: make sure armv6 uses memcpy()
- BUG/MINOR: ssl: do not try to use early data if not configured
- BUILD: ssl: fix build breakage with last commit
- MINOR: cli/show_fd: report local and report ports when known
- BUILD: Makefile: move REGTESTST_TYPE default setting
- BUG/MEDIUM: mux-h2: handle remaining read0 cases
- BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED
- BUG/MINOR: sock: Unclosed fd in case of connection allocation failure
- MINOR: config: Deprecate and ignore tune.chksize global option

(adam)

2021-02-09 10:07:41 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2021-02-09 10:06:43 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 1.12.0

1.12.0

Changed

The --preferred-chain flag now only checks the Issuer Common Name of the topmost (closest to the root) certificate in the chain, instead of checking every certificate in the chain.
Support for Python 2 has been removed.
In previous releases, we caused certbot-auto to stop updating its Certbot installation. In this release, we are beginning to disable updates to the certbot-auto script itself. This release includes Amazon Linux users, and all other systems that are not based on Debian or RHEL. We plan to make this change to the certbot-auto script for all users in the coming months.

Fixed

Fixed the apache component on openSUSE Tumbleweed which no longer provides an apache2ctl symlink and uses apachectl instead.
Fixed a typo in certbot/crypto_util.py causing an error upon attempting secp521r1 key generation

(adam)

2021-02-09 09:03:58 UTC MAIN commitmail json YAML

Updated devel/py-google-api-core, devel/py-execnet

(adam)

2021-02-09 09:03:38 UTC MAIN commitmail json YAML

py-execnet: updated to 1.8.0

1.8.0

* Dropped support for Python 3.4.

* Fixed internal leak that should make
  ``execnet`` execute remote code in the main thread more often; previously it would sometimes
  spawn a thread to execute a ``remote_exec`` call, even when the caller
  didn't issue multiple ``remote_exec`` calls at the same time. Some frameworks require code
  to execute in the main thread, so the previous behavior would break them on occasion.

* Current working directory is now
  restored when calling ``script/socketserver.py``. The script now also loops by default
  when called from the command-line.

(adam)

2021-02-09 08:58:45 UTC MAIN commitmail json YAML

py-google-api-core: updated to 1.26.0

1.26.0:
Features
allow default_host and default_scopes to be passed to create_channe

(adam)

2021-02-09 08:54:13 UTC MAIN commitmail json YAML

Updated www/py-httplib2, net/py-dropbox

(adam)

2021-02-09 08:53:49 UTC MAIN commitmail json YAML

py-dropbox: updated to 11.1.0

11.1.0:
Bug fixes

(adam)

2021-02-09 08:51:03 UTC MAIN commitmail json YAML

py-httplib2: updated to 0.19.0

0.19.0
- auth: parse headers using pyparsing instead of regexp
- auth: WSSE token needs to be string not bytes

(adam)

2021-02-09 08:33:06 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.13.1.

(he)

2021-02-09 08:32:17 UTC MAIN commitmail json YAML

Update unbound to version 1.13.1.

Pkgsrc changes:
* none, other than checksums.

Upstream changes:

This release contains a number of bug fixes.  There is added support
for the EDNS Padding option (RFC7830 and RFC8467), and the EDNS NSID
option (RFC 5001).  Unbound control has added commands to enable and
disable rpz processing.  Reply callbacks have a start time passed to
them that can be used to calculate time, these are callbacks for
response processing.  With the option serve-original-ttl the TTL served
in responses is the original, not counted down, value, for when in
front of authority service.

Features
- Merge PR #375 by fhriley: Add rpz_enable and rpz_disable commands
  to unbound-control.
- Merge PR #391 from fhriley: Add start_time to reply callbacks so
  modules can compute the response time.
- Fix #397: [Feature request] add new type always_null to local-zone
  similar to always_nxdomain.
- Support for RFC5001: DNS Name Server Identifier (NSID) Option
  with the nsid: option in unbound.conf
- Padding of queries and responses with DNS over TLS as specified in
  RFC7830 and RFC8467.
- Merge PR #275 from Roland van Rijswijk-Deij: Add feature to return the
  original instead of a decrementing TTL ('serve-original-ttl')

Bug Fixes
- Fix #358: Squelch udp connect 'no route to host' errors on low
  verbosity.
- Fix #360: for the additionally reported TCP Fast Open makes TCP
  connections fail, in that case we print a hint that this is
  happening with the error in the logs.
- Fix #356: deadlock when listening tcp.
- Fix unbound-dnstap-socket to not use log routine from interrupt
  handler and not print so frequently when invoked in sequence.
- Fix on windows to ignore connection failure on UDP, unless verbose.
- make depend.
- Fix #371: unbound-control timeout when Unbound is not running.
- Fix to squelch permission denied and other errors from remote host,
  they are logged at higher verbosity but not on low verbosity.
- Merge PR #335 from fobser: Sprinkle in some static to prevent
  missing prototype warnings.
- Merge PR #373 from fobser: Warning: arithmetic on a pointer to void
  is a GNU extension.
- Fix missing prototypes in the code.
- Fix error cases when udp-connect is set and send() returns an error
  (modified patch from Xin Li @delphij).
- For #376: Fix that comm point event is not double removed or double
  added to event map.
- iana portlist updated.
- Fix #385: autoconf 2.70 impacts unbound build
- Fix #379: zone loading over HTTP appears to have buffer issues.
- Merge PR #395 from mptre: add missing null check.
- Fix #387: client-subnet-always-forward seems to effectively bypass
  any caching?
- For #391: use struct timeval* start_time for callback information.
- For #391: fix indentation.
- For #391: more double casts in python start time calculation.
- Add comment documentation.
- Fix clang analysis warning.
- Fix so local zone types always_nodata and always_deny can be used
  from the config file.
- Merge #399 from xiangbao227: The lock of lruhash table should
  unlocked after markdel entry.
- Fix for #93: dynlibmodule link fix for Windows.
- Fix for #93: dynlibmodule import library is named libunbound.dll.a.
- Merge #402 from fobser: Implement IPv4-Embedded addresses according
  to RFC6052.
- Fix #404: DNS query with small edns bufsize fail.
- Fix declaration before statement and signed comparison warning in
  dns64.
- Fix TTL of SOA record for negative answers (localzone and
  authzone data) to be the minimum of the SOA TTL and the SOA.MINIMUM.
- Fix compile of unbound-dnstap-socket without dnstap installed.
- Merge PR #355 from noloader: Make ICANN Update CA and DS Trust Anchor
  static data.
- Ignore cache blacklisting when trying to reply with expired data from
  cache (#394).
- Merge PR #408 from fobser: Prevent a few more yacc clashes.
- Annotate that we ignore the return value of if_indextoname.
- Fix to use correct type for label count in rpz routine.
- Fix empty clause warning in config_file nsid parse.
- Fix to use correct type for label count in ipdnametoaddr rpz routine.
- Fix empty clause warning in edns pass for padding.
- Fix for doxygen 1.8.20 compatibility.
- Attempt to fix NULL keys in the reuse_tcp tree; relates to #411.
- Fix dynlibmod link on rhel8 for -ldl inclusion.
- Fix windows dependency on libssp.dll because of default stack
  protector in mingw.
- Fix indentation of root anchor for use by windows install script.

(he)

2021-02-09 07:26:51 UTC MAIN commitmail json YAML

Updated net/py-digitalocean, devel/py-ZopeSchema

(adam)

2021-02-09 07:26:29 UTC MAIN commitmail json YAML

py-ZopeSchema: updated to 6.0.1

6.0.1 (2021-01-25)
==================

- Bring branch coverage to 100%.

- Add support for Python 3.9.

- Fix FieldUpdateEvent implementation by having an ``object`` attribute as the
  ``IFieldUpdatedEvent`` interfaces claims there should be.

(adam)

2021-02-09 07:24:38 UTC MAIN commitmail json YAML

2021-02-09 06:59:12 UTC MAIN commitmail json YAML

Updated security/py-josepy, time/py-aniso8601

(adam)

2021-02-09 06:58:55 UTC MAIN commitmail json YAML

py-aniso8601: updated to 8.1.1

Changes 8.1.1:

Deprecate running tests with python setup.py tests as the test suite support in Setuptools is deprecated
Add version to __init__.py
Cleaner reading of README.rst into the long_description field of setup.py
Define long_description_content_type as text/x-rst
Simplify Sphinx configuration
Add compat.is_string method, returns True for str, unicode types, False otherwise

(adam)

2021-02-09 06:56:13 UTC MAIN commitmail json YAML

py-josepy: updated to 1.6.0

1.6.0
* Deprecated support for Python 2.7.

(adam)

2021-02-09 06:49:20 UTC MAIN commitmail json YAML

Updated devel/git, devel/py-ipykernel

(adam)

2021-02-09 06:48:50 UTC MAIN commitmail json YAML

py-ipykernel: updated to 5.4.3

5.4.3
- Rework wait_for_ready logic.

(adam)

2021-02-09 06:45:06 UTC MAIN commitmail json YAML

git: updated to 2.30.1

Git v2.30.1 Release Notes
=========================

This release is primarily to merge fixes accumulated on the 'master'
front to prepare for 2.31 release that are still relevant to 2.30.x
maintenance track.

Fixes since v2.30
-----------------

* "git fetch --recurse-submodules" failed to update a submodule
  when it has an uninitialized (hence of no interest to the user)
  sub-submodule, which has been corrected.

* Command line error of "git rebase" are diagnosed earlier.

* "git stash" did not work well in a sparsely checked out working
  tree.

* Some tests expect that "ls -l" output has either '-' or 'x' for
  group executable bit, but setgid bit can be inherited from parent
  directory and make these fields 'S' or 's' instead, causing test
  failures.

* "git for-each-repo --config=<var> <cmd>" should not run <cmd> for
  any repository when the configuration variable <var> is not defined
  even once.

* "git mergetool --tool-help" was broken in 2.29 and failed to list
  all the available tools.

* Fix for procedure to building CI test environment for mac.

* Newline characters in the host and path part of git:// URL are
  now forbidden.

* When more than one commit with the same patch ID appears on one
  side, "git log --cherry-pick A...B" did not exclude them all when a
  commit with the same patch ID appears on the other side.  Now it
  does.

* Documentation for "git fsck" lost stale bits that has become
  incorrect.

* Doc for packfile URI feature has been clarified.

* The implementation of "git branch --sort" wrt the detached HEAD
  display has always been hacky, which has been cleaned up.

* Our setting of GitHub CI test jobs were a bit too eager to give up
  once there is even one failure found.  Tweak the knob to allow
  other jobs keep running even when we see a failure, so that we can
  find more failures in a single run.

Also contains minor documentation updates and code clean-ups.

(adam)

2021-02-09 06:22:45 UTC MAIN commitmail json YAML

cvsps: update HOMEPAGE and MASTER_SITES

(adam)

2021-02-09 04:44:48 UTC MAIN commitmail json YAML

erlang: add a comment about doc and man package dependencies

(gutteridge)

2021-02-09 04:34:24 UTC MAIN commitmail json YAML

erlang-doc: fix PLIST misalignment from 23.2.4 version bump

(gutteridge)

2021-02-09 00:48:24 UTC MAIN commitmail json YAML

doc: Updated mail/roundcube to 1.4.11

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

(taca)

2021-02-09 00:46:41 UTC MAIN commitmail json YAML

mail/roundcube: update to 1.4.11

RELEASE 1.4.11
--------------
- Display a nice error informing about no PHP8 support
- Elastic: Fix compatibility with Less v3 and v4 (#7813)
- Fix bug with managesieve_domains in Settings > Forwarding form (#7849)
- Fix errors in MSSQL database update scripts (#7853)
- Security: Fix cross-site scripting (XSS) via HTML messages with
  malicious CSS content

(taca)

2021-02-08 21:04:40 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 365

(pin)

2021-02-08 21:04:15 UTC MAIN commitmail json YAML

x11/xterm: update to 356

Patch #365 - 2021/02/03
-Amend fix for ���word��� selection in patch #364 to limit that to the insert
selectable action, which reads data from the screen. This restores the
interactive behavior where double-clicking on a ���word��� would make subsequent
selection extensions by words as well as suppressing some boundary-checks
(report by David Wolfskill, FreeBSD #253225).

Patch #364 - 2021/02/02
-Add -fc option.
-Correct/improve limit-checks for SRM versus ENQ from patch #344 (report by
Tom Szilagyi).
-Enable XftFont resource in Xaw3dxft configuration (patch by Tavis Ormandy).
-Improve quoting/escaping in build-scripts per shellcheck.
-Add libpcre2-posix to the packages tested for --with-pcre2 option, needed with
Fedora (report by Tomas Korbar).
-Correct a typo in manual page, and note that KeepClipboard may not be
compiled-in (report/patch by Sean C Farley).
-Corrected boundary-checks for ���word��� selection used in onNClicks resources
(report by Tavis Ormandy).
-Update to autoconf-2.52-20210101, to improve shellcheck warnings.
-Improve configure check for desktop categories.

(pin)

2021-02-08 20:38:36 UTC MAIN commitmail json YAML

doc: Updated net/statzone to 1.0.5

(fcambus)

2021-02-08 20:38:23 UTC MAIN commitmail json YAML

statzone: update to 1.0.5.

StatZone 1.0.5 (2021-02-08)

- Stop forcing FORTIFY_SOURCE level 2, it should be package builders decision
- Remove hardcoded program name in the manual page
- Rename displayUsage() and displaySummary() to usage() and summary()
- Get rid of most global variables, move all declarations to main()
- Remove dead increments for argc and argv
- Refactor things to check earlier on if *lineBuffer is not NUL
- Refactor the domain comparison checks, allows removing strdup("") call
- Add an error() function to wrap errx() calls
- Check malloc() and strdup() return value and error out on failed allocations
- Group and initialize uthash struct declarations
- Free previous_domain to appease Clang's static analyzer

(fcambus)

2021-02-08 20:27:38 UTC MAIN commitmail json YAML

TODO: zim has been updated to 0.73.5

(triaxx)

2021-02-08 20:10:09 UTC MAIN commitmail json YAML

TODO: Add requirement for zig update

zig-0.7.1 requires LLVM 11.x.

(triaxx)

2021-02-08 14:36:45 UTC MAIN commitmail json YAML

Updated time/py-goocalendar, devel/py-autopep8

(adam)

2021-02-08 14:36:24 UTC MAIN commitmail json YAML

py-autopep8: updated to 1.5.5

v1.5.5:

bug fix and minor improvements

improvement
* lazy load toml package

fix bug
* not convert raw string for w605 fixed method

(adam)

2021-02-08 14:32:16 UTC MAIN commitmail json YAML

py-goocalendar: updated to 0.7.1

Version 0.7.1 - 2020-04-18
* Bug fixes (see mercurial logs for details)

(adam)

2021-02-08 13:32:11 UTC MAIN commitmail json YAML

doc: Updated net/powerdns to 4.4.1

(otis)

2021-02-08 13:31:58 UTC MAIN commitmail json YAML

net/powerdns: Update to 4.4.1

* Released: 8th of February 2021

* Improvements:
  - debian packaging update
  - dockerfiles: do not claim equivs-dummy is built from the pdns source
    package
  - Fix missing #include for gcc-11
  - lmdb: Do a mdb_readers_check to clean up stale readers on database load

* Bug Fixes:
  - fix TCP answer counters
  - run deleteDomain() inside a transaction
  - lmdb: do not reuse backend that has seen corrupted data
  - lmdb: serialise LMDBBackend construction to ensure only a single schema
    upgrade is attempted
  - backport some asan/ubsan fixes
  - pdnsutil edit-zone: do not exit on ZoneParser exception

Full changelog:
https://doc.powerdns.com/authoritative/changelog/4.4.html#change-4.4.1

(otis)

2021-02-08 12:32:05 UTC MAIN commitmail json YAML

Updated sysutils/py-cpuinfo, textproc/py-pandocfilters

(adam)

2021-02-08 12:28:13 UTC MAIN commitmail json YAML

doc: Updated www/seamonkey-l10n to 2.53.6

(ryoon)

2021-02-08 12:27:51 UTC MAIN commitmail json YAML

seamonkey-l10n: Update to 2.53.6

* Sync with www/seamonkey-2.53.6.

(ryoon)

2021-02-08 12:27:29 UTC MAIN commitmail json YAML

doc: Updated www/seamonkey to 2.53.6

(ryoon)

2021-02-08 12:26:20 UTC MAIN commitmail json YAML

pkgsrc/www/seamonkey/Makefile@1.229 / diff
pkgsrc/www/seamonkey/PLIST@1.66 / diff
pkgsrc/www/seamonkey/distinfo@1.170 / diff
pkgsrc/www/seamonkey/mozilla-common.mk@1.8 / diff
pkgsrc/www/seamonkey/options.mk@1.46 / diff
pkgsrc/www/seamonkey/patches/patch-build_moz.configure_rust.configure@1.1 / diff
pkgsrc/www/seamonkey/patches/patch-ldap_c-sdk_include_portable.h@1.3 / diff
pkgsrc/www/seamonkey/patches/patch-mailnews_base_search_src_nsMsgSearchTerm.cpp@1.4 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_browser_branding_unofficial_locales_en-US_brand.dtd@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_dom_base_nsAttrName.h@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_dom_media_CubebUtils.cpp@1.3 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_gfx_layers_client_ClientPaintedLayer.cpp@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_gfx_skia_skia_src_core_SkCpu.cpp@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_lock__impl__posix.cc@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_message__pump__libevent.cc@1.6 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_ipc_chromium_src_base_platform__thread__posix.cc@1.7 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_ipc_glue_GeckoChildProcessHost.cpp@1.14 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_js_src_gc_Memory.cpp@1.7 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_js_src_threading_posix_Thread.cpp@1.2 / diff
pkgsrc/www/seamonkey/patches/patch-mozilla_media_ffvpx_libavutil_arm_bswap.h@1.2 / diff
      :
(more 19 files)
seamonkey: Update to 2.53.6

CHangelog:
What's New in SeaMonkey 2.53.6

SeaMonkey 2.53.6 contains (among other changes) the following major changes
relative to SeaMonkey 2.53.5.1:

  * Improve usability of multiple mailboxes/folders selectionbug 1600103.
  * Add Greek localisation (el).
  * Remove more RDF from mailnews code.
  * Switch to mozilla as topsrcdir and component for building is comm/suite
    now.
  * Rust support is now up to 1.48 and official build is now using 1.47.0
  * Various security and general platform fixes.

SeaMonkey 2.53.6 contains (among other changes) the following major changes
relative to SeaMonkey 2.49.5:

  * The Bookmarks Manager has switched its name to Library, and now also
    includes the History list. When invoking History, the Library will be shown
    with the History list selected. The extensive modifications were needed
    because of Mozilla Gecko platform API changes.
  * Download Manager has been migrated to a new API. Although it looks pretty
    much the same as before, the search option is missing and some other minor
    details work differently. The previous downloads history is removed during
    the upgrade.
  * The layout panel was added to the CSS Grid tools.
  * TLS 1.3 is the default SSL version now.
  * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash.
    Support for other NPAPI plugins like Java and Silverlight has been removed.
    For displaying pdf files in the browser you can use pdf.js-seamonkey from
    Isaac Schemm.
  * SeaMonkey now uses a new api for formatting regional data like time and
    date. Default is to use the application locale of the current SeaMonkey
    build. If you use a language pack or a different OS formatting this is
    usually not desired. You can change the formatting from the application
    locale to the regional settings locale (OS) in the preferences dialog under
    "Appearance".

SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant
Firefox 60.8 security fixes.

SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird.
Please read the Thunderbird 60.0 release notes for specific changes and
security fixes in this release.

Additional important security fixes up to Current Firefox 78.6 ESR and a few
enhancements have been backported. We will continue to enhance SeaMonkey
security in subsequent 2.53.x beta and release versions as fast as we are able
to.

SeaMonkey-specific changes

  * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of
    this please file a bug and link it to bug 1367257. Please try another OS
    theme first. Some of them are buggy and cause problems with SeaMonkey,
    Thunderbird and Firefox.

(ryoon)

2021-02-08 12:20:58 UTC MAIN commitmail json YAML

doc: Updated devel/R-xfun to 0.20

(mef)

2021-02-08 12:20:48 UTC MAIN commitmail json YAML

(devel/R-xfun) Updated 0.19 to 0.20

# CHANGES IN xfun VERSION 0.20

## NEW FEATURES

- Added a function `msg_cat()` to generate a message with `cat()`. See
  the help page `?xfun::msg_cat` for more information.

- Added a function `mark_dirs()` to mark directories with a trailing
  slash in a vector of paths to differentiate them from normal
  filenames (#44).

## BUG FIXES

- `xfun::proc_kill()` failed to work on *nix.

- `xfun::del_empty_dir()` failed to delete empty dirs.

- `xfun::file_string()` preserves emptiness (thanks, @MichaelChirico,
  #38).

- `xfun::raw_string()` preserves the class(es) of the input now
  (thanks, @MichaelChirico, #40).

## MINOR CHANGES

- Exported the function `dir_create()`.

(mef)

2021-02-08 12:17:46 UTC MAIN commitmail json YAML

py-pandocfilters: updated to 1.4.3

1.4.3:
Unknown changes

(adam)

2021-02-08 12:06:23 UTC MAIN commitmail json YAML

py-cpuinfo: updated to 7.0.0

Release 7.0.0
* Fixed Bug 133: CPU flags vary between runs on Mac OS X
* Fixed Bug 150: Change 'byte code' to 'machine code'
* Fixed Bug 128: Overhead from generating machine code throws off CPUID HZ
* Fixed Bug 136: On non BeOS systems, calling sysinfo may open GUI program
* Fixed Bug 138: Invalid escape sequences warn when building in Python 3.8
* Fixed Bug 147: Remove extended_model and extended_family fields
* Fixed Bug 146: CPUID family and model is wrong
* Fixed Bug 144: Cache fields should be full ints instead of kb strings

(adam)

2021-02-08 12:06:22 UTC MAIN commitmail json YAML

doc: Updated devel/R-withr to 2.4.1

(mef)

2021-02-08 12:05:40 UTC MAIN commitmail json YAML

(devel/R-withr) Updated 2.3.0 to 2.4.1  (make test fails at UTF-8 coding)

# withr 2.4.1

- Tests which require `capabilities("cairo")` are now skipped.

# withr 2.4.0

- withr is now licensed as MIT (#154).

- Tests For `with_cairo_pdf()` and `with_cairo_ps()` have been
  removed, as they fail if Cairo is not available, such as with M1
  macOS systems (#158)

- `local_seed()` is now exported (#153)

(mef)

2021-02-08 11:44:53 UTC MAIN commitmail json YAML

(security/R-getPass) Now success on make test

(mef)

2021-02-08 11:21:56 UTC MAIN commitmail json YAML

TODO: - keepassxc, done

(wiz)

2021-02-08 11:18:09 UTC MAIN commitmail json YAML

Added security/R-argon2 version 0.2.0

(mef)

2021-02-08 11:16:26 UTC MAIN commitmail json YAML

(security/R-argon2) import R-argon2-0.2.0

Utilities for secure password hashing via the argon2 algorithm. It is
a relatively new hashing algorithm and is believed to be very secure.
The 'argon2' implementation included in the package is the reference
implementation.  The package also includes some utilities that should
be useful for digest authentication, including a wrapper of 'blake2b'.
For similar R packages, see sodium and 'bcrypt'.  See
<https://en.wikipedia.org/wiki/Argon2> or
<https://eprint.iacr.org/2015/430.pdf> for more information.

(mef)

2021-02-08 10:56:15 UTC MAIN commitmail json YAML

doc: Updated editors/zim to 0.73.5

(triaxx)

2021-02-08 10:55:56 UTC MAIN commitmail json YAML

zim: Update to 0.73.5

pkgsrc changes:
---------------
  * zim now requires Python >= 3.2
  * zim now depends on Gtk3 and GObject

upstream changes:
-----------------
##  0.73.5 - Sat 30 Jan 2021
* Fix regression for "www." links in pages
* Fix bug with email address or url wrapped in higlight markup
* Fix bug with handling newline in inline formatting
* Fix bug when deleting a bullet-like sequence
* Fix bug with relative links in single page export
* Fix bug if notebook name is not set
* Interpret pasted text as "wiki" format and add "Paste As Verbatim"
* Update default application lookup to latest spec
* Fix portable environment windows installer
* Merge Weblate translations

##  0.73.4 - Thu 19 Nov 2020
* Fix issue with relative links on windows
* Fix reload page after change in external editor
* Fix regressions due to python3.9 change in ElementTree
* Fix regression in nested format in link
* Fix test failure in testing translations
* Let versions control plugin initialize git repro to not quote non-ascii paths
* Update markdown extension and mime-type
* Merge translations

##  0.73.3 - Fri 09 Oct 2020
* Fix missing export formats in windows installer
* Add support for environ.ini at startup for portable install
* Make trash function more robust for GLib.Error errors
* Remove xdg import in windows for mimetyping
* Fix regression with GdkPixbuf.PixbufRotation constants
* Fix issues in parser under Python 3.9
* Fix regression with pages with formatting in heading
* Merge translations

##  0.73.2 - Fri 24 Jul 2020
* Add "show debug log" menu item
* Add missing "triangle" icons for windows installer
* Include helper to spawn external processes for windows installer
* Fix dropdown namespace autocomplete in move-page dialog
* Fix wiki parser for case of nested URL
* Fix ParseTreeBuilder interface for python3.9
* Add debug output for drag-and-drop workaround
* Fix popup menu in attachment browser plugin
* Fix warnings during export for "page.meta"
* Fix on-preferences-changed for tableofcontents plugin

##  0.73.1 - Fri 19 Jun 2020
* Fix regression for opening single instance
* Fix exception on toggle format
* Fix failing tests due to change in sorting python3.8
* Make robust for deprecation of cElementTree in python3.9
* Improve tmpdir usage by using tempfile.mkdtemp()

##  0.73.0 - Sat 06 Jun 2020
* Add ability to combine formatting styles in editor
* Improve URL and link parsing to look for matching brackets
* Reduce the number of `-` needed to auto-format a horizontal line
* Allow typing bullet after e.g. checkbox to replace it
* Add autoformat for sub- and super-script by typing `^..` and `_{..}`
* On autoformat headings also strip trailing `=`
* Fix issue with lost formatting when using spellchecker
* Add support for "paragraph-background" property in style.conf
* Improve keyboard behavior of find bar in editor
* Swap the layout in the InsertDateDialog
* Allow re-arranging side pane tabs by drag and drop
* Add option to automatically collapse sections in the pageindex
* Fix regression for inserting links on "Attach file" and moved this
  function to the Insert menu
* Merge MovePageDialog and RenamePageDialog into a single dialog
* Fix behavior when renaming non-existing "placeholder" pages
* Add workaround for drag-and-drop issue #390
* Whitelist image formats in latex export to avoid invalid image types
* Add MacOS menubar plugin & fix for main menu mnemonics in MacOS
* Give temporary directories unique names to improve robustness
* Support TEXTDOMAINDIR evironment variable to set locale directory
* Improve folder checks for automount feature
* Improve window colors in distraction free mode
* Add option to set the wrap-mode in sourceview
* Add theme choice for the source view plugin
* Add "private" switch to server command for commandline usage
* Add authentication support to web server
* Add template selection option to web server dialog
* Add option for fontsize to table of contents plugin
* Add option to show horizontal lines in table of contents

##  0.72.1 - Wed 01 Jan 2020
* Update translations & documentation

##  0.72.0 - Thu 29 Aug 2019
* Improve pathbar with "linked" visual design
* Improve statusbar visual style
* Change behavior for lists with mixed bullets
* Add configuration of keybindings to preferences dialog
* Support gnome-screenshot in the insert screenshot plugin
* Save size of secondary page window
* Add option for linenumbers option in insert code block dialog
* Add option to display date column in tasklist side pane
* Add warnings if locale does not support unicode
* Make SVG thumbnail support configurable
* Fix bug for insert equation and other objects
* Fix use of escape sequence in table cells
* Fix tasklist view for multiple dates in task
* Fix "apply heading" to strip list formatting
* Make ToC plugin update instead of refresh on save
* Fix issue with not-unique headings in tableofcontents
* Fix bugs in auto insert bullet at newline

##  0.71.1 - Thu 23 May 2019
* Fix robustness for OSError on process startup
* Fix for popup menu on page index for Gtk < 3.22
* Updated translations

##  0.71.0 - Thu 25 Apr 2019
* Fix "spill over" between translation files
* Fix use of popup menus
* Hack to work around textview glitches embedded objects
* Make indexer recover from duplicate page names
* Fix recovery of broken index file on startup
* Restore New Sub Page for index context menu
* Let customtools replace autoselected words and insert
* Fallback encoding when calling external applications
* Hide pathbar in distraction free mode
* Merge fix for unicode completion in dialogs
* Remember cursor position on reload
* Fix inlinecalculator plugin
* Update Gtk prerequisite version to 3.18
* Updated Russian translation

##  0.70 - Thu 28 Mar 2019
* Ported zim to use Python3 & Gtk3
* Refactored application framework, all windows run single process now with
  single plugin manager and preferences manager
* Refactored plugin extension loading code and added functions to find
extensions and actions
* Removed the notebook "profile" properties
* Plugins now can use notebook properties to store settings per notebook
* The page index side pane and the pathbar are now plugins
* Redesign journal plugin sidepane view and remove dialog
* Renamed "calendar" plugin to "journal"
* Removed OSX menubar plugin
* Image generator plugins now are "inserted objects"
* Workaround for missing clipboard.set_with_data()
* Improved speed of test suite and refactored test constructs
* Support flatpack-spawn to execute processes
* Critical fix for updating links on move page and rename page
* Critical fix for parsing headers when page has no title
* Fix page index issue on delete page

##  0.69 - Sun 16 Dec 2018
* Performance improvements for indexing large notebooks
* Performance improvement for auto-completion of page names in dialogs
* Updated translations from launchpad

##  0.68 - Sat 17 Mar 2018
* Critical fix for updating links on move page and rename page
* Critical fix for rename page and indexing on case-insensitive file systems
  (like windows)
* Fix for regression in tasklist option to _not_ regard all checkboxes as tasks
  -- Fabian Stanke
* Fix for egression in index navigation with previous page and next page
* Fix for memory leak in spell checker plugin -- Alexander Meshcheryakov
* Fix issues with multi-line selections in linesorter plugin
* Fix bug with opening notebook list from tray icon
* Fix bug with "-s" commandline argument for exporting
* Fix bug with importing attachments in quicknote plugin commandline use
* Pathbar now reveals more path elements in case of ambiguous pages -- Robert Hailey
* Add "font" property for use in "styles.conf"
* Add "navigation.home" to template parser for export -- Rolf Kleef
* Version control plugin updated to better handle git staging -- Paul Becker
* Extend interface for "image generator" plugins - Robert Hailey
* Code cleaned up to be a bit PEP8 compliant and more future proof for python3
  conversion -- Christian Stadelmann

##  0.67 - Mon 10 Jul 2017
* Critical fix for missing page headers & remembering custom headers
* Critical fix by removing dependency on threading for index and socket handling
  - Hidden option to also do autosave without thread to test further issues
* Critical fix for handling unicode file names on windows
* Fix issue where config values go missing if not used
* Fix error for file shortcuts in various dialogs
* Restored macOS integration using a plugin
* Shorter socket name to avoid os specific error on OS X
* More robustness for socket errors, fallback to --standalone automaticlly
* More robustness at startup when default notebook went missing, fallback to --list
* More robustness in preferences dialog when plugins give exceptions
* More robustness for invalid dates in tasklist parser
* Merge patch to add accelerators for bookmarks
* Updated build process for windows installer
* Fix indexing errors on move/rename page
* Fix regression in close-page when autosave ongoing
* Fix regression drag-n-drop index pane
* Fix regression for keybindings in index pane
* Fix regressions for attaching files
* Fix regression for opening folders
* Fix regression in opening inter-wiki links
* Fix regression in custom tools
* Fix regression in completion of page name in dialog entry
* Fix regression in quicknote "--attachments" option
* Fix regression for quicknote plugin due to process management
* Fix regression in date format for recentchanges dialog
* Fix regression in custom tool execution
* Fix for unicode in auto-linking
* Fix for unicode in arithmetic plugin
* Fix "insert image" also inserting a text link
* Fix search regex for chinese language to not match whitespace for start/end of word
* Fix for table editor plugin when sorting rows
* Fix for wrong usage of escapes in latex export for verbatim blocks

##  0.66 - Fri 28 Apr 2017
* Multiple notebooks run as single process now to reduce multi-process
  complexity - more robust startup, reduce need for "--standalone"
* SQLite indexer re-written to fix long standing bugs and design flaws
  with indexing
* Improved performance tag filtering in side pane
* Detect pages have changed on disk, even when page present in cache
* Bug fix for drag-n-drop of text within the editor
* New checkbox type available for "moved task" for journal workflow
* Context menu defined for checkboxes
* Horizontal lines "<HR>" added to wiki syntax -- Pavel_M
* Pathbar buttons can now also be used to insert page links by drag-n-drop
  -- Klaus Holler
* "search in section" added to context menu for pages
* "search backlinks" added to context menu for pages -- Volodymyr Buell
* Keyboard navigation of plugin tab in preferences dialog -- Jens Sauer
* Allow "mailto:" links contain arguments like "?subject="
* Tasklist plugin: now also available embedded in side pane
* Tasklist plugin: new syntax for including due and start dates
* Tasklist plugin: new formatting priority column including deadlines
* Tasklist plugin: new "flat list" mode to only see lowest level tasks
* Tasklist plugin: removed support for "next" label
* Tasklist plugin: dialog now remembers sorting -- Jonas Pfannschmidt
* Versioncontrol plugin: git: removed global "git add", instead stage
  individual files
* Versioncontrol plugin: fossil: fix for fossil "addremove"
* Attachment browser: bug fix for drag-n-drop
* Linesorter plugin: added keybindings to move / duplicate / delete lines
  -- Johannes Kirschner
* Sourceview plugin: bug fix to make export via commandline also use
  objects -- Alex Ivkin
* Sourceview plugin: bug fix to follow editable state of parent window
  -- Jan Taus
* Bookmarks plugin updates -- Pavel_M
* Tableeditor plugin: bug fix for links -- Sašo Živanović
* Linkmap plugin: bug fix "unexpected char '-'"
* Arithmic plugin: bug fix to allow negative numbers -- TROUVERIE Joachim
* Dev: Templates are now translatable, using "gettext()" -- Jens Sauer
* Dev: Index API completely changed, see tasklist for a plugin example
* Dev: New module for file-system interaction, to be used in new code
* Dev: New parsing strategy based on tokenlist, used for tasklist parser
* Dev: Defined notebook API for concurrent operations in gtk main loop
* Dev: Simplified SignalEmitter code
* Packaging: removed support for maemo build - code went stale
* Packaging: make package build reproducible -- Reiner Herrmann
* Added translations for: Amharic, Arabic, Basque, and Portuguese

##  0.65 - Sun 01 Nov 2015
This release fixes two critical bugs in version 0.64:
* <Control> keybindings fail for older gtk versions, and in particular
  for the <Control><Space> keybinding
* The table editor tends to drop columns of content in the precences
  of empty cells

##  0.64 - Tue 27 Oct 2015
* Bookmark plugin - by Pavel M
* Updated spell plugin to allow using gtkspellcheck as backend
* Updated attachmentbrowser plugin with new thumbnailing logic
* Speed up of sqlite indexing
* Updated support for OS X - by Brecht Machiels
* Bug fixes for the Fossil version control support
* Bug fixes for locale in strftime and strxfrm functions
* Bug fix to avoid overwriting the accelmap config file

##  0.63 - Sat 13 Jun 2015
* Table plugin - by Tobias Haupenthal
* Support for Fossil version control - by Stas Bushuev
... Many bug fixes

##  0.62 - Tue 30 Sep 2014
Bug fix release
* Fixed broken Source View plugin
* Fixed Tray Icon plugin for Ubuntu
* Fixed bug with Caps Lock on windows
* Fixed behavior of New Page dialog
* Fixed status parsing for Git backend
* Fixed bug with CamelCase parsing for Persian & Arabic script
* Fixed parsing of numbered list character to be robust for Chinese characters
* Fixed bug with www server dialog
* Fixed bug in Go Child Page action
* Fixed export using the S5 slideshow template - now splits by heading
* Fixed bug in indexing for python 2.6
* Fixed bug in Open Notebook dialog when selecting current notebook
* Changed lookup path for 3rd party plugin modules - now uses XDG path
* Merged patch to support more screenshot tools in the Insert Screenshot
  plugin - Andri Kusumah
* Updated Sort Lines plugin to use natural sorting for unicode
* Added control for handling of line breaks in HTML export
* Changed rendering of checkboxes in HTML export
* Merged patch to set image size for GNU R plugin - Olivier Scholder
* Added control to toggle full page name in Tag index view
* Added handling of SIGTERM signal

##  0.61 - Thu 31 Jul 2014
* Full refactoring of code for parsing and processing wiki syntax
  making parser easier to extend and document interface more scalable
* Full refactoring of code for plugin framework making plugins more
  flexible by defining decorators for specific application objects
* Full refactoring of code for exporting pages from zim
  - Now supports MHTML export format
  - Supports exporting multiple pages to a single file
  - Supports recursive export of a page and all it's sub-pages
  - Templates now support many more instructions and expressions
* Full refactoring of the code for parsing commandline commands and
  initializing the application
* New config manager code to make parsing and handling of config files
  more robust
* Merged new plugin for editing sequence diagrams by Greg Warner
* Improved the ToC plugin with floating widget
* Fixed unicode issue when calling external applications, and in
  particular for the hg and git commands
* Fixed support for unicode CamelCase word detection
* Fixed bug on windows with unicode user names in background process
  connection
* Changed "tags" plugin to show full page paths in the pre-tag view
* Added option for custom commands to replace the current selection
* Added keybindings for XF86Back and XF86Forward
* Many small fixes & patches from various persons that I forgot about *sorry*
* Added Finnish translation

##  0.60 - Tue 30 Apr 2013
* In this release the required python version is changed from 2.5 to 2.6 !
* Added a Recent Changes dialog and a Recent Changes pathbar option
* Added search entry to toolbar
* Added function to attachment browser plugin to zoom icon size
* Added new template by Robert Welch
* Critical bug fix for using templates that have a resources folder
* Fix for week number in Journal plugin page template (again)
* Fix for focus switching with distraction free editing plugin
* Fix for handling BOM character at start of file
* Fixed quicknote dialog to ask for confirmation on discard
* Fix to allow calling executables that do not end in .exe on windows
* Fix for various typos in the manual by Stéphane Aulery
* Removed custom zim.www.Server class in favor of standard library version
* New translations for Korean and Norwegian Bokmal

(triaxx)

2021-02-08 10:13:18 UTC MAIN commitmail json YAML

doc: Updated security/keepassxc to 2.6.4

(ryoon)

2021-02-08 10:12:54 UTC MAIN commitmail json YAML

keepassxc: Update to 2.6.4

Changelog:
2.6.4 Changelog

Added

  * Automatically adapt to light/dark system theme changes (Windows/macOS only)
    #6034

Changed

  * Show window title as tooltip on system tray #5948
  * Compress Snap release as LZO for faster initial startup #5877
  * Password generator: Set maximum selectable password length to 999 #5937

Fixed

  * Fix crash on app close when using SSH agent #5935
  * Fix KDF selection showing wrong item when using Argon2id #5923
  * Automatically close About dialog on database lock if it is still open #5947
  * Linux: Fix automatic launch at system startup with AppImages #5901
  * Linux: Fix click-to-move on empty area activating when using menus #5971
  * Linux: Try multiple times to show tray icon if tray is not ready yet #5948
  * macOS: Fix KeePassXC blocking clean shutdown #6002

(ryoon)

2021-02-08 08:35:03 UTC MAIN commitmail json YAML

Added devel/py-hexbytes, finance/py-eth-rlp, finance/py-eth-account; Updated math/py-asteval

(adam)

2021-02-08 08:34:37 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.21

0.9.21:
another important but small fix for Python 3.9

0.9.20:
doc update

(adam)

2021-02-08 08:31:06 UTC MAIN commitmail json YAML

2021-02-08 08:28:04 UTC MAIN commitmail json YAML

2021-02-08 08:26:34 UTC MAIN commitmail json YAML

py-hexbytes: added version 0.2.1

Python bytes subclass that decodes hex, with a readable console output.

(adam)

2021-02-08 08:01:39 UTC MAIN commitmail json YAML

TODO: Add databases/influxdb and databases/prometheus

Also remove vim and weewm that are already updated

(triaxx)

2021-02-08 07:57:16 UTC MAIN commitmail json YAML

doc: Updated editors/le to 1.16.8

(fcambus)

2021-02-08 07:57:03 UTC MAIN commitmail json YAML

le: update to 1.16.8.

Version 1.16.8 - 2021-02-05

* minor syntax updates.
* auto unindent on closing curly brace.
* fixed compilation.

(fcambus)

2021-02-08 07:52:00 UTC MAIN commitmail json YAML

doc: Updated chat/ejabberd to 21.01

(triaxx)

2021-02-08 07:51:42 UTC MAIN commitmail json YAML

ejabberd: Update to 21.01

upstream changes:
-----------------
Miscellaneous:

    log_rotate_size option: Fix handling of 窶亙nfinity窶� value
    mod_time: Fix invalid timezone
    Auth JWT: New check_decoded_jwt hook runs the default JWT verifier
    MUC: Allow non-occupant non-subscribed service admin send private MUC message
    MUC: New max_password and max_captcha_whitelist options
    OAth: New oauth_cache_rest_failure_life_time option
    PEP: Skip reading pep nodes that we know won窶冲 be requested due to caps
    SQL: Add sql script to migrate mysql from old schema to new
    SQL: Don窶冲 use REPLACE for upsert when there are 窶�-窶� fields.
    Shared Rosters LDAP: Add multi-domain support (and flexibility)
    Sqlite3: Fix dependency version
    Stun: Block loopback addresses by default
    Several documentation fixes and clarifications

Commands:

    decide_room: Use better fallback value for room activity time when skipping room
    delete_old_message: Fix when using sqlite spool table
    module_install: Make ext_mod compile module with debug_info flags
    room_unused_*: Don窶冲 fetch subscribers list
    send_message: Don窶冲 include empty in messages
    set_room_affiliation: Validate affiliations

Running:

    Docker: New Dockerfile and devcontainer.json
    New 窶脇jabberdctl foreground-quiet窶�
    Systemd: Allow for listening on privileged ports
    Systemd: Integrate nicely with systemd

Translations:

    Moved gettext PO files to a new ejabberd-po repository
    Improved several translations: Catalan, Chinese, German, Greek, Indonesian, Norwegian, Portuguese (Brazil), Spanish.

(triaxx)

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

doc: Removed mail/fetchyahoo

(triaxx)

2021-02-08 07:15:49 UTC MAIN commitmail json YAML

fetchyahoo: Removed

(triaxx)

2021-02-08 07:15:29 UTC MAIN commitmail json YAML

fetchyahoo: Remove

Fetchmail is a Perl script that fetchs mail from Yahoo! account through
HTTP requests. Unfortunately, these requests no longer work and fetchyahoo
has not been maintained for a long time.
As an alternative for fetching Yahoo! mails, mail/fetchmail works well and
is actively developed.

(triaxx)

2021-02-08 07:05:03 UTC MAIN commitmail json YAML

Updated devel/py-rlp; Added devel/py-bitarray, finance/py-eth-keys, finance/py-eth-keyfile

(adam)

2021-02-08 07:02:27 UTC MAIN commitmail json YAML

2021-02-08 07:00:56 UTC MAIN commitmail json YAML

2021-02-08 07:00:50 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 23.2.4

(triaxx)

2021-02-08 07:00:30 UTC MAIN commitmail json YAML

erlang: Update to 23.2.4

pkgsrc changes:
---------------
  * Fix PLIST when the hive option is enabled.

upstream changes:
-----------------
Patch Package:          OTP 23.2.4
Git Tag:                OTP-23.2.4
Date:                    2021-02-04
Trouble Report Id:      OTP-16239, OTP-17139, OTP-17161, OTP-17174
Seq num:                ERIERL-597, ERL-1458
System:                  OTP
Release:                23
Application:            snmp-5.7.3, ssl-10.2.2
Predecessor:            OTP 23.2.3

Check out the git tag OTP-23.2.4, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.

---------------------------------------------------------------------
--- snmp-5.7.3 ------------------------------------------------------
---------------------------------------------------------------------

The snmp-5.7.3 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17161    Application(s): snmp

              [manager] In a function handling snmp errors, an unused
              result (_Error) could result in matching issues and
              therefor case clause runtime errors (crash). Note that
              this would only happen in *very* unusual error cases.

Full runtime dependencies of snmp-5.7.3: crypto-3.3, erts-6.0,
kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, stdlib-2.5

---------------------------------------------------------------------
--- ssl-10.2.2 ------------------------------------------------------
---------------------------------------------------------------------

The ssl-10.2.2 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17139    Application(s): ssl
              Related Id(s): ERL-1458, OTP-16239

              Avoid that upgrade (from TCP to TLS) servers starts
              multiple session cache handlers for the same server.
              This applies to Erlang distribution over TLS servers.

  OTP-17174    Application(s): ssl
              Related Id(s): ERIERL-597

              Legacy cipher suites defined before TLS-1.2 (but still
              supported) should be possible to use in TLS-1.2. They
              where accidentally excluded for available cipher suites
              for TLS-1.2 in OTP-23.2.2.

--- Improvements and New Features ---

  OTP-16239    Application(s): ssl
              Related Id(s): ERL-1458, OTP-17139

              Enable Erlang distribution over TLS to run TLS-1.3,
              although TLS-1.2 will still be default.

Full runtime dependencies of ssl-10.2.2: crypto-4.2, erts-10.0,
inets-5.10.7, kernel-6.0, public_key-1.8, stdlib-3.12

---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
Patch Package:          OTP 23.2.3
Git Tag:                OTP-23.2.3
Date:                    2021-01-20
Trouble Report Id:      OTP-17097, OTP-17107, OTP-17108, OTP-17110
Seq num:                ERIERL-586, ERL-1442
System:                  OTP
Release:                23
Application:            crypto-4.8.3, erts-11.1.7, snmp-5.7.2,
                        ssh-4.10.7
Predecessor:            OTP 23.2.2

Check out the git tag OTP-23.2.3, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.

---------------------------------------------------------------------
--- crypto-4.8.3 ----------------------------------------------------
---------------------------------------------------------------------

The crypto-4.8.3 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17107    Application(s): crypto

              Adding missing flag in BN-calls in SRP.

Full runtime dependencies of crypto-4.8.3: erts-9.0, kernel-5.3,
stdlib-3.4

---------------------------------------------------------------------
--- erts-11.1.7 -----------------------------------------------------
---------------------------------------------------------------------

The erts-11.1.7 application can be applied independently of other
applications on a full OTP 23 installation.

--- Improvements and New Features ---

  OTP-17097    Application(s): erts

              Make windows installer remove write access rights for
              non admin users when installing to a non default
              directory. Reduces the risk for DLL sideloading, but
              the user should always be aware of the access rights
              for the installation.

Full runtime dependencies of erts-11.1.7: kernel-7.0, sasl-3.3,
stdlib-3.13

---------------------------------------------------------------------
--- snmp-5.7.2 ------------------------------------------------------
---------------------------------------------------------------------

The snmp-5.7.2 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17110    Application(s): snmp
              Related Id(s): ERIERL-586

              [manager] Misspelled priv protocol (atom) made it
              impossible to update usm user 'priv_key' configuration
              for usmAesCfb128Protocol via function calls.

Full runtime dependencies of snmp-5.7.2: crypto-3.3, erts-6.0,
kernel-3.0, mnesia-4.12, runtime_tools-1.8.14, stdlib-2.5

---------------------------------------------------------------------
--- ssh-4.10.7 ------------------------------------------------------
---------------------------------------------------------------------

The ssh-4.10.7 application can be applied independently of other
applications on a full OTP 23 installation.

--- Fixed Bugs and Malfunctions ---

  OTP-17108    Application(s): ssh
              Related Id(s): ERL-1442

              The SSH daemon erroneously replaced LF with CRLF also
              when there was no pty requested from the server.

Full runtime dependencies of ssh-4.10.7: crypto-4.6.4, erts-9.0,
kernel-5.3, public_key-1.6.1, stdlib-3.4.1

---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

(triaxx)

2021-02-08 06:58:44 UTC MAIN commitmail json YAML

py-rlp: updated to 2.0.1

2.0.1:
Unknown changes

(adam)

2021-02-08 06:57:04 UTC MAIN commitmail json YAML

py-bitarray: added version 1.6.3

This module provides an object type which efficiently represents an array of
booleans. Bitarrays are sequence types and behave very much like usual lists.
Eight bits are represented by one byte in a contiguous block of memory. The
user can select between two representations: little-endian and big-endian. All
of the functionality is implemented in C. Methods for accessing the machine
representation are provided. This can be useful when bit level access to binary
files is required, such as portable bitmap image files (.pbm). Also, when
dealing with compressed data which uses variable bit length encoding, you may
find this module useful.

(adam)

2021-02-08 06:19:17 UTC MAIN commitmail json YAML

Updated security/py-cryptography, security/py-cryptography_vectors, databases/py-peewee, devel/py-more-itertools

(adam)

2021-02-08 06:18:39 UTC MAIN commitmail json YAML

py-more-itertools: 8.7.0

8.7.0
-----

* New functions
    * :func:`convolve` (from the Python itertools docs)
    * :func:`product_index`, :func:`combination_index`, and :func:`permutation_index` (thanks to N8Brooks)
    * :func:`value_chain` (thanks to jenstroeger)

* Changes to existing functions
    * :func:`distinct_combinations` now uses a non-recursive algorithm (thanks to  knutdrand)
    * :func:`pad_none` is now the preferred name for :func:`padnone`, though the latter remains available.
    * :func:`pairwise` will now use the Python standard library implementation on Python 3.10+
    * :func:`sort_together` now accepts a ``key`` argument (thanks to brianmaissy)
    * :func:`seekable` now has a ``peek`` method, and can indicate whether the iterator it's wrapping is exhausted (thanks to gsakkis)
    * :func:`time_limited` can now indicate whether its iterator has expired (thanks to roysmith)
    * The implementation of :func:`unique_everseen` was improved (thanks to plammens)

* Other changes:
    * Various documentation updates

(adam)

2021-02-08 06:17:14 UTC MAIN commitmail json YAML

py-peewee: updated to 3.14.1

3.14.1

This release contains primarily bugfixes.

Properly delegate to a foreign-key field's db_value() function when converting model instances.
Strip quote marks and parentheses from column names returned by sqlite cursor when a function-call is projected without an alias.
Fix DataSet.create_index() method.
Fix column-to-model mapping in model-select from subquery with joins.
Improvements to foreign-key lazy-loading.
Preserve and handle CHECK() constraints in Sqlite migrator.
Add stddev aggregate function to collection of sqlite user-defined funcs.

(adam)

2021-02-08 06:08:02 UTC MAIN commitmail json YAML

py-cryptography, py-cryptography_vectors: updated to 3.3.2

3.3.2:
SECURITY ISSUE: Fixed a bug where certain sequences of update() calls when symmetrically encrypting very large payloads (>2GB) could result in an integer overflow, leading to buffer overflows. CVE-2020-36242

(adam)

2021-02-08 02:56:19 UTC MAIN commitmail json YAML

2021-02-08 01:56:42 UTC MAIN commitmail json YAML

doc: Added biology/py-cutadapt version 3.2

(bacon)

2021-02-08 01:56:18 UTC MAIN commitmail json YAML

biology/Makefile: Add py-cutadapt

(bacon)

2021-02-08 01:55:23 UTC MAIN commitmail json YAML

biology/py-cutadapt: import py38-cutadapt-3.2

Cutadapt finds and removes adapter sequences, primers, poly-A tails and other
types of unwanted sequence from your high-throughput sequencing reads.

(bacon)

2021-02-08 01:53:30 UTC MAIN commitmail json YAML

doc: Added biology/py-dnaio version 0.5.0

(bacon)

2021-02-08 01:53:10 UTC MAIN commitmail json YAML

biology/Makefile: Add py-dnaio

(bacon)

2021-02-08 01:52:24 UTC MAIN commitmail json YAML

biology/py-dnaio: import py38-dnaio-0.5.0

dnaio is a Python 3 library for fast input and output of FASTQ and FASTA files.
It supports paired-end data in separate files, interleaved paired-end in a
single file and compression using gzip, bzip, and xz.

(bacon)

2021-02-08 01:50:04 UTC MAIN commitmail json YAML

doc: Updated biology/bedtools to 2.30.0

(bacon)

2021-02-08 01:49:25 UTC MAIN commitmail json YAML

2021-02-07 21:06:43 UTC MAIN commitmail json YAML

doc: Updated net/terraform-provider-aws to 3.27.0

(leot)

2021-02-07 21:06:32 UTC MAIN commitmail json YAML

terraform-provider-aws: Update to 3.27.0

Changes:
3.27.0
======
FEATURES:
---------
New Data Source: aws_cloudfront_origin_request_policy (#17342)
New Resource: aws_ec2_transit_gateway_prefix_list_reference (#16823)
New Resource: aws_route53_key_signing_key (#16840)
New Resource: aws_cloudfront_origin_request_policy (#17342)

ENHANCEMENTS:
-------------
data-source/resource_aws_lb_target_group: Add protocol_version attribute (#17260)
data-source/aws_subnet: Add customer_owned_ipv4_pool and map_customer_owned_ip_on_launch attributes (#16676)
resource/aws_glacier_vault: Add plan-time validation for notification configuration block events and sns_topic_arn arguments (#12645)
resource/aws_glue_catalog_table: Adds support for specifying schema from schema registry. (#17335)
resource/aws_iam_access_key: Add create_date attribute (#17318)
resource/aws_iam_access_key: Support resource import (#17321)
resource/resource_aws_lb_target_group: Add protocol_version (#17260)
resource/aws_subnet: Add customer_owned_ipv4_pool and map_customer_owned_ip_on_launch attributes (#16676)
resource/aws_lb: Add ipv6_address attribute (#17229)
resource/aws_sfn_state_machine: Add support for EXPRESS state machine type (#12249)
resource/aws_cloudfront_distribution: Add cloudfront_origin_request_policy_id attribute (#17342)

BUG FIXES:
----------
data-source/aws_partition: Correct reverse_dns_prefix value in AWS China, C2S, and SC2S (#17142)
provider: Only validate AWS shared configuration profile SSO configuration when attempting to use SSO cached credentials (#17469)
resource/aws_api_gateway_method_settings: Ignore non-existent resource errors during deletion (#17234)
resource/aws_api_gateway_method_settings: Prevent confusing Terraform error on resource disappearance during creation (#17234)
resource/aws_cloudwatch_event_rule: Prevent perpetual differences with name_prefix argument values beginning with terraform- (#17030)
resource/aws_glacier_vault: Prevent crash with GetVaultAccessPolicy API errors (#12645)
resource/aws_glacier_vault: Properly remove from state when resource does not exist (#12645)
resource/aws_glue_crawler: Use standard retry timeout for IAM eventual consistency and retry on LakeFormation permissions errors (#17256)
resource/aws_glue_partition: Fix partition_values to preserve order. (#17344)
resource/aws_iam_access_key: Ensure Inactive status is properly configured during resource creation (#17322)
resource/aws_kinesis_firehose_delivery_stream: Use standard retry timeout for IAM eventual consistency and retry on LakeFormation access errors (#17254)
resource/aws_security_group: Prevent perpetual differences with name_prefix argument values beginning with terraform- (#17030)
resource/aws_ssoadmin_permission_set: Properly update resource with relay_state argument (#17423)
resource/aws_vpc_endpoint: Return unsuccessful deletion information immediately as an error instead of timing out while waiting for deletion (#16656)
resource/aws_vpc_endpoint_service: Return unsuccessful deletion information immediately as an error instead of timing out while waiting for deletion (#16656)

(leot)

2021-02-07 20:16:49 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test-BDD-Cucumber to 0.76

(schmonz)

2021-02-07 20:16:39 UTC MAIN commitmail json YAML

Update to 0.76. From the changelog:

[Added]
- Mention the `--strict` option for `pherkin` in SYNOPSIS
- Added deprecation warning to 'data' accessor in
  Test::BDD::Cucumber::Model::Scenario

[Fixed]
- Warnings when processing empty feature files or files without
  a text after the `Feature:` keyword
- Feature and scenario descriptions missing space on concatenated lines
- Location of failed test in TAP output now points to the failed step,
  instead of somewhere inside `TAP::Harness`

[Changed]
- Scenarios defined by a scenario outline (`Examples:`) are now
  independent as in Cucumber; before, failure of a scenario in an
  outline would cancel all subsequent steps *and* scenarios -- now
  only steps are cancelled (skipped), but subsequent scenarios are
  run (gh #123)
- Descriptions of tests no longer contain prefixed 'In '
- Dependency YAML::Syck switched to YAML (which wraps YAML::XS or
  YAML::PP, whichever is available); YAML has 3x more dependencies
  on CPAN, increasing chances of prior availability
- Language definitions now stored as Perl instead of JSON for
  compactness and load speed

[Removed]
- Dependencies on Clone, List::MoreUtils, Number::Range

(schmonz)

2021-02-07 20:14:37 UTC MAIN commitmail json YAML

Added textproc/py-parsimonious, finance/py-eth-abi

(adam)

2021-02-07 20:13:10 UTC MAIN commitmail json YAML

py-eth-abi: added version 2.1.1

Python utilities for working with Ethereum ABI definitions, especially encoding
and decoding.

(adam)

2021-02-07 20:10:18 UTC MAIN commitmail json YAML

py-parsimonious: added version 0.8.1

Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure
Python-and the most usable. It's based on parsing expression grammars (PEGs),
which means you feed it a simplified sort of EBNF notation. Parsimonious was
designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB
of RAM to do one page, but it's applicable to all sorts of languages

(adam)

2021-02-07 20:06:01 UTC MAIN commitmail json YAML

py-eth-utils: also PLIST

(adam)

2021-02-07 20:04:59 UTC MAIN commitmail json YAML

2021-02-07 20:01:53 UTC MAIN commitmail json YAML

Updated finance/py-eth-hash, finance/py-eth-utils

(adam)

2021-02-07 20:01:35 UTC MAIN commitmail json YAML

py-eth-utils: updated to 1.10.0

eth-utils v1.10.0

Bugfixes

When a TypeError or ValueError is raised during :meth:`~eth_utils.applicators.apply_formatters_to_dict`, eth_utils appends some useful contextual information. It was trying to re-create the old exception, but that sometimes fails, like with a :class:`JSONDecodeError`, which expects more arguments in the constructor. So now we raise a basic TypeError or ValueError.
Update the type signature of :meth:`~eth_utils.address.to_canonical_address`, :meth:`~eth_utils.address.to_checksum_address`, and :meth:`~eth_utils.address.to_normalized_address` to allow bytes-typed address input.

Performance improvements

Significant speedup of :meth:`~eth_utils.hexadecimal.is_hex` and :meth:`~eth_utils.hexadecimal.is_hexstr`.
Significant speedup of :meth:`~eth_utils.address.is_address`. Running a test that abi-encodes an array of 10 addresses was about 67% faster.

Internal Changes - for eth-utils Contributors

Upgrade eth-hash to v0.3.1, to use its exported type annotations instead of casting the results.

(adam)

2021-02-07 19:59:48 UTC MAIN commitmail json YAML

py-eth-hash: updated to 0.3.1

eth-hash v0.3.1

Bugfixes

Bugfix to export type annotations

eth-hash v0.3.0

Features

Export type annotations, for use in importing projects

Internal Changes - for eth-hash Contributors

Import 3 years worth of template updates

(adam)

2021-02-07 19:40:44 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-qt to 3.4

(pin)

2021-02-07 19:40:22 UTC MAIN commitmail json YAML

audio/spotify-qt: update to 3.4

Fixes:
-Fixed not being able to select track title as default sort column.
-Fixed sorting tracks by track number in descending order by default.
-Fixed a crash when trying to open a track context menu when no track was found.
-Fixed the setting to always start Spotify client being ignored in some cases.

Changes:
-Artist view is now loaded asynchronously to improve performance.
-Access token is now only refreshed on start when needed, making app restarts
faster.
-Settings have been rewritten to improve performance and compatibility.
-When using automatic track list header resizing, there's now a maximum width
for columns.
-When opening an album from a track, that track is now highlighted.
-High DPI support (#51).
-Qt style can now be manually selected.
-Added an option to disable discovery when using librespot (#54).
-Redesigned dark theme that more closely resembles the Spotify theme (#47).

(pin)

2021-02-07 19:37:41 UTC MAIN commitmail json YAML

2021-02-07 19:28:11 UTC MAIN commitmail json YAML

Updated devel/py-toolz, devel/py-cytoolz

(adam)

2021-02-07 19:27:27 UTC MAIN commitmail json YAML

py-cytoolz: updated to 0.11.0

0.11.0:
Unknown changes

(adam)

2021-02-07 19:23:30 UTC MAIN commitmail json YAML

py-toolz: updated to 0.11.1

0.11.1:
Importing toolz no longer warns (by importing .compatibility)

0.11.0:
Drop Python 2.7 support!
Give deprecation warning on using toolz.compatibility
Some doc fixes
First time using auto-deployment. Fingers crossed!

(adam)

2021-02-07 17:33:40 UTC MAIN commitmail json YAML

doc: Updated www/grafana to 7.4.0

(triaxx)

2021-02-07 17:32:47 UTC MAIN commitmail json YAML

grafana: Update to 7.4.0

upstream changes:
-----------------
7.4.0 (2021-02-04)
Features and enhancements

    CDN: Adds support for serving assets over a CDN. #30691, @torkelo
    DashboardLinks: Support variable expression in to tooltip - Issue #30409. #30569, @huynhsamha
    Explore: Set Explore's GraphNG to be connected. #30707, @ivanahuckova
    InfluxDB: Add http configuration when selecting InfluxDB v2 flavor. #30827, @aocenas
    InfluxDB: Show all datapoints for dynamically windowed flux query. #30688, @davkal
    Loki: Improve live tailing errors. #30517, @ivanahuckova

Bug fixes

    Admin: Fixes so form values are filled in from backend. #30544, @hugohaggmark
    Admin: Fixes so whole org drop down is visible when adding users to org. #30481, @hugohaggmark
    Alerting: Hides threshold handle for percentual thresholds. #30431, @hugohaggmark
    CloudWatch: Prevent field config from being overwritten. #30437, @sunker
    Decimals: Big Improvements to auto decimals and fixes to auto decimals bug found in 7.4-beta1. #30519, @torkelo
    Explore: Fix jumpy live tailing. #30650, @ivanahuckova
    Explore: Fix loading visualisation on the top of the new time series panel. #30553, @ivanahuckova
    Footer: Fixes layout issue in footer. #30443, @torkelo
    Graph: Fixes so only users with correct permissions can add annotations. #30419, @hugohaggmark
    Mobile: Fixes issue scrolling on mobile in chrome. #30746, @torkelo
    PanelEdit: Trigger refresh when changing data source. #30744, @torkelo
    Panels: Fixes so panels are refreshed when scrolling past them fast. #30784, @hugohaggmark
    Prometheus: Fix show query instead of Value if no name and metric. #30511, @zoltanbedi
    TimeSeriesPanel: Fixes default value for Gradient mode. #30484, @torkelo
    Variables: Clears drop down state when leaving dashboard. #30810, @hugohaggmark
    Variables: Fixes display value when using capture groups in regex. #30636, @hugohaggmark
    Variables: Fixes so queries work for numbers values too. #30602, @hugohaggmark
    Variables: Fixes so text format will show All instead of custom all value. #30730, @hugohaggmark

Plugin development fixes & changes

    Plugins: Fix failing plugin builds because of wrong internal import. #30439, @aocenas

7.4.0-beta1 (2021-01-20)
Features and enhancements

    API: Add ID to snapshot API responses. #29600, @AgnesToulet
    AlertListPanel: Add options to sort by Time(asc) and Time(desc). #29764, @dboslee
    AlertListPanel: Changed alert url to to go the panel view instead of panel edit. #29060, @zakiharis
    Alerting: Add support for Sensu Go notification channel. #28012, @nixwiz
    Alerting: Add support for alert notification query label interpolation. #29908, @wbrowne
    Annotations: Remove annotation_tag entries as part of annotations cleanup. #29534, @dafydd-t
    Azure Monitor: Add Microsoft.Network/natGateways. #29479, @JoeyLemur
    Backend plugins: Support Forward OAuth Identity for backend data source plugins. #27055, @billoley
    Cloud Monitoring: MQL support. #26551, @mtanda
    CloudWatch: Add 'EventBusName' dimension to CloudWatch 'AWS/Events' namespace. #28402, @tomdaly
    CloudWatch: Add support for AWS DirectConnect ConnectionErrorCount metric. #29583, @haeringer
    CloudWatch: Add support for AWS/ClientVPN metrics and dimensions. #29055, @marefr
    CloudWatch: Added HTTP API Gateway specific metrics and dimensions. #28780, @karlatkinson
    Configuration: Add an option to hide certain users in the UI. #28942, @AgnesToulet
    Currency: Adds Indonesian IDR currency. #28363, @hiddenrebel
    Dashboards: Delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder. #28826, @AgnesToulet
    Dependencies: Update angularjs to 1.8.2. #28736, @torkelo
    Docker: Use root group in the custom Dockerfile. #28639, @chugunov
    Elasticsearch: Add Moving Function Pipeline Aggregation. #28131, @simianhacker
    Elasticsearch: Add Support for Serial Differencing Pipeline Aggregation. #28618, @simianhacker
    Elasticsearch: Deprecate browser access mode. #29649, @Elfo404
    Elasticsearch: Interpolate variables in Filters Bucket Aggregation. #28969, @Elfo404
    Elasticsearch: Support extended stats and percentiles in terms order by. #28910, @simianhacker
    Elasticsearch: View in context feature for logs. #28764, @simianhacker
    Explore/Logs: Alphabetically sort unique labels, labels and parsed fields. #29030, @ivanahuckova
    Explore/Logs: Update Parsed fields to Detected fields. #28881, @ivanahuckova
    Field overrides: Added matcher to match all fields returned by a specific query. #28872, @mckn
    Graph: Add support for spline interpolation (smoothing) added in new time series panel. #4303
    Instrumentation: Add histograms for database queries. #29662, @dafydd-t
    Jaeger: Remove browser access mode. #30349, @zoltanbedi
    LogsPanel: Don't show scroll bars when not needed. #28972, @aocenas
    Loki: Add query type and line limit to query editor in dashboard. #29356, @ivanahuckova
    Loki: Add query type selector to query editor in Explore. #28817, @ivanahuckova
    Loki: Retry web socket connection when connection is closed abnormally. #29438, @ivanahuckova
    MS SQL: Integrated security. #30369, @daniellee
    Middleware: Add CSP support. #29740, @aknuds1
    OAuth: Configurable user name attribute. #28286, @alexanderzobnin
    PanelEditor: Render panel field config categories as separate option group sections. #30301, @dprokop
    Postgres: SSL certification. #30352, @ying-jeanne
    Prometheus: Add support for Exemplars. #28057, @zoltanbedi
    Prometheus: Improve autocomplete performance and remove disabling of dynamic label lookup. #30199, @ivanahuckova
    Prometheus: Update default query type option to "Both" in Explore query editor. #28935, @ivanahuckova
    Prometheus: Use customQueryParameters for all queries. #28949, @alexbumbacea
    Security: Prefer server cipher suites for http2. #29379, @bergquist
    Security: Remove insecure cipher suit as default option. #29378, @bergquist
    StatPanels: Add new calculation option for percentage difference. #26369, @jedstar
    StatPanels: Change default stats option to "Last (not null)". #28617, @ryantxu
    Table: migrate old-table config to new table config. #30142, @jackw
    Templating: Custom variable edit UI, change options input into textarea. #28322, @darrylsepeda
    TimeSeriesPanel: The new graph panel now supports y-axis value mapping. #30272, @torkelo
    Tracing: Tag spans with user login and datasource name instead of id. #29183, @bergquist
    Transformations: Add "Rename By Regex" transformer. #29281, @simianhacker
    Transformations: Added new transform for excluding and including rows based on their values. #26884, @Totalus
    Transforms: Add sort by transformer. #30370, @ryantxu
    Variables: Add deprecation warning for value group tags. #30160, @torkelo
    Variables: Added __user.email to global variable. #28853, @mckn
    Variables: Adds description field. #29332, @hugohaggmark
    Variables: Adds variables inspection. #25214, @hugohaggmark
    Variables: New Variables are stored immediately. #29178, @hugohaggmark
    Zipkin: Remove browser access mode. #30360, @zoltanbedi

Bug fixes

    API: Query database from /api/health endpoint. #28349, @ceh
    Alerting: Return proper status code when trying to create alert notification channel with duplicate name or uid. #28043, @jgulick48
    Auth: Fix default maximum lifetime an authenticated user can be logged in. #30030, @papagian
    Backend: Fix IPv6 address parsing erroneous. #28585, @taciomcosta
    CloudWatch: Make sure stats grow horizontally and not vertically in the Query Editor. #30106, @sunker
    Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data. #28761, @torkelo
    Dashboards: Hide playlist edit functionality from viewers and snapshots link from unauthenticated users. #28992, @jackw
    Data source proxy: Convert 401 HTTP status code from data source to 400. #28962, @aknuds1
    Decimals: Improving auto decimals logic for high numbers and scaled units. #30262, @torkelo
    Elasticsearch: Fix date histogram auto interval handling for alert queries. #30049, @simianhacker
    Elasticsearch: Fix index pattern not working with multiple base sections. #28348, @tomdaly
    Explore: Clear errors after running a new query. #30367, @ivanahuckova
    Graph: Fixes stacking issues like floating bars when data is not aligned. #29051, @torkelo
    Graph: Staircase and null value=null calculates auto Y-Min incorrectly (fixed in new Time series panel). #12995
    Graph: Staircase mode, do now draw line segment from zero when drawing null values as null (Fixed in new Time series panel). #17838
    Image uploader: Fix uploading of images to GCS. #26493, @gastonqiu
    Influx: Fixes issue with many queries being issued as you type in the variable query field. #29968, @dprokop
    Logs Panel: Fix inconsistent highlighting. #28971, @ivanahuckova
    Logs Panel: Fixes problem dragging scrollbar inside logs panel. #28974, @aocenas
    Loki: Fix hiding of series in table if labels have number values. #30185, @ivanahuckova
    Loki: Lower min step to 1ms. #30135, @ivanahuckova
    Loki: Remove showing of unique labels with the empty string value. #30363, @ivanahuckova
    Loki: Timeseries should not produce 0-values for missing data. #30116, @davkal
    Plugins: Fix panic when using complex dynamic URLs in app plugin routes. #27977, @cinaglia
    Prometheus: Fix link to Prometheus graph in dashboard. #29543, @ivanahuckova
    Provisioning: Build paths in an os independent way. #29143, @amattheisen
    Provisioning: Fixed problem with getting started panel being added to custom home dashboard. #28750, @torkelo
    SAML: Fixes bug in processing SAML response with empty element by updating saml library (Enterprise). #29991, @alexanderzobnin
    SQL: Define primary key for tables without it. #22255, @azhiltsov
    Tracing: Fix issue showing more than 300 spans. #29377, @zoltanbedi
    Units: Changes FLOP/s to FLOPS and some other rates per second units get /s suffix. #28825, @Berbe
    Variables: Fixes Constant variable persistence confusion. #29407, @hugohaggmark
    Variables: Fixes Textbox current value persistence. #29481, @hugohaggmark
    Variables: Fixes loading with a custom all value in url. #28958, @hugohaggmark
    Variables: Fixes so clicking on Selected in drop down will exclude All value from selection. #29844, @hugohaggmark

Breaking changes
Constant variables

In order to minimize the confusion with Constant variable usage, we've removed the ability to make Constant variables visible. This change will also migrate all existing visible Constant variables to Textbox variables because which we think this is a more appropriate type of variable for this use case. Issue #29407
Plugin compatibility

We have upgraded AngularJS from version 1.6.6 to 1.8.2. Due to this upgrade some old angular plugins might stop working and will require a small update. This is due to the deprecation and removal of pre-assigned bindings. So if your custom angular controllers expect component bindings in the controller constructor you need to move this code to an $onInit function. For more details on how to migrate AngularJS code open the migration guide and search for pre-assigning bindings.

In order not to break all angular panel plugins and data sources we have some custom angular inject behavior that makes sure that bindings for these controllers are still set before constructor is called so many old angular panels and data source plugins will still work. Issue #28736
Deprecations
Query variable value group tags

This option to group query variable values into groups by tags has been an experimental feature since it was introduced. It was introduced to work around the lack of tags support in time series databases at the time. Now that tags (ie. labels) are the norm there is no longer any great need for this feature. This feature will be removed in Grafana v8 later this year. Issue #30160
Plugin development fixes & changes

    AngularPlugins: Angular controller events emitter is now a separate emitter and not the same as PanelModel events emitter. #30379, @torkelo
    FieldConfig API: Add ability to hide field option or disable it from the overrides. #29879, @dprokop
    Select: Changes default menu placement for Select from auto to bottom. #29837, @hugohaggmark
    Collapse: Allow component children to use height: 100% styling. #29776, @aocenas
    DataSourceWithBackend: Throw error if health check fails in DataSourceWithBackend. #29743, @aocenas
    NodeGraph: Add node graph visualization. #29706, @aocenas
    FieldColor: Handling color changes when switching panel types. #28875, @dprokop
    CodeEditor: Added support for javascript language. #28818, @ae3e
    grafana/toolkit: Allow builds with lint warnings. #28810, @dprokop
    grafana/toolkit: Drop console and debugger statements by default when building plugin. #28776, @dprokop
    Card: Add new Card component. #28216, @Clarity-89
    FieldConfig: Implementation slider editor (#27592). #28007, @isaozlerfm
    MutableDataFrame: Remove unique field name constraint and values field index and unused/seldom used stuff. #27573, @torkelo

7.3.7 (2021-01-14)
Bug fixes

    Auth: Add missing request headers to SigV4 middleware allowlist. #30115, @wbrowne
    Elasticsearch: Sort results by index order as well as @timestamp. #29761, @STEELBADGE
    SAML: Fixes bug in processing SAML response with empty element by updating saml library (Enterprise). #30179, @alexanderzobnin
    SeriesToRows: Fixes issue in transform so that value field is always named Value. #30054, @torkelo

7.3.6 (2020-12-17)
Security

    SAML: Fixes encoding/xml SAML vulnerability in Grafana Enterprise. #29875

7.3.5 (2020-12-10)
Features and enhancements

    Alerting: Improve Prometheus Alert Rule error message. #29390, @wbrowne

Bug fixes

    Alerting: Fix alarm message formatting in Dingding. #29482, @tomowang
    AzureMonitor: Fix unit translation for MilliSeconds. #29399, @secustor
    Instrumentation: Fix bug with invalid handler label value for HTTP request metrics. #29529, @bergquist
    Prometheus: Fixes problem where changing display name in Field tab had no effect. #29441, @zoltanbedi
    Tracing: Fixed issue showing more than 300 spans. #29377, @zoltanbedi

7.3.4 (2020-11-24)
Bug fixes

    Dashboard: Fixes kiosk state after being redirected to login page and back. #29273, @torkelo
    InfluxDB: Update flux library to fix support for boolean label values. #29310, @ryantxu
    Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests. #29330, @wbrowne
    Table: Fixes issues with phantom extra 0 for zero values. #29165, @dprokop

7.3.3 (2020-11-17)
Bug fixes

    Cloud monitoring: Fix for multi-value template variable for project selector. #29042, @papagian
    LogsPanel: Fixes problem dragging scrollbar inside logs panel. #28974, @aocenas
    Provisioning: Fixes application not pinned to the sidebar when it's enabled. #29084, @alexanderzobnin
    StatPanel: Fixes hanging issue when all values are zero. #29077, @torkelo
    Thresholds: Fixes color assigned to null values. #29010, @torkelo

7.3.2 (2020-11-11)
Features / Enhancements

    CloudWatch Logs: Change how we measure query progress. #28912, @aocenas
    Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder. #28826, @AgnesToulet
    Gauge: Improve font size auto sizing. #28797, @torkelo
    Short URL: Cleanup unvisited/stale short URLs. #28867, @wbrowne
    Templating: Custom variable edit UI, change options input into textarea. #28322, @darrylsepeda

Bug Fixes

    Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data. #28761, @torkelo
    Dashboard: fix view panel mode for Safari / iOS. #28702, @jackw
    Elasticsearch: Exclude pipeline aggregations from order by options. #28620, @simianhacker
    Panel inspect: Interpolate variables in panel inspect title. #28779, @dprokop
    Prometheus: Fix copy paste behaving as cut and paste. #28622, @aocenas
    StatPanels: Fixes auto min max when latest value is zero. #28982, @torkelo
    TableFilters: Fixes filtering with field overrides. #28690, @hugohaggmark
    Templating: Speeds up certain variable queries for Postgres MySql MSSql. #28686, @hugohaggmark
    Units: added support to handle negative fractional numbers. #28849, @mckn
    Variables: Fix backward compatibility in custom variable options that contain colon. #28896, @mckn

(triaxx)

2021-02-07 15:43:08 UTC MAIN commitmail json YAML

Updated graphics/py-matplotlib, sysutils/py-structlog

(adam)

2021-02-07 15:42:49 UTC MAIN commitmail json YAML

py-structlog: updated to 20.2.0

20.2.0

Backward-incompatible changes:

- Python 2.7 and 3.5 aren't supported anymore.
  The package meta data should ensure that you keep getting 20.1.0 on those versions.

- ``structlog`` is now fully type-annotated.
  This won't break your applications, but if you use Mypy, it will most likely break your CI.

  Check out the new chapter on typing for details.

Deprecations:

- Accessing the ``_context`` attribute of a bound logger is now deprecated.
  Please use the new ``structlog.get_context()``.

Changes:

- ``structlog`` has now type hints for all of its APIs!
  Since ``structlog`` is highly dynamic and configurable, this led to a few concessions like a specialized ``structlog.stdlib.get_logger()`` whose only difference to ``structlog.get_logger()`` is that it has the correct type hints.

  We consider them provisional for the time being – i.e. the backward compatibility does not apply to them in its full strength until we feel we got it right.
  Please feel free to provide feedback!
- Added ``structlog.make_filtering_logger`` that can be used like ``configure(wrapper_class=make_filtering_bound_logger(logging.INFO))``.
  It creates a highly optimized bound logger whose inactive methods only consist of a ``return None``.
  This is now also the default logger.
- As a complement, ``structlog.stdlib.add_log_level()`` can now additionally be imported as ``structlog.processors.add_log_level`` since it just adds the method name to the event dict.
- ``structlog.processors.add_log_level()`` is now part of the default configuration.
- ``structlog.stdlib.ProcessorFormatter`` no longer uses exceptions for control flow, allowing ``foreign_pre_chain`` processors to use ``sys.exc_info()`` to access the real exception.
- Added ``structlog.BytesLogger`` to avoid unnecessary encoding round trips.
  Concretely this is useful with *orjson* which returns bytes.
- The final processor now also may return bytes that are passed untouched to the wrapped logger.
- ``structlog.get_context()`` allows you to retrieve the original context of a bound logger.
- ``structlog.PrintLogger`` now supports ``copy.deepcopy()``.
- Added ``structlog.testing.CapturingLogger`` for more unit testing goodness.
- Added ``structlog.stdlib.AsyncBoundLogger`` that executes logging calls in a thread executor and therefore doesn't block.

(adam)

2021-02-07 15:31:44 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.3.4

v3.3.4:

This release contains several critical bug-fixes:

Fix WebAgg initialization.
Fix parsing QT_API setting with mixed case.
Fix build with link-time optimization disabled in environment.
Fix test compatibility with NumPy 1.20.
Fix test compatibility with pytest 6.2.

(adam)

2021-02-07 15:23:47 UTC MAIN commitmail json YAML

2021-02-07 14:32:46 UTC MAIN commitmail json YAML

net/py-twisted: Fold MESSAGE into DESCR

The real issue is that this package does not include all of twisted,
so just say that in DESCR -- which is supposed to describe what is in
the package.

(There's a larger issue about why py-amkCrypto is not a dependency, or
an optional dependency, or a dependency of some py-twisted-conf other
package.)

(gdt)

2021-02-07 14:03:52 UTC MAIN commitmail json YAML

tex-verse-doc: Switch to versioned distfiles

PKGREVISION++

Thanks <wiz>!

(leot)

2021-02-07 14:02:44 UTC MAIN commitmail json YAML

tex-verse: Switch to versioned distfile

PKGREVISION++

Thanks <wiz>!

(leot)

2021-02-07 13:55:34 UTC MAIN commitmail json YAML

doc: Updated devel/fossil to 2.14

(js)

2021-02-07 13:55:18 UTC MAIN commitmail json YAML

Update devel/fossil to 2.14

Changes for Version 2.14 (2021-01-20)

  * Schema Update Notice #1: This release drops a trigger from the database schema (replacing it with a TEMP trigger that is created as needed). This change happens automatically the first time you add content to a repository using Fossil 2.14 or later. No action is needed on your part. However, if you upgrade to version 2.14 and then later downgrade or otherwise use an earlier version of Fossil, the email notification mechanism may fail to send out notifications for some events, due to the missing trigger. If you want to permanently downgrade an installation, then you should run "fossil rebuild" after the downgrade to get email notifications working again. If you are not using email notification, then the schema change will not affect you in any way.
  * Schema Update Notice #2: This release changes how the descriptions of wiki edits are stored in the EVENT table, for improved display on timelines. You must run "fossil rebuild" to take advantage of this enhancement. Everything will still work without "fossil rebuild", except you will get goofy descriptions of wiki updates in the timeline.
  * Add support for Fossil chat.
  * The "fossil clone" command is enhanced so that if the repository filename is omitted, an appropriate name is derived from the remote URL and the newly cloned repo is opened. This makes the clone command work more like Git, thus making it easier for people transitioning from Git.
  * Added the --mainbranch option to the fossil git export command.
  * Added the --format option to the "fossil timeline" command.
  * Enhance the --numstat option on the "fossil diff" command so that it shows a total number of lines added and deleted and total number of files modified.
  * Add the "contact" sub-command to fossil user.
  * Added commands "fossil all git export" and "fossil all git status".
  * Added the "df=CHECKIN" query parameter to the /timeline page.
  * Improvements to the "/sitemap" page. Add subpages /sitemap-timeline and /sitemap-test.
  * Better text position in cylinder objects of Pikchr diagrams.
  * New "details.txt" settings available to custom skins to better control the rendering of Pikchr diagrams:
      * pikchr-foreground
      * pikchr-scale
      * pikchr-fontscale
  * Allow the use of SQL functions inside the ticket table definition for custom ticket configurations.
  * The built-in SQLite is updated to version 3.35.0 alpha containing performance optimizations, especially performance associated with startup, and minor improvements to the CLI.
  * Performance optimizations to Fossil itself.
  * Countless improvements and enhancements to the documentation

(js)

2021-02-07 12:40:18 UTC MAIN commitmail json YAML

Updated misc/py-stdnum, finance/py-stripe

(adam)

2021-02-07 12:39:59 UTC MAIN commitmail json YAML

py-stripe: updated to 2.55.2

2.55.2:
Fix CA bundle path issue

(adam)

2021-02-07 12:38:29 UTC MAIN commitmail json YAML

py-stdnum: updated to 1.16

changes from 1.15 to 1.16
-------------------------
* Support XI country code for Northern Ireland VAT numbers
* Switch data source for Austrian postal codes
* Fix Belarus VAT number online lookup

changes from 1.14 to 1.15
-------------------------
* Add modules for the following number formats:
  - CUI or CIF (Codul Unic de Înregistrare, Romanian company identifier)
  - PEID (Liechtenstein tax code for individuals and entities)
  - ЄДРПОУ, EDRPOU (Identifier for enterprises and organizations in Ukraine)
  - РНОКПП, RNTRC (Individual taxpayer registration number in Ukraine)
* Make list of EU member states part of public API
* Retain RO prefix in Romanian VAT numbers
* Support international VAT numbers that are only valid with country prefix
* Expanded validation for Belgian VAT numbers
* Use ABN as Australian VAT number
* Remove GB from EU member states

(adam)

2021-02-07 10:58:03 UTC MAIN commitmail json YAML

doc/TODO: add some

+ gopls-0.6.5, help2man-1.48.1, keepassxc-2.6.4,
  libebur128-1.2.5, libnumbertext-1.0.7, poppler-21.02.0.

(wiz)

2021-02-07 07:56:46 UTC MAIN commitmail json YAML

pulseaudio: fix BUILDLINK_ABI_DEPENDS pattern

(gutteridge)

2021-02-07 06:30:42 UTC MAIN commitmail json YAML

2021-02-07 06:26:00 UTC MAIN commitmail json YAML

doc: Updated audio/pulseaudio to 14.2nb1

(ryoon)

2021-02-07 06:25:31 UTC MAIN commitmail json YAML

2021-02-07 05:06:21 UTC MAIN commitmail json YAML

doc: Updated news/neix to 0.1.3nb1

(gutteridge)

2021-02-07 05:06:12 UTC MAIN commitmail json YAML

neix: various build fixes

Don't hard-code the build environment's $HOME as the basis for the default
user configuration path, and use consistent means to check for this path.
Don't install configuration files in $HOME during the build. This package
also expects C++11.

(gutteridge)

2021-02-07 01:21:29 UTC MAIN commitmail json YAML

doc: Updated devel/R-git2r to 0.28.0

(mef)

2021-02-07 01:21:16 UTC MAIN commitmail json YAML

(devel/R-git2r) Updated 0.27.1 to 0.28.0

git2r 0.28.0
------------

IMPROVEMENTS

* Updated to use libgit2 version 1.1.0 on Windows.

* Fix handling of a symbolic reference when checking out previous
  branch.

* Added a configure option '--without-libgit2' to ignore presence of a
  system libgit2 library and instead use the internal git2r libgit2
  library. Usage:
  R CMD INSTALL --configure-args='--without-libgit2' git2r_x.y.z.tar.gz

* Updated some tests to work with libgit2 version 1.1.0.

(mef)

2021-02-06 23:21:14 UTC MAIN commitmail json YAML

audio/audacity: include Audacity.h in audacity/Types.h to get HAVE_VISIBILITY definition

(dbj)

2021-02-06 23:10:09 UTC MAIN commitmail json YAML

Added security/R-getPass version 0.2.2

(mef)

2021-02-06 23:07:00 UTC MAIN commitmail json YAML

(security/R-getPass) import R-getPass-0.2.2

A micro-package for reading "passwords", i.e.  reading user input with
masking, so that the input is not displayed as it is typed.  Currently
we have support for 'RStudio', the command line (every OS), and any
platform where 'tcltk' is present.

(mef)

2021-02-06 20:45:55 UTC MAIN commitmail json YAML

doc: Updated www/py-MechanicalSoup to 1.0.0

(leot)

2021-02-06 20:45:45 UTC MAIN commitmail json YAML

py-MechanicalSoup: Update to 1.0.0

Changes:
1.0.0
=====
This is the last release that will support Python 2.7. Thanks to the
many contributors that made this release possible!

Main changes
------------
- Added support for Python 3.8 and 3.9.
- StatefulBrowser has new properties page, form, and url, which can be
  used in place of the methods get_current_page, get_current_form and
  get_url respectively (e.g. the new x.page is equivalent to
  x.get_current_page()). These methods may be deprecated in a future
  release. [#175]
- StatefulBrowser.form will raise an AttributeError instead of
  returning None if no form has been selected yet. Note that
  StatefulBrowser.get_current_form() still returns None for backward
  compatibility.

Bug fixes
---------
- Decompose <select> elements with the same name when adding a new
  input element to a form. [#297]
- The params and data kwargs passed to submit will now properly be
  forwarded to the underlying request for GET methods (whereas previously
  params was being overwritten by data). [#343]

(leot)

2021-02-06 20:41:34 UTC MAIN commitmail json YAML

py-aiohttp: Bump chardet requirements in setup.py too

Previously it was only relaxed in pkgsrc DEPENDS resulting in possible runtime
errors.

PKGREVISION++

(leot)

2021-02-06 19:23:04 UTC MAIN commitmail json YAML

doc: Updated audio/pulseaudio to 14.2

(wiz)

2021-02-06 19:22:55 UTC MAIN commitmail json YAML

pulseaudio: update to 14.2.

PulseAudio 14.2

A bug fix release.

* Fix port switching when unplugging headphones

PulseAudio 14.1

A bug fix release.

* Support upto 8 mixer channels on ALSA devices
* Handle ALSA jacks with the same name but different index values
* Switch to plugged-in headset when mic availability is unknown
* Fix a potential segfault in the Bluetooth oFono HFP backend
* Fix a problem with module-ladspa-sink when avoid-resampling=true
* Fix database names containing canonical host for meson builds

(wiz)

2021-02-06 15:40:47 UTC MAIN commitmail json YAML

audio/lilv: specify when darwin added CLOCK_GETTIME

(dbj)

2021-02-06 15:25:17 UTC MAIN commitmail json YAML

2021-02-06 15:22:58 UTC MAIN commitmail json YAML

print/cups-base: avoid duplicate definitions of clock_gettime with Darwin SDK
building against a newer SDK while setting an earlier -macosx-version-min
value can create a conflicting function definition.  This tweak avoids
that conflict while allowing an older compat definition to exist.

(dbj)

2021-02-06 15:21:49 UTC MAIN commitmail json YAML

doc/guide: fix name of PKGSRC_KEEP_BIN_PKGS var

(dbj)

2021-02-06 15:20:45 UTC MAIN commitmail json YAML

misc/libcdio: use generic curses buildlink file instead of ncurses one

(dbj)

2021-02-06 15:20:15 UTC MAIN commitmail json YAML

chat/jabberd2: use htons instead of non-portable htobe16

(dbj)

2021-02-06 15:15:09 UTC MAIN commitmail json YAML

2021-02-06 14:41:46 UTC MAIN commitmail json YAML

doc: Updated devel/R-Rcpp to 1.0.6

(mef)

2021-02-06 14:41:29 UTC MAIN commitmail json YAML

(devel/R-Rcpp) Updated 1.0.5 to 1.0.6

(pkgsrc)
  - Add tex-ec, tex-pdflscape for TEST_DEPENDS.
  Check the permision of /var/lib/texmf/fonts/pk/ if make test fails with
  !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found

(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
Changes in Rcpp patch release version 1.0.6 (2021-01-14)

  - Changes in Rcpp API:
      * Replace remaining few uses of EXTPTR_PTR with R_ExternalPtrAddr (Kevin
        in #1098 fixing #1097).
      * Add push_back and push_front for DataFrame (Walter Somerville in #1099
        fixing #1094).
      * Remove a misleading-to-wrong comment (Mattias Ellert in #1109 cleaning
        up after #1049).
      * Address a sanitizer report by initializing two private bool variables
        (Benjamin Christoffersen in #1113).
      * External pointer finalizer toggle default values were corrected to true
        (Dirk in #1115).
  - Changes in Rcpp Documentation:
      * Several URLs were updated to https and/or new addresses (Dirk).
  - Changes in Rcpp Deployment:
      * Added GitHub Actions CI using the same container-based setup used
        previously, and also carried code coverage over (Dirk in #1128).
  - Changes in Rcpp support functions:
      * Rcpp.package.skeleton() avoids warning from R. (Dirk)

(mef)

2021-02-06 14:27:41 UTC MAIN commitmail json YAML

love09: fix build with the mesa in netbsd-current
Add missing PLIST entry from my previous commit, oops.

(maya)

2021-02-06 13:56:35 UTC MAIN commitmail json YAML

2021-02-06 13:51:48 UTC MAIN commitmail json YAML

love{07,08,09,010,11}.

(maya)

2021-02-06 13:50:20 UTC MAIN commitmail json YAML

love09: blindly commit the same changes as the other love packages

create a binary in PREFIX/bin, for the convenience of users who use
non-pkgsrc love games.

Add ALTERNATIVES, in case there is only one love game.
PKGREVISION++

(maya)

2021-02-06 13:02:45 UTC MAIN commitmail json YAML

openjdk11: restore checksums

(tnn)

2021-02-06 11:22:23 UTC MAIN commitmail json YAML

doc: Updated games/py-ranking to 0.3.2

(kleink)

2021-02-06 11:22:03 UTC MAIN commitmail json YAML

py-ranking: Update to 0.3.2.

Version 0.3.2
-------------

Released on Oct 9th 2020.

- Stopped supporting Python 2.5, 2.6, 3.2, and 3.3.
- Supported Python 3.4, 3.5, 3.6, 3.7, and 3.8.

Thanks to `Nolan Gilley`_.

.. _Nolan Gilley: https://github.com/nkgilley

(kleink)

2021-02-06 11:18:26 UTC MAIN commitmail json YAML

love{07,08,010,11}: install a binary called "loveN.NN" for convenience
And add a PKG_ALTERNATIVES to call it bin/love for extra convenience.

love09 is skipped because I am failing to build it right now (might look
later on...)
bump PKGREVISION

(maya)

2021-02-06 11:07:52 UTC MAIN commitmail json YAML

Added graphics/R-manipulateWidget version 0.10.1

(mef)

2021-02-06 11:04:26 UTC MAIN commitmail json YAML

(graphics/R-manipulateWidget) import R-manipulateWidget-0.10.1

Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.

(mef)

2021-02-06 10:43:18 UTC MAIN commitmail json YAML

doc: Added print/tex-verse-doc version 2.4b

(leot)

2021-02-06 10:43:03 UTC MAIN commitmail json YAML

print: Add tex-verse-doc

(leot)

2021-02-06 10:42:51 UTC MAIN commitmail json YAML

sysutils/refi: fix homepage

(pin)

2021-02-06 10:42:41 UTC MAIN commitmail json YAML

tex-verse-doc: Import tex-verse-doc-2.4b as print/tex-verse-doc

This is documentation for tex-verse.

(leot)

2021-02-06 10:41:33 UTC MAIN commitmail json YAML

doc: Added print/tex-verse version 2.4b

(leot)

2021-02-06 10:41:17 UTC MAIN commitmail json YAML

print: Add tex-verse

(leot)

2021-02-06 10:40:56 UTC MAIN commitmail json YAML

tex-verse: Import tex-verse-2.4b as print/tex-verse

Aids for typesetting simple verse (poems).

(leot)

2021-02-06 10:37:03 UTC MAIN commitmail json YAML

doc: Added sysutils/refi version 3.0.0

(pin)

2021-02-06 10:36:34 UTC MAIN commitmail json YAML

2021-02-06 10:35:18 UTC MAIN commitmail json YAML

sysutils/refi: import package

refi is program to help you rename files in numberic order, written in Rust.
It was previously named as img-renamer.
All versions >= 3.0.0 are for refi, below 3.0.0 are for img-renamer.

(pin)

2021-02-06 10:27:18 UTC MAIN commitmail json YAML

doc: Updated security/pinentry to 1.1.1

(wiz)

2021-02-06 10:26:54 UTC MAIN commitmail json YAML

pinentry: update to 1.1.1

Provided by Michael Baeuerle via pkgsrc-wip.

Add pinentry-qt5, remove pinentry-qt4.

Noteworthy changes in version 1.1.1 (2021-01-21)
------------------------------------------------

  * A EFL-based pinentry has been contributed.

  * Disable echoing in backspace key is pressed first
    (GTK, Qt, TQt, and ncurses pinentries).

  * Support line editing in TTY pinentry.

  * Remove support for old GTK+2 (< 2.12.0).

  * Various minor fixes.

(wiz)

2021-02-06 09:52:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.2.3

(pin)