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

2024-05-13 00:07:12 UTC Now

2021-05-05 11:47:31 UTC MAIN commitmail json YAML

sysutils: +hs-process-extras

(pho)

2021-05-05 11:47:02 UTC MAIN commitmail json YAML

doc: Added sysutils/hs-process-extras version 0.7.4

(pho)

2021-05-05 11:46:54 UTC MAIN commitmail json YAML

Import process-extras-0.7.4

Extends the "process" package. Read process input and output as
ByteStrings or Text, or write your own ProcessOutput instance. Lazy
process input and output. ProcessMaker class for more flexibility in
the process creation API.

(pho)

2021-05-05 11:46:14 UTC MAIN commitmail json YAML

doc: Added devel/hs-ListLike version 4.7.4

(pho)

2021-05-05 11:44:06 UTC MAIN commitmail json YAML

devel: +hs-ListLike

(pho)

2021-05-05 11:43:46 UTC MAIN commitmail json YAML

Import ListLike-4.7.4

Generalized support for list-like structures in Haskell.

The ListLike module provides a common interface to the various Haskell
types that are list-like. Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types
can easily be made ListLike instances as well.

ListLike also provides for String-like types, such as String and
ByteString, for types that support input and output, and for types
that can handle infinite lists.

(pho)

2021-05-05 11:41:00 UTC MAIN commitmail json YAML

devel: +hs-fmlist

(pho)

2021-05-05 11:40:40 UTC MAIN commitmail json YAML

doc: Added devel/hs-fmlist version 0.9.4

(pho)

2021-05-05 11:40:31 UTC MAIN commitmail json YAML

Import fmlist-0.9.4

FoldMap lists are lists represented by their foldMap function. FoldMap
lists have O(1) cons, snoc and append, just like DLists, but other
operations might have favorable performance characteristics as
well. These wild claims are still completely unverified though.

(pho)

2021-05-05 11:31:42 UTC MAIN commitmail json YAML

devel: +hs-mmap

(pho)

2021-05-05 11:31:20 UTC MAIN commitmail json YAML

doc: Added devel/hs-mmap version 0.5.9

(pho)

2021-05-05 11:31:11 UTC MAIN commitmail json YAML

Import mmap-0.5.9

This library provides a wrapper to mmap(2) or MapViewOfFile, allowing
files or devices to be lazily loaded into memory as strict or lazy
ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory
subsystem to do on-demand loading. Modifications are also supported.

(pho)

2021-05-05 11:28:00 UTC MAIN commitmail json YAML

www: +hs-js-jquery

(pho)

2021-05-05 11:27:42 UTC MAIN commitmail json YAML

Import js-jquery-3.3.1

This package bundles the minified jQuery code into a Haskell package,
so it can be depended upon by Cabal packages. The first three
components of the version number match the upstream jQuery
version. The package is designed to meet the redistribution
requirements of downstream users (e.g. Debian).

(pho)

2021-05-05 11:24:23 UTC MAIN commitmail json YAML

www: +hs-js-flot

(pho)

2021-05-05 11:23:55 UTC MAIN commitmail json YAML

doc: Added www/hs-js-flot version 0.8.3

(pho)

2021-05-05 11:23:47 UTC MAIN commitmail json YAML

Import js-flot-0.8.3

This package bundles the minified Flot code (a jQuery plotting
library) into a Haskell package, so it can be depended upon by Cabal
packages. The first three components of the version number match the
upstream flot version. The package is designed to meet the
redistribution requirements of downstream users (e.g. Debian).

(pho)

2021-05-05 11:19:41 UTC MAIN commitmail json YAML

www: +hs-http-conduit

(pho)

2021-05-05 11:19:01 UTC MAIN commitmail json YAML

doc: Added www/hs-http-conduit version 2.3.8

(pho)

2021-05-05 11:18:51 UTC MAIN commitmail json YAML

Import http-conduit-2.3.8

Provides for making efficient HTTP/HTTPS requests, providing either a
simple or streaming interface.

(pho)

2021-05-05 11:06:44 UTC MAIN commitmail json YAML

devel: +hs-foundation

(pho)

2021-05-05 11:06:10 UTC MAIN commitmail json YAML

doc: Added devel/hs-foundation version 0.0.26

(pho)

2021-05-05 11:05:56 UTC MAIN commitmail json YAML

2021-05-05 11:04:20 UTC MAIN commitmail json YAML

Note batch patch update to 5.1.8

(kre)

2021-05-05 11:02:59 UTC MAIN commitmail json YAML

Update shells/bash to 5.1 patch 8.

The new patches:

Patch 5: Fix memory leaks when using assigning arrays using ...
Patch 6: Use correct process group for command substitution processes
Patch 7: Fix readline version checking in inputrc files
Patch 8: Clean up FIFOs used for process substitutions properly

(kre)

2021-05-05 10:50:38 UTC MAIN commitmail json YAML

doc/TODO: update SOGo related packages

+ SOGo-2.4.0, SOGo-5.1.0, SOPE-2.4.0, SOPE-5.1.0.

(taca)

2021-05-05 10:23:40 UTC MAIN commitmail json YAML

devel: +hlint

(pho)

2021-05-05 10:23:13 UTC MAIN commitmail json YAML

doc: Added devel/hlint version 3.3.1

(pho)

2021-05-05 10:23:03 UTC MAIN commitmail json YAML

Import hlint-3.3.1

HLint is a tool for suggesting possible improvements to Haskell
code. These suggestions include ideas such as using alternative
functions, simplifying code and spotting redundancies.

(pho)

2021-05-05 10:14:05 UTC MAIN commitmail json YAML

Add missing PLIST

(pho)

2021-05-05 10:13:14 UTC MAIN commitmail json YAML

2021-05-05 10:11:53 UTC MAIN commitmail json YAML

Updated math/py-numexpr, graphics/py-matplotlib

(adam)

2021-05-05 10:11:30 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.4.1

What's new in Matplotlib 3.4.0

* Figure and Axes creation / management
- New subfigure functionality
- Single-line string notation for subplot_mosaic
- Changes to behavior of Axes creation methods (gca, add_axes, add_subplot)
- add_subplot/add_axes gained an axes_class parameter
- Subplot and subplot2grid can now work with constrained layout
* Plotting methods
- axline supports transform parameter
- New automatic labeling for bar charts
- A list of hatches can be specified to bar and barh
- Setting BarContainer orientation
- Contour plots now default to using ScalarFormatter
- Axes.errorbar cycles non-color properties correctly
- errorbar errorevery parameter matches markevery
- hexbin supports data reference for C parameter
- Support callable for formatting of Sankey labels
- Axes.spines access shortcuts
- New stairs method and StepPatch artist
- Added orientation parameter for stem plots
- Angles on Bracket arrow styles
- TickedStroke patheffect
* Colors and colormaps
- Collection color specification and mapping
- Transparency (alpha) can be set as an array in collections
- pcolormesh has improved transparency handling by enabling snapping
- IPython representations for Colormap objects
- Colormap.set_extremes and Colormap.with_extremes
- Get under/over/bad colors of Colormap objects
- New cm.unregister_cmap function
- New CenteredNorm for symmetrical data around a center
- New FuncNorm for arbitrary normalizations
- GridSpec-based colorbars can now be positioned above or to the left of the main axes
* Titles, ticks, and labels
- supxlabel and supylabel
- Shared-axes subplots tick label visibility is now correct for top or left labels
- An iterable object with labels can be passed to Axes.plot
* Fonts and Text
- Text transform can rotate text direction
- matplotlib.mathtext now supports overset and underset LaTeX symbols
- math_fontfamily parameter to change Text font family
- TextArea/AnchoredText support horizontalalignment
- PDF supports URLs on Text artists
* rcParams improvements
- New rcParams for dates: set converter and whether to use interval_multiples
- Date formatters now respect usetex rcParam
- Setting image.cmap to a Colormap
- Tick and tick label colors can be set independently using rcParams
* 3D Axes improvements
- Errorbar method in 3D Axes
- Stem plots in 3D Axes
- 3D Collection properties are now modifiable
- Panning in 3D Axes
* Interactive tool improvements
- New RangeSlider widget
- Sliders can now snap to arbitrary values
- Pausing and Resuming Animations
* Sphinx extensions
- plot_directive caption option
* Backend-specific improvements
- Consecutive rasterized draws now merged
- Support raw/rgba frame format in FFMpegFileWriter
- nbAgg/WebAgg support middle-click and double-click
- nbAgg support binary communication
- Indexed color for PNG images in PDF files when possible
- Improved font subsettings in PDF/PS
- Kerning added to strings in PDFs
- Fully-fractional HiDPI in QtAgg
- wxAgg supports fullscreen toggle

(adam)

2021-05-05 10:10:25 UTC MAIN commitmail json YAML

2021-05-05 10:05:19 UTC MAIN commitmail json YAML

py-numexpr: updated to 2.7.3

Changes from 2.7.2 to 2.7.3
---------------------------
- Pinned Numpy versions to minimum supported version in an effort to alleviate
  issues seen in Windows machines not having the same MSVC runtime installed as
  was used to build the wheels.
- ARMv8 wheels are now available, thanks to `odidev` for the pull request.

Changes from 2.7.1 to 2.7.2
---------------------------
- Support for Python 2.7 and 3.5 is deprecated and will be discontinued when
  `cibuildwheels` and/or GitHub Actions no longer support these versions.
- Wheels are now provided for Python 3.7, 3.5, 3.6, 3.7, 3.8, and 3.9 via
  GitHub Actions.
- The block size is now exported into the namespace as `numexpr.__BLOCK_SIZE1__`
  as a read-only value.
- If using MKL, the number of threads for VML is no longer forced to 1 on loading
  the module. Testing has shown that VML never runs in multi-threaded mode for
  the default BLOCKSIZE1 of 1024 elements, and forcing to 1 can have deleterious
  effects on NumPy functions when built with MKL.
- Use of `ndarray.tostring()` in tests has been switch to `ndarray.tobytes()`
  for future-proofing deprecation of `.tostring()`, if the version of NumPy is
  greater than 1.9.
- Added a utility method `get_num_threads` that returns the (maximum) number of
  threads currently in use by the virtual machine. The functionality of
  `set_num_threads` whereby it returns the previous value has been deprecated
  and will be removed in 2.8.X.

(adam)

2021-05-05 10:02:32 UTC MAIN commitmail json YAML

devel: +hs-refact

(pho)

2021-05-05 10:02:08 UTC MAIN commitmail json YAML

doc: Added devel/hs-refact version 0.3.0.2

(pho)

2021-05-05 10:01:56 UTC MAIN commitmail json YAML

Import refact-0.3.0.2

This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications can
specify refactorings without depending on GHC.

(pho)

2021-05-05 09:58:14 UTC MAIN commitmail json YAML

devel: +hs-ghc-lib-parser-ex

(pho)

2021-05-05 09:57:36 UTC MAIN commitmail json YAML

doc: Added devel/hs-ghc-lib-parser-ex version 9.0.0.4

(pho)

2021-05-05 09:57:26 UTC MAIN commitmail json YAML

Import ghc-lib-parser-ex-9.0.0.4

The ghc-lib-parser-ex package contains GHC API parse tree
utilities. It works with or without ghc-lib-parser.

(pho)

2021-05-05 09:54:42 UTC MAIN commitmail json YAML

2021-05-05 09:49:31 UTC MAIN commitmail json YAML

doc: Added sysutils/hs-filepattern version 0.1.2

(pho)

2021-05-05 09:49:17 UTC MAIN commitmail json YAML

sysutils: +hs-filepattern

(pho)

2021-05-05 09:48:29 UTC MAIN commitmail json YAML

Import filepattern-0.1.2

A library for matching files using patterns such as "src/**/*.png" for
all .png files recursively under the src directory.

(pho)

2021-05-05 09:37:34 UTC MAIN commitmail json YAML

Added devel/py-cppy; Updated math/py-kiwisolver

(adam)

2021-05-05 09:33:02 UTC MAIN commitmail json YAML

py-kiwisolver: updated to 1.3.1

Wrappers 1.3.1 | Solver 1.3.1 | 11/01/2020

allow to avoid linking against VC2014_1 on windows
do not mark move constructor / assignment operator of expression as noexcept. This is to circumvent a suspected bug in the GCC compiler in the manylinux1 image.

Wrappers 1.3.0 | Solver 1.3.0 | 10/21/2020

add c++ benchmarks and run them on CIs
modernize the c++ code by using more c++11 features
introduce move semantic in some c++ constructors to improve performances
add support for Python 3.9

