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


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




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 05:17:24 UTC Now

2023-05-29 19:31:03 UTC MAIN commitmail json YAML

doc: Added emulators/fbneo version 1.0.0.2

(nia)

2023-05-29 19:30:48 UTC MAIN commitmail json YAML

2023-05-29 18:00:55 UTC MAIN commitmail json YAML

Updated devel/py-anyio, devel/py-pydantic

(adam)

2023-05-29 18:00:36 UTC MAIN commitmail json YAML

py-pydantic: updated to 1.10.8

v1.10.8 (2023-05-23)

* Fix a bug in `Literal` usage with `typing-extension==4.6.0`
* Update email-validator dependency to >=2.0.0post2
* update `AnyClassMethod` for changes

(adam)

2023-05-29 17:58:23 UTC MAIN commitmail json YAML

py-anyio: updated to 3.7.0

**3.7.0**

- Dropped support for Python 3.6
- Improved type annotations:

  - Several functions and methods that were previously annotated as accepting
    ``Coroutine[Any, Any, Any]`` as the return type of the callable have been amended to
    accept ``Awaitable[Any]`` instead, to allow a slightly broader set of coroutine-like
    inputs, like ``async_generator_asend`` objects returned from the ``asend()`` method
    of async generators, and to match the ``trio`` annotations:

    - ``anyio.run()``
    - ``anyio.from_thread.run()``
    - ``TaskGroup.start_soon()``
    - ``TaskGroup.start()``
    - ``BlockingPortal.call()``
    - ``BlockingPortal.start_task_soon()``
    - ``BlockingPortal.start_task()``

    Note that this change involved only changing the type annotations; run-time
    functionality was not altered.

  - The ``TaskStatus`` class is now a generic protocol, and should be parametrized to
    indicate the type of the value passed to ``task_status.started()``
  - The ``Listener`` class is now covariant in its stream type
  - ``create_memory_object_stream()`` now allows passing only ``item_type``
  - Object receive streams are now covariant and object send streams are correspondingly
    contravariant
- Changed ``TLSAttribute.shared_ciphers`` to match the documented semantics of
  ``SSLSocket.shared_ciphers`` of always returning ``None`` for client-side streams
- Fixed ``CapacityLimiter`` on the asyncio backend to order waiting tasks in the FIFO
  order (instead of LIFO) (PR by Conor Stevenson)
- Fixed ``CancelScope.cancel()`` not working on asyncio if called before entering the
  scope
- Fixed ``open_signal_receiver()`` inconsistently yielding integers instead of
  ``signal.Signals`` instances on the ``trio`` backend
- Fixed ``to_thread.run_sync()`` hanging on asyncio if the target callable raises
  ``StopIteration``
- Fixed ``start_blocking_portal()`` raising an unwarranted
  ``RuntimeError: This portal is not running`` if a task raises an exception that causes
  the event loop to be closed
- Fixed ``current_effective_deadline()`` not returning ``-inf`` on asyncio when the
  currently active cancel scope has been cancelled (PR by Ganden Schaffner)
- Fixed the ``OP_IGNORE_UNEXPECTED_EOF`` flag in an SSL context created by default in
  ``TLSStream.wrap()`` being inadvertently set on Python 3.11.3 and 3.10.11
- Fixed ``CancelScope`` to properly handle asyncio task uncancellation on Python 3.11
  (PR by Nikolay Bryskin)
- Fixed ``OSError`` when trying to use ``create_tcp_listener()`` to bind to a link-local
  IPv6 address (and worked around related bugs in ``uvloop``)
- Worked around a `PyPy bug <https://foss.heptapod.net/pypy/pypy/-/issues/3938>`_
  when using ``anyio.getaddrinfo()`` with for IPv6 link-local addresses containing
  interface names

(adam)

2023-05-29 17:34:35 UTC MAIN commitmail json YAML

doc: Updated net/rabbitmq to 3.11.16nb1

(wiz)

2023-05-29 17:34:25 UTC MAIN commitmail json YAML

rabbitmq: update for elixir update

Bump PKGREVISION.

(wiz)

2023-05-29 16:38:28 UTC MAIN commitmail json YAML

Updated devel/py-poetry-core, devel/py-jaraco.functools

(adam)

2023-05-29 16:38:23 UTC MAIN commitmail json YAML

2023-05-29 16:38:07 UTC MAIN commitmail json YAML

py-jaraco.functools: updated to 3.7.0

v3.7.0
Added ``bypass_unless`` and ``bypass_when`` and ``identity``.

(adam)

2023-05-29 16:31:52 UTC MAIN commitmail json YAML

py-poetry-core: updated to 1.6.1

1.6.1

Fixed

Fix an endless recursion in marker handling
Fix an issue where the wheel tag was not built correctly under certain circumstances
Fix an issue where the tests included in the sdist failed due to missing files

(adam)

2023-05-29 16:31:06 UTC MAIN commitmail json YAML

uim: select c++11 to try fixing build on NetBSD 9

(wiz)

2023-05-29 16:30:00 UTC MAIN commitmail json YAML

doc: Added textproc/p5-Number-Bytes-Human version 0.11

(gdt)

2023-05-29 16:29:41 UTC MAIN commitmail json YAML

2023-05-29 16:29:37 UTC MAIN commitmail json YAML

R-processx: add missing pcre2 bl3.mk

(wiz)

2023-05-29 14:33:14 UTC MAIN commitmail json YAML

2023-05-29 13:37:51 UTC MAIN commitmail json YAML

Updated multimedia/openh264, devel/pkgconf

(adam)

2023-05-29 13:37:08 UTC MAIN commitmail json YAML

pkgconf: updated to 1.9.5

Changes from 1.9.4 to 1.9.5:
----------------------------
* Fix incorrect assumptions involving the use of ctype(3) functions.
* Fix detection of provided functions on autoconf.
* Fix deletion of tests/meson.build by the autoconf build system.
* Fix quoting rules in argvsplit.c.
* Update libpkgconf documentation and documentation building scripts.
* Enforce maximum package count correctly for --modversion.

(adam)

2023-05-29 13:28:44 UTC MAIN commitmail json YAML

openh264: updated to 2.3.1

v2.3.1

update SHAREDLIB_MAJORVERSION value in Makefile

v2.3.0

Decoder bug fix to correct the B-frame order in some case
Fixes to avoid hanging for multi-thread decoding
Some Enhancements and fixes for rate control
Assembly optimization for loongson platform
Some minor bug fixes

v2.2.0

Add support for B-slice error concealment
Thread decoding support for multi-slice frame
SIMD optimization for loongson platform
Support the arm64 compilation on Windows and MacOS platform
Some Bug fixes for B-frame decoding
Some minor bug fixes

(adam)

2023-05-29 12:59:49 UTC MAIN commitmail json YAML

news/pan: bump package version

just in case the changed GIT_HASH='517acf4' in configure.ac makes a
difference for the binary.

(rhialto)

2023-05-29 12:57:45 UTC MAIN commitmail json YAML

news/pan: adjust to changed upstream distfile

Auto-generated tar ball changed some tag expansion:

--- old/pan-v0.154/configure.ac 2023-01-05 18:33:42.000000000 +0100
+++ new/pan-v0.154/configure.ac 2023-01-05 18:33:42.000000000 +0100
@@ -6,7 +6,7 @@
AC_PREREQ([2.71])

dnl Get git info for pan-git.version
-GIT_HASH='517acf4'
+GIT_HASH='517acf44'
if test ! '0' \< $GIT_HASH ; then
  dnl git-dir is used for building outside the src tree
  GIT_HASH=`git --git-dir=$srcdir/.git log -1 --pretty=format:%h 2> /dev/null`

(rhialto)

2023-05-29 12:28:09 UTC MAIN commitmail json YAML

Updated devel/py-test-doctestplus, devel/py-test-httpserver

(adam)

2023-05-29 12:27:52 UTC MAIN commitmail json YAML

py-test-httpserver: updated to 1.0.8

1.0.8

Bug Fixes
- Version 1.0.7 has been released with incorrect dependencies. This is fixed now.

(adam)

2023-05-29 12:15:08 UTC MAIN commitmail json YAML

py-test-doctestplus: updated to 0.12.1

0.12.1 (2022-09-26)
- Allow floating point comparison in Python dictionary.

0.12.0 (2022-02-25)
- Run doctests in docstrings of Numpy ufuncs.

(adam)

2023-05-29 11:53:04 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-ssl to 0.999.12.7

(schmonz)

2023-05-29 11:52:59 UTC MAIN commitmail json YAML

Update to 0.12.7. From the changelog:

- sslserver MAXCONIP feature is working now from the cdb read by
  the children.
- MAXCONIP works even the general limit is 0.
- Fixed wrong '-m' option for sslserver.
- Added ip and port information in case sslserver/sslclient can't bind
  to local addresses.
- Tweaked rts to include external load libraries.

(schmonz)

2023-05-29 11:52:42 UTC MAIN commitmail json YAML

doc: Updated net/ucspi-tcp6 to 1.12.4

(schmonz)

