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 (54m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:04:58 UTC Now

2022-04-09 12:15:31 UTC MAIN commitmail json YAML

py-scipy: updated to 1.8.0

SciPy 1.8.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with ``python -Wd`` and check for ``DeprecationWarning`` s).
Our development attention will now shift to bug-fix releases on the
1.8.x branch, and on adding new features on the master branch.

This release requires Python 3.8+ and NumPy 1.17.3 or greater.

For running on PyPy, PyPy3 6.0+ is required.

**************************
Highlights of this release
**************************

- A sparse array API has been added for early testing and feedback; this
  work is ongoing, and users should expect minor API refinements over
  the next few releases.
- The sparse SVD library PROPACK is now vendored with SciPy, and an interface
  is exposed via `scipy.sparse.svds` with ``solver='PROPACK'``. It is currently
  default-off due to potential issues on Windows that we aim to
  resolve in the next release, but can be optionally enabled at runtime for
  friendly testing with an environment variable setting of ``USE_PROPACK=1``.
- A new `scipy.stats.sampling` submodule that leverages the ``UNU.RAN`` C
  library to sample from arbitrary univariate non-uniform continuous and
  discrete distributions
- All namespaces that were private but happened to miss underscores in
  their names have been deprecated.

(adam)

2022-04-09 12:14:27 UTC MAIN commitmail json YAML

py-numpy: updated to 1.22.3

The NumPy 1.22.3 is maintenance release that fixes bugs discovered after the
1.22.2 release. The most noticeable fixes may be those for DLPack. One that may
cause some problems is disallowing strings as inputs to logical ufuncs. It is
still undecided how strings should be treated in those functions and it was
thought best to simply disallow them until a decision was reached. That should
not cause problems with older code.

The NumPy 1.22.2 is maintenance release that fixes bugs discovered after the
1.22.1 release. Notable fixes are:

- Several build related fixes for downstream projects and other platforms.
- Various Annotation fixes/additions.
- Numpy wheels for Windows will use the 1.41 tool chain, fixing downstream link
  problems for projects using NumPy provided libraries on Windows.
- Deal with CVE-2021-41495 complaint.

The NumPy 1.22.1 is maintenance release that fixes bugs discovered after the
1.22.0 release. Notable fixes are:

- Fix f2PY docstring problems (SciPy)
- Fix reduction type problems (AstroPy)
- Fix various typing bugs.

NumPy 1.22.0 is a big release featuring the work of 153 contributers spread
over 609 pull requests. There have been many improvements, highlights are:

* Annotations of the main namespace are essentially complete. Upstream is a
  moving target, so there will likely be further improvements, but the major
  work is done. This is probably the most user visible enhancement in this
  release.
* A preliminary version of the proposed Array-API is provided. This is a step
  in creating a standard collection of functions that can be used across
  applications such as CuPy and JAX.
* NumPy now has a DLPack backend. DLPack provides a common interchange format
  for array (tensor) data.
* New methods for ``quantile``, ``percentile``, and related functions. The new
  methods provide a complete set of the methods commonly found in the
  literature.
* A new configurable allocator for use by downstream projects.
* The universal functions have been refactored to implement most of
  :ref:`NEP 43 <NEP43>`.  This also unlocks the ability to experiment with the
  future DType API.

(adam)

2022-04-09 11:11:10 UTC MAIN commitmail json YAML

helix: remove unnecessary rust mk.

(nikita)

2022-04-09 10:39:42 UTC MAIN commitmail json YAML

(ham/gnuradio-doxygen) PKGREVISION++

(mef)

2022-04-09 10:38:54 UTC MAIN commitmail json YAML

(ham/gnuradio-doxygen) Regen PLIST for doxygen-1.9.3

(mef)

2022-04-09 10:14:37 UTC MAIN commitmail json YAML

2022-04-09 10:14:20 UTC MAIN commitmail json YAML

NetBSD magnetism: mention `priv`

(nia)

2022-04-09 09:26:41 UTC MAIN commitmail json YAML

doc: Added devel/gitui version 0.20.1

(bsiegert)

2022-04-09 09:24:56 UTC MAIN commitmail json YAML

New package for gitui. From Kimihiro Nonaka in PR pkg/56784.

Blazing fast terminal client for git written in Rust.

Features:
* Fast and intuitive keyboard only control
* Context based help (no need to memorize tons of hot-keys)
* Inspect, commit, and amend changes (incl. hooks: commit-msg/post-commit)
* Stage, unstage, revert and reset files and hunks
* Stashing (save, apply, drop, and inspect)
* Browse commit log, diff committed changes
* Scalable terminal UI layout
* Async input polling
* Async git API for fluid control

(bsiegert)

2022-04-09 08:48:21 UTC MAIN commitmail json YAML

tex-firstaid: fix PLIST

(tnn)

2022-04-09 08:07:15 UTC MAIN commitmail json YAML

tex package updates

(markd)

2022-04-09 08:04:27 UTC MAIN commitmail json YAML

2022-04-09 07:56:15 UTC MAIN commitmail json YAML

2022-04-09 07:51:45 UTC MAIN commitmail json YAML

tex-readarray{,-doc}: update to 3.1

Version 3.0 of readarray introduces several new features.  Arrays can be
initialized with the \initarray command, rather than being read from a
file.  With \setvalue, the tokens of individual array cells can be revised
on demand.  The contents of one array can be merged into another by way of
the \mergearray command.  The \typesetarray command allows for versatile
ways to format your array output, including by way of tabular
environments. The way end-of-line characters can be handled on a data-read
is made more versatile with this package version.

(markd)

2022-04-09 07:46:52 UTC MAIN commitmail json YAML

2022-04-09 07:43:13 UTC MAIN commitmail json YAML

Updated textproc/py-openapi-schema-validator, textproc/py-openapi-spec-validator

(adam)

2022-04-09 07:42:19 UTC MAIN commitmail json YAML

py-openapi-spec-validator: updated to 0.4.0

0.4.0
Drop Python 2.7, 3.5 and 3.6 support
Add Python 3.10 support
Bump dependency upper bounds
Drop pyrsistent direct dependency

(adam)

2022-04-09 07:40:34 UTC MAIN commitmail json YAML

py-openapi-schema-validator: updated to 0.2.3

0.2.3
readOnly and writeOnly on jsonschema4 fix

0.2.2
Validate oneOf, anyOf and allOf with discriminator (cherry-pick from 0.3.x)

0.2.1
Revert "make jsonschema4 compatible (DeprecationWarning fix)"
Drop python 3.6 support (cherry-pick from 0.3.x and part 2)
Limit jsonschema dependency

0.2.0
switch to poetry
drop python 2.7 and 3.5 support
make jsonschema4 compatible (DeprecationWarning fix)

(adam)

2022-04-09 07:02:10 UTC MAIN commitmail json YAML

doc: Updated geography/py-googlemaps to 4.6.0

(kleink)

2022-04-09 07:01:35 UTC MAIN commitmail json YAML

geography/py-googlemaps: Update to 4.6.0.

4.6.0 (2022-02-02)

Features
* Geocode by place id (427) (1364711)

(kleink)

2022-04-09 05:11:28 UTC MAIN commitmail json YAML

cnxtview: document make-jobs failure

(wiz)

2022-04-09 03:28:31 UTC MAIN commitmail json YAML

