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

2024-05-12 22:31:32 UTC Now

2023-04-04 09:33:41 UTC MAIN commitmail json YAML

py-jsonschema-spec: updated to 0.1.4

0.1.4
jsonschema 4.17 dependency limit

0.1.3
Apache license spdx conformity
yaml loader timestamps fix

(adam)

2023-04-04 09:29:03 UTC MAIN commitmail json YAML

py-crashtest: updated to 0.4.1

0.4.1

Fixed too narrow type in Inspector class

0.4.0

Fixed a decoding error by forcing 'utf-8' encoding when opening a file.

Misc

Added typing
Fixed multiple issues raised by flake8 and plugins
Updated dependencies (both package and dev)
Bumped Python versions to 3.7+

(adam)

2023-04-04 07:16:18 UTC MAIN commitmail json YAML

asciidoc: because of distfile change, move to DIST_SUBDIR

(adam)

2023-04-04 00:22:31 UTC MAIN commitmail json YAML

doc: Updated misc/s6-portable-utils to 2.3.0.2

(schmonz)

2023-04-04 00:22:26 UTC MAIN commitmail json YAML

2023-04-04 00:22:09 UTC MAIN commitmail json YAML

doc: Updated sysutils/s6 to 2.11.3.2

(schmonz)

2023-04-04 00:22:04 UTC MAIN commitmail json YAML

Update to 2.11.3.2. From the changelog:

- Resource limit shenanigans
- Dependency fixes

(schmonz)

2023-04-04 00:20:31 UTC MAIN commitmail json YAML

doc: Updated lang/execline to 2.9.3.0

(schmonz)

2023-04-04 00:20:26 UTC MAIN commitmail json YAML

Update to 2.9.3.0. From the changelog:

- New -D option to elgetopt
- Bugfixes

(schmonz)

2023-04-04 00:18:42 UTC MAIN commitmail json YAML

doc: Updated devel/skalibs to 2.13.1.1

(schmonz)

2023-04-04 00:18:37 UTC MAIN commitmail json YAML

Update to 2.13.1.1. From the changelog:

- Bugfixes

(schmonz)

2023-04-03 23:40:26 UTC MAIN commitmail json YAML

doc: Updated net/djbdnscurve6 to 44a

(schmonz)

2023-04-03 23:40:21 UTC MAIN commitmail json YAML

Update to 44a. From the changelog:

- Fixed bug in tinydns-data evaluating IPv4 addresses.

(schmonz)

2023-04-03 23:36:51 UTC MAIN commitmail json YAML

doc: Updated net/fehqlibs to 22a

(schmonz)

2023-04-03 23:36:45 UTC MAIN commitmail json YAML

Update to 22a. From the changelog:

- dns_ip A lookup recognizes now 'composit' ip/fqdn correctly; ie.
  1.2.3.4.example.com.

(schmonz)

2023-04-03 23:16:00 UTC MAIN commitmail json YAML

2023-04-03 20:21:34 UTC MAIN commitmail json YAML

2023-04-03 20:16:46 UTC MAIN commitmail json YAML

Use double-conversion and md4c as dependecies for qt5-qtbase

Unbundle double-conversion and md4c when building qt5-qtbase.
Remove patch for bundled doubleconversion.
Bump pkgrevision.
Bump ABI revision.

(nros)

2023-04-03 19:58:13 UTC MAIN commitmail json YAML

doc: Updated lang/gleam to 0.28.0

(nikita)

2023-04-03 19:58:03 UTC MAIN commitmail json YAML

gleam: Update to version 0.28.0

Changelog:
taken from https://github.com/gleam-lang/gleam/blob/main/CHANGELOG.md,
more at https://gleam.run/news/v0.28-monorepos-fast-maps-and-more/

v0.28.0 - 2023-04-03

    New projects now require gleam_stdlib v0.28.

v0.28.0-rc3 - 2023-03-31

    Fixed a bug where source links would be incorrect in HTML documentation.

v0.28.0-rc2 - 2023-03-27

    Fixed a bug where single statement blocks inside binary operators could generate invalid JavaScript.
    Fixed a bug where the formatter could incorrectly place comments.
    Fixed a bug where the language server would show outdated diagnostics when a file with an error reverts to the previous valid version, causing the compiler to use the cached version of the file.

v0.28.0-rc1 - 2023-03-26

    The language server now analyzes files on edit rather than on save, providing feedback faster.
    The language server now supports editor sessions that span multiple projects. This is useful for mono-repos and projects with both a frontend and backend in Gleam.
    The language server now also shows documentation on hover for expressions.
    The language server now shows types and documentation on hover for patterns.
    Added support for negation of integers with the new - unary operator.
    Variable assignments are now only permitted within a function or a block, not anywhere that an expression is permitted.
    The deprecated try expression has been removed.
    The deprecated assert ... = ... syntax has been removed.
    Semicolons are no longer whitespace. An error will be emitted if one is encountered.
    Warnings are now immediately emitted rather than being buffered until the end of the compilation.
    The --warnings-as-errors flag is now supported by gleam build.
    Blocks are now preserved by the formatter when they only have a single expression within them.
    Generated docs now export more meta data to improve the developer experience, accessibility and search engine discoverability.
    Files are now only recompiled if they have changed since the last compilation, detected by file hash and modification time. Previously only the modification time was used.
    Autocompletion of module imports was removed due to a buggy implementation.
    Fixed a bug where the formatter would incorrectly remove { ... } from bit string segment value expressions.
    Fixed a bug where TypeScript type definitions files could include incorrect type names.
    Fixed a bug where the compiler used VSCode specific behaviour in the language server which was incompatible with Helix.
    Fixed a bug where string concatenation patterns on strings with escape characters would generate javascript code with wrong slice index.
    Fixed a bug where blocks could parse incorrectly.
    Allow modules to be run with the gleam run --module command.

(nikita)

2023-04-03 17:34:11 UTC MAIN commitmail json YAML

Updated textproc/asciidoc, devel/py-ipython

(adam)

2023-04-03 17:33:39 UTC MAIN commitmail json YAML

py-ipython: updated to 8.12.0

IPython 8.12
------------

Hopefully slightly early release for IPython 8.12. Last Thursday of the month,
even if I guess it's likely already Friday somewhere in the pacific ocean.

A number of PRs and bug fixes this month with close to 20 PRs merged !

The IPython repo reached :ghpull:``14000`` !! Actually the PR that create those exact release
note is :ghpull:`14000`. Ok, more issues and PR is not always better, and I'd
love to have more time to close issues and Pull Requests.

Let's note that in less than 2 month JupyterCon is back, in Paris please visit
`jupytercon.com <https://jupytercon.com>`__, and looking forward to see you
there.

Packagers should take note that ``typing_extension`` is now a mandatory dependency
for Python versions ``<3.10``.

Let's note also that according to `NEP29
<https://numpy.org/neps/nep-0029-deprecation_policy.html>`__, It is soon time to
stop support for Python 3.8 that will be release more than 3 and 1/2 years ago::

    On Apr 14, 2023 drop support for Python 3.8 (initially released on Oct 14, 2019)

Thus I am likely to stop advertising support for Python 3.8 in the next
release at the end of April.

Here are some miscellaneous updates of interest:

- :ghpull:`13957` brings updates to the Qt integration, particularly for Qt6.
- :ghpull:`13960` fixes the %debug magic command to give access to the local
  scope.
- :ghpull:`13964` fixes some crashes with the new fast traceback code. Note that
  there are still some issues with the fast traceback code, and I a, likely
  to fix and tweak behavior.
- :ghpull:`13973` We are slowly migrating IPython internals to use proper type
  objects/dataclasses instead of dictionaries to allow static typing checks.
  These are technically public API and could lead to breakage, so please let us
  know if that's the case and I'll mitigate.
- :ghpull:`13990`, :ghpull:`13991`, :ghpull:`13994` all improve keybinding and
  shortcut configurability.

As usual you can find the full list of PRs on GitHub under `the 8.12 milestone
<https://github.com/ipython/ipython/milestone/114?closed=1>`__.

We want to thank the D.E. Shaw group for requesting and sponsoring the work on
the following big feature. We had productive discussions on how to best expose
this feature

Dynamic documentation dispatch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We are experimenting with dynamic documentation dispatch for object attribute.
See :ghissue:`13860`. The goal is to allow object to define documentation for
their attributes, properties, even when those are dynamically defined with
`__getattr__`.

In particular when those objects are base types it can be useful to show the
documentation

.. code-block:: ipython

    In [1]: class User:
      ...:
      ...:    __custom_documentations__ = {
      ...:        "first": "The first name of the user.",
      ...:        "last": "The last name of the user.",
      ...:    }
      ...:
      ...:    first:str
      ...:    last:str
      ...:
      ...:    def __init__(self, first, last):
      ...:        self.first = first
      ...:        self.last = last
      ...:
      ...:    @property
      ...:    def full(self):
      ...:        """`self.first` and `self.last` joined by a space."""
      ...:        return self.first + " " + self.last
      ...:
      ...:
      ...: user = Person('Jane', 'Doe')

    In [2]: user.first?
    Type:            str
    String form:    Jane
    Length:          4
    Docstring:      the first name of a the person object, a str
    Class docstring:
    ....

    In [3]: user.last?
    Type:            str
    String form:    Doe
    Length:          3
    Docstring:      the last name, also a str
    ...

We can see here the symmetry with IPython looking for the docstring on the
properties:

.. code-block:: ipython

    In [4]: user.full?
    HERE
    Type:        property
    String form: <property object at 0x102bb15d0>
    Docstring:  first and last join by a space

Note that while in the above example we use a static dictionary, libraries may
decide to use a custom object that define ``__getitem__``, we caution against
using objects that would trigger computation to show documentation, but it is
sometime preferable for highly dynamic code that for example export ans API as
object.

(adam)

2023-04-03 17:26:02 UTC MAIN commitmail json YAML

asciidoc: original repo is gone - switch to PyPI; refer to pygmentize with PYVERSSUFFIX; tests are gone; bump revision

(adam)

2023-04-03 12:06:18 UTC MAIN commitmail json YAML

Updated devel/py-confuse, textproc/py-markdown

(adam)

2023-04-03 12:06:01 UTC MAIN commitmail json YAML

py-markdown: updated to 3.4.3

version 3.4.3 (a bug-fix release).

* Restore console script.

version 3.4.2 (a bug-fix release).

* Improve standalone * and _ parsing.
* Consider `<html>` HTML tag a block-level element.
* Officially support Python 3.11.
* Switch from `setup.py` to `pyproject.toml`.

(adam)

2023-04-03 12:01:24 UTC MAIN commitmail json YAML

py-confuse: updated to 2.0.1

v2.0.1
- Remove a `<4` Python version requirement bound.

v2.0.0
- Drop support for versions of Python below 3.6.

v1.7.0
- Add support for reading configuration values from environment variables
  (see `EnvSource`).
- Resolve a possible race condition when creating configuration directories.

(adam)

2023-04-03 11:56:33 UTC MAIN commitmail json YAML

tex package updates

(markd)

2023-04-03 11:55:12 UTC MAIN commitmail json YAML

tex-ydoc{,-doc}: update to 0.7alpha

Added macros for GitHub links.
Updated project links in manual and README.
Added DEPENDS.txt file.

(markd)

2023-04-03 11:51:21 UTC MAIN commitmail json YAML

tex-standalone{,-doc}: update to 1.3b

Fixed incorrect/unwanted messages for conversion feature.
Updated project URLs in documentation.
Added dependency list file.

(markd)

2023-04-03 11:47:47 UTC MAIN commitmail json YAML

texlive-collection-pictures: add tex-gincltex

(markd)

2023-04-03 11:46:26 UTC MAIN commitmail json YAML

texlive-collection-latexextra: add tex-{currfile,filemod,showexpl}