Wrappers 1.2.0 | Solver 1.2.0 | 03/26/2020

make the the c++ part of the code c++11 compliant
use cppy for Python/C bindings

(adam)

2021-05-05 09:30:12 UTC MAIN commitmail json YAML

doc: Added net/hs-network-info version 0.2.0.10

(pho)

2021-05-05 09:29:54 UTC MAIN commitmail json YAML

net: +hs-network-info

(pho)

2021-05-05 09:29:16 UTC MAIN commitmail json YAML

Import network-info-0.2.0.10

This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.

(pho)

2021-05-05 09:28:50 UTC MAIN commitmail json YAML

py-cppy: added version 1.1.0

A small C++ header library which makes it easier to write Python extension
modules. The primary feature is a PyObject smart pointer which automatically
handles reference counting and provides convenience methods for performing
common object operations.

(adam)

2021-05-05 09:18:52 UTC MAIN commitmail json YAML

2021-05-05 08:48:32 UTC MAIN commitmail json YAML

Updated devel/py-prompt_toolkit2, devel/py-ipython

(adam)

2021-05-05 08:47:48 UTC MAIN commitmail json YAML

py-ipython: updated to 7.23.0

IPython 7.23
============
Third release of IPython for 2021, mostly containing bug fixes. A couple of not
typical updates:

- We moved to GitHub actions away from Travis-CI, the transition may not be
  100% complete (not testing on nightly anymore), but as we ran out of
  Travis-Ci hours on the IPython organisation that was a necessary step.
  :ghpull:`12900`.

- We have a new dependency: ``matplotlib-inline``, which try to extract
  matplotlib inline backend specific behavior. It is available on PyPI and
  conda-forge thus should not be a problem to upgrade to this version. If you
  are a package maintainer that might be an extra dependency to package first.
  :ghpull:`12817`

In the addition/new feature category, ``display()`` now have a ``clear=True``
option to clear the display if any further outputs arrives, allowing users to
avoid having to use ``clear_output()`` directly. :ghpull:`12823`.

In bug fixes category, this release fix an issue when printing tracebacks
containing Unicode characters :ghpull:`12758`.

In code cleanup category :ghpull:`12932` remove usage of some deprecated
functionality for compatibility with Python 3.10.

IPython 7.22
============
Second release of IPython for 2021, mostly containing bug fixes. Here is a quick
rundown of the few changes.

- Fix some ``sys.excepthook`` shenanigan when embedding with qt, recommended if
  you – for example – use `napari <https://napari.org>`__. :ghpull:`12842`.
- Fix bug when using the new ipdb ``%context`` magic :ghpull:`12844`
- Couples of deprecation cleanup :ghpull:`12868`
- Update for new dpast.com api if you use the ``%pastbin`` magic. :ghpull:`12712`
- Remove support for numpy before 1.16. :ghpull:`12836`

IPython 7.21
============
IPython 7.21 is the first release we have back on schedule of one release every
month; it contains a number of minor fixes and improvements, notably, the new
context command for ipdb

New "context" command in ipdb
-----------------------------
It is now possible to change the number of lines shown in the backtrace
information in ipdb using "context" command. :ghpull:`12826`

Other notable changes in IPython 7.21
-------------------------------------
- Fix some issues on new osx-arm64 :ghpull:`12804`, :ghpull:`12807`.
- Compatibility with Xeus-Python for debugger protocol, :ghpull:`12809`
- Misc docs fixes for compatibility and uniformity with Numpydoc.

(adam)

2021-05-05 08:41:33 UTC MAIN commitmail json YAML

py-prompt_toolkit: updated to 3.0.18

3.0.18: 2021-03-22
------------------
New features:
- Added `in_thread` parameter to `Application.run`.
  This is useful for running an application in a background thread, while the
  main thread blocks. This way, we are sure not to interfere with an event loop
  in the current thread. (This simplifies some code in ptpython and fixes an
  issue regarding leaking file descriptors due to not closing the event loop
  that was created in this background thread.)

3.0.17: 2021-03-11
------------------
New features:
- Accept `style` parameter in `print_container` utility.
- On Windows, handle Control-Delete.

Fixes:
- Avoid leaking file descriptors in SSH server.

3.0.16: 2021-02-11
------------------
New features:
- Added `ScrollablePane`: a scrollable layout container.
  This allows applications to build a layout, larger than the terminal, with a
  vertical scroll bar. The vertical scrolling will be done automatically when
  certain widgets receive the focus.