tex package updates

(markd)

2022-04-09 03:27:20 UTC MAIN commitmail json YAML

2022-04-09 03:23:32 UTC MAIN commitmail json YAML

2022-04-09 03:20:29 UTC MAIN commitmail json YAML

2022-04-09 03:17:44 UTC MAIN commitmail json YAML

2022-04-09 03:14:52 UTC MAIN commitmail json YAML

2022-04-09 03:11:47 UTC MAIN commitmail json YAML

tex-siunitx{,-doc}: update to 3.0.50

i3.0.50
- Spacing of sign when using "output-exponent-marker"
- Behavior of "minimum-decimal-digits" with uncertainties

3.0.45
- Include `reset-text-shape = false` in emulation of `detect-all`

3.0.44
-  Hint concerning hyphen inside `\text`
- Handling of `output-exponent-marker` in tables

3.0.43
- Printing `\ohm` with `beamer` clas

3.0.41
- Rounding to an uncertainty purely in the integer part

(markd)

2022-04-09 03:04:35 UTC MAIN commitmail json YAML

tex-showlabels{,-doc}: update to 1.9.1

* Robustness fix: macros in arguments are now handled, so that (after
  \showlabel{index}), \index{Poincar\'e} doesn't cause an error.
* The \showlabel[optarg]{command} optional argument can now take a
  one-argument command.
* The macro \showlabeltype expands to the current label type, for possible
  use in \showlabelsetlabel.
* The code has moved from Bitbucket to Sourcehut: the new repository is
  https://hg.sr.ht/~nxg/showlabels.

(markd)

2022-04-09 02:59:57 UTC MAIN commitmail json YAML

2022-04-09 02:56:35 UTC MAIN commitmail json YAML

2022-04-09 02:52:01 UTC MAIN commitmail json YAML

2022-04-09 00:46:12 UTC MAIN commitmail json YAML

mk: add show-depends-all

Previously, there was no easy way to list all dependencies of a package.
The target show-depends only lists the direct missing dependencies, the
target show-depends-dirs lists all direct dependencies, but neither
lists the indirect dependencies as well.  The newly added target
show-depends-all includes the indirect dependencies.

While here, document the existing targets since they differ subtly.

https://mail-index.netbsd.org/pkgsrc-users/2022/04/07/msg035444.html

(rillig)

2022-04-09 00:37:02 UTC MAIN commitmail json YAML

lxterminal: add a note that there are some issues with GTK3

(gutteridge)

2022-04-09 00:33:45 UTC MAIN commitmail json YAML

rabbitmq: add a note that the test target doesn't work as is

I tried it on NetBSD 9.2_STABLE and Fedora 35, and it doesn't work as
expected. Needs investigation.

(gutteridge)

2022-04-08 23:31:19 UTC MAIN commitmail json YAML

tex packge updates

(markd)

2022-04-08 23:30:06 UTC MAIN commitmail json YAML

2022-04-08 23:27:34 UTC MAIN commitmail json YAML

tex-incgraph{,-doc}: update to 1.2.0

### Added
- Option `overlay page number options`
- `\igrGetPageSize`
- `\igrPageWidth`
- `\igrPageHeight`
- `\igrSetPageSize`
- `\igrGetLastPage`
- `\igrLastPage`
- Adding/Guessing file name extensions
    - Option `extensions`
    - Option `extensions add`
    - Option `extensions from graphics`
    - Option `ignore on not found with extensions`
    - Option `ignore on not found with extensions*`
- Option `no existence check`

### Changed
- Changelog moved from CHANGES to CHANGES.md and adapted to
  [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
  [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Readme moved from README to README.md and adapted to
- Documentation code revised
- Internal package creation process modernized (invisible to the user)
- Adaption of paper size made compatible with lualatex
- Implementation of `\incgraph` and `\incmultigraph` changed (to LaTeX3)

### Fixed
- Documentation typos corrected
- `\incgraph` ignored option settings for not existing files.

(markd)

2022-04-08 23:23:17 UTC MAIN commitmail json YAML

tex-iftex{,-doc}: update to 1.0f

Update to iftex package, adding tests for for TexpadTeX and
HiTeX (HINT format).

(markd)

2022-04-08 23:20:29 UTC MAIN commitmail json YAML

2022-04-08 23:17:22 UTC MAIN commitmail json YAML

2022-04-08 23:14:41 UTC MAIN commitmail json YAML

tex-haranoaji-extra{,-doc}: update to 20220220

* Add glyphs by 180 and 270 (-90) degree rotation
* Add kana similar CIDs to pwid and pwidvert
* Improve adding GSUB vert substituion

(markd)

2022-04-08 23:11:30 UTC MAIN commitmail json YAML

tex-haranoaji{,-doc}: update to 20220220

* Add glyphs by 180 and 270 (-90) degree rotation
* Add kana similar CIDs to pwid and pwidvert
* Improve adding GSUB vert substituion

(markd)

2022-04-08 23:07:05 UTC MAIN commitmail json YAML

tex-glossaries{,-doc}: update to 4.49

- bug fix: list style with entrycounter has problematic unexpanded content

- new command \glsunexpandedfieldvalue (provided for use in
  \glslistexpandedname)

- new command \glscapitalisewords (defaults to \capitalisewords)
  provides a way to switch to \capitalisefmtwords if required

- added new files containing dummy entries for testing:
    -  example-glossaries-longchild.tex
    -  example-glossaries-childmultipar.tex

(markd)

2022-04-08 23:00:45 UTC MAIN commitmail json YAML

2022-04-08 22:58:22 UTC MAIN commitmail json YAML

2022-04-08 22:31:47 UTC MAIN commitmail json YAML

lxterminal: add optional GTK3 support

Add the option of using GTK3 as the base X11 toolkit, rather than GTK2.
(No change to default build.)

(gutteridge)

2022-04-08 21:37:17 UTC MAIN commitmail json YAML

tex package updates

(markd)

2022-04-08 21:36:21 UTC MAIN commitmail json YAML

2022-04-08 21:32:04 UTC MAIN commitmail json YAML

2022-04-08 21:28:49 UTC MAIN commitmail json YAML

tex-fancyvrb{,-doc}: update to 4.1b

4.1a
allow again the setting "latline" without a value
4.0
added lastline=0 for no output
3.8
fix for linenumbers and reused SaveVerbatim (hv)

(markd)

2022-04-08 21:23:49 UTC MAIN commitmail json YAML

tex-europecv{,-doc}: update to 2021.62684

Fix issue "Package can't find logo PDF" on XeLaTeX.
Improved Romanian translation.

(markd)

2022-04-08 21:20:36 UTC MAIN commitmail json YAML

tex-etoc{,-doc}: update to 1.09e

Needed (if etoc is used without hyperref) updates to internal macros to
prepare for the upcoming LaTeX November 2021 change to \contentsline.

Related updates to the user macro \etoctoccontentsline.

(markd)

2022-04-08 21:17:09 UTC MAIN commitmail json YAML

2022-04-08 21:13:55 UTC MAIN commitmail json YAML

tex-enotez{,-doc}: update to 0.10d

- fix issues with the backref option
- print list local to a group

(markd)

2022-04-08 21:09:48 UTC MAIN commitmail json YAML

tex-doclicense{,-doc}: update to 3.0.0

* Breaking change: Hard require package options "type", "modifier"
  and "version" now after one year in soft require migration period.
* Add Croatian translation.
* Add sections to docs about choosing a license and the REUSE specification.
* Update Spanish translation to match Creative Commons website.
* Add note to README that CC license texts and images are licensed
  themselves under CC0-1.0.
* Load csquotes after hyperref to avoid hyperref warning.
* Do not load the hyperxmp package if the silence package is loaded
  to avoid an endless loop.
* Improve warning messages generated by the package.
* Add "Dependency packages and load order" section to docs.

(markd)

2022-04-08 21:04:07 UTC MAIN commitmail json YAML

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

tex-cutwin{,-doc}: update to 0.2

An update to the cutwin package, to avoid a clash on use of registers
with the extended picture mode in current latex releases.

(markd)

2022-04-08 20:55:02 UTC MAIN commitmail json YAML

tex-csvsimple{,-doc}: update to 2.3.0

2.3.0
### Added
- Option `column names detection`
- Documentation: csvautotabular inspired example for tabularray.

### Changed
- `\csvlinetotablerow` changed to be expandable and to be
    usable inside a *Data Collection*
- Options `autotabular`, `autobooktabular`, `autolongtable`,
    `autobooklongtable` use `column names detection=false` now.

2.2.1
### Fixed
- Option `late after first line` ignored for `csvsimple-l3`

2.2.0
### Added
- Configurable usage of tabular-like environments
- Option `table centered`
- Option `generic table`
- Option `generic collected table`
- Option `generic table options`

### Changed
- The implementation of all tabular-like environments uses the new
  generic environments now internally. Should be unnoticeable for a user.

### Fixed
- documentation typo correction and small improvents
- Option `long tabularray`

(markd)

2022-04-08 18:02:19 UTC MAIN commitmail json YAML

doc: Updated graphics/p5-Image-ExifTool to 12.30nb1

(gdt)

2022-04-08 18:02:14 UTC MAIN commitmail json YAML

graphics/p5-Image-ExifTool: Update to 12.30

Despite repology showing 12.41, 12.30 is the latest production release.

Upstream changes are minor improvements and bugfixes.

(gdt)

2022-04-08 18:01:44 UTC MAIN commitmail json YAML

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

(adam)

2022-04-08 18:00:28 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 1.26.0

Certbot 1.26.0

Added

Added --new-key. When renewing or replacing a certificate that has --reuse-key
set, it will force a new private key to be generated, one time.

As before, --reuse-key and --no-reuse-key can be used to enable and disable key
reuse.

Changed

The default propagation timeout for the OVH DNS plugin (--dns-ovh-propagation-seconds)
has been increased from 30 seconds to 120 seconds, based on user feedback.

Fixed

Certbot for Windows has been upgraded to use Python 3.9.11, in response to
https://www.openssl.org/news/secadv/20220315.txt.
Previously, when Certbot was in the process of registering a new ACME account
and the ACME server did not present any Terms of Service, the user was asked to
agree with a non-existent Terms of Service ("None"). This bug is now fixed, so
that if an ACME server does not provide any Terms of Service to agree with, the
user is not asked to agree to a non-existent Terms of Service any longer.
If account registration fails, Certbot did not relay the error from the ACME server
back to the user. This is now fixed: the error message from the ACME server is now
presented to the user when account registration fails.

(adam)

2022-04-08 15:14:14 UTC MAIN commitmail json YAML

doc: Updated editors/emacs28 to 28.1nb1

(wiz)

2022-04-08 15:14:02 UTC MAIN commitmail json YAML

emacs28: enable cairo by default

cairo + harfbuzz is the default graphics backend.

Bump PKGREVISION.

(wiz)

2022-04-08 11:44:49 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20220408

(wiz)

2022-04-08 11:44:39 UTC MAIN commitmail json YAML

neomutt: update to 20220408.

2022-04-08  Richard Russon  <rich@flatcap.org>
* Features
  - Compose multipart emails
* Bug Fixes
  - Fix screen mode after attempting decryption
  - imap: increase max size of oauth2 token
  - Fix autocrypt
  - Unify Alias/Query workflow
  - Fix colours
  - Say which file exists when saving attachments
  - Force SMTP authentication if `smtp_user` is set
  - Fix selecting the right email after limiting
  - Make sure we have enough memory for a new email
  - Don't overwrite with zeroes after unlinking the file
  - Fix crash when forwarding attachments
  - Fix help reformatting on window resize
  - Fix poll to use PollFdsCount and not PollFdsLen
  - regex: range check arrays strictly
  - Fix Coverity defects
  - Fix out of bounds write with long log lines
  - Apply `fast_reply` to 'to', 'cc', or 'bcc'
  - Prevent warning on empty emails
* Changed Config
  - New default: `set rfc2047_parameters = yes`
* Translations
  - 100% German
  - 100% Lithuanian
  - 100% Serbian
  - 100% Czech
  - 100% Turkish
  - 72% Hungarian
* Docs
  - Improve header cache explanation
  - Improve description of some notmuch variables
  - Explain how timezones and `!`s work inside `%{}`, `%[]` and `%()`
  - Document config synonyms and deprecations
* Build
  - Create lots of GitHub Actions
  - Drop TravisCI
  - Add automated Fuzzing tests
  - Add automated ASAN tests
  - Create Dockers for building Centos/Fedora
  - Build fixes for Solaris 10
  - New libraries: browser, enter, envelope
  - New configure options: `--fuzzing` `--debug-color` `--debug-queue`
* Code
  - Split Index/Pager GUIs/functions
  - Add lots of function dispatchers
  - Eliminate `menu_loop()`
  - Refactor function opcodes
  - Refactor cursor setting
  - Unify Alias/Query functions
  - Refactor Compose/Envelope functions
  - Modernise the Colour handling
  - Refactor the Attachment View
  - Eliminate the global `Context`
  - Upgrade `mutt_get_field()`
  - Refactor the `color quoted` code
  - Fix lots of memory leaks
  - Refactor Index resolve code
  - Refactor PatternList parsing
  - Refactor Mailbox freeing
  - Improve key mapping
  - Factor out charset hooks
  - Expose mutt_file_seek API
  - Improve API of `strto*` wrappers
* Upstream
  - imap QRESYNC fixes
  - Allow an empty To: address prompt
  - Fix argc==0 handling
  - Don't queue IMAP close commands
  - Fix IMAP UTF-7 for code points >= U+10000
  - Don't include inactive messages in msgset generation

(wiz)

2022-04-08 10:26:27 UTC MAIN commitmail json YAML

doc: Added editors/ced version 0.1.3

(pin)

2022-04-08 10:26:02 UTC MAIN commitmail json YAML

2022-04-08 10:25:20 UTC MAIN commitmail json YAML

editors/ced

Ced is not a fully featured editor, but more likely an "ed" for csv.
Ced simply prevents you from adding surplus column or invalid data type.

That's it. No searching, filtering, no nothing.

(pin)

2022-04-08 10:23:08 UTC MAIN commitmail json YAML

doc: Added time/rsclock version 0.1.7

(pin)

2022-04-08 10:22:40 UTC MAIN commitmail json YAML

2022-04-08 10:21:52 UTC MAIN commitmail json YAML

2022-04-08 06:54:47 UTC MAIN commitmail json YAML

doc/TODO: + scidavis-2.7.1.

(wiz)

2022-04-08 06:52:53 UTC MAIN commitmail json YAML

pan: add some missing tool dependencies

(wiz)

2022-04-08 06:48:02 UTC MAIN commitmail json YAML

Updated security/libgpg-error, devel/py-jupyter_client

(adam)

2022-04-08 06:47:40 UTC MAIN commitmail json YAML

py-jupyter_client: updated to 7.2.2

7.2.2

Maintenance and upkeep improvements

- Include py.typed file
- [pre-commit.ci] pre-commit autoupdate
- More Cleanup

(adam)

2022-04-08 06:47:34 UTC MAIN commitmail json YAML

cnxtview: not parallel-make safe

(wiz)

2022-04-08 06:39:42 UTC MAIN commitmail json YAML

libgpg-error: updated to 1.45

Noteworthy changes in version 1.45 (2022-04-07)
-----------------------------------------------

* Support the "sysopen" mode parameter for gpgrt_fopen so that file
  names longer than MAX_PATH can be supported under Windows.

* gpgrt_access and gpgrt_mkdir now support file names longer than
  MAX_PATH.

* gpgrt_fopen now maps "/dev/null" to "nul" on Windows.

* Published some internal helper functions for Windows.

* Interface changes relative to the 1.42 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgrt_free_wchar                NEW.
gpgrt_fname_to_wchar            NEW.
gpgrt_utf8_to_wchar              NEW.
gpgrt_wchar_to_utf8              NEW.

(adam)

2022-04-08 06:30:05 UTC MAIN commitmail json YAML

doc: Updated archivers/xz to 5.2.5nb1

(wiz)

2022-04-08 06:29:56 UTC MAIN commitmail json YAML

xz: add upstream patch to fix CVE-2022-1271

Bump PKGREVISION

(wiz)

2022-04-08 06:24:50 UTC MAIN commitmail json YAML

doc: Updated archivers/gzip to 1.12

(wiz)

2022-04-08 06:24:00 UTC MAIN commitmail json YAML

gzip: update to 1.12.

* Noteworthy changes in release 1.12 (2022-04-07) [stable]

** Changes in behavior

  'gzip -l' no longer misreports file lengths 4 GiB and larger.
  Previously, 'gzip -l' output the 32-bit value stored in the gzip
  header even though that is the uncompressed length modulo 2**32.
  Now, 'gzip -l' calculates the uncompressed length by decompressing
  the data and counting the resulting bytes.  Although this can take
  much more time, nowadays the correctness pros seem to outweigh the
  performance cons.

  'zless' is no longer installed on platforms lacking 'less'.

** Bug fixes

  zgrep applied to a crafted file name with two or more newlines
  can no longer overwrite an arbitrary, attacker-selected file.
  [bug introduced in gzip-1.3.10]

  zgrep now names input file on error instead of mislabeling it as
  "(standard input)", if grep supports the GNU -H and --label options.

  'zdiff -C 5' no longer misbehaves by treating '5' as a file name.
  [bug present since the beginning]

  Configure-time options like --program-prefix now work.

* Noteworthy changes in release 1.11 (2021-09-03) [stable]

** Performance improvements

  IBM Z platforms now support hardware-accelerated deflation.

(wiz)

2022-04-08 06:17:54 UTC MAIN commitmail json YAML

doc: Updated x11/xdpyinfo to 1.3.3

(wiz)

2022-04-08 06:17:45 UTC MAIN commitmail json YAML

xdpyinfo: update to 1.3.3.

This release includes a pair of changes to align with the xserver-21.x
release series - it prints the version without the leading "1." for 21.x
xservers, and it changes the default for building DMX support from --with-dmx
to --without-dmx as DMX is no longer included in the 21.x xservers.
(The DMX support in xdpyinfo is not removed in this release, and can be
enabled at build time with the --with-dmx flag to configure, but may be
fully removed in a future release of xdpyinfo.)

Adam Jackson (1):
      xdpyinfo: Fix printing the X.Org release version for xserver >= 21

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Only check for XFree86 if vendor string doesn't match X.Org
      Add explicit casts to clear implicit conversion warnings
      Disable DMX support by default, leave --with-dmx to enable it
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: stop requiring Signed-off-by in commits
      xdpyinfo 1.3.3

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Thomas Kuehne (1):
      fix -Wunused-[...] compiler warnings

(wiz)

2022-04-08 06:16:31 UTC MAIN commitmail json YAML

doc: Updated time/xclock to 1.1.1

(wiz)

2022-04-08 06:16:20 UTC MAIN commitmail json YAML

xclock: update to 1.1.1

Alan Coopersmith (2):
      Fall back to sin() and cos() calls on systems without sincos()
      xclock 1.1.1

Thomas Kuehne (2):
      fix -Wmissing-field-initializers warning
      fix -Wabsolute-value compiler warning

(wiz)

2022-04-08 05:44:59 UTC MAIN commitmail json YAML

tex package updates

(markd)

2022-04-08 05:43:28 UTC MAIN commitmail json YAML

2022-04-08 05:40:12 UTC MAIN commitmail json YAML

2022-04-08 05:36:36 UTC MAIN commitmail json YAML

2022-04-08 05:31:33 UTC MAIN commitmail json YAML

2022-04-08 05:28:02 UTC MAIN commitmail json YAML

2022-04-08 05:21:48 UTC MAIN commitmail json YAML

tex-circuitikz{,-doc}: update to 1.4.6

A nasty bug fix and some hack to avoid that some global Ti*k*Z option
spill into the shapes.

- Fix bug with legacy transmission lines in `overlay`s
- Robustify some shapes: do not let arrows option pass
  to the inner drawing
- Add warning about global draw options in the manual
- Fixes in the documentation: hyperlink the index again,
  cite new recovery point, remove some legacy construct
- Added 1.4.6 rollback point

(markd)

2022-04-08 05:17:03 UTC MAIN commitmail json YAML

2022-04-08 05:13:55 UTC MAIN commitmail json YAML

2022-04-08 05:10:16 UTC MAIN commitmail json YAML

tex-cellspace{,-doc}: update to 1.9.0

The package has now been made aware of the new implementation of
\@endpbox of array. The new implementation solves a problem with
empty cells for paragraph-type columns (m, p, b) by testing
whether \prevdepth is greater than 1000 pt.

(markd)

2022-04-08 05:06:50 UTC MAIN commitmail json YAML

tex-carlisle{,-doc}: update to 2021

Update to ltxtable.sty (first update since 1995) to match recent
longtable update.  Internal changes only.

(markd)

2022-04-08 05:02:04 UTC MAIN commitmail json YAML

2022-04-08 01:21:49 UTC MAIN commitmail json YAML

README.macOS: rewrite for typical new users.

Historical details have moved:

https://wiki.netbsd.org/pkgsrc/macos_porting_notes/

(schmonz)

2022-04-07 22:58:23 UTC MAIN commitmail json YAML

nss: Regenerate distinfo to follow recent changes

(ryoon)

2022-04-07 20:00:05 UTC MAIN commitmail json YAML

doc: Updated fonts/noto-emoji-ttf to 2.034nb1

(wiz)

2022-04-07 19:59:55 UTC MAIN commitmail json YAML

noto-emoji-ttf: do not install Windows compatibility font

(wiz)

2022-04-07 19:08:40 UTC MAIN commitmail json YAML

2022-04-07 17:39:42 UTC MAIN commitmail json YAML

s/bootstrap-pkgsrc/pkgsrc bootstrap/g

(schmonz)

2022-04-07 17:29:31 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 5.0.0

(schmonz)

2022-04-07 17:29:26 UTC MAIN commitmail json YAML

Update to 5.0.0. From the changelog:

These changes are only breaking if you extend the Namer classes.

# Namer/NamerBase

Namer is now a pure interface and the abstract parts have been moved to
NamerBase. Fix: If you are extending approvaltests.core.Namer you will
probably want to extend approvaltests.namer.NamerBase.

# StackFrameNamer renames

- Directory -> directory
- MethodName -> method_name
- ClassName -> class_name

(schmonz)

2022-04-07 15:56:40 UTC MAIN commitmail json YAML

noto-emoji-ttf: fix LICENSE

the fonts are ofl-v1.1; other stuff has other licenses but
we only use the fonts

(wiz)

2022-04-07 15:16:55 UTC MAIN commitmail json YAML

bootstrap: Rototill README.Linux

Convert to markdown because the previous style was too confusing.  A
lot of this is ancient; mark it as such.  Fold in comments from Peter
Lai about working/non-working gcc versions.

(gdt)

2022-04-07 13:13:36 UTC MAIN commitmail json YAML

Updated devel/py-entrypoints, devel/py-jupyter_client

(adam)

2022-04-07 13:13:11 UTC MAIN commitmail json YAML

py-jupyter_client: updated to 7.2.1

7.2.1

Maintenance and upkeep improvements

- Handle Warnings

7.2.0

Enhancements made

- Update consoleapp.py

Bugs fixed

- Json packer: handle TypeError and fallback to old json_clean
- Prefer sending signals to kernel process group

Maintenance and upkeep improvements

- Mock is not needed
- Add pytest opts and clean up workflows
- Clean up dependency handling
- Use built in run cancellation

(adam)

2022-04-07 12:39:06 UTC MAIN commitmail json YAML

2022-04-07 12:39:06 UTC MAIN commitmail json YAML

fontconfig: pkglint cleanup

(wiz)

2022-04-07 12:38:51 UTC MAIN commitmail json YAML

fontconfig: regen distinfo for patch comment change

(wiz)

2022-04-07 12:29:05 UTC MAIN commitmail json YAML

Updated devel/py-flit_core, devel/py-flit

(adam)

2022-04-07 12:28:15 UTC MAIN commitmail json YAML

py-flit_core py-flit: updated to 3.7.1

Version 3.7.1

Fix building packages which need execution to get the version number, and have a relative import in __init__.py.

Version 3.7

Support for external data files such as man pages or Jupyter extension support files.
Project names are now lowercase in wheel filenames and .dist-info folder names, in line with the specification.
Improved support for bootstrapping a Python environment, e.g. for downstream packagers. flit_core.wheel is usable with python -m to create wheels before the build tool is available, and flit_core sdists also include a script to install itself from a wheel before installer is available.
Use newer importlib APIs, fixing some deprecation warnings

(adam)

2022-04-07 12:12:02 UTC MAIN commitmail json YAML

Make pkglint happy

(adam)

2022-04-07 11:47:48 UTC MAIN commitmail json YAML

fonts/fontconfig: Cite upstream submission of ctype(3) patch.

(riastradh)

2022-04-07 10:57:57 UTC MAIN commitmail json YAML

2022-04-07 10:35:28 UTC MAIN commitmail json YAML

emacs: Use emacs28 from editors/emacs28

editors/emacs-snapshot will not be used.

(ryoon)

2022-04-07 10:21:06 UTC MAIN commitmail json YAML

Added www/py-widgetsnbextension; Updated www/py-ipywidgets

(adam)

2022-04-07 10:20:48 UTC MAIN commitmail json YAML

py-ipywidgets: updated to 7.7.0

7.7
---
Highlights include:

- Fix installation on Python 3.10.
- Throw an error if we cannot render a widget, enabling the rendering system to fall back to rendering a different data type if available.
- Create a new widget control comm channel, enabling more efficient fetching of kernel widget state.
- Refactor logic for fetching kernel widget state to the manager base class. This logic first tries to use the new widget control comm channel, falling back to the existing method of requesting each widget's state individually.
- Enable HTMLManager output widgets to render state updates.
- Do not reset JupyterLab CSS variables if they are already defined.
- Fix variable inspector example.
- Introduce new widget manager `has_model` method for synchronously checking if a widget model is registered.
- Work around bug in Chrome rendering Combobox arrows.
- Optionally echo update messages from frontends to other frontends. This enables widget views in different frontends to maintain consistent state simultaneously, and also makes sure that simultaneous updates from the kernel and frontend resolve to a consistent state. This is off by default in ipywidgets 7.7, and it is anticipated this will be on by default in ipywidgets 8.0. To enable echo update messages across ipwyidgets, set the environment variable `JUPYTER_WIDGETS_ECHO` to 1. To opt a specific attribute out of echo updates, tag the attribute with `echo_update=False` metadata (we do this in core for the FileUpload widget's `data` attribute).

(adam)

2022-04-07 10:19:57 UTC MAIN commitmail json YAML

2022-04-07 07:22:22 UTC MAIN commitmail json YAML

py-nbconvert: add missing dependency on www/py-beautifulsoup4

(adam)

2022-04-07 07:16:55 UTC MAIN commitmail json YAML

Added textproc/py-fastjsonschema; Updated www/py-nbformat, www/py-notebook, security/py-gssapi

(adam)

2022-04-07 07:16:20 UTC MAIN commitmail json YAML

py-gssapi: updated to 1.7.3

v1.7.3:
Fix up sha512sum file generation in the GitHub release asset
Added Python type annotation to classes and functions

(adam)

2022-04-07 07:08:54 UTC MAIN commitmail json YAML

py-notebook: updated to 6.4.10

6.4.9

Maintenance and upkeep improvements

- Update links and fix check-release)
- Update 6.4.x branch with some missing commits

Other merged PRs

- Specify minimum version of nbconvert required

(adam)

2022-04-07 07:08:34 UTC MAIN commitmail json YAML

gcc.mk: gcc8 and gcc9 from pkgsrc do not build on 32-bit netbsd arm

workaround PR pkg/56679

(nia)

2022-04-07 07:01:44 UTC MAIN commitmail json YAML

py-nbformat: updated to 5.3.0

5.3.0
=====
- Use `f`astjsonschema`` by default
- Adopt ``pre-commit`` and auto-formatters
- Increase minimum ``jsonschema`` to 2.6, handle warnings

5.2.0
=====
- Add ability to capture validation errors
- Update supported python versions
- Ensure nbformat minor version is present when upgrading
- Only fix cell ID validation issues if asked
- Return the notebook when no conversion is needed
- Catch AttributeErrors stemming from ipython_genutils as ValidationErrors on read
- Don't list pytest-cov as a test dependency
- Remove dependency on IPython genutils
- Include tests in sdist but not wheel

(adam)

2022-04-07 07:00:29 UTC MAIN commitmail json YAML

py-fastjsonschema: added version 2.15.3

fastjsonschema implements validation of JSON documents by JSON schema. The
library implements JSON schema drafts 04, 06 and 07. The main purpose is to
have a really fast implementation.

(adam)

2022-04-07 06:54:09 UTC MAIN commitmail json YAML

Updated devel/py-pyrsistent, textproc/py-jsonschema

(adam)

2022-04-07 06:50:18 UTC MAIN commitmail json YAML

py-flask-restplus: exclude Python 2.7

(adam)

2022-04-07 06:49:20 UTC MAIN commitmail json YAML

py-jsonschema: updated to 4.4.0

v4.4.0
------
* Add ``mypy`` support
* Add support for Python 3.11

v4.3.3
------
* Properly report deprecation warnings at the right stack level

v4.3.2
------
* Additional performance improvements for resolving refs

v4.3.1
------
* Resolving refs has had performance improvements

v4.3.0
------
* Fix undesired fallback to brute force container uniqueness check on
  certain input types
* Implement a PEP544 Protocol for validator classes

v4.2.1
------
* Pin ``importlib.resources`` from below

v4.2.0
------
* Use ``importlib.resources`` to load schemas
* Ensure all elements of arrays are verified for uniqueness by ``uniqueItems``

v4.1.2
------
* Fix ``dependentSchemas`` to properly consider non-object instances to be
  valid

v4.1.1
------
* Fix ``prefixItems`` not indicating which item was invalid within the instance
  path

v4.1.0
------
* Add Python 3.10 to the list of supported Python versions

v4.0.1
------
* Fix the declaration of minimum supported Python version

v4.0.0
------
* Partial support for Draft 2020-12 (as well as 2019-09).
  Thanks to Thomas Schmidt and Harald Nezbeda.
* ``False`` and ``0`` are now properly considered non-equal even
  recursively within a container
  ``uniqueItems`` validation may be *slower* in some cases. Please feel
  free to report any significant performance regressions, though in
  some cases they may be difficult to address given the specification
  requirement.
* The CLI has been improved, and in particular now supports a ``--output``
  option (with ``plain`` (default) or ``pretty`` arguments) to control the
  output format. Future work may add additional machine-parsable output
  formats.
* Code surrounding ``DEFAULT_TYPES`` and the legacy mechanism for
  specifying types to validators have been removed, as per the deprecation
  policy. Validators should use the ``TypeChecker`` object to customize
  the set of Python types corresponding to JSON Schema types.
* Validation errors now have a ``json_path`` attribute, describing their
  location in JSON path format
* Support for the IP address and domain name formats has been improved
* Support for Python 2 and 3.6 has been dropped, with ``python_requires``
  properly set.
* ``multipleOf`` could overflow when given sufficiently large numbers. Now,
  when an overflow occurs, ``jsonschema`` will fall back to using fraction
  division
* ``jsonschema.__version__``, ``jsonschema.validators.validators``,
  ``jsonschema.validators.meta_schemas`` and
  ``jsonschema.RefResolver.in_scope`` have been deprecated, as has
  passing a second-argument schema to ``Validator.iter_errors`` and
  ``Validator.is_valid``.

(adam)

2022-04-07 06:46:29 UTC MAIN commitmail json YAML

py-pyrsistent: updated to 0.18.1

0.18.1, 2022-01-14
* Add universal wheels for MacOS, thanks @ntamas for this!
* Add support for Python 3.10, thanks @hugovk for this!
* Fix 236 compilation errors under Python 3.10.
* Drop official support for Python 3.6 since it's EOL since 2021-12-23.
* Fix 238, failing doc tests on Python 3.11, thanks @musicinmybrain for this!

0.18.0, 2021-06-28
* Fix 209 Update freeze recurse into pyrsistent data structures and thaw to recurse into lists and dicts,
  NB! This is a backwards incompatible change! To keep the old behaviour pass `strict=False` to freeze and thaw.
* Fix 226, stop using deprecated exception.message.
* Fix 211, add union operator to persistent maps.
* Fix 194, declare build dependencies through pyproject.toml.
* Officially drop Python 3.5 support.
* Fix 223, release wheels for all major platforms.
* Fix 221, KeyError obscured by TypeError if key is a tuple.
* Fix LICENSE file name spelling.
* Fix 216, add abstractmethod decorator for CheckedType and ABCMeta for _CheckedTypeMeta.
* Fix 228, rename example classes in tests to avoid name clashes with pytest.

0.17.3, 2020-09-13
* Fix 208, release v0.17.3 with proper meta data requiring Python >= 3.5.

0.17.2 (yanked awaiting proper fix for Python 3 req), 2020-09-09
* Same as 0.17.1 released with more recent version of setuptools to get proper meta data for in place.

0.17.1 (yanked for proper meta data), 2020-09-09
* Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies.

0.17.0 (yanked for Python 2 compatibility), 2020-09-08
* Remove Python 2 support code. This includes dropping some compatibility code and the dependency on
  six.
* Fix 200, python 3 exception chaining. This is a minor backwards incompatibility, hence stepping
  to 0.17.0.

(adam)

2022-04-07 05:40:52 UTC MAIN commitmail json YAML

Updates to some TeX packages.

(markd)

2022-04-07 05:39:14 UTC MAIN commitmail json YAML

2022-04-07 05:36:02 UTC MAIN commitmail json YAML

2022-04-07 05:31:36 UTC MAIN commitmail json YAML

tex-breqn: updat to 0.98l

* Prevent new LaTeX paragraph hooks from running and interfering
  unnecessarily with breqn internals (thanks Frank)

(markd)

2022-04-07 05:27:34 UTC MAIN commitmail json YAML

tex-beamertheme-focus: update to 3.3.0

3.3.0:
Use Fira font also for math.

3.2.0
Fix frame numbering on frames when both `noframenumbering` and
`allowframebreaks` options are used.

3.0.0
Added [totalframenumbering={yes,no}] option to toggle showing the total
frame number.

(markd)

2022-04-07 05:19:28 UTC MAIN commitmail json YAML

tex-beamer{,-doc}: update to 3.66

3.66
### Fixed
- fixed edge case in numbering of hidden and unnumbered frames
- fixed regression of class options not being passed to packages
  like xcolor

3.65
### Added
- adding new `onlytextwidth` class option to use this key for all
`columns` environments by default
- adding new stretchable frame option `s`
- adding user-accessible commands for `\beamersidebarwidth` and
`\beamerheadheight`
- allow custom values for `aspectratio` option

### Fixed
- using `gray` colormodel for the delcarartion of fadings
- fixed bullet colour of alerted items for custom item colour
- workaround to make miniframes clickable in xelatex
- added missing encoding value to multimedia sound macro
- imporoved problem with shadow of blocks without title
- reduced artefacts in poppler based viewers for shadow blocks
- workaround to make `\framezoom` clickable in xelatex
- exclude invisible frames from being counted
- fixed cut off miniframes for 8pt and 9pt

(markd)

2022-04-07 05:10:39 UTC MAIN commitmail json YAML

2022-04-07 05:06:51 UTC MAIN commitmail json YAML

2022-04-07 05:00:24 UTC MAIN commitmail json YAML

2022-04-07 04:54:43 UTC MAIN commitmail json YAML

2022-04-07 04:50:35 UTC MAIN commitmail json YAML

2022-04-07 03:44:04 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-anyfontsize and tex-regexpatch

(markd)

2022-04-07 03:37:41 UTC MAIN commitmail json YAML

2022-04-07 02:55:27 UTC MAIN commitmail json YAML

tex URW base font package updates

(markd)

2022-04-07 02:52:37 UTC MAIN commitmail json YAML

2022-04-07 02:52:11 UTC MAIN commitmail json YAML

2022-04-07 02:51:30 UTC MAIN commitmail json YAML

2022-04-07 02:51:03 UTC MAIN commitmail json YAML

2022-04-07 02:50:11 UTC MAIN commitmail json YAML

2022-04-07 02:49:36 UTC MAIN commitmail json YAML

2022-04-07 02:48:59 UTC MAIN commitmail json YAML

2022-04-07 02:48:30 UTC MAIN commitmail json YAML

2022-04-07 02:47:51 UTC MAIN commitmail json YAML

2022-04-07 02:47:10 UTC MAIN commitmail json YAML

2022-04-07 00:53:08 UTC MAIN commitmail json YAML

vte3: also apply GCC_REQD bump in buildlink3.mk

(Missed in previous commit.)

(gutteridge)

2022-04-07 00:31:14 UTC MAIN commitmail json YAML

vte3: un-break builds with default GCC < 10

As of 0.68, this package expects C++20, and also fails if GCC < 10 or
clang < 11. (I don't see an equivalent to GCC_REQD for clang.) This
isn't necessarily a satisfactory fix, but at least gets it to build
again, un-breaking DE meta-pkgs like xfce4, mate, and gnome. It needs
further investigation.

The commit that enforces this new (high) bar in meson.build is:
https://github.com/GNOME/vte/commit/eec33cce0b9359fddda35703e22bffd1f8f28852
I haven't had time to examine the code to see what C++20 features are
involved.

(gutteridge)

2022-04-06 22:46:22 UTC MAIN commitmail json YAML

doc: Updated fonts/noto-emoji-ttf to 2.034

(wiz)

2022-04-06 22:46:13 UTC MAIN commitmail json YAML

2022-04-06 22:41:45 UTC MAIN commitmail json YAML

doc: Added editors/emacs28-nox11 version 28.1

(wiz)

2022-04-06 22:41:37 UTC MAIN commitmail json YAML

doc: Added editors/emacs28 version 28.1

(wiz)

2022-04-06 22:41:26 UTC MAIN commitmail json YAML

editors/Makefile: + emacs28*

(wiz)

2022-04-06 22:41:03 UTC MAIN commitmail json YAML

editors/emacs28-nox11: import emacs28-nox11-28.1

GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 28.

(wiz)

2022-04-06 22:40:38 UTC MAIN commitmail json YAML

editors/emacs28: import emacs28-28.1

GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 28.

(wiz)

2022-04-06 19:53:59 UTC MAIN commitmail json YAML

doc: Updated chat/lurch-purple to 0.7.0

(gdt)

2022-04-06 19:53:53 UTC MAIN commitmail json YAML

chat/lurch-purple: Update to 0.7.0

Actually works with pidgin, talking to Conversations via federation!
(0.6.8 did not)

Upstream:

## [0.7.0] - 2021-02-12
### Added
- This file.
- An API reachable through _libpurple_ signals. See `lurch_api.h` for details and usage.
- Testing setup using _cmocka_ and tests for new modules.
- CI setup running the tests in _appveyor_ and reporting coverage results to _codecov_.
- The possibility to dynamically link against the submodule libaries. ([#151](https://github.com/gkdr/lurch/pull/151)) (thanks, [@fortysixandtwo](https://github.com/fortysixandtwo)!)

### Changed
- A new `/command` handler using the API, replacing the old implementation. The commands are a bit different and some are new.
- Updated _libomemo_ submodule to 0.7.1. See the [changelog](https://github.com/gkdr/libomemo/blob/master/CHANGELOG.md) for details.
- Updated _axc_ submodule to 0.3.4. See the [changelog](https://github.com/gkdr/axc/blob/master/CHANGELOG.md) for details.

### Removed
- The `lurch_initialised` setting in the `accounts.xml`.

### BUGFIXES

(gdt)

2022-04-06 19:33:48 UTC MAIN commitmail json YAML

doc: Updated devel/wabt to 1.0.28

(fcambus)

2022-04-06 19:33:37 UTC MAIN commitmail json YAML

wabt: update to 1.0.28.

No upstream ChangeLog.

(fcambus)

2022-04-06 18:16:13 UTC MAIN commitmail json YAML

mariadb105-client: no need to special case __APPLE__ for pkgsrc builds

The file client/mysql.cc uses the readline library, but it has preprocessor
conditionals specially for __APPLE__.  Pkgsrc expects a common readline,
however, and so the build fails.  Removing the special case handles __APPLE__
the same as other platforms.

(brook)

2022-04-06 18:04:51 UTC MAIN commitmail json YAML

mariadb106-client: no need to special case __APPLE__ for pkgsrc builds

The file client/mysql.cc uses the readline library, but it has preprocessor
conditionals specially for __APPLE__.  Pkgsrc expects a common readline,
however, and so the build fails.  Removing the special case handles __APPLE__
the same as other platforms.

(brook)

2022-04-06 16:32:33 UTC MAIN commitmail json YAML

doc: Added audio/zam-plugins version 3.14

(nia)

2022-04-06 16:32:21 UTC MAIN commitmail json YAML

add audio/zam-plugins

zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins for sound
processing. It includes:

* ZaMaximX2: brickwall limiter for mastering.
* ZamAutoSat: automatic saturation plugin.
* ZamComp: powerful mono compressor strip.
* ZamCompX2: stereo version of ZamComp with knee slew control.
* ZamEQ2: two band parametric equaliser with high and low shelving circuits.
* ZamGEQ31: 31 band graphic equaliser.
* ZamPhono: collection of phono filters for restoring vinyl records, or
  preparing to cut new ones.
* ZamGate: gate plugin for ducking low gain sounds.
* ZamGateX2: gate plugin for ducking low gain sounds, stereo version.
* ZamTube: distortion effect. wave digital filter physical model of a triode
  tube amplifier stage, with modelled tone stacks from real guitar amplifiers.
* ZamDelay: simple feedback delay unit with sync-to-host BPM feature and
  filter.
* ZamDynamicEQ: dynamic equalizer that changes its gain based on detecting
  a narrow band of frequencies.
* ZaMultiComp: mono multiband compressor, with 3 adjustable bands.
* ZaMultiCompX2: stereo version of ZaMultiComp, with individual threshold
  controls for each band and real-time visualisation of comp curves.

(nia)

2022-04-06 15:20:05 UTC MAIN commitmail json YAML

Updated devel/py-nest-asyncio, devel/py-ipykernel, parallel/py-ipyparallel, devel/py-prompt_toolkit

(adam)

2022-04-06 15:19:43 UTC MAIN commitmail json YAML

py-prompt_toolkit: updated to 3.0.29

3.0.29: 2022-04-04
------------------

New features:
- Accept 'handle_sigint' parameter in PromptSession.

Fixes
- Fix 'variable referenced before assignment' error in vt100 mouse bindings.
- Pass `handle_sigint` from `Application.run` to `Application.run_async`.
- Fix detection of telnet client side changes.
- Fix `print_container` utility (handle `EOFError`).

Breaking changes:
- The following are now context managers:
  `create_pipe_input`, `PosixPipeInput` and `Win32PipeInput`.

(adam)

2022-04-06 15:17:17 UTC MAIN commitmail json YAML

py-ipyparallel: updated to 8.2.1

8.2.1 Fixes some compatibility issues with latest dask, ipykernel, and setuptools,
as well as some typos and improved documentation.

(adam)

2022-04-06 15:15:49 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.12.1

6.12.1

Maintenance and upkeep improvements

- Clean up test deps and test setup

6.12.0

Enhancements made

- use packaging instead of pkg_resources to parse versions

Bugs fixed

- Make cell_id optional
- Do not try to send on iostream if closed

(adam)

2022-04-06 15:08:31 UTC MAIN commitmail json YAML

py-nest-asyncio: updated to 1.5.5

v1.5.5
Potential fix for issue 65

(adam)

2022-04-06 14:50:15 UTC MAIN commitmail json YAML

Updated net/rabbitmq, textproc/ugrep

(adam)

2022-04-06 14:49:56 UTC MAIN commitmail json YAML

ugrep: updated to 3.7.8

ugrep v3.7.8

New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Updated --stats reporting and other minor improvements.

(adam)

2022-04-06 14:46:29 UTC MAIN commitmail json YAML

rabbitmq: updated to 3.9.14

RabbitMQ 3.9.14

Changes Worth Mentioning

Core Server

Bug Fixes

Restart of a node that hosted one or more stream leaders resulted in
their consumers not "re-attaching" to the newly elected leader.

Large fanouts experienced a performance regression when streams were not
enabled using a feature flag.

Stream management plugin did not support mixed version clusters.

Stream deletion did not result in a basic.cancel being sent to AMQP 0-9-1 consumers.

Stream clients did not receive a correct stream unavailability error in some
cases.

It is again possible to clear user tags and update the password in a single operation.

Enhancements

Forward compatibility with Erlang 25.

File handle cache efficiency improvements.

Uknown stream properties (e.g. those requested by a node that runs a newer version)
are now handled gracefully.

Temporary hostname resolution issues (attempts that fail with nxdomain)
are now handled more gracefully and with a delay of several seconds.

Build time compatibility with Elixir 1.13.

OAuth 2 AuthN/AuthZ Backend Plugin

Bug Fixes

auth_oauth2.additional_scopes_key in rabbitmq.conf was not converted correctly
during configuration translation and thus had no effect.

LDAP AuthN/AuthZ Backend Plugin

Enhancement

Adapt to a breaking Erlang 24.3 LDAP client change.

Shovel Plugin

Enhacements

Shovels now can be declared with delete-after parameter set to 0.
Such shovels will immediately stop instead of erroring and failing to
start after a node restart.

Consul Peer Discovery Plugin

Enhancements

Support for Consul 1.1 response code changes
when an operation is attempted on a non-existent health check.

(adam)

2022-04-06 13:06:09 UTC MAIN commitmail json YAML

README.macOS: nbsed requires no user action, merge comment to bootstrap.

(schmonz)

2022-04-06 09:55:58 UTC MAIN commitmail json YAML

doc: Updated sysutils/bkt to 0.5.4

(pin)

2022-04-06 09:55:37 UTC MAIN commitmail json YAML

sysutils/bkt: update to 0.5.4

-Patch release to aid packaging for Debian (see #12).
No new functionality vs. 0.5.2

(pin)

2022-04-06 09:28:55 UTC MAIN commitmail json YAML

Updated textproc/py-ujson, net/py-prometheus_client

(adam)

2022-04-06 09:28:38 UTC MAIN commitmail json YAML

py-prometheus_client: updated to 0.14.0

0.14.0 / 2022-04-05 Latest
[ENHANCEMENT] Continued typing improvements and coverage.
[ENHANCEMENT] Allow binding to IPv6 addresses.
[ENHANCEMENT] Negotiate gzip content-encoding, enabled by default.
[ENHANCEMENT] Allow disabling _created metrics via the PROMETHEUS_DISABLE_CREATED_SERIES environment variable.
[BUGFIX] Correct minor typo in exception raised when exemplar labels are too long.

0.13.1 / 2022-01-28
[BUGFIX] Relax some type constraints that were too strict.
[BUGFIX] Explicitly export functions with __all__.

0.13.0 / 2022-01-25
[CHANGE] Drop support for Python versions 2.7, 3.4, and 3.5.
[FEATURE] Support adding labels when using .time()
[ENHANCEMENT] Begin to add type hints to functions.
[ENHANCEMENT] Improved go-to-declaration behavior for editors.
[BUGFIX] Remove trailing slashes from pushgateway URLS.
[BUGFIX] Catch non-integer bucket/count values

(adam)

2022-04-06 09:24:43 UTC MAIN commitmail json YAML

py-ujson: updated to 5.2.0

5.2.0

Added

Support parsing NaN, Infinity and -Infinity
Support dynamically linking against system double-conversion library
Add env var to control stripping debug info
Add JSONDecodeError

Fixed

Fix buffer overflows (CVE-2021-45958)
Upgrade Black to fix Click
simplify exception handling on integer overflow
Remove dead code that used to handle the separate int type in Python 2
Fix exceptions on encoding list or dict elements and non-overflow errors on int handling getting silenced

(adam)

2022-04-06 06:12:09 UTC MAIN commitmail json YAML

2022-04-06 06:10:58 UTC MAIN commitmail json YAML

py-gi-docgen: add buildlink3.mk file

needed because meson detects this via pkg-config

(wiz)

2022-04-06 06:03:19 UTC MAIN commitmail json YAML

doc: Added devel/py-gi-docgen version 2022.1

(wiz)

2022-04-06 06:03:06 UTC MAIN commitmail json YAML

devel/Makefile: + py-gi-docgen

(wiz)

2022-04-06 06:02:34 UTC MAIN commitmail json YAML

devel/py-gi-docgen: import py-gi-docgen-2022.1

GI-DocGen is a document generator for GObject-based libraries.
GObject is the base type system of the GNOME project. GI-Docgen
reuses the introspection data generated by GObject-based libraries
to generate the API reference of these libraries, as well as other
ancillary documentation.

(wiz)

2022-04-06 06:00:41 UTC MAIN commitmail json YAML

doc: Added textproc/py-typogrify version 2.0.7

(wiz)

2022-04-06 06:00:30 UTC MAIN commitmail json YAML

textproc/Makefile: + py-typogrify

(wiz)

2022-04-06 06:00:12 UTC MAIN commitmail json YAML

textproc/py-typogrify: import py-typogrify-2.0.7

Typogrify provides a set of custom filters that automatically apply
various transformations to plain text in order to yield
typographically-improved HTML. While often used in conjunction with
Jinja and Django template systems, the filters can be used in any
environment.

(wiz)

2022-04-06 00:24:05 UTC MAIN commitmail json YAML

bootstrap: suggest pkgsrc paths before system ones.

(schmonz)

2022-04-06 00:23:30 UTC MAIN commitmail json YAML

bootstrap: latest status and recommendations for OpenBSD.

(schmonz)

2022-04-05 20:49:48 UTC MAIN commitmail json YAML

doc: Updated shells/fish to 3.4.1

(bsiegert)