2023-05-29 11:52:36 UTC MAIN commitmail json YAML

Update to 1.12.4. From the changelog:

- Fixed early call of logmsg() in tcpserver before iplimit was
  recalculated.
- MAXCONIP working now for tcpserver's children reading MAXCONIP from
  cdb. man tcpserver updated.
- MAXCONIP can successfully be used, even if limit=0 is given.

(schmonz)

2023-05-29 10:28:38 UTC MAIN commitmail json YAML

Update for changed upstream distfile

Have compared and only change is related to the text in git_refnames.
Have not bumped PKGGREVISION

(abs)

2023-05-29 09:19:28 UTC MAIN commitmail json YAML

Updated textproc/py-fastjsonschema, devel/py-test-console-scripts

(adam)

2023-05-29 09:19:12 UTC MAIN commitmail json YAML

py-test-console-scripts: updated to 1.4.0

1.4.0

Added

Added type-hinting for all types, pytest_console_scripts.ScriptRunner can now be used to hint the script_runner fixture.
Added support for the shell and check keywords for in-process mode. These behave as similarly to subprocess.run as possible.
Script runners now take command arguments similar to subprocess.run, including support for PathLike objects.

Deprecated

Passing command arguments in *args is now deprecated and will raise warnings. These should be wrapped in a list or tuple from now on, similar to subprocess.run.

Removed

Dropped support for Python 3.6

Fixed

Install-time dependencies have been fixed.

(adam)

2023-05-29 09:15:47 UTC MAIN commitmail json YAML

py-fastjsonschema: updated to 2.17.1

2.17.1 (2023-05-22)
* Fixed tests in sdist

2.17.0 (2023-05-21)
* Added support for Decimals
* Added tests in sdist

(adam)

2023-05-29 09:08:52 UTC MAIN commitmail json YAML

Added devel/py-versioneer; Updated devel/py-deprecated, www/py-jwcrypto, textproc/py-xlsxwriter

(adam)

2023-05-29 09:07:24 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 3.1.2

Release 3.1.2
* Added worksheet page break preview mode via ``worksheet.set_pagebreak_view()``.

(adam)

2023-05-29 08:51:08 UTC MAIN commitmail json YAML

py-jwcrypto: updated to 1.4.2

Version 1.4.2
Fix typo in new backwards JWT compat heuristics

Version 1.4.1
This is a minor release focused on improving backwards compatibility with applications after the API breaking changes introduced in 1.4
This patch adds a bunch of heuristics to be able to safely autodetect a token type. It has been tested to solve the compatibility issues (ie old code works without modifications and fully securely) with at least one large application.

Version 1.4
This is a security release to address CVE-2022-3102.

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token.
Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a [..] signed JWS with a JWE that is encrypted with the public key that is normally used for signature validation."
This substitution attack can occur only if the validating application also have access to the private key, normally used to sign the tokens, available during validation of the received JWT.
The significance of this attacks depends on the use of the token, it may lead to authentication bypass or authorization bypass (respectively if claims are used to authenticate or authorize certain actions), because the attacker has full control of the data placed in the JWE and can inject any desired claim value.

Several mitigating factors exist that can protect applications from this issue:

If the private key corresponding to the public key used to encrypt the JWE is not available to the application an exception will be raised.
If the JWK is specified with the 'use' parameter set to 'sig' (as expected for keys used only for signing/verification) an exception will be raised.
If the JWK is specified with the 'key_ops' parameter set and it does not include the 'decrypt' operation an exception will be raised.
Applications may check the token type before validation, in this case they would fail to detect an expected JWS
Normally, signing and validation are done by different applications, so this scenario should be unlikely. However it is possible to have applications that both sign and validate tokens and do not separate JWKs in use, or do not set a JWK 'use' type.

Due to the mitigating factors, and the fact that specific operational constraints and conditions need to be in place to successfully exploit this issue to generate an authentication bypass, we rate this security issue as moderate. Other avenues may decide on a different rating based on use case, always verify what conditions apply to your use of the library to assess risk.

(adam)

2023-05-29 08:47:35 UTC MAIN commitmail json YAML

py-deprecated: updated to 1.2.14

v1.2.14

Bug fix release

Fix
- Fix: return a correctly dedented docstring when long docstring are using the D212 or D213 format.

Other
- Add support for Python 3.11.
- Drop support for Python older than 3.7 in build systems like pytest and tox,
  while ensuring the library remains production-compatible.
- Update GitHub workflow to run in recent Python versions.

(adam)

2023-05-29 08:44:23 UTC MAIN commitmail json YAML

py-versioneer: added version 0.28

This is a tool for managing a recorded version number in setuptools-based
python projects. The goal is to remove the tedious and error-prone "update
the embedded version string" step from your release process. Making a new
release should be as easy as recording a new tag in your version-control
system, and maybe making new tarballs.

(adam)

2023-05-29 01:49:20 UTC MAIN commitmail json YAML

doc: Updated devel/py-looseversion to 1.2.0

(gutteridge)

2023-05-29 01:49:06 UTC MAIN commitmail json YAML

py-looseversion: update to 1.2.0

### 1.2.0 (25 May 2023)

- 2023.05.25
  - Test on Python 3.12
  - Enable installation on Python 2+
  - Ensure consistent semantics between Python 2 and 3

(gutteridge)

2023-05-29 00:24:23 UTC MAIN commitmail json YAML

www/nginx: update control sums for the third-party http_redis module

I missed those when I added the module.
No functional changes.

(osa)

2023-05-28 22:59:53 UTC MAIN commitmail json YAML

py-pdf: not for Python 2

(wiz)

2023-05-28 22:48:40 UTC MAIN commitmail json YAML

doc: Updated biology/ncbi-blast+ to 2.14.0

(bacon)

2023-05-28 22:48:27 UTC MAIN commitmail json YAML

2023-05-28 20:55:11 UTC MAIN commitmail json YAML

doc: Updated graphics/libansilove to 1.4.1

(fcambus)

2023-05-28 20:55:00 UTC MAIN commitmail json YAML

libansilove: update to 1.4.1.

libansilove 1.4.1 (2023-05-28)

- Sync embedded Spleen 8x16 version to Spleen 2.0.0 (this swap arrows at
  positions 1A and 1B)

(fcambus)

2023-05-28 19:16:08 UTC MAIN commitmail json YAML

doc: Updated sysutils/lf to 30

(bsiegert)

2023-05-28 19:14:51 UTC MAIN commitmail json YAML

lf: update to r30

-  (New) A new builtin command jumps is addded to display the jump list
-  (New) A new possible field filter is added to ruler option to display the filter indicator
-  (Fix) Broken mappings for bottom command due to recent changes are fixed
-  (Fix) Selecting a file does not scroll to bottom anymore
-  (Fix) Broken builds on some platforms due to recent changes are fixed

(bsiegert)

2023-05-28 18:53:05 UTC MAIN commitmail json YAML

doc: Added textproc/py-pdf version 3.9.0

(wiz)

2023-05-28 18:52:54 UTC MAIN commitmail json YAML

textproc/Makefile: + py-pdf

(wiz)

2023-05-28 18:52:36 UTC MAIN commitmail json YAML

textproc/py-pdf: import py-pdf-3.9.0

pypdf is a free and open-source pure-python PDF library capable of
splitting, merging, cropping, and transforming the pages of PDF
files. It can also add custom data, viewing options, and passwords
to PDF files. pypdf can retrieve text and metadata from PDFs as
well.

(wiz)

2023-05-28 17:38:03 UTC MAIN commitmail json YAML

doc: Updated fonts/spleen to 2.0.0

(fcambus)

2023-05-28 17:37:51 UTC MAIN commitmail json YAML

spleen: update to 2.0.0.

Spleen 2.0.0 (2023-05-28)

- Add full support for CP437 (IBM PC) in the 8x16, 16x32, and 32x64 versions
- Add a cp437 directory with BDF files using the IBM Code page 437 encoding
- Add a DOS version, as a COM file (SPLEEN.COM) setting the font to Spleen
- Add various arrows and triangle-headed arrows in the 8x16, 16x32, and
  32x64 versions
- Shift bullet character at correct position (U+2022) in the 32x64 version
- Add union symbol in the 8x16, 16x32, and 32x64 versions
- Do not remove specimen.png in the clean target

(fcambus)

2023-05-28 17:13:24 UTC MAIN commitmail json YAML

doc: Updated textproc/libuninameslist to 20230523

(wiz)

2023-05-28 17:13:15 UTC MAIN commitmail json YAML

libuninameslist: update to 20230523.

- 2023-May-23
    * Unicode 15.1_Beta (Nameslist.txt 15.1Beta for review upto Jul04).
      NOTE: This version shows as 15.0b (to maintain versions sorting).
      French library now updated to version 15.0.

(wiz)

2023-05-28 17:12:05 UTC MAIN commitmail json YAML

doc: Updated audio/musicpd to 0.23.13

(wiz)

2023-05-28 17:11:56 UTC MAIN commitmail json YAML

musicpd: update to 0.23.13.