- Added `DeduplicateCompleter and `ConditionalCompleter`.
- Added `deduplicate` argument to `merge_completers`.

(adam)

2021-05-05 08:19:05 UTC MAIN commitmail json YAML

Updated devel/py-fastimport, www/py-httptools

(adam)

2021-05-05 08:18:47 UTC MAIN commitmail json YAML

py-httptools: updated to 0.2.0

v0.2.0

New Features
Swap http-parse to llhttp

Bug Fixes
Fix httptools.__all__

Build
Add Python 3.9 in the build/test matrix

(adam)

2021-05-05 08:17:38 UTC MAIN commitmail json YAML

py-fastimport: updated to 0.9.12

0.9.12  2021-05-02

0.9.11  2021-04-12

0.9.10  2021-04-11
* Declare python 3.5 requirement in setup.py.

0.9.9  2021-04-10
* Drop various other python2 helpers, test on newer versions of Python.

(adam)

2021-05-05 07:07:04 UTC MAIN commitmail json YAML

Updated www/py-django3, www/py-django2

(adam)

2021-05-05 07:06:30 UTC MAIN commitmail json YAML

py-django3: updated to 3.2.1

Django 3.2.1

CVE-2021-31542: Potential directory-traversal via uploaded files
MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names.
In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected.

Bugfixes

Corrected detection of GDAL 3.2 on Windows.
Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting.
Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field.
Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page.
Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition.
Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes.
Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined.
Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions.
Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB.
Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format.
Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist.
Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path).
Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships.
Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates.
Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility.
Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL.
Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed.

Django 3.2.0:
Automatic AppConfig discovery simplifies configuration of pluggable applications.
Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default.
Functional indexes can now be created on expressions and database functions.

(adam)

2021-05-05 07:04:18 UTC MAIN commitmail json YAML

py-django2: updated to t 2.2.21

Django 2.2.21 fixes a security issue in 2.2.20.
CVE-2021-31542: Potential directory-traversal via uploaded files
MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names.
In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected.

Django 2.2.20
CVE-2021-28658: Potential directory-traversal via uploaded files
MultiPartParser allowed directory-traversal via uploaded files with suitably crafted file names.
Built-in upload handlers were not affected by this vulnerability.

(adam)

2021-05-05 06:27:45 UTC MAIN commitmail json YAML

py-numpy: allow python 3.6 again

Better have this listed as breakage for py36-numpy than not having the
bulk builds start up because the packages using this still want to
build it for python 3.6

(wiz)

2021-05-05 04:51:58 UTC MAIN commitmail json YAML

Updated textproc/py-ICU, www/py-websocket-client, devel/py-test, devel/py-requests-mock

(adam)

2021-05-05 04:51:30 UTC MAIN commitmail json YAML

py-requests-mock: updated to 1.9.2

1.9.2
* Add release note for urlquote fix
* Simple tests to ensure character encoding works
* Use requests to quote URLs
* Remove circleci badge from README

(adam)

2021-05-05 04:48:27 UTC MAIN commitmail json YAML

py-test: updated to 6.2.4

pytest 6.2.4
Bug Fixes
* Fixed assertion rewriting on Python 3.10.

(adam)

2021-05-05 04:45:30 UTC MAIN commitmail json YAML

py-websocket-client: updated to 0.59.0

0.59.0
- Last main release to support Python 2
- Fix Python 2 urlparse scheme
- Add support for headers with multiple values
- Add debug support for reserved custom status codes
- Allow multiple Set-Cookie: headers
- Simplified cookie sorting
- Add no_proxy support
- Add Host header to HTTP proxy request
- Improve PEP8 style compliance

(adam)

2021-05-05 04:36:00 UTC MAIN commitmail json YAML

py-ICU: updated to 2.7.3

Version 2.7.2 -> 2.7.3
----------------------
- added wrappers for LocaleMatcher.acceptLanguage|FromHTTP()

(adam)

2021-05-05 00:48:13 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.24.2

(gutteridge)

2021-05-05 00:47:21 UTC MAIN commitmail json YAML

pluma: update to 1.24.2

Change log:

pluma 1.24.2

  * Translations update
  * pluma-view: Fix incorrect interface font

(gutteridge)

2021-05-04 23:38:48 UTC MAIN commitmail json YAML

Note update of the "mutt" package to version 2.0.7

(tron)

2021-05-04 23:38:31 UTC MAIN commitmail json YAML

mutt: Update to version 2.0.7

This release fixes several bugs, including a $imap_qresync bug. If you use
that feature, please do upgrade.

(tron)

2021-05-04 22:18:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.1.7

(fox)

2021-05-04 22:18:17 UTC MAIN commitmail json YAML

sysutils/py-Glances: Update to 3.1.7

Changes since 3.1.6.2:

===============
Version 3.1.7
===============

Enhancements and bug corrected:

    * Security audit - B411 #1025 (by nicolargo)
    * GPU temperature not shown in webview #1849 (by nicolargo)
    * Remove shell=True for actions (following Bandit issue report) #1851 (by nicolargo)
    * Replace Travis by Github action #1850 (by nicolargo)
    * '/api/3/processlist/pid/3936'use this api can't get right info,all messy code #1828 (by nicolargo)
    * Refactor the way importants stats are displayed #1826 (by nicolargo)
    * Re-apply the Add hide option to sensors plugin #1596 PR (by nicolargo)
    * Smart plugin error while start glances as root #1806 (by nicolargo)
    * Plugin quicklook takes more than one seconds to update #1820 (by nicolargo)
    * Replace Pystache by Chevron 2/2  See #1817 (by nicolargo)
    * Doc. No SMART screenshot. #1799 (by nicolargo)
    * Update docs following PR #1798 (by nicolargo)

Contributors for this version:

    - Nicolargo
    - Deosrc
    - dependabot[bot]
    - Michael J. Cohen
    - Rui Chen
    - Stefan E��er
    - Tuux

(fox)

2021-05-04 20:30:01 UTC MAIN commitmail json YAML

Updated mail/exim to 4.94.2

(abs)

2021-05-04 20:29:39 UTC MAIN commitmail json YAML

Updated mail/exim to 4.94.2

This includes a number of serious security fixes (one of which was
included in a now obsoleted pkgsrc patch)

    CVE-2020-28016
    CVE-2020-BDATA
    CVE-2020-EXOPT
    CVE-2020-PFPSN
    CVE-2020-RCPTL
    CVE-2020-SLCWD
    CVE-2020-SPRSS

Since Exim version 4.94
-----------------------

JH/02 Bug 2587: Fix pam expansion condition.  Tainted values are commonly used
      as arguments, so an implementation trying to copy these into a local
      buffer was taking a taint-enforcement trap.  Fix by using dynamically
      created buffers.  Similar fix for radius expansion condition.

JH/03 Bug 2586: Fix listcount expansion operator.  Using tainted arguments is
      reasonable, eg. to count headers.  Fix by using dynamically created
      buffers rather than a local.  Do similar fixes for ACL actions "dcc",
      "log_reject_target", "malware" and "spam"; the arguments are expanded
      so could be handling tainted values.

JH/04 Bug 2590: Fix -bi (newaliases).  A previous code rearrangement had
      broken the (no-op) support for this sendmail command.  Restore it
      to doing nothing, silently, and returning good status.

JH/05 Bug 2593: Fix "vacation" in Exim filter.  Previously, when a "once"
      record path was given (or the default used) without a leading directory
      path, an error occurred on trying to open it.  Use the transport's working
      directory.

JH/06 Bug 2594: Change the name used for certificate name checks in the smtp
      transport.  Previously it was the name on the DNS A-record; use instead
      the head of the CNAME chain leading there (if there is one).  This seems
      to align better with RFC 6125.

JH/07 Bug 2597: Fix a resource leak.  Using a lookup in obtaining a value for
      smtp_accept_max_per_host allocated resources which were not released
      when the limit was exceeded.  This eventually crashed the daemon.  Fix
      by adding a relase action in that path.

JH/08 Bug 2598: Fix verify ACL condition.  The options for the condition are
      expanded; previously using tainted values was rejected.  Fix by using
      dynamically-created buffers.

JH/10 Bug 2603: Fix coding of string copying to only evaluate arguments once.
      Previously a macro used one argument twice; when called with the
      argument as an expression having side-effects, incorrect operation
      resulted.  Use an inlineable function.

JH/11 Bug 2604: Fix request to cutthrough-deliver when a connection is already
      held open for a verify callout.  Previously this wan not accounted for
      and a corrupt onward SMTP conversation resulted.

JH/13 Fix dsearch "subdir" filter to ignore ".".  Previously only ".." was
      excluded, not matching the documentation.

JH/14 Bug 2606: Fix a segfault in sqlite lookups.  When no, or a bad, filename
      was given for the sqlite_dbfile a trap resulted.

JH/15 Bug 2620: Fix "spam" ACL condition.  Previously, tainted values for the
      "name" argument resulted in a trap.  There is no reason to disallow such;
      this was a coding error.

JH/16 Bug 2615: Fix pause during message reception, on systems that have been
      suspended/resumed.  The Linux CLOCK_MONOTONIC does not account for time
      spent suspended, ignoring the Posix definition.  Previously we assumed
      it did and a constant offset from real time could be used as a correction.
      Change to using the same clock source for the start-of-message and the
      post-message next-tick-wait.  Also change to using CLOCK_BOOTTIME if it
      exists, just to get a clock slightly more aligned to reality.

JH/17 Bug 2295: Fix DKIM signing to always semicolon-terminate.  Although the
      RFC says it is optional some validators care.  The missing char was not
      intended but triggered by a line-wrap alignement.  Discovery and fix by
      Guillaume Outters, hacked on by JH.

JH/18 Bug 2617: Fix a taint trap in parse_fix_phrase().  Previously when the
      name being quoted was tainted a trap would be taken.  Fix by using
      dynamicaly created buffers.  The routine could have been called by a
      rewrite with the "h" flag, by using the "-F" command-line option, or
      by using a "name=" option on a control=submission ACL modifier.

JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion.
      Previously when a whitespace character was specified it was not inserted
      after removing the newline.

JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for
      is_tainted() had an off-by-one error in the overenthusiastic direction.
      Find and fix by Gavan.  Although NetBSD is not a supported platform for
      4.94 this bug could affect other platforms.

JH/24 Bug 2634: Fix a taint trap seen on NetBSD: the testing coded for
      is_tainted() had an off-by-one error in the overenthusiastic direction.
      Find and fix by Gavan.  Although NetBSD is not a supported platform for
      4.94 this bug could affect other platforms.
JH/21 Bug 2630: Fix eol-replacement string for the ${readsocket } expansion.
      Previously when a whitespace character was specified it was not inserted
      after removing the newline.

JH/22 Bug 2265: Force SNI usage for smtp transport DANE'd connections, to be
      the domain part of the recipient address.  This overrides any tls_sni
      option set, which was previously used.

JH/23 Logging: with the +tls_sni log_selector, do not wrap the received SNI
      in quotes.

JH/26 Bug 2646: fix a memory usage issue in ldap lookups.  Previously, when more
      than one server was defined and depending on the platform memory layout
      details, an internal consistency trap could be hit while walking the list
      of servers.

JH/27 Bug 2648: fix the passing of an authenticator public-name through spool
      files.  The value is used by the authresults expansion item.  Previously
      if this was used in a router or transport, a crash could result.

JH/30 Bug 2677: fix matching of long addresses. Since 4.93 a limit of 256 was
      applied. This resulted, if any header-line rewrite rules were configured,
      in a panic-log trigerrable by sending a message with a long address in
      a header. Fix by increaing the arbitrary limit to larger than a single
      (dewrapped) 5322 header line maximum size.

JH/31 The ESMTP option name advertised for the SUPPORT_EARLY_PIPE build option
      is changed from X_PIPE_CONNECT to PIPE_CONNECT. This is in line with
      RFC 6648 which deprecates X- options in protocols as a general practice.
      Changeover between the implementations is handled by the mechanisms
      alrready coded.

JH/32 Bug 2599: fix delay of delivery to a local address where there is also
      a remote which uses callout/hold.  Previously the local was queued.

JH/33 Fix a taint trap in the ${listextract } expansion when the source data
      was tainted.

JH/35 Bug 2343: Harden exim_tidydb against corrupt wait- files.

JH/36 Bug 2687: Fix interpretation of multiple ^ chars in a plaintext
      authenticator client_send option.  Previously the next char, after a pair
      was collapsed, was taken verbatim (so ^^^foo became ^^foo; ^^^^foo became
      ^^\x00foo). Fixed to get ^\x00foo and ^^foo respectively to match the
      documentation.  There is still no way to get a leading ^ immediately
      after a NUL (ie. for the password of a PLAIN method authenticator.

JH/39 Bug 2691: fix $local_part_data.  When the matching list element
      referred to a file, bad data was returned.  This likely also affected
      $domain_part_data.

JH/41 Fix daemon SIGHUP on FreeBSD.  Previously, a named socket for IPC was
      left undeleted; the attempt to re-create it then failed - resulting in
      the usual "SIGHUP tp have daemon reload configuration" to not work.
      This affected any platform not supporting "abstract" Unix-domain
      sockets (i.e. not Linux).

JH/42 Bug 2692: Harden against a peer which reneges on a 452 "too many
      recipients" response to RCPT in a later response, with a 250.  The
      previous coding assumed this would not happen, and under PIPELINING
      would result in both lost and duplicate recipients for a message.

JH/43 Bug 2694: Fix weighted distribution of work to multiple spamd servers.
      Previously the weighting was incorrectly applied.  Similar fix for socks
      proxies.  Found and fixed by Heiko Schlichting.

JH/44 Bug 2701: Fix list-expansion of dns_ipv4_lookup.  Previously, it did
      not handle sub-lists included using the +namedlist syntax.  While
      investigating, the same found for dns_trust_aa, dns_again_means_nonexist,
      dnssec_require_domains, dnssec_request_domains, srv_fail_domains,
      mx_fail_domains.

HS/01 Enforce absolute PID file path name.

HS/02 Handle SIGINT as we handle SIGTERM: terminate the Exim process.

PP/01 Add a too-many-bad-recipients guard to the default config's RCPT ACL.

PP/02 Bug 2643: Correct TLS DH constants.
      A missing NUL termination in our code-generation tool had led to some
      incorrect Diffie-Hellman constants in the Exim source.
      Reported by kylon94, code-gen tool fix by Simon Arlott.

PP/03 Impose security length checks on various command-line options.
      Fixes CVE-2020-SPRSS reported by Qualys.

PP/04 Fix Linux security issue CVE-2020-SLCWD and guard against PATH_MAX
      better.  Reported by Qualys.

PP/05 Fix security issue CVE-2020-PFPSN and guard against cmdline invoker
      providing a particularly obnoxious sender full name.
      Reported by Qualys.

PP/06 Fix CVE-2020-28016 (PFPZA): Heap out-of-bounds write in parse_fix_phrase()

PP/07 Refuse to allocate too little memory, block negative/zero allocations.
      Security guard.

PP/08 Change default for recipients_max from unlimited to 50,000.

PP/09 Fix security issue with too many recipients on a message (to remove a
      known security problem if someone does set recipients_max to unlimited,
      or if local additions add to the recipient list).
      Fixes CVE-2020-RCPTL reported by Qualys.

PP/10 Fix security issue in SMTP verb option parsing
      Fixes CVE-2020-EXOPT reported by Qualys.

PP/11 Fix security issue in BDAT state confusion.
      Ensure we reset known-good where we know we need to not be reading BDAT
      data, as a general case fix, and move the places where we switch to BDAT
      mode until after various protocol state checks.
      Fixes CVE-2020-BDATA reported by Qualys.

HS/03 Die on "/../" in msglog file names

QS/01 Creation of (database) files in $spool_dir: only uid=0 or the uid of
      the Exim runtime user are allowed to create files.

QS/02 PID file creation/deletion: only possible if uid=0 or uid is the Exim
      runtime user.

QS/03 When reading the output from interpreted forward files we do not
      pass the pipe between the parent and the interpreting process to
      executed child processes (if any).

QS/04 Always die if requested from internal logging, even is logging is
      disabled.

(abs)

2021-05-04 18:55:01 UTC MAIN commitmail json YAML

Updated net/qbittorrent, devel/meson

(adam)

2021-05-04 18:54:29 UTC MAIN commitmail json YAML

meson: updated to 0.58.0

0.58.0:

New meson.global_build_root() and meson.global_source_root() methods
Developer environment
-pipe no longer used by default
meson.add_dist_script() allowd in subprojects
Multiple append() and prepend() in environment() object
dep.get_variable(varname)
clang-format include and ignore lists
Introducing format strings to the Meson language
Skip subprojects installation
String .replace()
meson.get_cross_property() has been deprecated
New range() function
Xcode improvements
Use fallback from wrap file when force fallback
error() with multiple arguments
Specify man page locale during installation
Passing custom_target() output to pkg.generate()
JDK System Dependency
meson subprojects update --reset now re-extract tarballs
Allow using generator with CustomTaget or Index of CustomTarget.
Qt Dependency uses a Factory
Purge subprojects folder
Check if native or cross-file properties exist
summary() accepts features
Address sanitizer support for Visual Studio

(adam)

2021-05-04 18:52:52 UTC MAIN commitmail json YAML

regen distinfo and remove unneeded WRKSRC override - seems I happened
to have .gar.gz from the github instead of the 'official' one from
master site

now it actually builds

(jdolecek)

2021-05-04 18:48:03 UTC MAIN commitmail json YAML

qbittorrent: updated to 4.3.5

v4.3.5
- BUGFIX: Move cursor to the end when autofilling URL/hash in "Download from URLs" dialog (Chocobo1)
- BUGFIX: Sort invalid QDateTime values after valid values (Chocobo1)
- BUGFIX: Fix tabChangesFocus attribute in "Edit trackers" dialog (Christoph Rackwitz)
- BUGFIX: Update DynDNS register url (zhuangzi926)
- BUGFIX: Handle "not enough disk space" error more graciously (glassez)
- BUGFIX: Correctly draw progress background with stylesheet (jagannatharjun)
- WEBUI: Fix magnet url from the search facility (Chocobo1)
- WEBUI: Revise folder monitoring functions (Chocobo1)
- WEBUI: Fix magnet url from the browser (brvphoenix)
- WEBUI: Allow to specify file indexes in torrents/files API (glassez)
- WINDOWS: NSIS: Allow more strings to translated (bovirus, Chocobo1)
- WINDOWS: NSIS: Update Italian, German, Estonian, Russian, PortugueseBR translations (bovirus, Henry Water, PriitUring, Долматов Алексей, Felipe)
- LINUX: Fix D-Bus Notification `desktop-entry` field (Chocobo1)
- MACOS: Don't use executable name as CFBundleName value (Nick Korotysh)
- OTHER: Lower Qt requirement to 5.11 (sledgehammer999)
- OTHER: Clarify that the license is GPLv2+ (sledgehammer999)

(adam)

2021-05-04 17:08:20 UTC MAIN commitmail json YAML

doc: Updated games/openttd to 1.11.2

(nia)

2021-05-04 17:08:05 UTC MAIN commitmail json YAML

openttd: update to 1.11.2

1.11.2 (2021-05-03)
------------------------------------------------------------------------
Change: More improvements to the GUI at different scales (#9075, #9102, #9107, #9133, #9174, #9183)
Fix: Query windows could be partially drawn (#9184)
Fix #9113: Crash when removing an airport that exists in an aircraft's orders (#9182)
Fix #9117: [Fluidsynth] Hang when changing song (#9181)
Fix: String validation could leave invalid UTF-8 encoded strings (#9096)
Fix: [Network] Out-of-bounds memory access with modified servers sending too short password salts (#9176)
Fix: Crash when extra viewport with zero height has sign in view (#9175)
Fix #9147: Crash when taking screenshots (#9169)
Fix #6598: [Network] Prevent crashes when (re)joining network game by falling back to main menu first (#9163)
Fix #9152: Screenshot success popup window was treated as an error (#9159)
Fix: Fast-forward stuttering when vsync is enabled (#9140)
Fix: [Network] Savegame transfer could stall in rare cases (#9106)
Fix #9097: [NewGRF] Cargo initial payment variable was being truncated (#9098)
Fix: [NewGRF] Industry variable 66 and object variable 46 erroneously truncated the distance (#9088)
Fix: [NewGRF] Industry variables 65 and 66 ignored the parameter, and always used the north tile (#9088)
Fix: Do not include regression test AI in bundle (#9068, #9164)

1.11.1 (2021-04-18)
------------------------------------------------------------------------
Feature: Toggle to enable/disable vsync (#8997)
Feature: Volume controls in the Game Options window, and better defaults (#8943)
Add: Hotkey to focus object and rail filters (#8908)
Add: Better plural support for Romanian (#8936)
Change: Improve layout and spacing of several windows at different GUI scales (#9041, #9042, #9044, #9050)
Change: Make effect volume scale more intuitively (#8945, #8950)
Change: Improve padding of Object & Rail station windows (#8929)
Fix #6322: [Script] Crash when script allocates too much memory, now kills script instead (#9047)
Fix #7513: [Script] Crash on garbage collection with misbehaving script (#9040)
Fix #9028: [OpenGL] Crash when changing max sprite zoom level (#9032)
Fix #8874: show a warning when a NewGRF scan is requested multiple times (#9022)
Fix: Desync when GS unlocks railtype with wagon unlock (#9021)
Fix #9008: Validate starting year given on the command line (-t) (#9014)
Fix #8878: [Network] Slow DNS queries could block the server and disconnect clients (#9013)
Fix: Improve validation of OpenGL video driver to avoid crashes (#9007)
Fix: Credits scrolled too slowly with larger font sizes (#8994)
Fix #8977: Crash when altering max sprite resolution (#8993)
Fix #8956: Industry disaster news messages showed the wrong location (#8992)
Fix: [Network] Potential stale client entries in client list (#8959)
Fix: Graphical issues when dragging measurement tooltips (#8951)
Fix: [Fluidsynth] Use provided default soundfont if available (#8948, #8953)
Fix #8935: [macOS] Crash on save (#8944)
Fix #8922: Crash when selling shared vehicles with shared vehicle window open (#8926)
Fix: Compiling on armhf (Raspberry Pi) (#8924)

1.11.0 (2021-04-01)
------------------------------------------------------------------------
Feature: Allow setting a custom terrain type to define highest peak (#8891)
Feature: Auto-detect map height limit based on generated map (#8891)
Feature: Setting to indicate desert coverage for tropic climate and snow coverage for arctic climate (replaces snow line height) (#8891)
Add: Allow setting the highest mountain for heightmaps (#8891)
Change: Scale exported heightmaps to highest peak and inform the user of this value (#8891)
Change: Remove "maximum map height" from the New Game GUI (#8891)
Fix #8803: Only auto-remove signals when rail can be built (#8904)
Fix #8565: Stopped road vehicle displays a speed different than 0 (#8901)
Fix #8886: Don't try to resolve folders within tars named '.' (#8893)
Fix: Placing random trees in SE crashes the game (#8892)
Fix #8875: Filter string in station window breaks flow in user interface (#8885)
Fix #8871: [OpenGL] Initialize all buffers after resize and clear back buffer (#8877)
Fix: OpenGL performance with some AMD GPUs (#8876)
Fix: Recompute road/railtype availability after disabling the engine (#8872)
Fix: OSK layout not scaled for 2x or 4x GUI scale (#8868)

1.11.0-RC1 (2021-03-14)
------------------------------------------------------------------------
Feature: Option to (dis-)allow hardware accelerated video drivers (#8819)
Feature: Option to set display refresh rate (#8813)
Feature: Allow custom width/height of screenshot and making heightmap screenshots via console (#8804)
Feature: Allow filtering on name in rail station window (#8706)
Feature: Setting for highest resolution of sprites to use (#8604)
Add: Make NewGRF Scanner / World Generation update smoother and make aborting it react faster (#8830)
Add: Malaysia Ringgit as Currency (#8783)
Add: "Engines only" filter in build train window (#8733)
Change: De-limit framerate window's framerate (#8772)
Change: Clarify what effect town interactions have (#8744)
Change: Don't show global goals in company goal windows (#8709)
Change: Recolour graph windows to brown (#8700)
Fix #8855: Bootstrap could result in an empty screen when bootstrap fails (#8856)
Fix #8851: Don't allow infinite "exec" depth in script, but limit to 10 deep (#8852)
Fix #8647: Incorrect drawing order of tram catenary sprites (#8843)
Fix #8711: Having gui_zoom lower than zoom_min causes a crash (#8835)
Fix #8810: "aircraft out of fuel" news shows the wrong place (#8832)
Fix #8833: Don't reload NewGRFs when we are shutting down (#8830)
Fix: Scale padding between elements the same as other padding (#8829)
Fix #8808: [OSX, OpenGL] Crash on switching blitters due to double-mapping the video buffer (#8822)
Fix #8784: Using Alt+Enter doesn't update the fullscreen toggle visibly (#8820)
Fix #8817: Keep NewGRF order for object class sorting (#8818)
Fix #8809: Crash when removing airport when hangar window open (#8815)
Fix #8799: Crash when Search Internet in Multiplayer (#8801)
Fix #8774: Black screenshots when using 40bpp-blitter (#8791)
Fix: [OSX] Hide dock when entering fullscreen (#8789)
Fix: Bootstrap fails to start on clean install (#8788)
Fix: Terraform limit acts random when maxing out per_64k_frames setting (#8782)
Fix: Max-value of fast-forward-speed-limit can be outside its storage size (#8769)

1.11.0-beta2 (2021-02-28)
------------------------------------------------------------------------
Feature: Add setting to limit fast-forward speed (#8766)
Feature: Significant performance improvements to all video drivers (#8605, #8652, #8660, #8685, #8702, #8703, #8707, #8726, #8740)
Feature: Configurable display refresh-rate, default to 60fps (#8680)
Feature: Automatically upload releases to Steam (#8644)
Feature: Generic Linux builds (#8641)
Feature: [GS] Allow non-question type windows to have no buttons (#8638)
Feature: [macOS] ZIP build (#8614)
Feature: Object class selection string filtering (#8603)
Feature: 'Remove all industries' button in scenario editor (#8550)
Feature: Automatic UI and font zoom levels when supported by the OS (#8537)
Feature: [macOS] Render screen at native resolution by default for HiDPI screens (#8519)
Feature: OpenGL video driver (#7744)
Add: Indonesia Rupiah currency (#8616)
Change: Improve graph period markings (#8732)
Change: Make pathfinder account for maximum order speed, if set (#8722)
Change: Darken graph grid lines for legibility (#8690)
Change: Make order window hotkeys toggle for load & unload variants (#8669)
Change: Use a more specific error message when attempting to bulldoze your own HQ (#8667)
Change: Convert .md to .rtf for Windows/Mac packages (#8617)
Change: Move the 'tree placer algorithm' & 'road drive side' settings to the Settings window (#8566)
Change: Move town name generator selection to mapgen GUI (#8566)
Change: [macOS] Native font rendering (#8518)
Fix: Display of network lobby windows for different GUI sizes (#8765)
Fix: Don't desync if client leaves before you finish downloading map (#8755)
Fix: Allow estimating vehicle clone cost even if short on money (#8748)
Fix: Don't notify twice that a client left because of a timeout (#8746)
Fix: Vehicle cursor size did not account for the interface zoom level (#8739)
Fix #8123: Trams on half-tiles couldn't find depots (#8738)
Fix #8276: [NewGRF] Crash when an object's size was not set (#8719)
Fix #8349: Close depot vehicle list windows when closing the depot window (#8717)
Fix #8594: [NRT] Road pathfinder did not account for roadtype speed limits or lengths of tunnels/bridges (#8710)
Fix: Whole status bar instead of money widget refreshed on money change (#8692)
Fix: Unnecessary status bar redraws when there is no news to show (#8691)
Fix: New orders are non-stop by default (#8689)
Fix: Framerate window showed a slightly higher rate than actually measured (#8682)
Fix: Autorenew failure advice due to bad refit being shown to all companies (#8681)
Fix #8625: Wrong ending year was displayed in highscore table (#8672)
Fix #8620: Scale spacing between date & news in history window according to font scaling (#8671)
Fix: Mention our websites with https:// (instead of http://) (#8657)
Fix: Don't crash when towns upgrade road tiles during expansion (#8651)
Fix #8029: [SDL2] Blank display when under Wayland (#8648)
Fix: Default Network Server List sorter put compatible servers in wrong order (#8626)
Fix: Use non-pulsating red highlight for coverage (#8622)
Fix: Center text and image in vehicle statusbar vertically (#8602)
Fix: Don't walk out of the map when trying to build tunnels (#8600)
Fix: Off-by-one error in desert/rainforest positioning at world gen (#8588)
Fix #8037: Crash when restarting AI that is controlling the same company as the player (#8587)
Fix: Stopped ships shouldn't block depots (#8578)

1.11.0-beta1 (2021-01-22)
------------------------------------------------------------------------
Feature: [GS] Ability to set some extra text in the industry window (#8576)
Feature: Show rainforest under vegetation on smallmap (#8562)
Feature: Automatically determine window size on new install (#8536)
Feature: Towns can build tunnels (#8473)
Feature: Make maximum length of town bridges depend on population (with a minimum limit of 4) (#8439)
Feature: New icons for renaming and go-to-location on GUI windows, and improve consistency of usage (#8455)
Feature: Support for ARM64 on Apple Silicon and Windows (#8340, #8577, #8583)
Feature: Add an option to disable tree growth completely (#8415)
Feature: Show group name as part of the default vehicle name (#8307)
Feature: "Frozen" economy setting that stops production changes and industry closures (#8282)
Feature: New velocity unit "tiles/day" (#8278)
Feature: Option to automatically remove signals when placing rail (#8274)
Feature: Increase max possible distance from border for oil refineries and rigs (#8237)
Feature: Improve tree planting window, and allow planting 'clumps' of trees by dragging in the scenario editor (#8234)
Feature: Indian Rupee (INR) currency (#8136)
Feature: [GS] Ability to give a company exclusive access to an industry (#8115)
Feature: Hotkeys for Land Info window, News window & close error window (#8053, #8266)
Feature: Improve rendering of large viewports (#7962)
Feature: [GS] Influence industry production changes from GameScript (#7912)
Feature: [GS] Push-buttons on storybook pages (#7896)
Feature: Option to group vehicle lists by shared orders (#7028)
Feature: Drag-and-drop vehicles in group GUI for shared order groups (#7028)
Add: [GS] A tile parameter to GSCompany::ChangeBankBalance for showing changes more visually (#8573)
Add: [NewGRF] Allow NewGRF vehicles to query the current rail/road/tram type (#8554)
Add: [Script] ScriptCargo::GetName for the human readable name of cargoes (#8544)
Add: "reload" console command to reload the current scenario or heightmap (#8527)
Add: [NewGRF] Flag to test if inflation is on or off (#8427)
Add: [Script] Native priority queue (useful for things like pathfinders) (#8091)
Add: [NewGRF] Industry behaviour flag to override second cargo production clamping for water industries when using smooth economy (#8079)
Change: [SDL2] Start game on the screen where the cursor is (#8572)
Change: Use a dark background for all profit graphs to increase contrast (#8557)
Change: Reword warning in cheat window (#8538)
Change: Enable the toolbar for road/rail/dock/airport, regardless of vehicle availability (#8521)
Change: For arctic and tropical climates, make sure at least a few hills are generated (#8513)
Change: Destroying a tunnel/bridge now sells the tracks before destroying the tunnel/bridge (#8508)
Change: Move "give money" from client-list to company window (#8500)
Change: [MacOS] Hide Dock and menu when in fullscreen mode (#8487)
Change: Improve performance for complex vehicle chains by resolving sprites less frequently (#8485)
Change: Make engine reliability independent of introduction date (#8470)
Change: Some default settings to improve gameplay for new players - default non-stop orders on, disable inflation, quick goto orders, show track reservations, and more (#8463)
Change: Converting town-owned road types now requires a positive town rating (#8457)
Change: Rework server list buttons for searching LAN/internet servers (#8426)
Change: Add some styling to GS question windows depending on the type (#8422)
Change: [Linkgraph] Speed up game exit by allowing job threads to be aborted early (#8416)
Change: Prevent towns from building dead-end road bridges (#8401)
Change: Send network error to the server before making an emergency save (#8387)
Change: Extend the allowed range for max loan setting up to 贈2 billion (#8386)
Change: Don't display OS name when exiting the game (#8366)
Change: Save openttd.cfg immediately on changing a setting (#8358)
Change: Autorenew now defaults to on (#8352)
Change: [NewGRF] Also use aircraft property 12 for helicopters (#8347)
Change: Service at depot also resets breakdown chance (#8317)
Change: Use key names instead of characters in hotkey.cfg (#8291)
Change: Allow command cost-estimation while paused (#8222)
Change: Always apply inflation from 1920 to 2090, no matter the game start year (#7589)
Change: Use CMake for build system (#7270)
Change: [Linkgraph] Pause the game when linkgraph jobs lag (#7081)
Change: Place "Group by" above "Sort by" in station window for consistency (#7028)
Fix #8589: Prevent desyncs with vehicle motion counters and NewGRFs (#8591)
Fix #7670: Improve pathfinder performance when lost vehicles are blocked from moving (#8568)
Fix: Inform user if a custom font failed to load due to missing glyphs (#8559)
Fix: Don't allow wagon chains (without an engine) to exceed maximum train length (#8533)
Fix #7619: Super fast NewGRF aircraft could be unable to land (#8531)
Fix: Improve connection retries for the content server in cases of broken networking (#8530)
Fix #7972: Show invalid orders to stations that don't accept the vehicle (#8516)
Fix: Error when trying to clone a vehicle with invalid orders (#8515)
Fix #8050: Various off-by-one errors in how the end-year of the game was used (#8512)
Fix #8332: Aborting vehicle group drag & drop could cause crashes (#8511)
Fix #8168: Allow relocating HQ partially over an existing HQ (#8510)
Fix #8068: Allow selling tram track regardless of bank balance (#8509)
Fix #7604: Prevent houses from wandering away from roads (#8507)
Fix: Make the "password" button the same size as the other buttons in the Company window (#8500)
Fix #7611: Keep news about vehicle accidents around after the vehicle is cleaned up (#8497)
Fix: [MacOS] Full animation in fullscreen mode was reducing the height of the window (#8491)
Fix: [MacOS] Loading custom fonts (#8484)
Fix: Network client makes emergency saves twice if the server is disconnected (#8477)
Fix #8462: Stop towns from trying to build roads on water (#8471)
Fix: [NewGRF] GetCurveSpeedLimit should use the railtype from the current tile (#8466)
Fix #8437: Crash when using certain heliports with certain rotated airports (#8458)
Fix #8437: Planes would land at the wrong height if the top corner of the airport was lowered (#8458)
Fix #8297: Infrastructure counters for road tunnels, bridges & depots (#8454)
Fix #6468: Don't store the version of AIs that are started via console (#8430)
Fix: Don't lower tree density if spreading is not enabled (#8413)
Fix: Prevent savegame version conflicts with certain old patchpacks (#8411)
Fix: [NewGRF] Variable 0x44 was always HZB_TOWN_EDGE for road stops (#8400)
Fix #8313: Use correct capitalization for TTO / DOS music files in the baseset metadata (#8385)
Fix: [NewGRF] Action 7/9 conditions 0x0F to 0x12 failed, if 'param' was 0x88 (#8382)
Fix: Change the working-dir searchpath when using '-c' (#8367)
Fix: Useless warning with -snull and no BaseSounds available (#8361)
Fix: Crash trying to load TTO/TTD savegames. (#8356)
Fix: [Script] Don't echo script exceptions to console (#8331)
Fix: Slovak ownname was using the wrong form (#8326)
Fix #8311: [NewGRF] Industry probability at map generation was scaled differently when set via property or callback (#8312)
Fix: Only check houses for cargo when generating subsidies with towns (#8305)
Fix: Sprite preview in sprite aligner was too small with scaled UI (#8288)
Fix: Spell 'Viewport' consistently (#8260)
Fix #7772: Show vehicle destination on mouseover when vehicle stopped (#8236, #8543)
Fix #8232: Huge screenshot warning was shown incorrectly (#8224)
Fix #8153: Report incompatible cargo/order when autoreplace fails (#8169)
Fix: [Script] ScriptMarine::AreWaterTilesConnected did not work for aqueducts (#8074)
Fix #7645: Add cost of clearing the sloped tile to the price of a dock (#7947)
Fix #6452: Reset only editable and visible settings from GUI (#7890)
Fix: Original terrain generator did not keep a single gap of water at the borders (#7883)
Remove: In-game console command "content select all" (#8363)
Remove: [OSX] Support for OSX older than 10.7, including QuickTime music driver (#8078)

(nia)

2021-05-04 16:33:15 UTC MAIN commitmail json YAML

doc: Updated audio/librespot to 0.2.0

(pin)

2021-05-04 16:32:55 UTC MAIN commitmail json YAML

audio/librespot: update to 0.2.0

BREAKING CHANGES

-Migrate to tokio 1.0. This required a wholesale refactor of the librespot
codebase (#606 #649 #658 #665 #674 #687 #691)
-Replaced fn instances with const in version.rs (#595)
-Option to choose between track and album normalisation added. Defaults to
album, was previously disabled by default (#573)

Features:
-Add preload event for new track playing soon (#546)
-Ogg passthrough support (#569 #664)
-Add high resolution audio control & normalisation (#660)
-Add shuffle command handling (#666 #708)
-Add cache size limit (#675)

Bug fixes:
-Fix streaming mode (#693)
-Fix normalisation (#698)
-Fix rodio warning for alsa (#696)

Maintenance:
-Bump MSRV to 1.48
-Bump dependencies (#710)
-Clean up imports (#652 #667 #668)
-Update examples (#663)
-Change panic! to error! when child process fails to start (onevent program)
(#684)
-Reduce boilerplate (#699)

(pin)

2021-05-04 16:27:38 UTC MAIN commitmail json YAML

geography/qgis: Mark as not for python 2.7

It's unlikely that this built ok with 2.7, and really unlikely anyone
was actually doing that.  However, py-gdal is not python 3.x only, so be explicit.

(No revbump because default has been some form of python 3.x.)

(gdt)

2021-05-04 16:16:26 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-pry to 0.14.1

(taca)

2021-05-04 16:16:03 UTC MAIN commitmail json YAML

misc/ruby-pry: update to 0.14.1

0.14.1 (April 12, 2021)

Bug fixes

* Fixed bad coloring of some RDoc-style docs (#2182)
* Fixed broken --plugins option. It shows a warning now (#2180)
* Fixed bad output on printing non-visible characters with color codes
  (#2154)
* Fixed bad output when colors are disabled and a string with color codes is
  printed (#2158)

(taca)

2021-05-04 15:44:33 UTC MAIN commitmail json YAML

Support PKGSRC_USE_RELRO

(pho)

2021-05-04 15:30:37 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-commander to 4.6.0

(taca)

2021-05-04 15:30:16 UTC MAIN commitmail json YAML

misc/ruby-commander: update to 4.6.0

4.6.0 (2021-04-09)

* Fix error with SortedSet on Ruby 3.0 (#98).
* Remove `#reset_io` as it didn't do anything.
* Drop support for Ruby < 2.4.