(markd)

2023-04-03 11:44:16 UTC MAIN commitmail json YAML

2023-04-03 11:43:33 UTC MAIN commitmail json YAML

print: add tex-{currfile,filemod,gincltex,showexpl}{,-doc}

(markd)

2023-04-03 11:40:04 UTC MAIN commitmail json YAML

2023-04-03 11:39:00 UTC MAIN commitmail json YAML

tex-gincltex{,-doc}: add version 0.3

The package builds on the standard LaTeX packages graphics
and/or graphicx and allows external LaTeX source files to be
included, in the same way as graphic files, by
\includegraphics. In effect, then package adds support for the
.tex extension. Some of the lower level operations like
clipping and trimming are implemented using the adjustbox
package which includes native pdfLaTeX support and uses the pgf
package for other output formats.

(markd)

2023-04-03 11:38:14 UTC MAIN commitmail json YAML

tex-filemod{,-doc}: add version 1.2

The package provides macros to read and compare the
modification dates of files. The files may be .tex files,
images or other files (as long as they can be found by LaTeX).
It uses the \pdffilemoddate primitive of pdfLaTeX to find the
file modification date as PDF date string, parses the string
and returns the value to the user. The package will also work
for DVI output with recent versions of the LaTeX compiler which
uses pdfLaTeX in DVI mode. The functionality is provided by
purely expandable macros or by faster but non-expandable ones.

(markd)

2023-04-03 11:37:17 UTC MAIN commitmail json YAML

tex-currfile{,-doc}: add version 0.8

The package provides macros holding file name information
(directory, base name, extension, full name and full path) for
files read by LaTeX \input and \include macros; it uses the
file hooks provided by the author's filehook. In particular, it
restores the parent file name after the trailing \clearpage of
an \included file; as a result, the macros may be usefully
employed in the page header and footer of the last printed page
of such a file. The depth of inclusion is made available,
together with the "parent" (including file) and "parents" (all
including files to the root of the tree). The package
supersedes FiNK.

(markd)

2023-04-03 11:30:59 UTC MAIN commitmail json YAML

cparser: set license

(nros)

2023-04-03 11:28:38 UTC MAIN commitmail json YAML

Add patch to double-conversion from qt5-qtbase to fix build on NetBSD/sh3el

(nros)

2023-04-03 11:10:38 UTC MAIN commitmail json YAML

doc: Updated www/xh to 0.18.0

(pin)

2023-04-03 11:10:17 UTC MAIN commitmail json YAML

www/xh: update to 0.18.0

Features
- Support reading query param and header values from a file, see #288
  (@ducaale)
- Highlight Syntax errors found while tokenizing a JSON path, see #260
  (@ducaale)
- Support outputting the metadata of a response via --meta, --print=m or -vv,
  see #240 (@ducaale)

Bug fixes
- Fix panic when when parsing connection timeout, see #295 (@sorairolake)

Breaking changes
- Remove -m as a short flag for --multipart, see #299 (@ducaale)

(pin)

2023-04-03 11:09:33 UTC MAIN commitmail json YAML

doc: Updated devel/tokei to alpha.0

(pin)

2023-04-03 11:09:15 UTC MAIN commitmail json YAML

devel/tokei: update to 13.0.0-alpha.0

No changelog provided. First release in over two years.

Selected commits:
  - Overall dependency update
  - Adds support for GameMaker Language (GML)
  - Added support for kvlang
  - Added wgsl + metal shading languages
  - Add Mlatu language
  - Add support for the Factor language
  - Add Color to Tokei
  - Add extensions to supported languages output
  - Support terragrunt hcl extension for HCL language
  - Add LOLCODE support
  - Add AWK support
  - Option to reverse sort entries
  - Add Korn shell to supported languages
  - Add jinja2 language
  - Language Support for ATS
  - Languages.json: Racket - add scrbl extension and racket env
  - Add blobs to the totals for jupyter
  - Add missing field to Config in fuzz harness
  - Add mesh and raytracing shaders to GLSL
  - Added Forge Config and ZenCode Support
  - Add in Support for WenYan programming language
  - Add Poke support
  - Add support for Nextflow
  - Add support for CUDA language
  - Add Autoit scripting language
  - Add env match for Groovy
  - Add Gentoo's ebuild language
  - Add m4 language definition
  - Add basic Haml support
  - Add support for ReScript
  - Add support for Raku
  - Support bitbake
  - Added umpl to tokei
  - Add support for Cython
  - Add support for ZealOS's implementation of HolyC
  - Add shaderlab support
  - Add Common JS file extension (cjs)
  - Add Puppet to tokei; steal .pp from Pascal
  - Add Hy support
  - Add language support for SQF

(pin)

2023-04-03 11:08:24 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.60

(pin)

2023-04-03 11:07:56 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.60

No changelog provide but, all changes are related to publishing a Arch package

(pin)

2023-04-03 11:07:09 UTC MAIN commitmail json YAML

doc: Updated graphics/gifski to 1.10.3

(pin)

2023-04-03 11:06:48 UTC MAIN commitmail json YAML

graphics/gifski: update to 1.10.3

1.10.3
- Fixed an edge case in animations with low amount of movement and pixels
  becoming transparent.
- Fixed GIF conformance when using lossy encoding and frames with only 2
  colors

(pin)

2023-04-03 11:05:40 UTC MAIN commitmail json YAML

doc: Updated audio/davis to 0.1.2

(pin)

2023-04-03 11:05:16 UTC MAIN commitmail json YAML

audio/davis: update to 0.1.2

No changelog provided.

(pin)

2023-04-03 11:04:25 UTC MAIN commitmail json YAML

doc: Updated sysutils/bkt to 0.6.0

(pin)

2023-04-03 11:04:04 UTC MAIN commitmail json YAML

sysutils/bkt: update to 0.6.0