ver 0.23.13 (2023/05/22)
* input
  - curl: fix busy loop after connection failed
  - curl: hide "404" log messages for non-existent ".mpdignore" files
* archive
  - zzip: fix crash bug
* database
  - simple: reveal hidden songs after deleting containing CUE
* decoder
  - ffmpeg: reorder to a lower priority than "gme"
  - gme: require GME 0.6 or later
* output
  - pipewire: fix corruption bug due to missing lock
* Linux
  - shut down if parent process dies in --no-daemon mode
  - determine systemd unit directories via pkg-config
* support libfmt 10

(wiz)

2023-05-28 17:08:52 UTC MAIN commitmail json YAML

doc: Updated graphics/libheif to 1.16.2

(wiz)

2023-05-28 17:08:43 UTC MAIN commitmail json YAML

libheif: update to 1.16.2.

This release

    adds an option to heif-convert to set the PNG compression level,
    fixes a few build issues with some compilers,
    fixes the --encoder option in heif-enc,
    fixes heif_item_get_properties_of_type and heif_item_get_transformation_properties.

(wiz)

2023-05-28 17:04:38 UTC MAIN commitmail json YAML

2023-05-28 17:03:24 UTC MAIN commitmail json YAML

doc: Updated math/imath to 3.1.8

(wiz)

2023-05-28 17:03:15 UTC MAIN commitmail json YAML

imath: update to 3.1.8.

## Version 3.1.8 (May 22, 2023)

Patch release that addresses miscellaneous minor compiler/build/doc
issues and extends test coverage.

(wiz)

2023-05-28 17:02:04 UTC MAIN commitmail json YAML

doc: Updated devel/py-tox to 4.5.2

(wiz)

2023-05-28 17:01:46 UTC MAIN commitmail json YAML

py-tox: update to 4.5.2.

Bugfix release.

(wiz)

2023-05-28 16:54:42 UTC MAIN commitmail json YAML

doc: Updated time/py-icalendar to 5.0.6

(wiz)

2023-05-28 16:54:32 UTC MAIN commitmail json YAML

py-icalendar: update to 5.0.6.

5.0.6 (2023-05-26)
------------------

Minor changes:

- Adjusted duration regex

(wiz)

2023-05-28 16:53:35 UTC MAIN commitmail json YAML

doc: Updated security/py-pip-audit to 2.5.6

(wiz)

2023-05-28 16:53:25 UTC MAIN commitmail json YAML

py-pip_audit: update to 2.5.6.

## [2.5.6]

### Fixed