(taca)

2021-05-04 15:27:09 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 2.2.16

(taca)

2021-05-04 15:26:46 UTC MAIN commitmail json YAML

misc/ruby-bundler: update to 2.2.16

2.2.16 (April 8, 2021)

Enhancements:

* Add --github-username option and config to bundle gem #3687
* Bump vendored tmpdir library copy #4506
* Add rake build:checksum task to build checksums for a gem package #4156
* Enable bundler-cache for GitHub Actions template #4498
* Improve bundle info error when gem is on a "disabled" group #4492
* Small tweak to yank message #4494
* Don't show duplicate entries in bundle outdated output #4474
* Never downgrade top level gems when running bundle update #4473

Bug fixes:

* Fix incorrect logic for filtering metadata matching candidates #4497

(taca)

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

doc: Updated finance/ruby-braintree to 3.4.0

(taca)

2021-05-04 15:20:44 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 3.4.0

3.4.0 (2021-04-12)

* Add local_payment_reversed webhook notification
* Add Transaction.adjust_authorization method to support for multiple
  authorizations for a single transaction
* Add merchant_account_id parameter to Transaction#refund
* Add store_id and store_ids parameters to Transaction#search
* Add support for ActiveSupport::TimeWithZone when generating XML (thanks
  @Tonkpils!)