What's Changed
- Support environment variables BKT_TTL, BKT_SCOPE, and BKT_CACHE_DIR as
  alternatives for flags --ttl, --scope, and --cache-dir, respectively (#15)
- Added support for keying the cache off one or more files' last-modified time
  via the --modtime flag (#10).
- --discard_failures is included in the cache key, meaning bkt -- foo and bkt
  --discard_failures -- foo will be cached separately.
- Added CI test coverage of feature="debug" behavior.
- Fixed flaky tests that relied unnecessarily on how file modtimes change (#14)

API Changes
- Bkt::discard_failures() is now set on CommandDesc, and affects the cache key.
- Added a CommandState type, making CommandDesc safe to persist and pass
  around. Environment details like the working directory and environment
  variables are captured when the CommandState instance is constructed.
- Bkt::retrieve and Bkt::refresh now return more metadata about the cache state
  (e.g. whether there was a cache hit or miss).
- Upgraded to Clap v4 (#25).

(pin)

2023-04-03 07:52:44 UTC MAIN commitmail json YAML

Updated devel/py-cython, devel/py-immutabledict

(adam)

2023-04-03 07:52:23 UTC MAIN commitmail json YAML

py-immutabledict: updated to 2.2.4

Version 2.2.4

Include tests in sdist for easier packaging

(adam)

2023-04-03 07:49:17 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.34

0.29.34 (2023-04-02)

Bugs fixed
----------
* A refence leak of the for-loop list/tuple iterable was resolved if the for-loop's
  ``else:`` branch executes a ``break`` for an outer loop.
* Some C compile failures in CPython 3.12 were resolved.
* Some old usages of the deprecated Python ``imp`` module were replaced with ``importlib``.
* Some issues with ``depfile`` generation were resolved.

(adam)

2023-04-03 01:14:51 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4-extras to 4.18.0nb10

(gutteridge)

2023-04-03 01:14:35 UTC MAIN commitmail json YAML

xfce4-extras: reflect latest versions after updates

(gutteridge)

2023-04-03 01:01:29 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/xfce4 to 4.18.0nb4

(gutteridge)

2023-04-03 01:00:15 UTC MAIN commitmail json YAML

xfce4: reflect latest versions after updates

(gutteridge)

2023-04-03 00:47:06 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-panel to 4.18.3

(gutteridge)

2023-04-03 00:46:57 UTC MAIN commitmail json YAML

xfce4-panel: update to 4.18.3

Change log:

4.18.3 (2023-03-28)
======
- launcher: Show action menu also when there are several items
- Fix memory management of vala generated plugins
- panel: Rephrase "Don't reserve space on borders" (V2)
- panel: Make property migration generic
- launcher: Avoid "no trigger event" warning when showing the menu
- launcher: Guard access to the plugin menu GdkWindow
- libxfce4panel: Unregister menu also on GtkWidget::hide
- panel: Do not reset output name if a monitor does not have a model
name
- libxfce4panel: Fix memory management of source for menu positioning
- panel: Delay removal of ExternalPlugin to prevent use-after-free
- systray: Cancel any async D-Bus operation in finalize()
- tasklist: Do not try to resolve /proc/pid/exe to launch new instance
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese
  (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English
  (Australia), English (United Kingdom), Estonian, Finnish, French,
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
  Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
  Bokm奪l, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese

4.18.2 (2023-02-09)
======
- directorymenu: Add missing sanity check
- panel: Properly handle null string as property default value
- Revert "Use RGBA visual only if compositing is enabled (Fixes #251)" (#672)
- Revert "systray: Do not require compositing to be enabled to use RGBA visual"
- systray: Fix blurry icons in prefs dialog when UI scale > 1
- launcher: Fix blurry icons in prefs and add dialogs when UI scale > 1
- launcher: Use GIcon for the tooltip icon (#674)
- pager: Use WnckHandle if available (#695)
- Translation Updates:
  Albanian, Finnish, Greek, Italian, Portuguese, Slovenian

4.18.1 (2023-01-10)
======
- Update copyright year
- tasklist: Fix scrolling through window buttons (Fixes #692)
- tasklist: Fix group button visibility
- libxfce4panel: Deprecate XfcePanelImage
- tasklist: Do not duplicate menu item activation
- clock: Fix sync timeout
- docs: Fix version for xfce_panel_set_image_from_source()
- clock: Add missing sanity check
- windowmenu: Adapt wnck default icon size when UI scale > 1 (Fixes
#682)
- tasklist: Adapt wnck default icon size when UI scale > 1 (Fixes #681)
- tasklist: Fix window count positioning when UI scale > 1
- tasklist: Keep icon pixbuf around and use surface also for menu items
- clock: Do not override custom font formats
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese
  (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (United Kingdom),
  Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Norwegian
  Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur,
  Vietnamese

(gutteridge)

2023-04-03 00:42:48 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-desktop to 4.18.1

(gutteridge)

2023-04-03 00:42:30 UTC MAIN commitmail json YAML

xfce4-desktop: update to 4.18.1

Change log:

4.18.1 (2023-01-21)
======
- Load removable volume information asynchronously
- Fix apps menu not popping up when menu icons disabled
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Azerbaijani,
  Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese
  (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
  Danish, Dutch, Eastern Armenian, English (Australia), English
  (Canada), English (United Kingdom), Estonian, Finnish, French,
  Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokm奪l, Norwegian Nynorsk, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Ukrainian,
  Uyghur, Uzbek

(gutteridge)

2023-04-03 00:38:37 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-session to 4.18.2

(gutteridge)

2023-04-03 00:38:29 UTC MAIN commitmail json YAML

xfce4-session: update to 4.18.2

Change log:

4.18.2 (2023-03-28)
======
- manager: Fix GQueue memory management
- Fix Xfconf memory management
- Update bug report address
- Fix suspend/hibernation bug on ConsoleKit2 (Fixes #164)

(gutteridge)

2023-04-03 00:34:04 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-garcon to 4.18.1

(gutteridge)

2023-04-03 00:33:53 UTC MAIN commitmail json YAML

xfce4-garcon: update to 4.18.1

Change log:

4.18.1 (2023-03-28)
======
- garcon-gtk: Add missing lock when filling the GtkMenu
- Wait for any async operation to finish before releasing locks
- Use GIcons for menu icons instead of loading surfaces
- Revert "garcon-gtk: Fix menu icon blurriness when UI scale factor !=
1"
- Revert "Load icons using icon theme scaling functions correctly"
- garcon-gtk: Properly update GtkMenu is_populated state
- Load icons using icon theme scaling functions correctly
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian,
  Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Esperanto, Estonian, Finnish, French, Galician, Georgian,
  German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian,
  Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian,
  Malay, Norwegian Bokm奪l, Norwegian Nynorsk, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
  Ukrainian, Uyghur, Uzbek, Uzbek (Latin), Welsh

(gutteridge)

2023-04-03 00:29:46 UTC MAIN commitmail json YAML

doc: Updated x11/libxfce4ui to 4.18.3

(gutteridge)

2023-04-03 00:29:32 UTC MAIN commitmail json YAML

libxfce4ui: update to 4.18.3

Change log:

4.18.3 (2023-03-28)
======
- Add comment about the need for gtk_widget_destroy()
- Fix memory management in Vala generated code
- Add annotation "(nullable)" where appropriate
- Replace deprecated annotation: "(allow-none)"
- Harden xfce_gtk_handle_tab_accels (thunar#1067)
- screensaver: Avoid Xfconf warning
- shortcuts-grabber: Ignore keyboard layout change
- screensaver: Fix Xfconf memory management

(gutteridge)

2023-04-02 19:01:46 UTC MAIN commitmail json YAML

Updated textproc/py-tomlkit, devel/py-types-toml

(adam)

2023-04-02 19:01:25 UTC MAIN commitmail json YAML

py-types-toml: updated to 0.10.8.6

0.10.8.6 (2023-03-28)

Add defaults for third-party stubs Q-T

(adam)

2023-04-02 18:58:27 UTC MAIN commitmail json YAML

py-tomlkit: updated to 0.11.7

0.11.7

Fixed

- Parse empty table name if it is quoted.
- Fix a bug that remove last element of an Inline Table leaves a comma.
- Parse datetime when it is followed by a space.
- Fix the `unwrap()` method for `Container` children values which sometimes returns an internal object if the table is an out-of-order table.
- Fix the wrong return type when doing arithmetic operations between integers and floats.

(adam)

2023-04-02 16:48:01 UTC MAIN commitmail json YAML

musescore: sort PLIST

(gutteridge)

2023-04-02 16:19:54 UTC MAIN commitmail json YAML

qt6-qtserialport was added, not updated

(hauke)

2023-04-02 16:17:19 UTC MAIN commitmail json YAML

doc: Updated archivers/xfce4-thunar-archive to 0.5.1

(gutteridge)

2023-04-02 16:15:14 UTC MAIN commitmail json YAML

doc: Updated x11/qt6-qtserialport to 6.4.1

(hauke)

2023-04-02 16:14:15 UTC MAIN commitmail json YAML

2023-04-02 16:12:46 UTC MAIN commitmail json YAML

xfce4-thunar-archive: update to 0.5.1

Change log:

0.5.1 (2023-03-31)
=====
- Fix use-after-free crash in "tap_provider_child_watch_destroy"
- build: Add GLib requirement
- build: Fix autotools warnings
- Use generic package icon name in dialog header
- Translation Updates:
  English (Canada), Greek, Persian (Iran), Russian

(gutteridge)

2023-04-02 12:41:59 UTC MAIN commitmail json YAML

Updated graphics/tesseract, www/py-soupsieve, www/py-beautifulsoup4

(adam)

2023-04-02 12:41:02 UTC MAIN commitmail json YAML

py-beautifulsoup4: updated to 4.12.0

4.12.0 (20230320)

* Introduced the .css property, which centralizes all access to
  the Soup Sieve API. This allows Beautiful Soup to give direct
  access to as much of Soup Sieve that makes sense, without cluttering
  the BeautifulSoup and Tag classes with a lot of new methods.

  This does mean one addition to the BeautifulSoup and Tag classes
  (the .css property itself), so this might be a breaking change if you
  happen to use Beautiful Soup to parse XML that includes a tag called
  <css>. In particular, code like this will stop working in 4.12.0:

    soup.css['id']

  Code like this will work just as before:

    soup.find_one('css')['id']

  The Soup Sieve methods supported through the .css property are
  select(), select_one(), iselect(), closest(), match(), filter(),
  escape(), and compile(). The BeautifulSoup and Tag classes still
  support the select() and select_one() methods; they have not been
  deprecated, but they have been demoted to convenience methods.

  [bug=2003677]

* When the html.parser parser decides it can't parse a document, Beautiful
  Soup now consistently propagates this fact by raising a
  ParserRejectedMarkup error. [bug=2007343]

* Removed some error checking code from diagnose(), which is redundant with
  similar (but more Pythonic) code in the BeautifulSoup constructor.
  [bug=2007344]

* Added intersphinx references to the documentation so that other
  projects have a target to point to when they reference Beautiful
  Soup classes. [bug=1453370]

= 4.11.2 (20230131)

* Fixed test failures caused by nondeterministic behavior of
  UnicodeDammit's character detection, depending on the platform setup.
  [bug=1973072]

* Fixed another crash when overriding multi_valued_attributes and using the
  html5lib parser. [bug=1948488]

* The HTMLFormatter and XMLFormatter constructors no longer return a
  value. [bug=1992693]

* Tag.interesting_string_types is now propagated when a tag is
  copied. [bug=1990400]

* Warnings now do their best to provide an appropriate stacklevel,
  improving the usefulness of the message. [bug=1978744]

* Passing a Tag's .contents into PageElement.extend() now works the
  same way as passing the Tag itself.

* Soup Sieve tests will be skipped if the library is not installed.

(adam)

2023-04-02 12:40:27 UTC MAIN commitmail json YAML

py-soupsieve: updated to 2.4

2.4

- **NEW**: Update to support changes related to `:lang()` in the official CSS spec. `:lang("")` should match unspecified
  languages, e.g. `lang=""`, but not `lang=und`.
- **NEW**: Only `:is()` and `:where()` should allow forgiving selector lists according to latest CSS (as far as Soup
  Sieve supports "forgiving" which is limited to empty selectors).
- **NEW**: Formally drop Python 3.6.
- **NEW**: Formally declare support for Python 3.11.

(adam)

2023-04-02 12:36:27 UTC MAIN commitmail json YAML

tesseract: updated to 5.3.1

5.3.1

Update README.md
Fix FP division by zero
Fix linkage of icu and pango
Fix build with gcc 13 by including
msvc debug: fix wrong lib name in generated pkgconfig file
Fix libdir in tesseract.pc from CMake
Replace 'can not' by 'cannot'
Readme: Link to list of supported languages
Improve the DebugDump output by slightly adjusting the format.

(adam)

2023-04-02 11:52:14 UTC MAIN commitmail json YAML

tex package updates

(markd)

2023-04-02 11:48:20 UTC MAIN commitmail json YAML

tex-urlbst{,-doc}: update to 0.9.1

* Changed repository location to heptapod.host (https://heptapod.host/nxg/urlbst)
  (when Bitbucket dropped support for Mercurial).
* Refactoring of the mechanism for configuring the generated .bst file,
  specifically adding the --setting option.
* Added the doiform setting to generate DOIs wrapped in \doi{...}.

(markd)

2023-04-02 11:45:27 UTC MAIN commitmail json YAML

tex-uptex-fonts{,-doc}: update to 2022

* cmap/UTF8-UTF16:
  Updated (Version: 1.009).
* cmap/UniJISup-UTF16-{H,V},UniJIS2004up-UTF16-{H,V}:
  Refer to Adobe-Japan1-7 (2022/05/18).

(markd)

2023-04-02 11:42:10 UTC MAIN commitmail json YAML

tex-undolabl: update to 1.0m

changes unknown

(markd)

2023-04-02 11:40:10 UTC MAIN commitmail json YAML

2023-04-02 11:38:07 UTC MAIN commitmail json YAML

tex-thmtools{,-doc}: update to 75

74
Fixed a bug that when `thmbox` option loads `thmbox` package, the modification
to `proof` environment is not fully canceled

75
- Fixed a manual regression.
  Loading package `doc` v3 disables some local patch and causes
  typeset to marginal notes. For a quick fix `doc` v2 is loaded.

- Pagination and line wrapping are adjusted to make the manual
  slightly better.

This release contains no code-level changes.

(markd)

2023-04-02 11:34:42 UTC MAIN commitmail json YAML

2023-04-02 11:32:09 UTC MAIN commitmail json YAML

tex-repere{,-doc}: update to 23.02

23.01
New documentation
More marks for segments
Small changes to declare and define points

23.02
Freehand drawing

(markd)

2023-04-02 11:28:49 UTC MAIN commitmail json YAML

tex-mcf2graph{,-doc}: update to 4.92

4.91
-update MCF manual
from this version typeset with LuaTeX
include mcf_man_soc.mp,mcf_mplib_exa.tex
-delete mcf_man_soc.mp
-delete mcf_mplib_exa.tex
-delete mcf_mplib_exa.pdf

4.92
-change default output
eps => svg
-update MCFexample
include mcf_exa_code.tex
-delete mcf_exa_code.tex
-delete mcf_exa_code.pdf

(markd)

2023-04-02 11:25:22 UTC MAIN commitmail json YAML

tex-lineno: update to 5.1

5.0
Merge in patches from the `linenoamsmath' package, to make the
`amsmath' package work with `lineno'.
(The `linenoamsmath' package is consequently obsolete.)

5.1
Fixes issue with `lineno'/`amsmath' load order; these packages can now be
loaded in any order.

(markd)

2023-04-02 11:22:59 UTC MAIN commitmail json YAML

tex-kpfonts{,-doc}: update to 3.35

This version does not load textcomp which is part of current LaTeX.
Now there is no more an "option clash"

A test was added to switch automatically to kpfonts-otf if LuaLaTeX
or XeLaTeX is used.

(markd)

2023-04-02 11:19:29 UTC MAIN commitmail json YAML

2023-04-02 11:17:25 UTC MAIN commitmail json YAML

2023-04-02 11:14:57 UTC MAIN commitmail json YAML

tex-hypdoc{,-doc}: update to 1.18

made an internal command \long for compability with natbib

(markd)

2023-04-02 11:12:49 UTC MAIN commitmail json YAML

tex-fontools{,-doc}: update to 2022

- The generated style file redefines \textsuperscript and \textsubscript, and
  patches Latex's footnote mechanism to use superscript figures instead of
  scaled-down regular figures.

- A few bugfixes in font metadata parsing, style file generation and the -t1suffix
  option; the latter now also works with dvips and dvipdfmx, not just with pdflatex.

- Added support for the T4 (African), T5 (Vietnamese), CS (Czech), L7X (Lithuanian)
  and QX (Polish) encodings.

(markd)

2023-04-02 11:10:10 UTC MAIN commitmail json YAML

2023-04-02 11:07:32 UTC MAIN commitmail json YAML

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

1.6.1
New components: solder jumpers; a couple of small but very useful
inversion markers for logical circuits, especially targeted at the
mux-demux family; a new inline microphone; a much more versatile `hemt`;
a better legacy `tline`. More tweaks to converters blocks, and a lot of
typo/grammar fixes in the manual.

- Add configurable dashes to the dc symbols in converter blocks
- Add solder jumpers
- Add a shape to mark european-style inversion, adjust European-style
  logic port triangle inversion symbols to match
- Add a tail-less mic  and an option to change the thickness of the
  microphone's bar
- Enhance the `hemt` shape with a GaN-hemt as example
- Add anchors and a "bare" option to `tline`
- subcircuits are no more experimental
- Correction of several typo/grammar errors in the documentation

1.6.0
The big change is the refactoring (and enhancement) of the block's code.
In addition, double gate MOSes, several fixes all over the map, and
quite a lot of anchors were added into the mix.

- Big change (mostly backward compatible, minus a couple of bug fixes) to the block's
  code.
    - Now `vco` can be `box`ed
    - enabled more short-name geographical anchors
    - generic blocks can be made rectangular
    - mid-way lateral anchors for all blocks, as well as up/down
    - renamed converters anchors (old ones retained for backward compatibility)
    - new ac/ac blocks, both single- and three-phase
- Added double gate MOS transistors (by Romano Giannetti)
- Fix deformed shape for legacy `TL` component ([issue on GitHub]
- Added several anchors on variable components, suggested by [Dr Matthias
  Jung]
- Added `genericsplitter` component (by [frankplow](github.com/frankplow))
- Fix - `splitter` used the wrong parameters (from `wilkinson`)

(markd)

2023-04-02 11:06:40 UTC MAIN commitmail json YAML

2023-04-02 11:03:08 UTC MAIN commitmail json YAML

2023-04-02 11:00:58 UTC MAIN commitmail json YAML

2023-04-02 09:39:27 UTC MAIN commitmail json YAML

Try to fix PLIST on non EGL systems
No revbump due to that it is a build fix.
Working platforms are untouched by the change.

(nros)

2023-04-02 08:47:08 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.11.28

(js)

2023-04-02 08:46:55 UTC MAIN commitmail json YAML

Update chat/element-web to 1.11.28

All 3 releases are only about fixing a high-severity security issue in
matrix-js-sdk.

(js)

2023-04-02 08:03:06 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.1.1.5, a2ps-4.15.3, gtexinfo-7.0.3, qgis-3.30.1,
  samba4-4.18.1, vala-0.56.5.

(wiz)

2023-04-02 06:17:55 UTC pkgsrc-2023Q1 commitmail json YAML

2023-04-02 06:13:41 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6749 - requested by taca
textproc/ruby-kramdown-rfc2629: dependency fix

Revisions pulled up:
- textproc/ruby-kramdown-rfc2629/Makefile                      1.20

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 10:14:21 UTC 2023

  Modified Files:
  pkgsrc/textproc/ruby-kramdown-rfc2629: Makefile

  Log Message:
  textproc/ruby-kramdown-rfc2629: remove reference to json_pure gem

  Remove reference to json_pure gem and add json gem.

  The problem was reporeted by riastradh@ via private e-mail.

  Bump PKGREVISION.

  To generate a diff of this commit:
  cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/ruby-kramdown-rfc2629/Makefile

(spz)

2023-04-02 06:04:46 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6748 - requested by taca
lang/ruby32-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.264
- lang/ruby32-base/PLIST                                        1.3
- lang/ruby32-base/distinfo                                    1.4

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 09:26:58 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby32-base: PLIST distinfo

  Log Message:
  lang/ruby32: update to 3.2.2

  Ruby 3.2.2 Released Posted by naruse on 30 Mar 2023

  Ruby 3.2.2 has been released.

  This release includes security fixes.  Please check the topics below for
  details.

  * CVE-2023-28755: ReDoS vulnerability in URI
  * CVE-2023-28756: ReDoS vulnerability in Time

  What's Changed

  * Backport [Bug #19158] for Ruby 3.2 by hsbt � Pull Request #7356
  * Bug #19415: Incorrect circularity warning for concurrent requires
  * Bug #19400: YJIT fails to boot on ARM64 systems with 64 KiB pages
  * Bug #19419: [BUG] try to mark T_NONE object in ibf_dump_mark
  * Bug #19444: YJIT String#+@ miscompilations
  * Bug #19445: Segmentation fault with Numeric#step
  * Bug #19439: Marshal.load doesn't load Regexp instance variables
  * Bug #19459: Is length of IO::Buffer#read required or optional?
  * Bug #19464: YJIT miscompiles BasicObject#__send__ to alias methods of send
  * Bug #19468: Ruby 3.2: net/http sets UTF-8 encoding for binary responses
  * Bug #19469: Crash when resizing generic iv list
  * Bug #19161: Cannot compile 3.0.5 or 3.1.3 on Red Hat Enterprise Linux 7
  * Bug #19467: Some linear_time regexp does not match in linear time
  * Bug #19476: Regexp unexpected partial match
  * Bug #19536: Frozen status loss when moving objects
  * Bug #19485: Unexpected behavior in squiggly heredocs
  * Bug #19471: Regexp::compile does not handle :timeout argument
  * Use URI-0.12.1 for Ruby 3.2 by hsbt � Pull Request #7603
  * Merge RubyGems-3.4.10 and Bundler-2.4.10 by hsbt � Pull Request #7479
  * Merge Time-0.2.2 by hsbt � Pull Request #7623

  Note: This list is automatically generated by tool/gen-github-release.rb.
  Because of this, some commits may be missing.

  To generate a diff of this commit:
  cvs rdiff -u -r1.263 -r1.264 pkgsrc/lang/ruby/rubyversion.mk
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby32-base/PLIST
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby32-base/distinfo

(spz)

2023-04-01 22:53:45 UTC MAIN commitmail json YAML

tex package updates

(markd)

2023-04-01 22:52:02 UTC MAIN commitmail json YAML

2023-04-01 22:50:00 UTC MAIN commitmail json YAML

2023-04-01 22:46:59 UTC MAIN commitmail json YAML

doc: Updated time/p5-DateTime-TimeZone to 2.59

(gutteridge)

2023-04-01 22:46:59 UTC MAIN commitmail json YAML

2023-04-01 22:46:49 UTC MAIN commitmail json YAML

p5-DateTime-TimeZone: update to 2.59

2.59    2023-03-23

- This release is based on version 2023b of the Olson database. This release
  includes contemporary changes for Lebanon.

(gutteridge)

2023-04-01 22:43:56 UTC MAIN commitmail json YAML

2023-04-01 22:39:52 UTC MAIN commitmail json YAML

tex-umtypewriter: update to 1.1

A bug fix release of version 1.0. In the previous version the $ glyph had zero
width in the italics, bold-italics, and oblique font files. This has been fixed
now.

(markd)

2023-04-01 22:37:34 UTC MAIN commitmail json YAML

2023-04-01 22:35:09 UTC MAIN commitmail json YAML

2023-04-01 22:32:46 UTC MAIN commitmail json YAML

2023-04-01 22:30:08 UTC MAIN commitmail json YAML

tex-tikzmark{,-doc}: update to 1.15

* Ability to relocate a `pic` using an internal coordinate.
* Highlighting of text using tikzmarks for start and finish.
* Define TikZ pseudo-nodes around the boxes used in AMSMath environments.

Plus numerous bug fixes

(markd)

2023-04-01 22:27:42 UTC MAIN commitmail json YAML

tex-setspace: update to 6.7b

Avoid undefined command errors when used with non standard classes
Update footnote code to match the current LaTeX defintion

(markd)

2023-04-01 22:25:36 UTC MAIN commitmail json YAML

tex-sansmathfonts{,-doc}: update to 2022

This update fixes a bug that prevented sansmathfonts from being
used with XeLaTeX and LuaLaTeX.

(markd)

2023-04-01 22:22:55 UTC MAIN commitmail json YAML

2023-04-01 22:20:20 UTC MAIN commitmail json YAML

2023-04-01 22:16:42 UTC MAIN commitmail json YAML

tex-pstricks{,-doc}: update to 3.18

This version fixes a bug with lualatex and PSTricks code on the first page.

(markd)

2023-04-01 22:14:11 UTC MAIN commitmail json YAML

tex-pst-plot{,-doc}: update to 1.94

added option outDelimiter for reading a column of csv data and plotting
it with \psChart

(markd)

2023-04-01 22:12:20 UTC MAIN commitmail json YAML

2023-04-01 22:09:35 UTC MAIN commitmail json YAML

tex-polyglossia{,-doc}: update to 1.60

1.60
* Remove stray U+FEFF glyphs in gloss files
* Fix vertical whitespace in captions
* Fix whitespace in dutch with shorthands.

1.59
New features
* Add support for (simplified and traditional) Chinese (provided by Takuji Tanaka).
* Add support for Punjabi, provided by Arvinder Singh.

Bug fixes
* Do not error, but warn, after language change due to non-updated aux file.
* Fix catcode issue for Latin.
* Improve error message with missing fonts

1.58
- The option forceheadingpunctuation is introduced for correct running headers
in Hungarian documents.
- Fix language setting in list of figure and table if captions float to
different language areas.
- Make Croatian digraphs robust.
- Fix definition of some Finnish shorthands.
- Re-fix Hungarian patching of parts with hyperref.
- Correct running headers in Hungarian documents.
- Fix option expansion issue

(markd)

2023-04-01 22:04:25 UTC MAIN commitmail json YAML

2023-04-01 22:01:16 UTC MAIN commitmail json YAML

2023-04-01 21:58:32 UTC MAIN commitmail json YAML

tex-pgf{,-doc}: update to 3.1.10

- `\pgfversiondatetime` and `\pgfrevisiondatetime` have been removed.
  `\pgfversiondate` and `\pgfrevisiondate` now use the format `YYYY-MM-DD`.
  `\pgfrevision{,date}` and `\pgfversion{,date}` are synonyms for now, but the
  revision should eventually gain back its original meaning.  However, as of now
  this is not supported by l3build.
- Many operations in `pgfkeys` used to use `\csname` directly which lets the
  given csname become `\relax` in case it wasn't defined. This resulted in some
  leakage of accidentally `\relax`ed keys into the global scope. This has been
  cleaned up a little. To preserve compatibility macros that used to expand to a
  `\relax`ed csname now expand to a primitive `\relax`. This affects the
  user-level commands `\pgfkeysgetvalue` and `\pgfkeysgetvalueof`. For the
  former the change should not be visible except for the number of expansions
  required. For `\pgfkeysgetvalueof`, however, the behavior is manifestly
  different in that it will now expand to an alias for the primitive `\relax` in
  case the value is undefined instead of a `\relax`ed csname. It has always been
  semantically wrong to assign to the result of `\pgfkeysgetvalueof`, but now it
  will have undesired side-effects. Therefore this change is breaking.
- The `textures` and `vtex` drivers have been deprecated. Both engines are no
  longer in active development and lack eTeX features which are required for
  quite some time in PGF.
- The file `pgfutil-common-lists.tex` is deprecated and therefore no longer
  `\input` by `pgfutil-common.tex`. The macros from this file are specifically
  meant for pgfplots and are not used in PGF at all.

### Added
- l3build support for packaging PGF/TikZ
- Add Matrix chat to README
- Add rhombic polihedra #1022
- Add Developer Certificate of Origin (DCO) to Pull Request template and enforce
- Add test set for `graphdrawing` (gd)
- pgfkeys gained support for loading libraries
- Add dependabot to keep GitHub Actions up to date

(markd)

2023-04-01 21:53:09 UTC MAIN commitmail json YAML

tex-pdfpages{,-doc}: update to 0.5x

Keyval arguments of \includepdf are getting expanded.
Expanding args of addtotoc and addtolist more graciously.

(markd)

2023-04-01 21:49:59 UTC MAIN commitmail json YAML

tex-pdflscape{,-doc}: update to 0.13

This release makes the package compatible with the PDF management
and removes the dependency to atbegshi by using LaTeX hooks instead.

(markd)

2023-04-01 21:44:22 UTC MAIN commitmail json YAML

2023-04-01 20:04:44 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6747 - requested by taca
lang/ruby31-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.263
- lang/ruby31-base/distinfo                                    1.10

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 09:17:15 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby31-base: distinfo

  Log Message:
  lang/ruby31: update to 3.1.4

  Ruby 3.1.4 Released Posted by nagachika on 30 Mar 2023

  Ruby 3.1.4 has been released.

  This release includes security fixes.  Please check the topics below for
  details.

  * CVE-2023-28755: ReDoS vulnerability in URI
  * CVE-2023-28756: ReDoS vulnerability in Time

  What's Changed

  * Bug #19187: Ruby 3.1.3 testsuite fails after timezone 2022g update is
    applied
  * Bug #19153: Since 2.7.7 CGI::Cookie raises ArgumentError when cookie
    domains is prefixed with a dot
  * Bug #18629: block args array splatting assigns to higher scope _ var
  * Bug #18765: Wrong description introduced by
    https://github.com/ruby/ruby/pull/4938/files
  * Bug #19189: Ruby 3.1.3/3.2.x can no longer find pkg-config if not present
    at buildtime
  * Bug #19292: Time object's wday, yday, and isdst returns broken value (and
    so does to_a) when kwarg in: 'UTC' was given
  * Bug #19305: TracePoint#parameters segfaults when certain method creation
    pattern is used
  * Bug #19319: Crash in rb_str_casemap
  * Bug #19316: YJIT crash in 3.2.0
  * Bug #19284: Integer overflow when using RUBY_GC_HEAP_INIT_SLOTS
    environment variable
  * Bug #19320: Crash during compaction while traversing the stack
  * Bug #19389: StringIO gets(..., chomp: true) behaves differently to File/IO.
  * Bug #19284: Integer overflow when using RUBY_GC_HEAP_INIT_SLOTS
    environment variable
  * Bug #19398: Memory leak in WeakMap
  * Bug #19403: Unable to Build Native Gems on Mac with Ruby 3.1.0+
  * Bug #19415: Incorrect circularity warning for concurrent requires
  * Bug #19419: [BUG] try to mark T_NONE object in ibf_dump_mark
  * Bug #19445: Segmentation fault with Numeric#step
  * Bug #19161: Cannot compile 3.0.5 or 3.1.3 on Red Hat Enterprise Linux 7
  * Bug #18989: Backport f229b36087f1b387d77af8f3fa50f9bffd2fd44e to ruby_3_1
  * Bug #18748: Range#cover? returns true for beginless range of different
    type
  * Bug #18827: __ENCODING__ is not set to the source encoding when saving
    script lines
  * Bug #19242: Circular cause by Marshal
  * Bug #19243: Windows: Dir.home returns string in wrong encoding
  * Bug #19115: RubyGems fails to detect OpenSSL in --with-static-linked-ext
    builds
  * Bug #18464: RUBY_INTERNAL_EVENT_NEWOBJ tracepoint causes an interpreter
    crash when combined with Ractors
  * Bug #19529: [BUG] ObjectSpace::WeakMap can segfault after compaction
  * Bug #19485: Unexpected behavior in squiggly heredocs

  Note: This list is automatically generated by tool/gen-github-release.rb.
  Because of this, some commits may be missing.

  To generate a diff of this commit:
  cvs rdiff -u -r1.262 -r1.263 pkgsrc/lang/ruby/rubyversion.mk
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ruby31-base/distinfo

(spz)

2023-04-01 19:57:14 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6746 - requested by taca
lang/ruby30-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.262
- lang/ruby30-base/distinfo                                    1.12

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 09:08:51 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby30-base: distinfo

  Log Message:
  lang/ruby30: update to 3.0.6

  Ruby 3.0.6 Released Posted by usa on 30 Mar 2023

  Ruby 3.0.6 has been released.

  This release includes security fixes. Please check the topics below for
  details.

  * CVE-2023-28755: ReDoS vulnerability in URI
  * CVE-2023-28756: ReDoS vulnerability in Time

  This release also includes some bug fixes.  See the GitHub releases for
  further details.

  After this release, we end the normal maintenance phase of Ruby 3.0, and
  Ruby 3.0 enters the security maintenance phase.  This means that we will no
  longer backport any bug fixes to Ruby 3.0 except security fixes.

  The term of the security maintenance phase is scheduled for a year.  Ruby
  3.0 reaches EOL and its official support ends by the end of the security
  maintenance phase.  Therefore, we recommend that you start to plan upgrade
  to Ruby 3.1 or 3.2.

  To generate a diff of this commit:
  cvs rdiff -u -r1.261 -r1.262 pkgsrc/lang/ruby/rubyversion.mk
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby30-base/distinfo

(spz)

2023-04-01 19:39:42 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6745 - requested by taca
lang/ruby27-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.261
- lang/ruby27-base/distinfo                                    1.12

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 08:59:44 UTC 2023

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk
  pkgsrc/lang/ruby27-base: distinfo

  Log Message:
  lang/ruby27: update to 2.7.8

  Ruby 2.7.8 Released Posted by usa on 30 Mar 2023

  Ruby 2.7.8 has been released.

  This release includes security fixes. Please check the topics below for
  details.

  * CVE-2023-28755: ReDoS vulnerability in URI
  * CVE-2023-28756: ReDoS vulnerability in Time

  This release also includes some build problem fixes. See the GitHub releases
  for further details.

  After this release, Ruby 2.7 reaches EOL.  In other words, this is expected
  to be the last release of Ruby 2.7 series.  We will not release Ruby 2.7.9
  even if a security vulnerability is found (but could release if a severe
  regression is found).  We recommend all Ruby 2.7 users to start migration to
  Ruby 3.2, 3.1, or 3.0 immediately.

  To generate a diff of this commit:
  cvs rdiff -u -r1.260 -r1.261 pkgsrc/lang/ruby/rubyversion.mk
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby27-base/distinfo

(spz)

2023-04-01 18:56:33 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup tickets #6743 and #6744

(bsiegert)

2023-04-01 18:55:38 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6744 - requested by taca
net/samba4: security fix

Revisions pulled up:
- net/samba4/Makefile                                          1.161
- net/samba4/distinfo                                          1.91

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 08:49:05 UTC 2023

  Modified Files:
  pkgsrc/net/samba4: Makefile distinfo

  Log Message:
  net/samba4: update to 4.17.7

                      ==============================
                      Release Notes for Samba 4.17.7
                              March 29, 2023
                      ==============================

  This is a security release in order to address the following defects:

  o CVE-2023-0225: An incomplete access check on dnsHostName allows authenticated
                    but otherwise unprivileged users to delete this attribute from
                    any object in the directory.
                    https://www.samba.org/samba/security/CVE-2023-0225.html

  o CVE-2023-0922: The Samba AD DC administration tool, when operating against a
                    remote LDAP server, will by default send new or reset
                    passwords over a signed-only connection.
                    https://www.samba.org/samba/security/CVE-2023-0922.html

  o CVE-2023-0614: The fix in 4.6.16, 4.7.9, 4.8.4 and 4.9.7 for CVE-2018-10919
                    Confidential attribute disclosure via LDAP filters was
                    insufficient and an attacker may be able to obtain
                    confidential BitLocker recovery keys from a Samba AD DC.
                    Installations with such secrets in their Samba AD should
                    assume they have been obtained and need replacing.
                    https://www.samba.org/samba/security/CVE-2023-0614.html

(bsiegert)

2023-04-01 18:14:20 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6743 - requested by taca
databases/ldb: dependent update

Revisions pulled up:
- databases/ldb/Makefile                                        1.34
- databases/ldb/distinfo                                        1.24
- databases/ldb/patches/patch-common_ldb__match.c              1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat Apr  1 08:47:37 UTC 2023

  Modified Files:
  pkgsrc/databases/ldb: Makefile distinfo
  pkgsrc/databases/ldb/patches: patch-common_ldb__match.c

  Log Message:
  databases/ldb: update to 2.6.2

  samba-4.17.7 require ldb 2.6.2.

  Changes from 2.6.1 are not available except commit log:
  <https://github.com/samba-team/samba/compare/ldb-2.6.1...ldb-2.6.2>.

(bsiegert)

2023-04-01 16:01:21 UTC MAIN commitmail json YAML

doc: Updated net/sniffnet to 1.1.2

(pin)

2023-04-01 16:01:01 UTC MAIN commitmail json YAML

net/sniffnet: update to 1.1.2

[1.1.2] - 2023-03-18
- Added new translations of the GUI, bringing the total number of supported
  languages to 8!
    - German �汞ゥ�汞ェ (#87)
    - Simplified Chinese �汞ィ�汞ウ (#89 - #93)
    - Ukrainian �汞コ�汞ヲ (#94)
- Added keyboard shortcuts to make the whole experience more enjoyable and
  efficient: check out issue #97 to see all the available hotkeys or to
  suggest new ones!
- Changed GUI font to sarasa-gothic-mono to support the introduction of
  Simplified Chinese language
- Minor improvements to Overview page proportions and paddings

(pin)

2023-04-01 16:00:10 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.58

(pin)

2023-04-01 15:59:39 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.58

0.6.58 (2023-04-01)
- Chore: update dependencies (498c862b)

(pin)

2023-04-01 15:58:54 UTC MAIN commitmail json YAML

doc: Updated textproc/hgrep to 0.3.2

(pin)

2023-04-01 15:58:34 UTC MAIN commitmail json YAML

textproc/hgrep: update to 0.3.2

v0.3.2 - 31 Mar 2023
- Update bat from 0.22 to 0.23. This improves performance on macOS when
  using -p bat.
- Add support for Ada syntax highlighting
- Update dependencies
    - Remove remove_dir_all crate to avoid CVE-2022-21658
    - Replace unmaintained ansi_term crate with nu-ansi-term crate
    - Update clap crates to generate better completion scripts and man page

(pin)

2023-04-01 15:57:41 UTC MAIN commitmail json YAML

doc: Updated sysutils/erdtree to 1.7.1

(pin)

2023-04-01 15:57:20 UTC MAIN commitmail json YAML

sysutils/erdtree: update to 1.7.1

[1.7.1] - 2023-03-30
- fix issue where not-existent directory as cli arg causes infinite loop
  by @solidiquis in #107

(pin)

2023-04-01 15:56:24 UTC MAIN commitmail json YAML

doc: Updated devel/difftastic to 0.46.0

(pin)

2023-04-01 15:56:02 UTC MAIN commitmail json YAML

devel/difftastic: update to 0.46.0

Command Line Interface
- Removed the option --missing-as-empty. This is no longer needed as difftastic
  handles /dev/null gracefully on all platforms.

Parsing
- Added support for Ada.
- .ino files are now treated as C++.
- Improved parsing for TOML.
- Updated grammars for Bash, C, C++, C#, Clojure, CMake, Elixir, Go, Java,
  JavaScript, OCaml, Perl, QML and TypeScript.
- Difftastic now prefers treating files as 'mostly UTF-8' or binary rather
  than UTF-16. Many files can be decoded as UTF-16 without decoding errors but
  produce nonsense results, so this heuristic seems to work better.
- Fixed an issue where difftastic would discard the last newline in a file
  before diffing. This was most noticeable when doing textual diffs and the
  last line had changed.

Display
- Difftastic no longer uses purple to highlight regions that are missing
  styling. This was intended as a debug feature, but it in practice it only
  highlighted trailing whitespace for a few languages.

(pin)

2023-04-01 15:55:06 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.21.2

(pin)

2023-04-01 15:54:44 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.21.2

v1.21.2 - 2023-03-30
- update dependencies because of some yanked ones

(pin)

2023-04-01 14:43:06 UTC pkgsrc-2023Q1 commitmail json YAML

2023-04-01 14:30:48 UTC MAIN commitmail json YAML

Updated textproc/py-xml2rfc, graphics/py-Pillow

(adam)

2023-04-01 14:30:30 UTC MAIN commitmail json YAML

py-Pillow: updated to 9.5.0

9.5.0 (2023-04-01)
- Added ImageSourceData to TAGS_V2
- Clear PPM half token after use
- Removed absolute path to ldconfig
- Support custom comments and PLT markers when saving JPEG2000 images
- Load before getting size in __array_interface__
- Support creating BGR;15, BGR;16 and BGR;24 images, but drop support for BGR;32
- Consider transparency when applying APNG blend mask
- Round duration when saving animated WebP images
- Added reading of JPEG2000 comments
- Decrement reference count
- Allow libtiff_support_custom_tags to be missing
- Improved I;16N support
- Added QOI reading
- Added saving RGBA images as PDFs
- Do not raise an error if os.environ does not contain PATH
- Close OleFileIO instance when closing or exiting FPX or MIC
- Added __int__ to IFDRational for Python >= 3.11
- Added memoryview support to Dib.frombytes()
- Close file pointer copy in the libtiff encoder if still open
- Raise an error if ImageDraw co-ordinates are incorrectly ordered
- Added "corners" argument to ImageDraw rounded_rectangle()
- Added memoryview support to frombytes()
- Allow comments in FITS images
- Support saving PDF with different X and Y resolutions
- Fixed writing int as UNDEFINED tag
- Raise an error if EXIF data is too long when saving JPEG
- Handle more than one directory returned by pkg-config
- Do not retry past formats when loading all formats for the first time
- Do not retry specified formats if they failed when opening
- Do not unintentionally load TIFF format at first
- Stop reading when EPS line becomes too long
- Allow writing IFDRational to BYTE tag
- Raise ValueError for BoxBlur filter with negative radius
- Support arbitrary number of loaded modules on Windows

(adam)

2023-04-01 14:26:36 UTC MAIN commitmail json YAML

rabbitmq: updated to 3.11.13

RabbitMQ 3.11.13

Core Server

Bug Fixes

3.11.12 introduced a regression that caused client connections to fail with an exception
when TCP or TLS listeners were bould to a particular interface.

RabbitMQ 3.11.12

Core Server

Bug Fixes

Boot time import of definitions from a conf.d-style directory failed unless
definitions.skip_if_unchanged was set to true, for example, like in this
rabbitmq.conf:

definitions.skip_if_unchanged = false
definitions.import_backend = local_filesystem
definitions.local.path = /path/to/RabbitMQ/definitions/conf.d/

Improved resiliency of dead-lettering.

Enhancements

When the maximum allowed number of connections to the node was limited using the connection_max key
and the limit was reached, newly connecting client previously would run into a TCP connection timeout.

Now a more specific error will be returned to the client before connection closure.

Contributed by @SimonUnge (AWS).

CLI Tools

Bug Fixes

rabbitmqctl add_vhosts failed with an exception when --default-queue-type option was provided.

Management Plugin

Bug Fixes

HTTP API endpoint PUT /api/vhosts/{name} incorrectly used defaultqueuetype for default queue type
key name. It is now default_queue_type, the same key as returned by GET /api/vhosts/{name}.

HTTP API will now respond with a 405 Method Not Allowed instead of a 500 when
an unsupported method is used by the client.

Contributed by @gomoripeti (CloudAMQP).

AMQP 1.0 Plugin

Bug Fixes

Fixed AMQP 1.0 authentication issue that affected OAuth 2 token users.

(adam)

2023-04-01 13:50:40 UTC MAIN commitmail json YAML

doc: Updated textproc/py-xml2rfc to 3.17.0

(riastradh)

2023-04-01 13:46:16 UTC MAIN commitmail json YAML

textproc/py-xml2rfc: Update to 3.17.0

Note: I gave up trying to make the tests run -- too many dependencies
before I ran out of time to waste on this.  But at least xml2rfc
itself seems to work.

Note: I gave up trying to update pycountry to 22.3.5 as listed in the
xml2rfc requirements.txt, because the pycountry 22.3.5 tests failed;
instead I patched xml2rfc to accept the version in pkgsrc for now.

Since xml2rfc had been rendered completely nonfunctional by updates to
its dependencies, I believe this is a better state than it was in even
if the tests can't be run.

Changes:

- [`dbdda51`](https://github.com/ietf-tools/xml2rfc/commit/dbdda51a16083da0762355ebe0902c3bc2a78a39) - Lighter styling on internal iref links *(PR [#963](https://github.com/ietf-tools/xml2rfc/pull/963) by [@martinthomson](https://github.com/martinthomson))*
- [`ff1c061`](https://github.com/ietf-tools/xml2rfc/commit/ff1c0610ef67cab21e80fc2106137b103dabb30b) - Add support for Noto Math font *(PR [#971](https://github.com/ietf-tools/xml2rfc/pull/971) by [@kesara](https://github.com/kesara))*

- [`636dd08`](https://github.com/ietf-tools/xml2rfc/commit/636dd08cf10d61fc7354dfc0575a61714270b4c6) - update CHANGELOG.md + py file versions for v3.16.0 [skip ci] *(commit by [@kesara](https://github.com/kesara))*

- [`7cae8ad`](https://github.com/ietf-tools/xml2rfc/commit/7cae8add36feaf9d1eed08c820708748ac9ec868) - Remove mt.css and mt.js *(PR [#976](https://github.com/ietf-tools/xml2rfc/pull/976) by [@martinthomson](https://github.com/martinthomson))*

- [`ad2e035`](https://github.com/ietf-tools/xml2rfc/commit/ad2e0359fde4687e07491a1ada0ec0d4f6ee5fcc) - Permit non-ASCII within <t> without the use of <u> *(PR [#895](https://github.com/ietf-tools/xml2rfc/pull/895) by [@cabo](https://github.com/cabo))*
- [`6b9aede`](https://github.com/ietf-tools/xml2rfc/commit/6b9aede79e25665c199064c362fc6524f8292882) - Add editorial stream *(PR [#958](https://github.com/ietf-tools/xml2rfc/pull/958) by [@kesara](https://github.com/kesara))*
  - :arrow_lower_right: *addresses issue [#896](undefined) opened by [@alicerusso](https://github.com/alicerusso)*

- [`5b687b1`](https://github.com/ietf-tools/xml2rfc/commit/5b687b12053a5607cff4e83fd6a6ab767668c5a8) - Add 'auto' class for (most) parenthesized xref links *(PR [#948](https://github.com/ietf-tools/xml2rfc/pull/948) by [@martinthomson](https://github.com/martinthomson))*
- [`388d4b9`](https://github.com/ietf-tools/xml2rfc/commit/388d4b9b1521c7b7a5bb27a6f64b1c74f39433b2) - Update to pypdf>=3.2.1 on base docker file *(PR [#954](https://github.com/ietf-tools/xml2rfc/pull/954) by [@kesara](https://github.com/kesara))*

- [`6c9be77`](https://github.com/ietf-tools/xml2rfc/commit/6c9be77f09fa23d6d9c46652582328027cd962f5) - Expand a problematic reference *(PR [#959](https://github.com/ietf-tools/xml2rfc/pull/959) by [@kesara](https://github.com/kesara))*

- [`b811bfd`](https://github.com/ietf-tools/xml2rfc/commit/b811bfda5d8215b0d4060ba7a7e42558fb373b36) - update CHANGELOG.md + py file versions for v3.15.3 [skip ci] *(commit by [@kesara](https://github.com/kesara))*

- [`5bbf3f7`](https://github.com/ietf-tools/xml2rfc/commit/5bbf3f74bbf3568f79aa8c4293ce3a2d73f3bf48) - **deps**: Move from PyPDF2 to pypdf>=3.2.1 *(PR [#953](https://github.com/ietf-tools/xml2rfc/pull/953) by [@kesara](https://github.com/kesara))*

- [`1381bb8`](https://github.com/ietf-tools/xml2rfc/commit/1381bb86056d56c86624e5483926878a274ee137) - Move sourcecode classes *(PR [#839](https://github.com/ietf-tools/xml2rfc/pull/839) by [@martinthomson](https://github.com/martinthomson))*
- [`592ab81`](https://github.com/ietf-tools/xml2rfc/commit/592ab81a6fba182c7cdee3ce340b130b3d362ced) - Only overwrite font-family when producing PDFs *(PR [#937](https://github.com/ietf-tools/xml2rfc/pull/937) by [@martinthomson](https://github.com/martinthomson))*
- [`a3adb84`](https://github.com/ietf-tools/xml2rfc/commit/a3adb840848b6e6f6585310055b7013277a014a2) - Fix margin issue with dl after p inside a li  *(PR [#941](https://github.com/ietf-tools/xml2rfc/pull/941) by [@kesara](https://github.com/kesara))*

- [`9308e40`](https://github.com/ietf-tools/xml2rfc/commit/9308e402b6658a36bffaddaff6131226f622f119) - Update walkpdf to fix PyPDF deprecation warnings *(PR [#934](https://github.com/ietf-tools/xml2rfc/pull/934) by [@kesara](https://github.com/kesara))*

- [`0d3958c`](https://github.com/ietf-tools/xml2rfc/commit/0d3958c0f55e9329e6d0c19364f73c7d2a4b003d) - Include OpenPGP certificates for signing the project in each release *(PR [#931](https://github.com/ietf-tools/xml2rfc/pull/931) by [@dkg](https://github.com/dkg))*
- [`b451ded`](https://github.com/ietf-tools/xml2rfc/commit/b451deda56d8d38276d6554043adb8c3325dcdd2) - Add support for Python 3.11 *(PR [#942](https://github.com/ietf-tools/xml2rfc/pull/942) by [@kesara](https://github.com/kesara))*
- [`9ff2476`](https://github.com/ietf-tools/xml2rfc/commit/9ff247654048593eedf1dcd847a0764ed1c80973) - Include all changes in Changelog *(PR [#944](https://github.com/ietf-tools/xml2rfc/pull/944) by [@kesara](https://github.com/kesara))*

- [`d86b1f2`](https://github.com/ietf-tools/xml2rfc/commit/d86b1f24fce077b967c0ed480f93143ff81eecb0) - update CHANGELOG.md + py file versions for v3.15.2 [skip ci] *(commit by [@kesara](https://github.com/kesara))*

- [`af9d83e`](https://github.com/ietf-tools/xml2rfc/commit/af9d83ed49c30303dab52e5240d19d324dbd8adc) - Skip Weasyprint 57.0 in tests *(PR [#932](https://github.com/ietf-tools/xml2rfc/pull/932) by [@kesara](https://github.com/kesara))*

- [`908365f`](https://github.com/ietf-tools/xml2rfc/commit/908365f065fa54a4ce43472e72542bea4aa79730) - Use wcwidth to determine the monospace textual length of a string *(PR [#914](https://github.com/ietf-tools/xml2rfc/pull/914) by [@Flowdalic](https://github.com/Flowdalic))*
- [`0b42319`](https://github.com/ietf-tools/xml2rfc/commit/0b42319ce70b2f5d4d58b271973b291a75f02aa7) - Drop dependency on kitchen *(PR [#913](https://github.com/ietf-tools/xml2rfc/pull/913) by [@Flowdalic](https://github.com/Flowdalic))*
- [`1a910d9`](https://github.com/ietf-tools/xml2rfc/commit/1a910d986fe891bed467c493877cfac3abae57ba) - Expand table columns in text output  *(PR [#919](https://github.com/ietf-tools/xml2rfc/pull/919) by [@kesara](https://github.com/kesara))*
- [`4f9e700`](https://github.com/ietf-tools/xml2rfc/commit/4f9e700d35e26ac12e1b7bd5a803148ea091a2c3) - Add Noto Sans Symbols 2 font to PDF template *(PR [#926](https://github.com/ietf-tools/xml2rfc/pull/926) by [@kesara](https://github.com/kesara))*

- [`18b34d8`](https://github.com/ietf-tools/xml2rfc/commit/18b34d8e744ef47cbac3ee11c98bb86622856f9b) - Fix PDF tests *(PR [#920](https://github.com/ietf-tools/xml2rfc/pull/920) by [@kesara](https://github.com/kesara))*

- [`7337517`](https://github.com/ietf-tools/xml2rfc/commit/7337517aa28168d69f14de84073eaa5c11d0a399) - Correct spelling mistakes *(PR [#917](https://github.com/ietf-tools/xml2rfc/pull/917) by [@jsoref](https://github.com/jsoref))*

- [`08605de`](https://github.com/ietf-tools/xml2rfc/commit/08605de0a38380d58d77ad9e271096e43c852a10) - Improve PDF generation debug logs *(PR [#907](https://github.com/ietf-tools/xml2rfc/pull/907) by [@kesara](https://github.com/kesara))*
- [`12a960e`](https://github.com/ietf-tools/xml2rfc/commit/12a960ed3a9829b6770c55be24a6ba0c5ad631b5) - Use specified font families on SVG *(PR [#910](https://github.com/ietf-tools/xml2rfc/pull/910) by [@kesara](https://github.com/kesara))*
- [`70de803`](https://github.com/ietf-tools/xml2rfc/commit/70de803f9d2774dda2581e87c8b43af6a49d972c) - Use noto fonts for non-latin unicode monospaced characters *(PR [#909](https://github.com/ietf-tools/xml2rfc/pull/909) by [@kesara](https://github.com/kesara))*
- [`dd2b0fe`](https://github.com/ietf-tools/xml2rfc/commit/dd2b0fe1de487b2b43623cc4669f997a34c7c960) - Add bottom margin to .artwork > pre *(PR [#912](https://github.com/ietf-tools/xml2rfc/pull/912) by [@kesara](https://github.com/kesara))*
- [`58706b8`](https://github.com/ietf-tools/xml2rfc/commit/58706b80e322e49a9aeacba22a61e9db7ff701b7) - Remove redundant code labels from CSS *(PR [#916](https://github.com/ietf-tools/xml2rfc/pull/916) by [@kesara](https://github.com/kesara))*

- [`055d64d`](https://github.com/ietf-tools/xml2rfc/commit/055d64d2e5fc1187ef90cfada9446515362695ac) - Add xml2rfc class to HTML body element *(PR [#847](https://github.com/ietf-tools/xml2rfc/pull/847) by [@martinthomson](https://github.com/martinthomson))*
- [`7fec225`](https://github.com/ietf-tools/xml2rfc/commit/7fec2255b7cf2eefa0a1a6ce770d01a157adce39) - Add classes to xref *(PR [#867](https://github.com/ietf-tools/xml2rfc/pull/867) by [@martinthomson](https://github.com/martinthomson))*

- [`cc6b083`](https://github.com/ietf-tools/xml2rfc/commit/cc6b083cdf58be559d8d6011f9adedfa583bbc6f) - Fix table colspan issue in text format  *(PR [#886](https://github.com/ietf-tools/xml2rfc/pull/886) by [@kesara](https://github.com/kesara))*
- [`2475447`](https://github.com/ietf-tools/xml2rfc/commit/24754473224b2db603f910c0282f90ba013ddcc8) - Include the published date when ipr is none *(PR [#897](https://github.com/ietf-tools/xml2rfc/pull/897) by [@kesara](https://github.com/kesara))*

- [`20cdb44`](https://github.com/ietf-tools/xml2rfc/commit/20cdb4460436a7edbebc9807d1c3305e90d0269d) - Fix odd page break inside rows in PDF output *(PR [#879](https://github.com/ietf-tools/xml2rfc/pull/879) by [@kesara](https://github.com/kesara))*
- [`2c9dfaf`](https://github.com/ietf-tools/xml2rfc/commit/2c9dfafa0f4c32399f9b8e31ef9926c3e5ea7b65) - Return orgnization for orgnization only contacts *(PR [#837](https://github.com/ietf-tools/xml2rfc/pull/837) by [@kesara](https://github.com/kesara))*
- [`9821dc6`](https://github.com/ietf-tools/xml2rfc/commit/9821dc6cd19e905cf05c3d92223311520575d2f2) - RTL unicode issue in PDF *(PR [#884](https://github.com/ietf-tools/xml2rfc/pull/884) by [@kesara](https://github.com/kesara))*

- [`c67f5fd`](https://github.com/ietf-tools/xml2rfc/commit/c67f5fd40c605637043c1692974256ebc9f7af41) - Align center aligned ASCII art correctly *(PR [#838](https://github.com/ietf-tools/xml2rfc/pull/838) by [@kesara](https://github.com/kesara))*

- [`701d5ce`](https://github.com/ietf-tools/xml2rfc/commit/701d5cedda73befe1341b02842f32d2888c5e860) - Add github issue templates *(commit by [@kesara](https://github.com/kesara))*

- [`c6343a9`](https://github.com/ietf-tools/xml2rfc/commit/c6343a909dc66887eafe2d4e905cd5134c2d2c95) - Update WeasyPrint *(PR [#802](https://github.com/ietf-tools/xml2rfc/pull/802) by [@kesara](https://github.com/kesara))*

- [`95dba00`](https://github.com/ietf-tools/xml2rfc/commit/95dba00e3007ae65af6d1795f5723c0af1db1988) - Fix typo in README file *(PR [#843](https://github.com/ietf-tools/xml2rfc/pull/843) by [@bkmgit](https://github.com/bkmgit))*
- [`0f06e27`](https://github.com/ietf-tools/xml2rfc/commit/0f06e27ca16272887d64179098c4a9c7262e372b) - Prevent submission date warnings for RFCs  *(PR [#842](https://github.com/ietf-tools/xml2rfc/pull/842) by [@kesara](https://github.com/kesara))*
- [`e5c45d4`](https://github.com/ietf-tools/xml2rfc/commit/e5c45d41592e6db13af41134f73611ca619b6822) - Add an option to disable rfc-local.css link *(PR [#840](https://github.com/ietf-tools/xml2rfc/pull/840) by [@martinthomson](https://github.com/martinthomson))*

- [`41b177a`](https://github.com/ietf-tools/xml2rfc/commit/41b177a302f0c6c61767cd3c326f20893210602d) - Fix tests to adapt bib.ietf.org *(PR [#852](https://github.com/ietf-tools/xml2rfc/pull/852) by [@kesara](https://github.com/kesara))*
- [`c9b9d09`](https://github.com/ietf-tools/xml2rfc/commit/c9b9d093d9b8d96b1eab0296cabb2ed6f4996dcf) - Update valid tests for --no-rfc-local option *(PR [#854](https://github.com/ietf-tools/xml2rfc/pull/854) by [@kesara](https://github.com/kesara))*

- [`63de72a`](https://github.com/ietf-tools/xml2rfc/commit/63de72a05452d47bb71845e855b723bd3b87c3d9) - Use bib.ietf.org for citations  *(PR [#804](https://github.com/ietf-tools/xml2rfc/pull/804) by [@kesara](https://github.com/kesara))*
- [`ad44bb8`](https://github.com/ietf-tools/xml2rfc/commit/ad44bb8d3e42a7a3a045eb1471e8e3311365133f) - Render unicode characters in SVG elements correctly  *(PR [#832](https://github.com/ietf-tools/xml2rfc/pull/832) by [@kesara](https://github.com/kesara))*

- [`6938d80`](https://github.com/ietf-tools/xml2rfc/commit/6938d806e5d84ea892f3eabe8dc6c10426d3b5ca) - Drop support for Python 3.6 *(PR [#796](https://github.com/ietf-tools/xml2rfc/pull/796) by [@kesara](https://github.com/kesara))*

- [`47270ba`](https://github.com/ietf-tools/xml2rfc/commit/47270ba4a79daa59bfc39cd8a2c7de1567c0aa5b) - Handle date type errors gracefully *(PR [#795](https://github.com/ietf-tools/xml2rfc/pull/795) by [@cabo](https://github.com/cabo))*
- [`79fd4d9`](https://github.com/ietf-tools/xml2rfc/commit/79fd4d9b9c0a09ef041559e8e47abba11aad7fd4) - Stop crashing when author element doesn't have a name *(PR [#800](https://github.com/ietf-tools/xml2rfc/pull/800) by [@cabo](https://github.com/cabo))*
- [`d5f8a1c`](https://github.com/ietf-tools/xml2rfc/commit/d5f8a1c16a48e9f2acf1ea0b8f3940f85265cb20) - Use bib.ietf.org for citations *(PR [#799](https://github.com/ietf-tools/xml2rfc/pull/799) by [@kesara](https://github.com/kesara))*

- [`b94d6bb`](https://github.com/ietf-tools/xml2rfc/commit/b94d6bb05804c7dece0e6ad93e5431058ce271d6) - **deps**: Update Python dependencies *(PR [#797](https://github.com/ietf-tools/xml2rfc/pull/797) by [@kesara](https://github.com/kesara))*

- [`f73ece7`](https://github.com/ietf-tools/xml2rfc/commit/f73ece708dd45ed0830a5ffceb89998d16bcb4ff) - Update setuptools metadata *(PR [#789](https://github.com/ietf-tools/xml2rfc/pull/789) by [@kesara](https://github.com/kesara))*

- [`1643d68`](https://github.com/ietf-tools/xml2rfc/commit/1643d6845e2309f79f4ddc34f22749372b359a2b) - Display long ASCII art correctly in PDF *(PR [#788](https://github.com/ietf-tools/xml2rfc/pull/788) by [@kesara](https://github.com/kesara))*

- [`51e8b24`](https://github.com/ietf-tools/xml2rfc/commit/51e8b24fd25e5cffaadba415374aa7e5cc24c9a8) - Add support for Python 3.10 *(PR [#772](https://github.com/ietf-tools/xml2rfc/pull/772) by [@dkg](https://github.com/dkg))*

- [`46399d7`](https://github.com/ietf-tools/xml2rfc/commit/46399d7efaf77f21b0de01c42226d0bf44e699a4) - Implement emboldening primary iref entries *(PR [#778](https://github.com/ietf-tools/xml2rfc/pull/778) by [@cabo](https://github.com/cabo))*

- [`e0095fd`](https://github.com/ietf-tools/xml2rfc/commit/e0095fdf9ece092a57746aa4313339b7191f9aff) - Remove Python version specific test results *(PR [#780](https://github.com/ietf-tools/xml2rfc/pull/780) by [@kesara](https://github.com/kesara))*

- [`42568b3`](https://github.com/ietf-tools/xml2rfc/commit/42568b3787ae549c8e718e43ac8f164a9b195067) - evaluate date.today() on class init, not import *(PR [#774](https://github.com/ietf-tools/xml2rfc/pull/774) by [@jennifer-richards](https://github.com/jennifer-richards))*
- [`07ef95e`](https://github.com/ietf-tools/xml2rfc/commit/07ef95e8fb4a0bbbadac9ee4ffcd7478405eb1fd) - Fix warnings in text and manpage *(PR [#775](https://github.com/ietf-tools/xml2rfc/pull/775) by [@kesara](https://github.com/kesara))*

- [`6b32a5d`](https://github.com/ietf-tools/xml2rfc/commit/6b32a5d789925f5f74b7898b556cf7b8f3bd1d10) - Render text without toc *(PR [#766](https://github.com/ietf-tools/xml2rfc/pull/766) by [@cabo](https://github.com/cabo))*
- [`384399c`](https://github.com/ietf-tools/xml2rfc/commit/384399cae4a52fbb689abacfdf1a55c3217276db) - Display ASCII names for authors in references *(PR [#771](https://github.com/ietf-tools/xml2rfc/pull/771) by [@kesara](https://github.com/kesara))*

- [`8436c2f`](https://github.com/ietf-tools/xml2rfc/commit/8436c2f9716b5c7a73d5587bc6201c7e56fb6ac0) - Make index sort case insensitive *(PR [#763](https://github.com/ietf-tools/xml2rfc/pull/763) by [@kesara](https://github.com/kesara))*
- [`0884e8d`](https://github.com/ietf-tools/xml2rfc/commit/0884e8dc11f7040986b208961275a7cb3af07f92) - Don't attempt to select initials when fullname contains non Latin characters *(PR [#760](https://github.com/ietf-tools/xml2rfc/pull/760) by [@kesara](https://github.com/kesara))*
- [`9e12093`](https://github.com/ietf-tools/xml2rfc/commit/9e120937f5a66e180a7522f9d7e7066a5486c4de) - Make long sourcecode sections breakable *(PR [#764](https://github.com/ietf-tools/xml2rfc/pull/764) by [@kesara](https://github.com/kesara))*

- [`24406e5`](https://github.com/ietf-tools/xml2rfc/commit/24406e5007ec5acefa331565a082a48207b055dd) - Bug fix in tests/input/draft-miek-test.v3.xml *(PR [#738](https://github.com/ietf-tools/xml2rfc/pull/738) by [@kesara](https://github.com/kesara))*
- [`72255eb`](https://github.com/ietf-tools/xml2rfc/commit/72255ebd479f4a8c87f1e7b6352d4abc6e1d4622) - Pin PyPDF2 to 2.16.* versions *(PR [#762](https://github.com/ietf-tools/xml2rfc/pull/762) by [@kesara](https://github.com/kesara))*

- [`8fc7efb`](https://github.com/ietf-tools/xml2rfc/commit/8fc7efbd37ca746cf4b9f97793b7236c013a0388) - Update deprecated tox configuration option *(PR [#746](https://github.com/ietf-tools/xml2rfc/pull/746) by [@kesara](https://github.com/kesara))*

(riastradh)

2023-04-01 12:22:24 UTC MAIN commitmail json YAML

tex package updates

(markd)

2023-04-01 12:20:02 UTC MAIN commitmail json YAML

tex-ntgclass{,-doc}: update to 2.1f

A bug has been found in the way fonts are handled in the table of contents.
The fix in this release has been provided by Piet van Oostrum

(markd)

2023-04-01 12:16:55 UTC MAIN commitmail json YAML

2023-04-01 12:12:46 UTC MAIN commitmail json YAML

2023-04-01 12:10:23 UTC MAIN commitmail json YAML

tex-musixtex{,-doc}: update to 1.36

Added support for classical Turkish music (Makam) accidentals,
thicker ledger lines and hairpins, and new thinner accidentals.

(markd)

2023-04-01 12:07:38 UTC MAIN commitmail json YAML

tex-minted{,-doc}: update to 2.7

Reimplemented \mintinline to work with all line breaking options supported by
fvextra's \Verb (including breakanywhere), give better results when used inside
other commands, and be compatible with hyperref for PDF strings such as
bookmarks. Reimplemented and improved \mint.

(markd)

2023-04-01 12:04:11 UTC MAIN commitmail json YAML

tex-mfirstuc{,-doc}: update to 2.08

* Reimplemented \makefirstuc in LaTeX3. This change supports
  UTF-8 with pdflatex.
* New command \MFUsentencecase
* New command \MFUexcl{<cs>}
* New command \MFUblocker{<cs>}
* New command \MFUaddmap{<cs1>}{<cs2>}
* New commands \MFUsaveatend and \MFUsave

(markd)

2023-04-01 12:00:10 UTC MAIN commitmail json YAML

tex-memoir{,-doc}: update to 3.7.19

- changed version numbering to v3.7.<num> (no plans to switch to 3.8
  anytime soon)
- changed several \theH... definitions to \def to work better with
  coming hyperref/tagging changes
- similar for \toclevel at ... macros
- only declare \stockwidth and \stockheight if the kernel hadn't done
  so already

(markd)

2023-04-01 11:56:26 UTC MAIN commitmail json YAML

2023-04-01 11:53:53 UTC MAIN commitmail json YAML

2023-04-01 11:52:33 UTC MAIN commitmail json YAML

graphics/freetype2: Bump BUILDLINK_API_DEPENDS to cope with brotli.

Otherwise if an earlier version of freetype2 is installed, dependent
packages fail to build with messages like this:

===> Creating toolchain wrappers for fontconfig-2.14.2
ERROR: brotli>=1.0.1 is not installed; can't buildlink files.

(If there's a better way to deal with this that doesn't trigger
excessive rebuilds of freetype2 when older versions are acceptable,
feel free to do this differently!)

(riastradh)

2023-04-01 11:50:42 UTC MAIN commitmail json YAML

tex-luafindfont{,-doc}: update to 0.11

added option -V (--version)
added option -I (--Info) for a longer list of features, languages, fontnames

(markd)

2023-04-01 11:48:18 UTC MAIN commitmail json YAML

tex-lettrine{,-doc}: update to 2.30

New (easier) way to enter the default settings: the lettrine package now
accepts the same options as the \lettrine command; they set the default
parameters for the document. For instance
\usepackage[lines=3]{lettrine}
overrides the corresponding lettrine.cfg setting and is equivalent to
\setcounter{DefaultLines}{3}.

(markd)

2023-04-01 11:44:56 UTC MAIN commitmail json YAML

2023-04-01 11:42:01 UTC MAIN commitmail json YAML

2023-04-01 11:39:18 UTC MAIN commitmail json YAML

2023-04-01 11:36:29 UTC MAIN commitmail json YAML

2023-04-01 11:34:14 UTC MAIN commitmail json YAML

tex-koma-script: update to 3.38

This is mainly a bugfix release with several changes due to
current and upcomming hyperref.

(markd)

2023-04-01 11:32:03 UTC MAIN commitmail json YAML

tex-ifoddpage{,-doc}: update to 1.2

Updated user and code documentation.
New code repository URL and author email address.

(markd)

2023-04-01 11:29:36 UTC MAIN commitmail json YAML

tex-hopatch{,-doc}: update to 1.5

Updated the name of the generic package hook to the name used in a current
LaTeX.

(markd)

2023-04-01 11:26:14 UTC MAIN commitmail json YAML

2023-04-01 11:23:25 UTC MAIN commitmail json YAML

2023-04-01 11:20:18 UTC MAIN commitmail json YAML

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

4.50
**Major new version**
UTF-8 is supported and some of the sentence case commands, such as
\Glsentrytext can expand in PDF bookmarks. If your document uses \MakeTextUppercase or
\MakeTextLowercase, you will need to explicitly load textcase.sty if you want to continue
using them. Alternatively substitute them with \glsuppercase and \glslowercase.

All deprecated and obsolete commands and options that have been retained for
backward-compatibility for over 6 years have been removed.

The other significant change is that the default setting for esclocations and
\ifglswrallowprimitivemods is now false. If a document requiring xindy has locations that
expand to robust or protected commands you may need to switch these on or see the
"Problematic Locations" section of the user manual.

4.51
- indexing and unset/reset disabled during measuring
- added \glsmeasurewidth, \glsmeasureheight and \glsifmeasuring
- switched to \TrackIfKnownLanguage for the languages identified in
  "languages" option
- added test file example-glossaries-user.tex
- bug fix (automake doesn't work)

4.52
Bug fix: corrected spelling of \@ne

(markd)

2023-04-01 11:11:57 UTC MAIN commitmail json YAML

2023-04-01 11:09:27 UTC MAIN commitmail json YAML

2023-04-01 11:07:13 UTC MAIN commitmail json YAML

tex-fvextra{,-doc}: update to 1.5

new option breaknonspaceingroup enables advanced line breaking
features within macros, added documentation on Pandoc support,
added enhancements to support upcoming minted release.

(markd)

2023-04-01 11:05:09 UTC MAIN commitmail json YAML

2023-04-01 11:01:47 UTC MAIN commitmail json YAML

2023-04-01 10:58:44 UTC MAIN commitmail json YAML

tex-fancyhdr{,-doc}: update to 4.1

– Implement twoside package option to allow two-sided headers and footers
  in one-sided documents.
– Make fancyhdr compatible with the document class newlfm.
– Make \nouppercase compatible with newer definitions of \MakeUppercase.

(markd)

2023-04-01 10:55:08 UTC MAIN commitmail json YAML

tex-eplain{-doc}: update to 3.13

This minor release avoids a conflict of the control sequence \cs
(in btxmac.tex).

It also incorporates the current version of iftex.sty (providing
numerous engine-related conditionals), replacing the previous ifpdf.sty.

(markd)

2023-04-01 10:51:30 UTC MAIN commitmail json YAML

2023-04-01 10:48:51 UTC MAIN commitmail json YAML

2023-04-01 10:45:45 UTC MAIN commitmail json YAML

2023-04-01 10:42:04 UTC MAIN commitmail json YAML

tex-csquotes{,-doc}: update to 5.2n

5.2m
- Localise font changes inside quotes
- Added Turkish and Slovenian styles

5.2n
- Further work to localise font changes inside quotes

(markd)

2023-04-01 10:38:35 UTC MAIN commitmail json YAML

tex-csbulletin{,-doc}: update to 2022

- Delete the zpravodaj at cstug.cz e-mail address from the imprint.
- Silence a warning related to the microtype package failing to
  apply patch `item`.
- Add example CSTUG bulletin articles.
- Add `tex/csbulacronym.sty` that went missing in the previous update
  (many thanks to Max Chernoff for noticing)
- Add maintainer name and contact, and license to `README`
- Update license notice in `doc/csbulletin.tex` and `doc/csbulletin.pdf`
- Increase gutter margins.

(markd)

2023-04-01 10:35:16 UTC pkgsrc-2023Q1 commitmail json YAML

Pullup ticket #6742 - requested by bsiegert
graphics/openexr: security update

Revisions pulled up:
- graphics/openexr/Makefile                                    1.48
- graphics/openexr/PLIST                                        1.21
- graphics/openexr/distinfo                                    1.46

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  bsiegert
  Date:          Thu Mar 30 16:38:14 UTC 2023

  Modified Files:
          pkgsrc/graphics/openexr: Makefile PLIST distinfo

  Log Message:
  openexr: update to 3.1.6 (security)

  Patch release that address various bug/build issues and optimizations:

  - NEON optimizations for ZIP reading
  - Enable fast Huffman & Huffman zig-zag transform for Arm Neon
  - Support relative and absolute libdir/incluedir in pkg-config generation
  - Fix for reading memory mapped files with DWA compression
  - Enable SSE4 support on Windows
  - Fast huf decoder
  - CMake config for generating docs is now BUILD_DOC

  Also, this release includes a major update and reorganization of the repo
  documentation and the https://openexr.com website.

  In addition, numerous typos and misspellings in comments and doxygen content
  have been fixed via codespell.

  Specific OSS-fuzz issues address:

  - OSS-fuzz 52730 Heap-buffer-overflow in fasthuf_initialize
  - OSS-fuzz 49698 Heap-buffer-overflow in fasthuf_decode
  - OSS-fuzz 47517 Integer-overflow in reconstruct_chunk_table
  - OSS-fuzz 47503 Heap-buffer-overflow in uncompress_b44_impl
  - OSS-fuzz 47483 Heap-buffer-overflow in generic_unpack

  To generate a diff of this commit:
  cvs rdiff -u -r1.47 -r1.48 pkgsrc/graphics/openexr/Makefile
  cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/openexr/PLIST
  cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/openexr/distinfo

(spz)

2023-04-01 10:34:31 UTC MAIN commitmail json YAML

2023-04-01 10:30:27 UTC MAIN commitmail json YAML

2023-04-01 10:27:08 UTC MAIN commitmail json YAML

tex-cabin{,-doc}: update to 2022.65358

Re-arranged cabin.sty to avoid spurious warnings when
using the condensed option.

(markd)

2023-04-01 10:24:09 UTC MAIN commitmail json YAML

2023-04-01 10:22:02 UTC MAIN commitmail json YAML

2023-04-01 10:19:46 UTC MAIN commitmail json YAML