* Fixed a crash caused by incompatible dependency changes
  ([#617](https://github.com/pypa/pip-audit/pull/617))

(wiz)

2023-05-28 16:44:35 UTC MAIN commitmail json YAML

doc: Updated databases/mysql80-client to 8.0.33nb1

(wiz)

2023-05-28 16:44:25 UTC MAIN commitmail json YAML

2023-05-28 16:03:44 UTC MAIN commitmail json YAML

frr: depend on latest py-sphinx and fix PLIST for it

Bump PKREVISION

(wiz)

2023-05-28 15:56:13 UTC MAIN commitmail json YAML

fcitx5-kkc: try bumping c++ requirement to c++11

Still trying to guess a fix for
error: 'underlying_type_t' is not a member of 'std'

(wiz)

2023-05-28 14:16:30 UTC MAIN commitmail json YAML

doc/TODO: add some

+ imath-3.1.8, libheif-1.16.2, libuninameslist-20230523,
  lua-language-server-3.6.21, musicpd-0.23.13, ocaml-dune-3.8.0,
  protobuf-23.2 [make sure net/grpc supports this version],
  psutils-3.0, py-cachetools-5.3.1, py-google-api-python-client-2.87.0,
  py-google-auth-2.19.0, py-hatch-fancy-pypi-readme-23.1.0,
  py-icalendar-5.0.6, py-pip-audit-2.5.6, py-protobuf-4.23.2,
  py-qt-builder-1.15.1, py-ruamel-yaml-0.17.28, py-tox-4.5.2,
  py-trove-classifiers-2023.5.24, unifont-15.0.03, vim-share-9.0.1585.

(wiz)

2023-05-28 13:54:58 UTC MAIN commitmail json YAML

doc: Updated graphics/oculante to 0.6.64

(pin)

2023-05-28 13:54:25 UTC MAIN commitmail json YAML

graphics/oculante: update to 0.6.64

0.6.64 (2023-05-27)
�洙イ Bug Fixes
  - EXIF data is horizontally scrollable (fixes #184) (85cd7618)

笨ィ Features
  - svg update with faster performance and text rendering support (0278fe97)
  - Native rust JXL support (16f73800)

(pin)

2023-05-28 10:52:35 UTC MAIN commitmail json YAML

Updated devel/py-maturin, devel/py-cachetools

(adam)

2023-05-28 10:51:32 UTC MAIN commitmail json YAML

py-cachetools: updated to 5.3.1

v5.3.1 (2023-05-27)

- Depend on Python >= 3.7.

(adam)

2023-05-28 10:50:24 UTC MAIN commitmail json YAML

py-maturin: updated to 1.0.1

1.0.1
* Add more Python 3.12 sysconfigs
* Fix panicking when no cargo build targets are selected

(adam)

2023-05-28 10:05:36 UTC MAIN commitmail json YAML

lua-luv: unset LUA_LINKER_MAGIC

Reported by Jonathan Buschmann in PR pkg/57412.
No conditional around the setting, since it has only an effect on Darwin
and Cygwin.

(bsiegert)

2023-05-28 09:54:19 UTC MAIN commitmail json YAML

glaxium: use correct compiler for linking

The Makefile hard-codes gcc for linking the binary. This is wrong because
a) it's C++ and
b) there is a CC variable defined above (to the C++ compiler, lol)

(bsiegert)

2023-05-28 09:38:37 UTC MAIN commitmail json YAML

Add OSX_SDK_MAP for 13.3

>From George Georgalis in PR pkg/57306.

(bsiegert)

2023-05-28 09:03:04 UTC MAIN commitmail json YAML

2023-05-28 06:12:21 UTC MAIN commitmail json YAML

2023-05-28 01:55:50 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rails70 and related packages to 7.0.5

devel/ruby-activesupport70
devel/ruby-activemodel70
devel/ruby-activejob70
www/ruby-actionview70
www/ruby-actionpack70
databases/ruby-activerecord70
devel/ruby-activestorage70
mail/ruby-actionmailer70
mail/ruby-actionmailbox70
www/ruby-actioncable70
devel/ruby-railties70
textproc/ruby-actiontext70
www/ruby-rails70

(taca)

2023-05-28 01:54:18 UTC MAIN commitmail json YAML

2023-05-28 01:52:15 UTC MAIN commitmail json YAML

doc: Updated www/ruby-rails-html-sanitizer to 1.6.0

(taca)

2023-05-28 01:51:44 UTC MAIN commitmail json YAML

www/ruby-rails-html-sanitizer: update to 1.6.0

1.6.0 (2023-05-26)

* Dependencies have been updated:

- Loofah ~>2.21 and Nokogiri ~>1.14 for HTML5 parser support
- As a result, required Ruby version is now >= 2.7.0

* Security updates will continue to be made on the 1.5.x release branch as
  long as Rails 6.1 (which supports Ruby 2.5) is still in security support.

  Mike Dalessio

* HTML5 standards-compliant sanitizers are now available on platforms
  supported by Nokogiri::HTML5. These are available as:

- Rails::HTML5::FullSanitizer
- Rails::HTML5::LinkSanitizer
- Rails::HTML5::SafeListSanitizer

  And a new "vendor" is provided at Rails::HTML5::Sanitizer that can be used
  in a future version of Rails.

  Note that for symmetry Rails::HTML4::Sanitizer is also added, though its
  behavior is identical to the vendor class methods on
  Rails::HTML::Sanitizer.

  Users may call Rails::HTML::Sanitizer.best_supported_vendor to get back
  the HTML5 vendor if it's supported, else the legacy HTML4 vendor.

  Mike Dalessio

* Module namespaces have changed, but backwards compatibility is provided by
  aliases.

  The library defines three additional modules:

- Rails::HTML for general functionality (replacing Rails::Html)
- Rails::HTML4 containing sanitizers that parse content as HTML4
- Rails::HTML5 containing sanitizers that parse content as HTML5

  The following aliases are maintained for backwards compatibility:

- Rails::Html points to Rails::HTML
- Rails::HTML::FullSanitizer points to Rails::HTML4::FullSanitizer
- Rails::HTML::LinkSanitizer points to Rails::HTML4::LinkSanitizer
- Rails::HTML::SafeListSanitizer points to Rails::HTML4::SafeListSanitizer

  Mike Dalessio

* LinkSanitizer always returns UTF-8 encoded strings. SafeListSanitizer and
  FullSanitizer already ensured this encoding.

  Mike Dalessio

* SafeListSanitizer allows time tag and lang attribute by default.

  Mike Dalessio

* The constant Rails::Html::XPATHS_TO_REMOVE has been removed. It's not
  necessary with the existing sanitizers, and should have been a private
  constant all along anyway.

  Mike Dalessio

(taca)

2023-05-28 01:46:36 UTC MAIN commitmail json YAML

doc: Updated www/ruby-faraday to 2.7.5

(taca)

2023-05-28 01:46:04 UTC MAIN commitmail json YAML

www/ruby-faraday: update to 2.7.5

2.7.5 (2023-05-24)

What's Changed

* Subclass Options structs using a block by @bdewater in #1489
* Remove direct struct subclassing by @bdewater in #1491
* Fix incorrect use of logger middleware in docs by @mattbrictson in #1497
* Always assume the existence of URI::Generic#find_proxy by @yykamei in
  #1502
* Encode false to "false" in Faraday::Request::Json by @yykamei in #1504
* ProxyOptions should treat empty string as nil by @exoego in #1493

New Contributors

* @mattbrictson made their first contribution in #1497
* @exoego made their first contribution in #1493

(taca)

2023-05-28 01:44:33 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.75.0

(taca)

2023-05-28 01:43:58 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.75.0

1.75.0 (2023-05-16)

* Feature - Documentation updates for Secrets Manager

(taca)

2023-05-28 01:43:06 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.173.1

(taca)

2023-05-28 01:42:28 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.173.1

3.173.1 (2023-05-24)

* Issue - Updated checksum_algorithm plugin to use IO.copy_stream for JRuby.

(taca)

2023-05-28 01:40:22 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.771.0

(taca)

2023-05-28 01:39:59 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.771.0

1.771.0 (2023-05-26)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.770.0 (2023-05-25)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.769.0 (2023-05-24)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.768.0 (2023-05-23)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2023-05-28 01:32:18 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-specinfra to 2.85.1

(taca)

2023-05-28 01:31:51 UTC MAIN commitmail json YAML

sysutils/ruby-specinfra: update to 2.85.1

2.85.1 (2023-05-24)

* add KDE Neon support

(taca)

2023-05-28 01:30:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/capistrano to 3.17.3

(taca)

2023-05-28 01:29:56 UTC MAIN commitmail json YAML

sysutils/capistrano: update to 3.17.3

3.17.3 (2023-05-23)

This is a gem housekeeping release. No user-facing changes.

Documentation

* Fix typo in authorization docs (#2128) @HLFH

Housekeeping

* Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129)
  @mattbrictson
* Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) @mattbrictson
* Add Ruby 3.2 to CI matrix (#2126) @mattbrictson
* Fix failing CI builds for Ruby < 2.3 (#2124) @mattbrictson

New Contributors

* @HLFH made their first contribution in #2128

(taca)

2023-05-28 01:28:03 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.133

(taca)

2023-05-28 01:27:40 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.133

2.0.133 (2023-05-23)

* Land #646, update Java Meterpreter docs for macOS

(taca)

2023-05-28 01:24:29 UTC MAIN commitmail json YAML

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

(taca)

2023-05-28 01:24:00 UTC MAIN commitmail json YAML

devel/ruby-test-unit: update to 3.5.9

3.5.9 - 2023-05-25

Improvements

* UI: console: Use --progress-style=mark with --verbose=verbose by default.

(taca)

2023-05-28 01:22:37 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-red-datasets to 0.1.6

(taca)

2023-05-28 01:22:12 UTC MAIN commitmail json YAML

devel/ruby-red-datasets: update to 0.1.6

0.1.6 (2023-05-24)

Improvements

* Added support for lazy loading by require "datasets/lazy".

* Datasets::NagoyaUniversityConversationCorpus: Added.  GH-168
  [Patch by matsuura]

* Datasets::Wikipedia: Added support for downloading in background.

Thanks

* matsuura

(taca)

2023-05-27 20:31:46 UTC MAIN commitmail json YAML

doc: Updated www/lighttpd to 1.4.71

(schmonz)

2023-05-27 20:31:40 UTC MAIN commitmail json YAML

Update to 1.4.71. From the changelog:

* [mod_h2] HTTP/2 separate module; no longer builtin
* [mod_magnet] fix static build using autoconf (fixes #3203)
* [core] fix new use of posix_spawn with some glibc (fixes #3201)
* [core] check getaddrinfo EAI_ADDRFAMILY w/ glibc
* [core] quiet lemon.c clang C2x warnings
* [core] compile w/o posix_spawn() on iOS
* [core] fix crash due to missing initialization (fixes #3207)
* [core] request_init() separate static func
* [multiple] remove some unused/redundant includes
* [core] server.modules s/mod_compress/mod_deflate/
* [core] preproc consistency #pragma GCC diagnostic
* [core] update ls-hpack
* [core] use empty value in srvconf.config_touched
* [core] provide mimetype.assign default if unset
* [mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208)
* [core] clarify comment

(schmonz)

2023-05-27 19:49:09 UTC MAIN commitmail json YAML

doc: Updated textproc/csvlens to 0.1.14

(pin)

2023-05-27 19:48:37 UTC MAIN commitmail json YAML

textproc/csvlens: update to 0.1.14

v0.1.14
    Implement --ignore-case option
    Fix crossterm double input issue on Windows

(pin)

2023-05-27 19:38:38 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 16.9.0

(pin)

2023-05-27 19:38:13 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 16.9.0

Bug Fixes
    installer should treat aarch64 as arm64 (7db81b0)

Features
    http: use proxy from environment for HTTP calls (edf93c3), closes #3897

(pin)

2023-05-27 15:23:25 UTC MAIN commitmail json YAML

Note update of time/xdiary to 3.0.3nb1.

(he)

2023-05-27 15:22:36 UTC MAIN commitmail json YAML

xdiary: make it build on NetBSD.

Add a patch to make some `int` declarations explicit (removes warnings),
and don't declare lseek() "yourself" on NetBSD (causes mismatched decl).
Bump PKGREVISION.

(he)

2023-05-27 11:58:32 UTC MAIN commitmail json YAML

sysutils/p5-Sys-MemInfo: Note patch has been sent upstream

and adjust patch comment.  NFCI.

(gdt)

2023-05-27 07:09:09 UTC MAIN commitmail json YAML

2023-05-27 07:03:50 UTC MAIN commitmail json YAML

doc: Added misc/libdivecomputer version 0.8.0

(charlotte)

2023-05-27 07:01:27 UTC MAIN commitmail json YAML

misc/Makefile: + libdivecomputer

(charlotte)

2023-05-27 07:00:07 UTC MAIN commitmail json YAML

misc/libdivecomputer: Import package

libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.

(charlotte)

2023-05-27 06:31:52 UTC MAIN commitmail json YAML

doc: Updated lang/janet to 1.28.0

(charlotte)

2023-05-27 06:29:51 UTC MAIN commitmail json YAML

lang/janet: Update to 1.28.0

## 1.28.0 - 2023-05-13
- Various bug fixes
- Make nested short-fn's behave a bit more predictably (it is still not
  recommended to nest short-fns).
- Add `os/strftime` for date formatting.
- Fix `ev/select` on threaded channels sometimes live-locking.
- Support the `NO_COLOR` environment variable to turn off VT100 color codes
  in repl (and in scripts).  See http://no-color.org/
- Disallow using `(splice x)` in contexts where it doesn't make sense rather
  than silently coercing to `x`.  Instead, raise a compiler error.
- Change the names of `:user8` and `:user9` sigals to `:interrupt` and
  `:await`
- Change the names of `:user8` and `:user9` fiber statuses to `:interrupted`
  and `:suspended`.
- Add `ev/all-tasks` to see all currently suspended fibers.
- Add `keep-syntax` and `keep-syntax!` functions to make writing macros
  easier.

(charlotte)

2023-05-26 20:38:53 UTC MAIN commitmail json YAML

doc: Updated textproc/lowdown to 1.0.2

(schmonz)

2023-05-26 20:38:47 UTC MAIN commitmail json YAML

Update to 1.0.2. From the changelog:

1.0.2:

Accept DOS CRLF newlines in all situations. Prior to this, CRLF newlines
would cause problems in some contexts.

Add support for pandoc title blocks as a metadata block syntax choice.
Pandoc and MMD syntaxes are mutually exclusive, so only one may be used
in any given document. The syntax is documented in lowdown(5).

While there, support starting and ending an MMD metadata block with
"---" on its own line, as in the MMD specification.

Add the --html-titleblock option. If specified, output a Pandoc-style
title header.

Pandoc has a poorly-executed feature where -stman outputs have the title
metadata line additionally parsed into a manpage title, section, and
optional source and volume. This allows titles like `TITLE(1) Source |
Volume` to be split into their respective manpage parts -- but only when
in -stman mode, so an HTML document generated from the same page will
not inherit the additional parsing. In lowdown(5), introduce this
parsing for all outputs if --parse-mantitle is specified, which is now
the default.

Behaviour change: do not use "Untitled article" as the default title for
media supporting (or requiring) titles when in standalone -s mode.
Instead, just the empty string if a title is required. This is a more
logical choice: not only is "Untitled article" language-specific, it
also assumes the output is an article. For the previous behaviour,
`--mtitle="Untitled article"` may always be used.

Fix support for GFM tables. Specifically, don't arbitrarily require a
certain three or more dashes/colons per cell in the layout row. Also
allow for escaped vertical bars in the header row.

1.0.1:

Numerous build and configuration improvements (via oconfigure) for
building into WASI targets and on Mac OS X.

Add -L for listing all metadata keys.

Some fixes to smart typography around hard linebreaks. These aren't
likely to affect normal documents.

Recognise void HTML elements as block elements.

Switch between types (e.g., unordered to ordered) instead of continuing
with the current list type. Fix parsing of block versus non-block lists
when switching between list types. Fix parsing of block versus non-block
lists when sublists contain block elements, but top-level lists don't.
The Markdown spec isn't clear on how to accept these instances, so use
pandoc as a guiding tool.

For -tman output, normalise list marker widths (unordered or ordered)
to three spaces by default, increasing for ordered lists depending on
the number of entries. For -tms, it's five. Make other small cleanups
to -tms, making sure that paragraph indentation looks the same as
with -tlatex.

Fix that escaped text (e.g., `\-\-foo`) is not changed by the smart
typography formatter.

Use `TP` in -tman for definition lists. To align with existing
lists, use a subsequent paragraph offset of three. Similarly, use
`XP` for -tms.

pkgsrc changes:

- Libtoolize for portable shared libraries.

(schmonz)

2023-05-26 20:01:14 UTC MAIN commitmail json YAML

Updated www/py-flask-restful, www/py-MechanicalSoup

(adam)

2023-05-26 20:00:17 UTC MAIN commitmail json YAML

py-MechanicalSoup: updated to 1.2.0

Version 1.2
===========

Main changes

* Added support for Python 3.10.

* Add support for HTML form-associated elements (i.e. input elements that are
  associated with a form by a ``form`` attribute, but are not a child element
  of the form.)

Bug fixes

* When uploading a file, only the filename is now submitted to the server.
  Previously, the full file path was being submitted, which exposed more
  local information than users may have been expecting.

(adam)

2023-05-26 19:58:26 UTC MAIN commitmail json YAML

py-flask-restful: updated to 0.3.10

Version 0.3.10

Compatibility with Flask 2.3

(adam)

2023-05-26 19:57:32 UTC MAIN commitmail json YAML

doc: Updated misc/tui-journal to 0.1.2

(pin)

2023-05-26 19:57:04 UTC MAIN commitmail json YAML

2023-05-26 19:56:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.3.0

(pin)

2023-05-26 19:55:44 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.3.0

v2.3.0 (2023-05-26)
Changed
- Add extra config file path for macOS: /Users/$USER/.config/felix/config.yaml
  will be read after $HOME/Library/Application Support/felix/config.yaml.
- If config file is not found, or found one is broken, felix launches with the
  default configuration, without creating new one.
- If the current directory is read-only, dd, Vd and p is disabled in the first
  place.
- Bump up MSRV to 1.65.

Added
- Add is_ro field to State.

Removed
- NetBSD install test. It often failed while setting up the VM, which had
  nothing with felix.

(pin)

2023-05-26 19:54:45 UTC MAIN commitmail json YAML

doc: Updated sysutils/erdtree to 3.0.0

(pin)

2023-05-26 19:54:23 UTC MAIN commitmail json YAML

sysutils/erdtree: update to 3.0.0

[3.0.0] - 2023-05-25
Bug fixes
- Completions now properly reference the new binary name, erd
- Symlink target now shows full path rather than just file name
- --dir-order <DIR_ORDER> added to address ordering ambiguity with arg names
- Fixed NetBSD build error associated with xattrs
- Fixed issue where --level would omit files from the total count
- Added support for %APPDATA% config folder for Windows

Additions
- -C, --color #147
- Support for owner and group, changed default columns for l, --long, and
  added optional long-view arguments #174
- Support customizing time output format #165
- Support for sorting files by modified time, access time, and created
  time 55783ff
- Support for reporting block usage, line-count, and word-count #172
- Added progress indicator #176

(pin)

2023-05-26 19:51:34 UTC MAIN commitmail json YAML

Updated www/py-test-httpbin, devel/py-requests, math/py-roman, devel/py-test-cov

(adam)

2023-05-26 19:51:10 UTC MAIN commitmail json YAML

py-test-cov: updated to 4.1.0

4.1.0 (2023-05-24)
------------------
* Updated CI with new Pythons and dependencies.
* Removed rsyncdir support. This makes pytest-cov compatible with xdist 3.0.
* Optimized summary generation to not be performed if no reporting is active (for example,
  when ``--cov-report=''`` is used without ``--cov-fail-under``).
* Added support for JSON reporting.
* Refactored code to use f-strings.
* Fixed a skip in the test suite for some old xdist.

(adam)

2023-05-26 19:44:49 UTC MAIN commitmail json YAML

py-roman: updated to 4.1

4.1 (2023-05-26)
----------------
- Change license to the Zope Public License (ZPL) version 2.1

(adam)

2023-05-26 19:42:57 UTC MAIN commitmail json YAML

py-requests: updated to 2.31.0

2.31.0 (2023-05-22)
-------------------

**Security**
- Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential
  forwarding of `Proxy-Authorization` headers to destination servers when
  following HTTPS redirects.

  When proxies are defined with user info (https://user:pass@proxy:8080), Requests
  will construct a `Proxy-Authorization` header that is attached to the request to
  authenticate with the proxy.

  In cases where Requests receives a redirect response, it previously reattached
  the `Proxy-Authorization` header incorrectly, resulting in the value being
  sent through the tunneled connection to the destination server. Users who rely on
  defining their proxy credentials in the URL are *strongly* encouraged to upgrade
  to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy
  credentials once the change has been fully deployed.

  Users who do not use a proxy or do not supply their proxy credentials through
  the user information portion of their proxy URL are not subject to this
  vulnerability.

  Full details can be read in our [Github Security Advisory](https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q)
  and [CVE-2023-32681](https://nvd.nist.gov/vuln/detail/CVE-2023-32681).

(adam)

2023-05-26 19:42:01 UTC MAIN commitmail json YAML

py-test-httpbin: updated to 2.0.0

Version 2.0.0!

This is a major release since it drops comparability with some older versions of python.
Huge thanks to @graingert for bringing pytest-httpbin into the modern world!

Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6
Add support for Python 3.7, 3.8, 3.9 and 3.10
Avoid deprecation warnings and resource warnings
Add support for Python 3.11 and 3.12, drop dependency on six

(adam)

2023-05-26 18:03:32 UTC MAIN commitmail json YAML

2023-05-26 18:01:28 UTC MAIN commitmail json YAML

2023-05-26 16:33:11 UTC MAIN commitmail json YAML

doc: Updated sysutils/auto-admin to 0.7.15.17

(bacon)

2023-05-26 16:33:04 UTC MAIN commitmail json YAML

sysutils/auto-admin: Update to 0.7.15.17

Improvements to auto-pkgsrc-setup, auto-software-manager, and
auto-update-pkgsrc

(bacon)

2023-05-26 15:07:18 UTC MAIN commitmail json YAML

Note update of net/radsecproxy to 1.10.0.

(he)

2023-05-26 15:06:05 UTC MAIN commitmail json YAML

Update radsecproxy to version 1.10.0.

Pkgsrc changes:
* Only checksums.

Upstream changes:
2023-05-26 1.10.0
        New features:
        - Native dynamic discovery for NAPTR and SRV records (#2, #83)
        - Optionally log accounting requests when respoinding directly (#72)
        - SNI support for outgoing connections (#90)
        - Optionally specify server name for certificate name check (#106)
        - Manual MTU setting for DTLS on non-linux platforms

        Misc:
        - Don't require server type to be set by dyndisc scripts
        - Improve locating openssl lib using pkg-config

        Bug Fixes:
        - Fix radius message length handling

2023-05-02 1.9.3
        Bug Fixes:
        - Fix shutdown TLS connection on malformed radius message (#122)
        - Fix handling of lost requests in DTLS
        - Fix flush requests when dyndisc fails

(he)

2023-05-26 13:04:51 UTC MAIN commitmail json YAML

doc/TODO: + calibre-6.18.0 [requires py-qt6/py-qt6-webengine].

(wiz)

2023-05-26 11:13:52 UTC MAIN commitmail json YAML

2023-05-26 07:09:39 UTC MAIN commitmail json YAML

2023-05-26 06:48:03 UTC MAIN commitmail json YAML

doc: Updated pkgtools/revbump to 3.0

(wiz)

2023-05-26 06:47:54 UTC MAIN commitmail json YAML

revbump: update to 3.0.

Rewrite as a single script in Python.

Leave Perl scripts in place for now.

(wiz)

2023-05-26 05:09:20 UTC MAIN commitmail json YAML

2023-05-26 04:38:12 UTC MAIN commitmail json YAML

Updated www/py-websocket-client, net/py-prometheus_client

(adam)

2023-05-26 04:37:53 UTC MAIN commitmail json YAML

py-prometheus_client: updated to 0.17.0

0.17.0

[ENHANCEMENT] Add additional typing.
[BUGFIX] Fix typo in python_gc_objects_collected metadata.
[BUGFIX] Do not include .pyc files in the build wheel.

(adam)

2023-05-26 04:35:31 UTC MAIN commitmail json YAML

py-websocket-client: updated to 1.5.2

1.5.2
- Add typehints
- Fix pytype errors
- Fix args passed to logging function
- Standardize PEP 3101 formatting (c6a445f)
- Add more verbose exception for unsuccessful handshake

(adam)

2023-05-26 04:28:40 UTC MAIN commitmail json YAML

Updated lang/elixir, net/wireshark

(adam)

2023-05-26 04:27:56 UTC MAIN commitmail json YAML

wireshark: updated to 4.0.6

Wireshark 4.0.6 Release Notes

What’s New

We do not ship official 32-bit Windows packages for Wireshark 4.0 and
later. If you need to use Wireshark on that platform, we recommend
using the latest 3.6 release. Issue 17779[1]

If you’re running Wireshark on macOS and upgraded to macOS 13 from an
earlier version, you will likely have to open and run the “Uninstall
ChmodBPF” package, then open and run “Install ChmodBPF” in order to
reset the ChmodBPF Launch Daemon. Issue 18734[2].

Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-12[3] Candump log file parser crash. Issue
      19062[4]. CVE-2023-2855[5].

    • wnpa-sec-2023-13[6] BLF file parser crash. Issue 19063[7].
      CVE-2023-2857[8].

    • wnpa-sec-2023-14[9] GDSDB dissector infinite loop. Issue
      19068[10].

    • wnpa-sec-2023-15[11] NetScaler file parser crash. Issue
      19081[12]. CVE-2023-2858[13].

    • wnpa-sec-2023-16[14] VMS TCPIPtrace file parser crash. Issue
      19083[15]. CVE-2023-2856[16].

    • wnpa-sec-2023-17[17] BLF file parser crash. Issue 19084[18].
      CVE-2023-2854[19].

    • wnpa-sec-2023-18[20] RTPS dissector crash. Issue 19085[21].
      CVE-2023-0666[22].

    • wnpa-sec-2023-19[23] IEEE C37.118 Synchrophasor dissector crash.
      Issue 19087[24]. CVE-2023-0668[25].

    • wnpa-sec-2023-20[26] XRA dissector infinite loop. Issue
      19100[27].

  The following bugs have been fixed:

    • Conversations list has incorrect unit (bytes) in bit speed
      columns in the 3.7 development versions. Issue 18211[28].

    • The media_type table should treat media types, e.g.
      application/3gppHal+json, as case-insensitive. Issue 18611[29].

    • NNTP dissector bug. Issue 18981[30].

    • Incorrect padding in BFCP decoder. Issue 18890[31].

    • SPNEGO dissector bug. Issue 18991[32].

    • SRT values are incorrect when applying a time shift. Issue
      18999[33].

    • Add warning that capturing is not supported in Wireshark
      installed from flatpak. Issue 19008[34].

    • Opening Wireshark with -z io,stat option. Issue 19042[35].

    • batadv dissector bug. Issue 19047[36].

    • radiotap-gen build fails if pcap is not found. Issue 19059[37].

    • [UDS] When filtering the uds.wdbi.data_identifier or
      uds.iocbi.data_identifier field is interpreted as 1 byte whereas
      it consists of 2 bytes. Issue 19078[38].

    • Wireshark can’t save this capture in that format. Issue
      19080[39].

    • MSMMS parsing buffer overflow. Issue 19086[40].

    • USB HID parser shows wrong label for usages Rx/Vx/Vbrx of usage
      page Generic Desktop Control. Issue 19095[41].

    • "Follow → QUIC Stream" mixes data between streams. Issue
      19102[42].

New and Updated Features

  The media type dissector table now properly treats media types and
  subtypes as case-insensitive automatically, per RFC 6838. Media types
  no longer need to be lower cased before registering or looking up in
  the table.

Removed Features and Support

New Protocol Support

  There are no new protocols in this release.

Updated Protocol Support

  batadv, BFCP, CommunityID, COSE, GDSDB, H.265, HTTP, ILP, ISAKMP,
  MSMMS, NNTP, NR RRC, NTLMSSP, QUIC, RTPS, SPNEGO, Synphasor, TCP,
  UDS, ULP, USB HID, and XRA

(adam)

2023-05-26 04:26:50 UTC MAIN commitmail json YAML

elixir: updated to 1.14.5

v1.14.5 (2023-05-22)

This release contains fixes for Erlang/OTP 26.

Bug fixes

Elixir
* [CLI] Fix a bug where stdout would block when there was no attached terminal on Windows when running on Erlang/OTP 26

Mix
* [Mix] Properly set SSL configuration for Mix downloads when running on Erlang/OTP 26

(adam)

2023-05-25 23:54:37 UTC MAIN commitmail json YAML

doc: Updated www/gotosocial to 0.9.0

(nikita)

2023-05-25 23:54:25 UTC MAIN commitmail json YAML

gotosocial: update to version 0.9.0

Changelog (taken from https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.9.0):

v0.9.0 Spicy Sloth
24 May 14:58
282be6f

HELLO! The sloth has landed! Repeat, the sloth has landed! Introducing v0.9.0 of GoToSocial, aka Spicy Sloth!

This release was fun to work on, and we hope you enjoy using it! The project is slowly and steadily maturing and getting better �沍�

Big thank you to all contributors, folks who opened issues, instance admins who let us know weird stuff was happening, people who seem to like the code, and people who give us money to write the code!
Highlights

    PROFILE FIELDS will now be federated. This means you can set key/value fields on your profile, just like other Fedi softwares already have, and they will federate in and out properly! It may take up to 2 days to start seeing fields on remote profiles, be patient ;)
    Kickass new layout for web view of profiles, including fields!
    Initial support for request tracing (https://github.com/superseriousbusiness/gotosocial/blob/main/docs/configuration/observability.md)
    "subscribe" to an account you follow to receive notifications when they create a new post! (AKA 'click the bell' functionality.) Very useful for catching posts of followed accounts who don't post very often.
    Automatic remote status refetching to get up-to-date replies + edits.
    Performance improvements for message sending: you can now configure the rate at which messages will be federated outwards, better spacing out CPU usage and avoiding issues with rate-limiting.
    Lots of caching performance improvements; things should feel generally snappier.
    Suspend accounts from right within the admin panel by clicking through from reports.
    We added a whole bunch of trans rights to the code �沛ウ�ク鞘�坂圦�ク� The code has so much trans rights in it now. If you don't like trans rights, you won't like this code.

Migration notes
Upgrading

To upgrade to 0.9.0 from a previous release:
Binary/tar

    Stop GoToSocial
    Untar the new release, including the web assets and html templates.
    Edit your config.yaml file as necessary (see below).
    Start GoToSocial

Docker

    Stop GoToSocial.
    Pull the new docker container (superseriousbusiness/gotosocial:0.9.0 or superseriousbusiness/gotosocial:latest)
    Start GoToSocial.

config.yaml

The configuration file has changed since the previous release. You can see a diff of the config file here: v0.8.1...v0.9.0#diff-c071e03510b2c57e193a44503fd9528a785f0f411497cc75841a9f8d0b1ac622
Database Migrations

This release contains several database migrations which will run the first time you start up this new version. Be sure not to interrupt this migration process. This will take anywhere between a couple seconds and ten minutes (on slower hardware). Please be patient!
Features / Performance

    89dcbd5 [frontend] Basic user moderation actions (#1728)
    6c9d8e7 [feature] status refetch support (#1690)
    9cc9ffc [frontend] Profiles with fields & more (#1764)
    6392e00 [feature] initial tracing support (#1623)
    0e29f1f [feature] Enable federation in/out of profile PropertyValue fields (#1722)
    6d13858 [feature] Implement the preferences client API (#1740)
    3ff1391 [performance] replace domain block cache with an in-memory radix trie (#1714)
    68b91d2 [performance] tweak http client error handling (#1718)
    8b1e228 [feature] Add GET endpoint for single notification (#1719)
    6a29c5f [performance] improved request batching (removes need for queueing) (#1687)
    093cf2a [feature] Receive notification when followed account posts (if desired) (#1680)
    107237c [feature] Make client IP logging configurable (#1799)

Bugfixes

    17b9a93 [bugfix] Fix duplicating fields on profile edit (#1788)
    e91cabb [bugfix] Fix NegotiateFormat with multiple accept headers (#1797)
    2478d83 [bugfix] Fix proxy_pass in named location (#1794)
    68e54cb [bugfix] Start + stop caches properly for testrig + pruning (#1804)
    99ddaba [bugfix] Fix incorrect default for empty emoji domain (#1803)
    2063d01 [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805)
    2b7c815 [bugfix] update go-cache to v3.3.3 (#1778)
    b47661f [bugfix] Downstep otel to fix freebsd compile issue (#1773)
    8eda005 [bugfix] Ensure account fields can be set by JSON (#1762)
    878ed48 [bugfix] Don't try to get user when serializing local instance account (#1757)
    11e843a [bugfix] fix possible domain blockcache nil ptr + add debug String() func (#1755)
    8275d70 [bugfix] update go-cache version to support multi-keying (#1756)
    37b4d9d [bugfix] Punycode fixes (#1743)
    b7dd32d [bugfix] Return languages in api/v1/instance (#1741)
    5027d0c [bugfix] Serve correct 'application/jrd+json' content type for webfinger requests (#1738)
    4a012ac [bugfix] Rework notifs to use min_id for paging up (#1734)
    a6ec2a5 [bugfix] Fix invalid og:description on account w/ empty note (#1733)
    ead286a [bugfix] tweak httpclient error handling again ... (#1721)
    fdd2487 [bugfix] add From to email header (#1717)
    6b4f6dc [bugfix] Fix remaining mangled URI escaping issues in statuses + accounts (#1712)
    fd3bf92 [bugfix] fix small config typos (#1707)
    cb1f935 [bugfix] Fix the bookmarks list API endpoint returning an empty array (#1700)
    c01d2f9 [chore]: Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#1684)
    1d8f9c6 [chore]: Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#1685)
    014d7ac [chore]: Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1686)
    158facf [chore]: Bump golang.org/x/image from 0.6.0 to 0.7.0 (#1682)

Chores

    e1b7ab2 [chore]: Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#1785)
    89c1d58 [chore]: Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#1784)
    c7702c4 [chore] Change time comparison in webfinger test (#1798)
    a0952ad [chore]: Bump github.com/minio/minio-go/v7 from 7.0.52 to 7.0.53 (#1808)
    c48abd8 [chore] update account statuses paging logic (#1814)
    ea1bbac [chore]: Bump github.com/go-playground/validator/v10 (#1812)
    9c24dee [chore] Replace pinafore with semaphore (#1801)
    514eb8c [frogend/chore] Fix profile domain (#1779)
    3046dab [frogend/chore] Update backnextlinks (#1774)
    ec325fe [chore] Update a bunch of database dependencies (#1772)
    66df974 [frogend/bugfix] fix dynamicSpoiler elements (#1771)
    b315aa1 [frogend/chore] remove break-all on profile fields (#1770)
    ba5a464 [chore] Prefer JSON errors in API endpoints (#1766)
    265cc32 [frogend] use more semantic headers for profile page (#1765)
    65cd1ac [chore] tidy + update StatusToAPIStatus (#1754)
    cbb9e2d [chore/performance] Make sender multiplier configurable (#1750)
    9b4b4d4 [chore] update readthedocs deps, use conda (#1742)
    c41c1f9 [chore] Hide vendor from diffs (#1729)
    66f09a8 [chore]: Bump modernc.org/sqlite from 1.22.0 to 1.22.1 (#1726)
    e9de7be [chore]: Bump github.com/go-playground/validator/v10 (#1724)
    ab7f518 [chore]: Bump github.com/KimMachineGun/automemlimit from 0.2.5 to 0.2.6 (#1723)
    5904e3b [chore]: Bump github.com/miekg/dns from 1.1.53 to 1.1.54 (#1727)
    49395f2 [chore]: Bump modernc.org/sqlite from 1.21.1 to 1.22.0 (#1711)
    f3066a1 [chore] Replacing all Pinafore mentions to Semaphore ones (#1689)
    a3d2774 [chore]: Bump codeberg.org/gruf/go-cache/v3 from 3.2.3 to 3.2.5 (#1701)
    c5f61c4 [chore]: Bump mvdan.cc/xurls/v2 from 2.4.0 to 2.5.0 (#1702)
    ef3004b [chore]: Bump github.com/minio/minio-go/v7 from 7.0.50 to 7.0.52 (#1703)

Documentation

    19dab83 [docs] add missing observability settings to example config (#1790)
    32aefd5 [docs] remove nginx trailing slash (#1789)
    282be6f [docs] local docs hacking howto (#1816)
    d0e747c [docs] code highlighting configuration (#1817)
    999a6ae [docs] support copy/pasta for code blocks (#1818)
    1d8dec3 [docs] Add implementation notes for report (Flag) functionality (#1324)
    0e03507 [docs] update instance splash and profile screenshots (#1775)
    ae9d432 [docs] Migrates Chart Location (#1708)
    922bd89 [docs] Explain that markdown is enabled on the user settings page. (#1699)

(nikita)

2023-05-25 21:28:10 UTC MAIN commitmail json YAML

dropbear: re-word a comment to avoid false positives

(wiz)

2023-05-25 21:25:11 UTC MAIN commitmail json YAML

mysql75-cluster: remove wrong 'used by' line and fix pkglint

(wiz)

2023-05-25 21:19:27 UTC MAIN commitmail json YAML

htmldoc: simplify include

(wiz)

2023-05-25 20:59:33 UTC MAIN commitmail json YAML

Add (belated) Updated net/synergy to 1.14.6.19

(abs)

2023-05-25 20:40:05 UTC MAIN commitmail json YAML

Updated devel/py-cython, devel/meson

(adam)

2023-05-25 19:42:06 UTC MAIN commitmail json YAML

libproxy: fix testing on Darwin

(adam)

2023-05-25 19:37:54 UTC MAIN commitmail json YAML

meson: updated to 1.1.1

1.1.1
No changelog

(adam)

2023-05-25 19:35:49 UTC MAIN commitmail json YAML

py-cython: updated to 0.29.35

0.29.35 (2023-05-24)

Bugs fixed
----------
* A garbage collection enabled subtype of a non-GC extension type could call into the
  deallocation function of the super type with GC tracking enabled.  This could lead
  to crashes during deallocation if GC was triggered on the type at the same time.
* Some C compile failures and crashes in CPython 3.12 were resolved.
* ``except + nogil`` was syntactically not allowed.
  ``except +nogil`` (i.e. defining a C++ exception handling function called ``nogil``)
  is now disallowed to prevent typos.
* A C compile failure in PyPy 3.10 was resolved.
* API header files generated by different Cython versions can now be included in the
* Function signatures containing a type like `tuple[()]` could not be printed.

(adam)

2023-05-25 19:20:54 UTC MAIN commitmail json YAML

Set SSP_SUPPORTED=no for alpha also

(abs)

2023-05-25 18:53:17 UTC MAIN commitmail json YAML

security/gpg-tui: clean-up Makefile

(pin)

2023-05-25 18:52:34 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.9.6

(pin)

2023-05-25 18:52:07 UTC MAIN commitmail json YAML

ecurity/gpg-tui: update to 0.9.6

[0.9.6] - 2023-05-25
Changed
- Upgrade clap from v3 to v4 (#56)
- Update funding options
      Buy me a coffee! ☕
- Integrate dependabot
- Bump dependencies
- Bump the Rust version in Dockerfile

(pin)

2023-05-25 16:47:25 UTC MAIN commitmail json YAML

doc/TODO: note musescore 4.0.2

(gutteridge)

2023-05-25 15:53:35 UTC MAIN commitmail json YAML

Note update of devel/libgit2 to 1.6.4nb1.

(he)

2023-05-25 15:52:53 UTC MAIN commitmail json YAML

2023-05-25 13:50:51 UTC MAIN commitmail json YAML

Note update of x11/rterm to 0.0.8nb1.

(he)

2023-05-25 13:50:06 UTC MAIN commitmail json YAML

rterm: make this build on NetBSD/macppc specifically....

...and hopefully on other 32-bit ports:

* Avoid trying to do `u64 * u32`, as rust may not implement that
  on 32-bit ports (it doesn't on 32-bit powerpc).
* Fix type mismatch between variable and funciton parameter.
* Fix XChangeWindowAttributes parameter declaration to match (u64
  -> c_ulong).

Bump PKGREVISION.

(he)

2023-05-25 11:53:17 UTC MAIN commitmail json YAML

doc: Updated x11/libXt to 1.3.0nb1

(jperkin)

2023-05-25 11:53:09 UTC MAIN commitmail json YAML

2023-05-25 11:08:57 UTC MAIN commitmail json YAML

R-processx: Support LIBS, and fix SunOS build.

R inexplicably hardcodes LDFLAGS in its own shipped file so you can't specify
it for individual packages, so we need some other way to support additional
libraries.  It's also highly suboptimal that all of the compiling is done in
the install phase.

(jperkin)

2023-05-25 10:53:24 UTC MAIN commitmail json YAML

2023-05-25 10:14:00 UTC MAIN commitmail json YAML

2023-05-25 10:00:38 UTC MAIN commitmail json YAML

Updated databases/py-apsw, www/curl

(adam)

2023-05-25 10:00:19 UTC MAIN commitmail json YAML

curl: updated to 8.1.1

curl and libcurl 8.1.1

This release includes the following bugfixes:

o cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND [12]
o checksrc: disallow spaces before labels [16]
o cmake: avoid `list(PREPEND)` for compatibility [24]
o cmake: repair cross compiling [10]
o configure: fix --help alignment [9]
o configure: generate a script to run the compiler [11]
o curl_easy_getinfo: clarify on return data types [15]
o docs: document that curl_url_cleanup(NULL) is a safe no-op [4]
o hostip: move easy_lock.h include above curl_memory.h [14]
o http2: double http request parser max line length [8]
o http2: increase stream window size to 10 MB [22]
o http2: upload improvements [21]
o lib: fix conversion warnings with gcc on macOS
o lib: rename struct 'http_req' to 'httpreq' [23]
o ngtcp2: fix compiler warning about possible null-deref [3]
o ngtcp2: proper handling of uint64_t when adjusting send buffer [1]
o os400: update chkstrings.c [2]
o runtests: handle interrupted reads from IPC pipes
o runtests: use the correct fd after select [20]
o sectransp.c: make the code c89 compatible [17]
o select: avoid returning an error on EINTR from select() or poll() [5]
o test425: fix the log directory for the upload
o url: provide better error message when URLs fail to parse [18]
o urlapi: allow numerical parts in the host name [7]
o vquic.c: make recvfrom_packets static, avoid compiler warning [6]

(adam)

2023-05-25 09:58:29 UTC MAIN commitmail json YAML

py-apsw: updated to 3.42.0.0

3.42.0.0

SQLITE_ENABLE_COLUMN_METADATA is enabled when installing APSW from PyPI (binary or source). (APSW issue 435)

Type stubs and typing information in the documentation use newer Python conventions such as | instead of Union and list instead of typing.List, being more concise and readable. (A recent Python is required to use them, but they have no effect at runtime.) (APSW issue 438)

Shell: Errors when SQLite are preparing a statement now show the relevant extract of the query, and where the error was detected.

Shell: Output modes table (ASCII line drawing, lots of sanitization), box (Unicode line drawing) and qbox (box with quoted values) available. Python 3.7+ (APSW issue 420)

Shell: if started interactively then box is the default mode (list remains the default in non-interactive)

Added Connection.pragma() to execute pragmas and get results. (APSW issue 432)

Added Cursor.get returning query results with the least amount of structure. (APSW issue 389)

Fixed execution tracers should return comment text for comment only queries, and add Cursor.has_vdbe. (APSW issue 433)

Ensure that all applicable options are implemented for apsw.config(), Connection.config() and similar. (APSW issue 431)

Added apsw.sleep() (APSW issue 419)

Strings for apsw.VFS.xNextSystemCall() are interned avoiding memory leaks. (APSW issue 430)

Detect unbound recursion not handled by CPython, and handle better. (APSW issue 425)

(adam)

2023-05-25 09:07:50 UTC MAIN commitmail json YAML

Updated databases/mysql57-client, databases/mysql57-server

(adam)

2023-05-25 09:06:57 UTC MAIN commitmail json YAML

mysql57: updated to 5.7.42

Changes in MySQL 5.7.42

Functionality Added or Changed

Important Change: The linked OpenSSL library for MySQL Server has been updated to version 1.1.1t. Issues fixed in OpenSSL version 1.1.1t are described at https://www.openssl.org/news/cl111.txt.

The linked curl library for MySQL Server (Enterprise Edition) has been updated to version 7.88.1.

Bugs Fixed

InnoDB: Prevent online DDL operations from accessing out-of-bounds memory.

Replication: Some binary log events were not always handled correctly.

Replication: Setting binlog_order_commits to OFF could lead to a missed GTID in the next binary log file's Previous_gtids event.

Our thanks to Yewei Xu and the Tencent team for the contribution.

A client setting the character set to an impermissible client character set (ucs2, utf16, utf16le, or utf32) could cause unexpected behavior when the client used an authentication plugin.

The scope of the connect_timeout limit was extended to full-packet reads.

Using --single-transaction with mysqldump version 5.7.41 required either the RELOAD or FLUSH_TABLES privilege. This requirement now applies only when both gtid_mode=ON (default OFF) and with --set-gtid-purged = ON|AUTO (default AUTO).

(adam)

2023-05-25 08:16:33 UTC MAIN commitmail json YAML

Updated net/synergy to 1.14.6.19

Bug fixes:

    #7208 Fix crash on FreeBSD when pressing special keys on a client.
    #7241 Change the default signature hashing algorithm for sha256.
    #7242 Fix tls certificate generation for flatpak.
    #7262 Fix backward compatibility for m1 and m2 builds.

Enhancements:

    #7222 Ability to initiate non-TLS connection from server
    #7225 Ability to initiate TLS connection from server
    #7239 Single app for server and client
    #7248 Firewall exception for client
    #7250 Add builds for Fedora 37 and 38

Dropped one upstreamed patch from pkgsrc

(abs)

2023-05-25 00:30:55 UTC MAIN commitmail json YAML

TODO: Add FerretDB

FerretDB is a MongoDB compatibility layer for PostgreSQL.

(gdt)

2023-05-24 22:43:43 UTC MAIN commitmail json YAML

Note update of sysutils/lnav to 0.11.1nb2.

(he)

2023-05-24 22:42:53 UTC MAIN commitmail json YAML

lnav: fix build on NetBSD/macppc and reduce amount of warnings.

- The program uses alloca() but insists on use of -std=c++14.
  alloca(), however, especially on NetBSD/macppc, needs the
  -std=gnu++14 feature set, so force use of that standard.
- isdigit() argument nees to be `unsigned char` or EOF. Add cast.
- On NetBSD, `time_t` isn't a `long`, and there is apparently
  no portable way to supply a printf format for a `time_t`.
  Cast to `long long` and print with %lld.
- A `role_t` is not the same as `int`, causing -Wformat warning.
  Cast to `int` before printing.
- Avoid trying to right-shift with 32 on a 32-bit platform.
- Print `unsigned int` with %u, and not with %ld.

Lots of signedness warnings remain, reported to upstream in
https://github.com/tstack/lnav/issues/1157.  I'll be requesting
pull requests for some of the others above.

Bump PKGREVISION.

(he)

2023-05-24 22:17:45 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-themes to 3.22.24

(gutteridge)

2023-05-24 22:17:07 UTC MAIN commitmail json YAML

mate-themes: update to 3.22.24

### 3.22.24 (GTK 3.22)

  * Translations update
  * Most themes: fix border-radius of csd decorations
  * Traditional*: Fix selectors for toolbar buttons (#302)
  * Fix headerbar rendering in GNOME 1.41 apps
  * Fix button states of charpick-applet with Yaru themes
  * BLACKMATE: fix dictionary applet in panel
  * BlackMATE: fix issues with tasklist, charpick buttons

(gutteridge)

2023-05-24 20:16:31 UTC MAIN commitmail json YAML

doc: mention USE_PKG_ADMIN_DIGEST switch

(wiz)

2023-05-24 20:16:00 UTC MAIN commitmail json YAML

mk: switch USE_PKG_ADMIN_DIGEST to yes

This means that file digests will now be used in binary packages
to identify which pkgsrc files were used to build the package,
instead of the RCS Ids.

(wiz)

2023-05-24 18:21:39 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.5nb2

(triaxx)

2023-05-24 18:21:20 UTC MAIN commitmail json YAML

ruby-redmine: Fix PR pkg/57432

pkgsrc changes:
---------------
  * Add patch to update Mercurial helper to work with Python 3 (from
    https://www.redmine.org/issues/33784).
  * Add dependency on lang/python.
  * Make incompatible with python 27.

(triaxx)

2023-05-24 17:51:24 UTC MAIN commitmail json YAML

mk: Handle case where a shell wasn't bootstrapped.

(jperkin)

2023-05-24 17:15:08 UTC MAIN commitmail json YAML

mk: add libimagequant option description

(wiz)

2023-05-24 17:14:53 UTC MAIN commitmail json YAML

gd: make libimagequant optional

Bump PKGREVISION.

Based on a patch by osa@, thanks!

(wiz)

2023-05-24 17:07:21 UTC MAIN commitmail json YAML

doc: Updated www/libproxy to 0.5.1

(wiz)

2023-05-24 17:07:10 UTC MAIN commitmail json YAML

libproxy: update to 0.5.1.

What's Changed

    Guard PxManager test with pacrunner-duktape option by @janbrummer in #215
    Fix build on NetBSD. by @0-wiz-0 in #220
    Install libpxbackend into pkglibdir by @amigadave in #223
    Move glib2 inclusion out of c++ protection. by @0-wiz-0 in #227
    Replace libsoup with glib socket service functions by @janbrummer in #228
    Enforce online state for tests by @janbrummer in #229
    Use glib-object header instead of gio by @janbrummer in #230
    Fix libproxy rpath by @janbrummer in #231
    Draft: Improve ignore checks by @janbrummer in #232
    Release 0.5.1 by @janbrummer in #233

(wiz)

2023-05-24 16:05:45 UTC MAIN commitmail json YAML

doc: Updated biology/fasda to 0.1.2.30

(bacon)

2023-05-24 16:05:38 UTC MAIN commitmail json YAML

biology/fasda: Update to 0.1.2.30

Portability fixes and output improvements

(bacon)

2023-05-24 15:55:51 UTC MAIN commitmail json YAML

doc: Updated textproc/p5-highlight to 4.6

(schmonz)