(taca)

2021-05-04 15:18:36 UTC MAIN commitmail json YAML

doc: Updated audio/qmmp to 1.4.5

(nia)

2021-05-04 15:18:26 UTC MAIN commitmail json YAML

qmmp: update to 1.4.5

Version 1.4.5
* added TagLib 1.12 support
* disabled CRC checking in the mpeg plugin
* fixed playlist update
* fixed build with gcc 11
* fixed API documentation
* fixed skin search path
* fixed application icons

(nia)

2021-05-04 15:11:17 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-tty-prompt to 0.23.1

(taca)

2021-05-04 15:10:45 UTC MAIN commitmail json YAML

devel/ruby-tty-prompt: update to 0.23.1

0.23.1 - 2021-04-17

Changed

* Change validate to allow access to invalid input inside the message

Fixed

* Fix Choice#from to differentiate between no value being set and nil value

(taca)

2021-05-04 15:01:33 UTC MAIN commitmail json YAML

doc: Updated chat/srain to 1.2.1

(nia)

2021-05-04 15:01:22 UTC MAIN commitmail json YAML

srain: update to 1.2.1

2021-04-02 Version 1.2.1
========================

- Features:

  - Add Ukrainian translations (:pull:`292`), thanks to :people:`andmizyk`

- Bug fixes:

  -  Minor fixes (:issue:`290`)

(nia)

2021-05-04 15:00:54 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-test-unit to 3.4.1

(taca)

2021-05-04 15:00:26 UTC MAIN commitmail json YAML

devel/ruby-test-unit: update to 3.4.1

3.4.1 - 2021-04-19 {#version-3-4-1}

Fixes

* Fixed a bug that `setup`/`cleanup`/`teardown` with block may be
  overwritten by another `setup`/`cleanup`/`teardown` with
  block. It's caused only with Ruby 2.6 or earlier.
  [GitHub#179][Reported by akira yamada]

Thanks

* akira yamada

(taca)

2021-05-04 14:57:58 UTC MAIN commitmail json YAML

Add missing dependency on hs-control-monad-free

(pho)

2021-05-04 14:56:34 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rb-kqueue to 0.2.6

(taca)

2021-05-04 14:56:15 UTC MAIN commitmail json YAML

devel/ruby-rb-kqueue: update to 0.2.6

0.2.6 (2021-04-14)

* Fix top level exception on unexpected event.

(taca)

2021-05-04 14:49:53 UTC MAIN commitmail json YAML

doc: Updated audio/sndfile-tools to 1.5

(nia)

2021-05-04 14:49:41 UTC MAIN commitmail json YAML

sndfile-tools: update to 1.5

Version 1.5 (2021-01-31)

  * Use clear semantic versioning tuple.
  * Fix spelling mistakes.
  * Add experimental CMake support.
  * Replace Travis CI with GitHub Action CI.
  * Improved error handling for PCM sample bits.
  * Add `sndfile-resample` binary from libsamplerate.

(nia)

2021-05-04 14:48:55 UTC MAIN commitmail json YAML

doc: Updated graphics/vtk to 9.0.1

(prlw1)

2021-05-04 14:48:34 UTC MAIN commitmail json YAML

2021-05-04 14:42:20 UTC MAIN commitmail json YAML

doc: Updated graphics/vtk-docs to 9.0.1

(prlw1)

2021-05-04 14:41:52 UTC MAIN commitmail json YAML

2021-05-04 14:37:34 UTC MAIN commitmail json YAML

Add missing dependency on hs-csv and hs-html

(pho)

2021-05-04 14:36:08 UTC MAIN commitmail json YAML

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

(taca)

2021-05-04 14:35:49 UTC MAIN commitmail json YAML

devel/ruby-pkg-config: update to 1.4.6

1.4.6 - 2021-04-12

Improvements

* Improved support for .pc detection installed by Homebrew.
  [Reported by Evan Shea][GitHub:rcairo/rcairo#66]

Thanks

* Evan Shea

(taca)

2021-05-04 14:35:45 UTC MAIN commitmail json YAML

doc: Removed graphics/vtk-data

(prlw1)

2021-05-04 14:34:47 UTC MAIN commitmail json YAML

Remove vtk-data 4.2

Recent vtk-data is no longer a set of static data files, but rather a
cmake ExternalData module. Quoting from cmake:

  Use this module to unambiguously reference data files stored
  outside the source tree and fetch them at build time from arbitrary
  local and remote content-addressed locations.

This is not in the spirit of pkgsrc, and users of VTKData would be expected
to unpack it in their local source tree anyway.

(prlw1)

2021-05-04 14:32:24 UTC MAIN commitmail json YAML

2021-05-04 14:31:57 UTC MAIN commitmail json YAML

2021-05-04 14:30:55 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-octokit to 4.21.0

(taca)

2021-05-04 14:25:09 UTC MAIN commitmail json YAML

doc: Added textproc/utf8-cpp version 2.3.4

(prlw1)

2021-05-04 14:24:33 UTC MAIN commitmail json YAML

Add utf8-cpp 2.3.4

UTF8-CPP: UTF-8 with C++ in a Portable Way

Many C++ developers miss an easy and portable way of handling Unicode
encoded strings. The original C++ Standard (known as C++98 or C++03) is
Unicode agnostic. C++11 provides some support for Unicode on core
language and library level: u8, u, and U character and string literals,
char16_t and char32_t character types, u16string and u32string library
classes, and codecvt support for conversions between Unicode encoding
forms. In the meantime, developers use third party libraries like ICU,
OS specific capabilities, or simply roll out their own solutions.

In order to easily handle UTF-8 encoded Unicode strings, I came up with
a small generic library. For anybody used to work with STL algorithms
and iterators, it should be easy and natural to use. The code is freely
available for any purpose - check out the license at the beginning of
the utf8.h file. If you run into bugs or performance issues, please let
me know and I'll do my best to address them.

(prlw1)

2021-05-04 14:21:31 UTC MAIN commitmail json YAML

py-sparqlwrapper: broken with python 3.6

(nia)

2021-05-04 14:20:26 UTC MAIN commitmail json YAML

doc: Added textproc/PEGTL version 2.8.3

(prlw1)

2021-05-04 14:20:10 UTC MAIN commitmail json YAML

devel/ruby-octokit: update to 4.21.0

4.21.0 (2021-04-26)

API Support

* #1319 Add delete workflow run support @szemek
* #1322 Add match refs support @AHaymond
* #1329 Add rename branch support @gmcgibbon
* #1332 Add billing actions support @M-Yamashita01

Error handling

* #1324 Handle path diff too large errors @yykamei

Code clean up

* #1326 Remove graduated preview headers @ivailop

Documentation

* #1314 Update authentication usage @curquiza
* #1317 Fix logo link @gjtorikian
* #1318 Fix GitHub typo @bl-ue

(taca)

2021-05-04 14:19:51 UTC MAIN commitmail json YAML

Add PEGTL 2.8.3

The Parsing Expression Grammar Template Library (PEGTL) is a
zero-dependency C++ header-only parser combinator library for
creating parsers according to a Parsing Expression Grammar (PEG).

Grammars are written as regular C++ code, created with template
programming (not template meta programming), i.e. nested template
instantiations that naturally correspond to the inductive definition
of PEGs (and other parser-combinator approaches).

A comprehensive set of parser rules that can be combined and extended
by the user is included, as are mechanisms for debugging grammars,
and for attaching user-defined actions to grammar rules.

(prlw1)

2021-05-04 14:19:17 UTC MAIN commitmail json YAML

2021-05-04 14:18:06 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-iruby to 0.5.0

(taca)

2021-05-04 14:17:46 UTC MAIN commitmail json YAML

devel/ruby-iruby: update to 0.5.0

0.5.0 (2021-03-25)

Bug Fixes:

  * Fix Jupyter console crashes issue
    https://github.com/SciRuby/iruby/pull/210 (@kojix2)
  * Fix syntax highlighting issue on Jpyter Lab
    https://github.com/SciRuby/iruby/issues/224 (@kojix2)
  * Fix interoperability issue with ruby-git
    https://github.com/SciRuby/iruby/pull/139 (@habemus-papadum)
  * Fix the issue of `$stderr.write` that cannot handle multiple arguments
    https://github.com/SciRuby/iruby/issues/206 (@kojix2)
  * Remove a buggy `inspect_request` implementation
    https://github.com/SciRuby/iruby/pull/119 (@LunarLanding)
  * Fix uninitialized constant `Fiddle` caused in initialization phase
    https://github.com/SciRuby/iruby/issues/264 (@MatthewSteen, @kjoix2)
  * Fix the issue on displaying a table
    https://github.com/SciRuby/iruby/pull/281 (@ankane)

Enhancements:

  * Add `IRuby.clear_output` method
    https://github.com/SciRuby/iruby/pull/220 (@kojix2)
  * Make backtrace on exception simplify and more appropriate for code in a
    cell https://github.com/SciRuby/iruby/pull/249 (@zheng-yongping)
  * Make syntax error message more appropriate
    https://github.com/SciRuby/iruby/pull/251 (@zheng-yongping)
  * Remove top-level `In` and `Out` constants
    https://github.com/SciRuby/iruby/pull/229 (@kojix2)
  * Use text/plain for the default format of `Numo::NArray` objects
    https://github.com/SciRuby/iruby/pull/255 (@kojix2)
  * Use ffi-rzmq as the default ZeroMQ adapter
    https://github.com/SciRuby/iruby/pull/256 (@kojix2)
  * Drop rbczmq support https://github.com/SciRuby/iruby/pull/260
    (@rstammer)
  * Add ruby-vips image support https://github.com/SciRuby/iruby/pull/279
    (@ankane)
  * Replace mimemagic with mime-types
    https://github.com/SciRuby/iruby/pull/291 (@mrkn)

(taca)

2021-05-04 14:12:46 UTC MAIN commitmail json YAML

doc: Added print/libharu version 2.4.0

(prlw1)

2021-05-04 14:12:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-i18n to 1.8.10

(taca)

2021-05-04 14:12:06 UTC MAIN commitmail json YAML

Add libharu 2.4.0

Version 2.4.0 is the name given by kitware to version 2.3.0 + 2 patches

Haru is a free, cross platform, open-sourced software library for generating
PDF. It supports the following features:

  1. Generating PDF files with lines, text, images.
  2. Outline, text annotation, link annotation.
  3. Compressing document with deflate-decode.
  4. Embedding PNG, Jpeg images.
  5. Embedding Type1 font and TrueType font.
  6. Creating encrypted PDF files.
  7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R).
  8. Supporting CJK fonts and encodings.

The project is looking for a maintainer.

(prlw1)

2021-05-04 14:11:36 UTC MAIN commitmail json YAML

devel/ruby-i18n: update to 1.8.10

1.8.10 (2021-03-30)

* Fix string locale will trigger on_fallback hook - #562

(taca)

2021-05-04 14:10:02 UTC MAIN commitmail json YAML

doc: Updated wm/mlvwm to 0.9.3

(nia)

2021-05-04 14:09:52 UTC MAIN commitmail json YAML

mlvwm: update to 0.9.3

0.9.2 -> 0.9.3
Fix RestartSystem()/Done() to correctly restart into other window managers
Add RoundedScreenCorners configuration
Changed default font size to 12px
Changed default scroll bar width/height to 16px
Changed default menu bar height to 20px
More accurate sizing & styling of window title bars & controls, scroll bars, and resize handle

0.9.1 -> 0.9.2
Change sprintf() & strcat() to snprintf()

(nia)

2021-05-04 14:08:59 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-libyajl2 to 2.1.0

(taca)

2021-05-04 14:08:30 UTC MAIN commitmail json YAML

devel/ruby-libyajl2: update to 2.1.0

2.1.0 (2020-04-07)

No release note nor change log.  A few minor fixes.

(taca)

2021-05-04 14:06:32 UTC MAIN commitmail json YAML

doc: Added graphics/gl2ps version 1.4.2

(prlw1)

2021-05-04 14:05:44 UTC MAIN commitmail json YAML

Add gl2ps 1.4.2

Based on thor@'s wip/gl2ps

GL2PS is a C library providing high quality vector output for any
OpenGL application. The main difference between GL2PS and other
similar libraries (see section 7) is the use of sorting algorithms
capable of handling intersecting and stretched polygons, as well
as non manifold objects. GL2PS provides advanced smooth shading and
text rendering, culling of invisible primitives, mixed vector/bitmap
output, and much more...  GL2PS can currently create PostScript (PS),
Encapsulated PostScript (EPS), Portable Document Format (PDF) and
Scalable Vector Graphics (SVG) files, as well as L^AT[E]X files for the
text fragments. GL2PS also provides limited, experimental support for
Portable LaTeX Graphics (PGF).  Adding new vector output formats should
be relatively easy; you can also use the excellent pstoedit program to
transform the PostScript files generated by GL2PS into many other vector
formats such as xfig, cgm, wmf, etc.

(prlw1)

2021-05-04 13:55:14 UTC MAIN commitmail json YAML

libpurple: update for with-python -> with-python3

(nia)

2021-05-04 13:37:38 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-equatable to 0.7.0

(taca)

2021-05-04 13:37:18 UTC MAIN commitmail json YAML

devel/ruby-equatable: update to 0.7.0

0.7.0 - 2021-04-05

Changed

* Change gemspec to remove test and rake files to reduce gem size
* Change to remove bundler as a dev dependency and relax rspec upper
  constraint
* Change to require Ruby 2.0 or higher

(taca)

2021-05-04 13:33:03 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-ffi-yajl to 2.4.0

(taca)

2021-05-04 13:32:41 UTC MAIN commitmail json YAML

devel/ruby-ffi-yajl: update to 2.4.0

No release note nor changelog.  According to commit log, some Gemfile
cleanup only.

(taca)

2021-05-04 12:24:33 UTC MAIN commitmail json YAML

2021-05-04 09:27:21 UTC MAIN commitmail json YAML

Updated lang/py-asttokens, textproc/py-prettytable

(adam)

2021-05-04 09:27:03 UTC MAIN commitmail json YAML

py-prettytable: updated to 2.1.0

Release 2.1.0

Added

Support formatting options in get_json_string()

Changed

Replace setuptools/pkg_resources with importlib.metadata for getting version

Fixed

Docs: Add documentation for align, max_width, etc.
Docs: Remove reference to Python 2.x print statement in README
Docs: Update get_html_string with thead and tbody tags

(adam)

2021-05-04 09:21:21 UTC MAIN commitmail json YAML

py-asttokens: updated to 2.0.5

2.0.5:
Unknown changes

(adam)

2021-05-04 08:51:01 UTC MAIN commitmail json YAML

zenity: Fix build tools

Restore itstool in USE_TOOLS
autoconf-archive and yelp-tools can (probably?) be in TOOL_DEPENDS.

(cirnatdan)

2021-05-04 08:35:05 UTC MAIN commitmail json YAML

doc: Added textproc/py-prettytable version 2.0.0

(fcambus)

2021-05-04 08:34:30 UTC MAIN commitmail json YAML

Add py-prettytable.

(fcambus)

2021-05-04 08:33:14 UTC MAIN commitmail json YAML

textproc/py-prettytable: import py38-prettytable-2.0.0.

PrettyTable is a simple Python library designed to make it quick and easy
to represent tabular data in visually appealing ASCII tables.

PrettyTable lets you control many aspects of the table, like the width of
the column padding, the alignment of text within columns, which characters
are used to draw the table border, whether you even want a border, and much
more. You can control which subsets of the columns and rows are printed, and
you can sort the rows by the value of a particular column.

(fcambus)

2021-05-04 08:21:33 UTC MAIN commitmail json YAML

doc: Added games/trader version 7.16

(fcambus)

2021-05-04 08:21:11 UTC MAIN commitmail json YAML

2021-05-04 08:20:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-contracts to 0.16.1

(taca)

2021-05-04 08:19:51 UTC MAIN commitmail json YAML

devel/ruby-contracts: update to 0.16.1

0.16.1 - 2021-04-17

* Enhancement: Pretty-print contracts in error messages - Corey Farwell #289

* Bugfix: Fix attr_accessor_with_contract with multiple attribute names
  input - Kevin Yeh #259

* Bugfix: Fix "stack level too deep" in CI builds - md-work #283

(taca)

2021-05-04 08:19:42 UTC MAIN commitmail json YAML

games/trader: import trader-7.16.

Star Traders is a simple text-based game of interstellar trading, where
the objective is to create companies, buy and sell shares, borrow and
repay money, in order to become the wealthiest player (the winner).

(fcambus)

2021-05-04 08:16:52 UTC MAIN commitmail json YAML

doc: Updated sysutils/macchina to 0.7.4

(pin)

2021-05-04 08:16:32 UTC MAIN commitmail json YAML

sysutils/macchina: update to 0.7.4

Bugfixes:
-Fix build errors on macOS and Windows

(pin)

2021-05-04 08:11:02 UTC MAIN commitmail json YAML

doc: Updated devel/py-hypothesis to 6.10.1

(wiz)

2021-05-04 08:10:53 UTC MAIN commitmail json YAML

py-hypothesis: update to 6.10.1.

6.10.1 - 2021-04-26

This patch fixes a deprecation warning if you窶决e using recent
versions of importlib-metadata (issue #2934), which we use to load
third-party plugins such as Pydantic窶冱 integration. On older versions
of importlib-metadata, there is no change and you don窶冲 need to
upgrade.

(wiz)

2021-05-04 07:49:32 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-bit-struct to 0.17

(taca)

2021-05-04 07:49:13 UTC MAIN commitmail json YAML

devel/ruby-bit-struct: update to 0.17

0.17 (2021-04-20)

- updated for ruby 3.0

(taca)

2021-05-04 07:47:42 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-bindata to 2.4.9

(taca)

2021-05-04 07:47:23 UTC MAIN commitmail json YAML

devel/ruby-bindata: update to 2.4.9

Version 2.4.9 (2021-04-22)

* Change example from Fixnum to Integer. Thanks to Tim Chambers.
* Now works with frozen string literals. Requested by Jeremy Evans.

(taca)

2021-05-04 07:46:14 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-backports to 3.21.0

(taca)

2021-05-04 07:45:53 UTC MAIN commitmail json YAML

devel/ruby-backports: update to 3.21.0

3.21.0 - 2021-03-31

Added

* Added String#unpack1 (Ruby 2.4) [#166]

(taca)

2021-05-04 07:44:20 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-algorithms to 1.0.0

(taca)

2021-05-04 07:43:49 UTC MAIN commitmail json YAML

2021-05-04 07:38:00 UTC MAIN commitmail json YAML

Note update of security/opendnssec2 to 2.1.9.

(he)

2021-05-04 07:37:19 UTC MAIN commitmail json YAML

Update OpenDNSSEC version 2 to 2.1.9.

Upstream changes:

OpenDNSSEC 2.1.9 - 2021-05-03

* OPENDNSSEC-955: Prevent concurrency between C_Login/C_OpenSession and
  C_FindObject in PKCS#11 operations as some HSMs do not like this and
  the key may (transiently) not be available.
* OPENDNSSEC-956: Harden the signing procedure to still sign zones for
  which there are unused keys specified in the signconf.  These are
  included by the enforcer because there may be (outdated) signatures
  for them, but the signer doesn't need this reference anymore in 2.1.
  However this was left in for backwards compatibility (probably).

(he)

2021-05-04 07:30:27 UTC MAIN commitmail json YAML

Updated multimedia/libdvdcss, multimedia/libdvdread, multimedia/libdvdnav, sysutils/ansible-base

(adam)

2021-05-04 07:29:58 UTC MAIN commitmail json YAML

ansible-base: updated to 2.10.9

v2.10.9

Major Changes
- ansible-test - Tests run with the ``centos6`` and ``default`` test containers now use a PyPI proxy container to access PyPI when Python 2.6 is used. This allows tests running under Python 2.6 to continue functioning even though PyPI is discontinuing support for non-SNI capable clients.

Minor Changes
- Switch to hashlib.sha256() for ansible-test to allow for FIPs mode.

Bugfixes
- Prevent ``ansible_failed_task`` from further templating (https://github.com/ansible/ansible/issues/74036)
- ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers. This avoids issues when trying to run tests in parallel on a single host.
- ansible-test - Fix docker container IP address detection. The ``bridge`` network is no longer assumed to be the default.
- ansible-test - ensure the correct unit test target is given when the ``__init__.py`` file is modified inside the connection plugins directory
- ansible.utils.encrypt now handles missing or unusable 'crypt' library.
- facts - detect homebrew installed at /opt/homebrew/bin/brew
- interpreter discovery - Debian 8 and lower will avoid unsupported Python3 version in interpreter discovery
- undeprecate hash_merge setting and add more docs clarifying its use and why not to use it.
- wait_for module, move missing socket into function to get proper comparrison in time.

(adam)

2021-05-04 07:27:17 UTC MAIN commitmail json YAML

libdvdnav: updated to 6.1.1

libdvdnav (6.1.1)
* fix build issues
* improve CI

(adam)

2021-05-04 07:26:13 UTC MAIN commitmail json YAML

libdvdread: updated to 6.1.2

libdvdread (6.1.2)
* Fix Win32 Unicode paths opening
* Fix warnings and build improvements

(adam)

2021-05-04 07:25:03 UTC MAIN commitmail json YAML

libdvdcss: updated to 1.4.3

Changes between 1.4.2 and 1.4.3:
* Fix opening non-ASCII paths in Windows
* Fix potential buffer overflow if PATH_MAX is reached

(adam)

2021-05-04 07:02:25 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.44.0

(taca)

2021-05-04 07:01:56 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.44.0

5.44.0 (2021-05-01)

* Add concurrent_eager_loading plugin, for eager loading multiple
  associations concurrently using separate threads (jeremyevans)

* Support :weeks as a interval unit in the date_arithmetic extension
  (jeremyevans) (#1759)

* Raise an exception if an interval hash with an unsupported key is passed
  in the date_arithmetic extension (jeremyevans) (#1759)

* Support dropping non-composite unique constraints on SQLite (jeremyevans)
  (#1755)

(taca)

2021-05-04 06:20:03 UTC MAIN commitmail json YAML

Updated devel/py-setuptools, databases/redis

(adam)

2021-05-04 06:19:44 UTC MAIN commitmail json YAML

redis: updated to 6.2.3

================================================================================
Redis 6.2.3 Released Mon May 3 19:00:00 IST 2021
================================================================================

Upgrade urgency: SECURITY, Contains fixes to security issues that affect
authenticated client connections. LOW otherwise.

Integer overflow in STRALGO LCS command (CVE-2021-29477):
An integer overflow bug in Redis version 6.0 or newer could be exploited using
the STRALGO LCS command to corrupt the heap and potentially result in remote
code execution. The integer overflow bug exists in all versions of Redis
starting with 6.0.

Integer overflow in COPY command for large intsets (CVE-2021-29478):
An integer overflow bug in Redis 6.2 could be exploited to corrupt the heap and
potentially result with remote code execution. The vulnerability involves
changing the default set-max-intset-entries configuration value, creating a
large set key that consists of integer values and using the COPY command to
duplicate it. The integer overflow bug exists in all versions of Redis starting
with 2.6, where it could result with a corrupted RDB or DUMP payload, but not
exploited through COPY (which did not exist before 6.2).

Bug fixes that are only applicable to previous releases of Redis 6.2:
* Fix memory leak in moduleDefragGlobals
* Fix memory leak when doing lazy freeing client tracking table
* Block abusive replicas from sending command that could assert and crash redis

Other bug fixes:
* Use a monotonic clock to check for Lua script timeout
* redis-cli: Do not use unix socket when we got redirected in cluster mode

Modules:
* Fix RM_GetClusterNodeInfo() to correctly populate master id

(adam)

2021-05-04 06:17:59 UTC MAIN commitmail json YAML

py-setuptools: updated to 56.0.0

v56.0.0

Deprecations

* The license_file option is now marked as deprecated. Use license_files instead.

Breaking Changes

* If neither license_file nor license_files is specified, the sdist option will now auto-include files that match the following patterns: LICEN[CS]E*, COPYING*, NOTICE*, AUTHORS*. This matches the behavior of bdist_wheel.

Changes

* The license_file and license_files options now support glob patterns.
* Implemented VendorImporter.find_spec() method to get rid of ImportWarning that Python 3.10 emits when only the old-style importer hooks are present

Documentation changes

* Added documentation for the license_files option.

v55.0.0

Breaking Changes

* Remove the deprecated bdist_wininst command. Binary packages should be built as wheels instead.

(adam)

2021-05-04 05:23:07 UTC MAIN commitmail json YAML

Updated lang/python38, lang/py38-html-docs, lang/python39, lang/py39-html-docs

(adam)

2021-05-04 05:17:29 UTC MAIN commitmail json YAML

python39: updated to 3.9.5

Python 3.9.5 final

Security
bpo-43434: Creating a sqlite3.Connection object now also produces a sqlite3.connect auditing event. Previously this event was only produced by sqlite3.connect() calls. Patch by Erlend E. Aasland.
bpo-43882: The presence of newline or tab characters in parts of a URL could allow some forms of attacks.

Following the controlling specification for URLs defined by WHATWG urllib.parse() now removes ASCII newlines and tabs from URLs, preventing such attacks.
bpo-43472: Ensures interpreter-level audit hooks receive the cpython.PyInterpreterState_New event when called through the _xxsubinterpreters module.
bpo-36384: ipaddress module no longer accepts any leading zeros in IPv4 address strings. Leading zeros are ambiguous and interpreted as octal notation by some libraries. For example the legacy function socket.inet_aton() treats leading zeros as octal notatation. glibc implementation of modern inet_pton() does not accept any leading zeros. For a while the ipaddress module used to accept ambiguous leading zeros.
bpo-43075: Fix Regular Expression Denial of Service (ReDoS) vulnerability in urllib.request.AbstractBasicAuthHandler. The ReDoS-vulnerable regex has quadratic worst-case complexity and it allows cause a denial of service when identifying crafted invalid RFCs. This ReDoS issue is on the client side and needs remote attackers to control the HTTP server.
bpo-42800: Audit hooks are now fired for frame.f_code, traceback.tb_frame, and generator code/frame attribute access.

Core and Builtins
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations.
bpo-42924: Fix bytearray repetition incorrectly copying data from the start of the buffer, even if the data is offset within the buffer (e.g. after reassigning a slice at the start of the bytearray to a shorter byte string).

Library
bpo-43993: Update bundled pip to 21.1.1.
bpo-43937: Fixed the turtle module working with non-default root window.
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0
bpo-43920: OpenSSL 3.0.0: load_verify_locations() now returns a consistent error message when cadata contains no valid certificate.
bpo-43607: urllib can now convert Windows paths with \\?\ prefixes into URL paths.
bpo-43284: platform.win32_ver derives the windows version from sys.getwindowsversion().platform_version which in turn derives the version from kernel32.dll (which can be of a different version than Windows itself). Therefore change the platform.win32_ver to determine the version using the platform module窶冱 _syscmd_ver private function to return an accurate version.
bpo-42248: [Enum] ensure exceptions raised in _missing__ are released
bpo-43799: OpenSSL 3.0.0: define OPENSSL_API_COMPAT 1.1.1 to suppress deprecation warnings. Python requires OpenSSL 1.1.1 APIs.
bpo-43794: Add ssl.OP_IGNORE_UNEXPECTED_EOF constants (OpenSSL 3.0.0)
bpo-43789: OpenSSL 3.0.0: Don窶冲 call the password callback function a second time when first call has signaled an error condition.
bpo-43788: The header files for ssl error codes are now OpenSSL version-specific. Exceptions will now show correct reason and library codes. The make_ssl_data.py script has been rewritten to use OpenSSL窶冱 text file with error codes.
bpo-43655: tkinter dialog windows are now recognized as dialogs by window managers on macOS and X Window.
bpo-43534: turtle.textinput() and turtle.numinput() create now a transient window working on behalf of the canvas window.
bpo-43522: Fix problem with hostname_checks_common_name. OpenSSL does not copy hostflags from struct SSL_CTX to struct SSL.
bpo-42967: Allow bytes separator argument in urllib.parse.parse_qs and urllib.parse.parse_qsl when parsing str query strings. Previously, this raised a TypeError.
bpo-43176: Fixed processing of a dataclass that inherits from a frozen dataclass with no fields. It is now correctly detected as an error.
bpo-41735: Fix thread locks in zlib module may go wrong in rare case. Patch by Ma Lin.
bpo-36470: Fix dataclasses with InitVars and replace(). Patch by Claudiu Popa.
bpo-32745: Fix a regression in the handling of ctypes窶� ctypes.c_wchar_p type: embedded null characters would cause a ValueError to be raised. Patch by Zackery Spytz.

Documentation
bpo-43959: The documentation on the PyContextVar C-API was clarified.
bpo-43938: Update dataclasses documentation to express that FrozenInstanceError is derived from AttributeError.
bpo-43755: Update documentation to reflect that unparenthesized lambda expressions can no longer be the expression part in an if clause in comprehensions and generator expressions since Python 3.9.
bpo-43739: Fixing the example code in Doc/extending/extending.rst to declare and initialize the pmodule variable to be of the right type.

Tests
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() on Windows: use os.replace() rather than os.rename(). Patch by Victor Stinner.
bpo-43842: Fix a race condition in the SMTP test of test_logging. Don窶冲 close a file descriptor (socket) from a different thread while asyncore.loop() is polling the file descriptor. Patch by Victor Stinner.
bpo-43811: Tests multiple OpenSSL versions on GitHub Actions. Use ccache to speed up testing.
bpo-43791: OpenSSL 3.0.0: Disable testing of legacy protocols TLS 1.0 and 1.1. Tests are failing with TLSV1_ALERT_INTERNAL_ERROR.

Windows
bpo-35306: Avoid raising errors from pathlib.Path.exists() when passed an invalid filename.
bpo-38822: Fixed os.stat() failing on inaccessible directories with a trailing slash, rather than falling back to the parent directory窶冱 metadata. This implicitly affected os.path.exists() and os.path.isdir().
bpo-26227: Fixed decoding of host names in socket.gethostbyaddr() and socket.gethostbyname_ex().
bpo-40432: Updated pegen regeneration script on Windows to find and use Python 3.8 or higher. Prior to this, pegen regeneration already required 3.8 or higher, but the script may have used lower versions of Python.
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. Earlier releases were mislabelled and actually included 1.1.1i again.
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5.

macOS
bpo-42119: Fix check for macOS SDK paths when building Python. Narrow search to match contents of SDKs, namely only files in /System/Library, /System/IOSSupport, and /usr other than /usr/local. Previously, anything under /System was assumed to be in an SDK which causes problems with the new file system layout in 10.15+ where user file systems may appear to be mounted under /System. Paths in /Library were also incorrectly treated as SDK locations.
bpo-44009: Provide 窶徘ython3.x-intel64窶� executable to allow reliably forcing macOS universal2 framework builds to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs. This can be useful for testing or when universal2 wheels are not yet available.
bpo-43492: Update macOS installer to use SQLite 3.35.4.

IDLE
bpo-43655: IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window.

(adam)

2021-05-04 05:16:07 UTC MAIN commitmail json YAML

python38: updated to 3.8.10

Python 3.8.10 final

Security
bpo-43434: Creating a sqlite3.Connection object now also produces a sqlite3.connect auditing event. Previously this event was only produced by sqlite3.connect() calls. Patch by Erlend E. Aasland.
bpo-43472: Ensures interpreter-level audit hooks receive the cpython.PyInterpreterState_New event when called through the _xxsubinterpreters module.
bpo-43075: Fix Regular Expression Denial of Service (ReDoS) vulnerability in urllib.request.AbstractBasicAuthHandler. The ReDoS-vulnerable regex has quadratic worst-case complexity and it allows cause a denial of service when identifying crafted invalid RFCs. This ReDoS issue is on the client side and needs remote attackers to control the HTTP server.

Core and Builtins
bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations.
bpo-42924: Fix bytearray repetition incorrectly copying data from the start of the buffer, even if the data is offset within the buffer (e.g. after reassigning a slice at the start of the bytearray to a shorter byte string).

Library
bpo-43993: Update bundled pip to 21.1.1.
bpo-43937: Fixed the turtle module working with non-default root window.
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0
bpo-43920: OpenSSL 3.0.0: load_verify_locations() now returns a consistent error message when cadata contains no valid certificate.
bpo-43607: urllib can now convert Windows paths with \\?\ prefixes into URL paths.
bpo-43284: platform.win32_ver derives the windows version from sys.getwindowsversion().platform_version which in turn derives the version from kernel32.dll (which can be of a different version than Windows itself). Therefore change the platform.win32_ver to determine the version using the platform module窶冱 _syscmd_ver private function to return an accurate version.
bpo-42248: [Enum] ensure exceptions raised in _missing__ are released
bpo-43799: OpenSSL 3.0.0: define OPENSSL_API_COMPAT 1.1.1 to suppress deprecation warnings. Python requires OpenSSL 1.1.1 APIs.
bpo-43794: Add ssl.OP_IGNORE_UNEXPECTED_EOF constants (OpenSSL 3.0.0)
bpo-43789: OpenSSL 3.0.0: Don窶冲 call the password callback function a second time when first call has signaled an error condition.
bpo-43788: The header files for ssl error codes are now OpenSSL version-specific. Exceptions will now show correct reason and library codes. The make_ssl_data.py script has been rewritten to use OpenSSL窶冱 text file with error codes.
bpo-43655: tkinter dialog windows are now recognized as dialogs by window managers on macOS and X Window.
bpo-43534: turtle.textinput() and turtle.numinput() create now a transient window working on behalf of the canvas window.
bpo-43522: Fix problem with hostname_checks_common_name. OpenSSL does not copy hostflags from struct SSL_CTX to struct SSL.
bpo-42967: Allow bytes separator argument in urllib.parse.parse_qs and urllib.parse.parse_qsl when parsing str query strings. Previously, this raised a TypeError.
bpo-43176: Fixed processing of a dataclass that inherits from a frozen dataclass with no fields. It is now correctly detected as an error.
bpo-34463: Fixed discrepancy between traceback and the interpreter in formatting of SyntaxError with lineno not set (traceback was changed to match interpreter).
bpo-41735: Fix thread locks in zlib module may go wrong in rare case. Patch by Ma Lin.
bpo-26053: Fixed bug where the pdb interactive run command echoed the args from the shell command line, even if those have been overridden at the pdb prompt.
bpo-36470: Fix dataclasses with InitVars and replace(). Patch by Claudiu Popa.
bpo-28577: The hosts method on 32-bit prefix length IPv4Networks and 128-bit prefix IPv6Networks now returns a list containing the single Address instead of an empty list.
bpo-32745: Fix a regression in the handling of ctypes窶� ctypes.c_wchar_p type: embedded null characters would cause a ValueError to be raised. Patch by Zackery Spytz.

Documentation
bpo-43959: The documentation on the PyContextVar C-API was clarified.
bpo-43938: Update dataclasses documentation to express that FrozenInstanceError is derived from AttributeError.
bpo-43739: Fixing the example code in Doc/extending/extending.rst to declare and initialize the pmodule variable to be of the right type.

Tests
bpo-43842: Fix a race condition in the SMTP test of test_logging. Don窶冲 close a file descriptor (socket) from a different thread while asyncore.loop() is polling the file descriptor. Patch by Victor Stinner.
bpo-43811: Tests multiple OpenSSL versions on GitHub Actions. Use ccache to speed up testing.
bpo-43791: OpenSSL 3.0.0: Disable testing of legacy protocols TLS 1.0 and 1.1. Tests are failing with TLSV1_ALERT_INTERNAL_ERROR.

Windows
bpo-35306: Avoid raising errors from pathlib.Path.exists() when passed an invalid filename.
bpo-38822: Fixed os.stat() failing on inaccessible directories with a trailing slash, rather than falling back to the parent directory窶冱 metadata. This implicitly affected os.path.exists() and os.path.isdir().
bpo-26227: Fixed decoding of host names in socket.gethostbyaddr() and socket.gethostbyname_ex().
bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. Earlier releases were mislabelled and actually included 1.1.1i again.
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5.

macOS
bpo-44009: Provide 窶徘ython3.x-intel64窶� executable to allow reliably forcing macOS universal2 framework builds to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs. This can be useful for testing or when universal2 wheels are not yet available.
bpo-41100: As of 3.8.10, Python now supports building and running on macOS 11 (Big Sur) and on Apple Silicon Macs (based on the ARM64 architecture). A new universal build variant, universal2, is also available to natively support both ARM64 and Intel 64 in one set of executables. This backport from Python 3.9 does not include support for 窶忤eaklinking窶�; to support a range of macOS versions, continue to target for and build on the oldest version in the range; for 3.8.x, the universal2 variant is only useful on macOS 11 or later.
bpo-43492: Update macOS installer to use SQLite 3.35.4.

IDLE
bpo-43655: IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window.

C API
bpo-43962: _PyInterpreterState_IDIncref() now calls _PyInterpreterState_IDInitref() and always increments id_refcount. Previously, calling _xxsubinterpreters.get_current() could create an id_refcount inconsistency when a _xxsubinterpreters.InterpreterID object was deallocated. Patch by Victor Stinner.

(adam)

2021-05-04 02:38:19 UTC MAIN commitmail json YAML

doc: Updated x11/mate-session-manager to 1.24.3

(gutteridge)

2021-05-04 02:36:27 UTC MAIN commitmail json YAML

mate-session-manager: update to 1.24.3

Change log:

mate-session-manager 1.24.3

  * Translations update
  * Follow freedesktop guidelines to disable autorun using Hidden key
  * capplet: use a function to set the visibility of treeview rows
  * Look for the location of the locking screen app using user's PATH
  * capplet: memory leak

(gutteridge)

2021-05-04 00:25:36 UTC MAIN commitmail json YAML

mate-panel: fix build with non-default introspection enabled

Restore conditional PLIST entries that were lost in an update way back
in 2017.

(gutteridge)

2021-05-04 00:07:51 UTC MAIN commitmail json YAML

doc: Updated misc/mate-calc to 1.24.2

(gutteridge)

2021-05-04 00:07:28 UTC MAIN commitmail json YAML

mate-calc: update to 1.24.2

Change log:

mate-calc 1.24.2

  * Translations update
  * mp-serializer: fix memory leaks reported by valgrind

mate-calc 1.24.1

  * Translations update
  * fixes incorrect parenthesis handling
  * build: silent build warnings for distcheck
  * use default MATE_COMPILE_WARNINGS level
  * math-buttons: add space character after inverse trig. functions
  * mate-calc.desktop: Do not collect the translation for Icon
  * Read authors (updated) from mate-calc.about

(gutteridge)

2021-05-03 23:49:19 UTC MAIN commitmail json YAML

doc: Updated x11/mate-panel to 1.24.2

(gutteridge)

2021-05-03 23:48:40 UTC MAIN commitmail json YAML

mate-panel: update to 1.24.2

pkgsrc-specific change: this package no longer requires Python as a
build tool.

Change log:

mate-panel 1.24.2

  * update translations
  * wncklet: Check the length of the pixel data for empty thumbnails

(gutteridge)

2021-05-03 23:42:30 UTC MAIN commitmail json YAML

doc: Updated x11/xscreensaver to 5.45nb2

(gutteridge)

2021-05-03 23:32:19 UTC MAIN commitmail json YAML

options.description: add webcollage option

(gutteridge)

2021-05-03 23:31:40 UTC MAIN commitmail json YAML

xscreensaver: adjust some documentation

Move the existing MESSAGE content to README.pkgsrc, as much of it
pertains to a non-default option that most users don't need to consider,
and otherwise is not a call to action for a user to do anything. While
here, restructure it a bit.

Also remove the sample NetBSD PAM configration file here, as the
security/pam-pwauth_suid package provides its own (slightly newer)
version of the same, and has its own MESSAGE that references its version
and its distinct installation location (and is a call to action that
users very much need to know about, as otherwise they'll end up with an
X session they can't unlock). There's no point possibly confusing people
with different example files. This addresses PR pkg/50622.

(gutteridge)

2021-05-03 19:01:21 UTC MAIN commitmail json YAML

2021-05-03 18:58:53 UTC MAIN commitmail json YAML

bump buildlink rev dep for freerdp2, particularly since many CVEs were
fixed since 2.0.0rc4

(jdolecek)

2021-05-03 18:57:58 UTC MAIN commitmail json YAML

zenity: Really fix dependencies

gnome-common is deprecated, autoconf-archive should be used instead
itstool is part of yelp-tools

(cirnatdan)

2021-05-03 18:36:28 UTC MAIN commitmail json YAML

doc: Updated net/freerdp2 to 2.3.2

(jdolecek)

2021-05-03 18:35:07 UTC MAIN commitmail json YAML

Update net/freerdp2 to version 2.3.2

Changes between 2.1.2 and 2.2.0 (newer changes not preset in ChangeLog)

# 2020-07-20 Version 2.2.0

Important notes:
* CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel

Noteworty changes:
* fix: memory leak in nsc
* urbdrc
  * some fixes and improvements
* build
  *  use cmake to detect getlogin_r
  * improve asan checks/detection
* server/proxy
  * new: support for heartbeats
  * new: support for rail handshake ex flags
  * fix: possible race condition with redirects

Fixed issues:
* #6263 Sound & mic - filter GSM codec for microphone redirection
* #6335: windows client title length
* #6370 - "Alternate Secondary Drawing Order UNKNOWN"
* #6298 - remoteapp with dialog is disconnecting when it loses focus
* #6299 - v2.1.2: Can't connect to Windows7

(jdolecek)

2021-05-03 18:24:38 UTC MAIN commitmail json YAML

add option for PCSC (smart cards), enable by default

(jdolecek)

2021-05-03 18:18:31 UTC MAIN commitmail json YAML

zenity: Add itstool to fix build. Remove unnecessary gnome-common dep

(cirnatdan)

2021-05-03 17:55:33 UTC MAIN commitmail json YAML

Updated math/py-numpy, math/py-scipy

(adam)