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:40:52 UTC Now

2022-05-09 14:54:04 UTC MAIN commitmail json YAML

Update to 2.11.1.0. From the changelog:

- s6 features world-usable s6-applyuidgid and s6-setuidgid, as well as a
  new -L option to s6-envdir for unlimited-size variable reading.

(schmonz)

2022-05-09 14:53:16 UTC MAIN commitmail json YAML

doc: Updated lang/execline to 2.8.3.0

(schmonz)

2022-05-09 14:53:12 UTC MAIN commitmail json YAML

Update to 2.8.3.0. From the changelog:

- execline adds the -P and -p options to getpid, to get the parent pid
  or force the default behaviour.

(schmonz)

2022-05-09 14:51:27 UTC MAIN commitmail json YAML

doc: Updated devel/skalibs to 2.11.2.0

(schmonz)

2022-05-09 14:51:23 UTC MAIN commitmail json YAML

Update to 2.11.2.0. From the changelog:

- skalibs features better sysdep autodetection when custom compilation
  flags are provided, and adds an option to envdir_internal() for
  unlimited-size variable reading.

(schmonz)

2022-05-09 14:48:13 UTC MAIN commitmail json YAML

doc: Updated devel/py-approvaltests to 5.0.2

(schmonz)

2022-05-09 14:48:08 UTC MAIN commitmail json YAML

Update to 5.0.2. From the changelog:

- Better init.py for backwards compatibility
- PythonNativeReporter + PythonNative will resolve from ReporterFactory

(schmonz)

2022-05-09 14:37:31 UTC MAIN commitmail json YAML

devel/py-wheel: Reset MAINTAINER

(Email ping timed out.)

(gdt)

2022-05-09 12:51:04 UTC MAIN commitmail json YAML

2022-05-09 12:26:43 UTC MAIN commitmail json YAML

2022-05-09 12:01:19 UTC MAIN commitmail json YAML

2022-05-09 12:00:16 UTC MAIN commitmail json YAML

git: updated to 2.36.1

Git v2.36.1 Release Notes
=========================

Fixes since v2.36
-----------------

* "git submodule update" without pathspec should silently skip an
  uninitialized submodule, but it started to become noisy by mistake.

* "diff-tree --stdin" has been broken for about a year, but 2.36
  release broke it even worse by breaking running the command with
  <pathspec>, which in turn broke "gitk" and got noticed.  This has
  been corrected by aligning its behaviour to that of "log".

* Regression fix for 2.36 where "git name-rev" started to sometimes
  reference strings after they are freed.

* "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
  when showing the second and subsequent commits, which has been
  corrected.

* "git fast-export -- <pathspec>" lost the pathspec when showing the
  second and subsequent commits, which has been corrected.

* "git format-patch <args> -- <pathspec>" lost the pathspec when
  showing the second and subsequent commits, which has been
  corrected.

* Get rid of a bogus and over-eager coccinelle rule.

* Correct choices of C compilers used in various CI jobs.

Also contains minor documentation updates and code clean-ups.

(adam)

2022-05-09 11:52:44 UTC MAIN commitmail json YAML

clang: PLIST fix for Darwin

(adam)

2022-05-09 11:34:36 UTC MAIN commitmail json YAML

ltfs-ltotape: trim whitespace

(adam)

2022-05-09 11:19:51 UTC MAIN commitmail json YAML

Updated databases/unixodbc, textproc/ugrep

(adam)

2022-05-09 11:19:31 UTC MAIN commitmail json YAML

ugrep: updated to 3.7.10

v3.7.10

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

(adam)

2022-05-09 11:16:27 UTC MAIN commitmail json YAML

unixodbc: updated to 2.3.11

2.3.11

Add missing files

2.3.10

Add connection pooling via wide connection functions
Remove "#define VERSION" from unixodbc_conf.h
Call driver functions through prototypes
Add connection pool limit option
Add fseeko support in cursor lib
Try and prevent logging buffer overflow
Add 'echo' option to isql/iusql
Alter isql/iusql buffering
Alter unicode to ascii conversion in SQLGetDiagField
Fix pooling problem when user name and or password is not provided
Fix a couple of reported buffer overflow conditions
Fix iconv leak with timeout in pooled connection

(adam)

2022-05-09 09:24:50 UTC MAIN commitmail json YAML

kguiaddons: Remove hard requirement on wayland.

(jperkin)

2022-05-09 09:08:28 UTC MAIN commitmail json YAML

2022-05-09 08:45:52 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-json to 4.7.1

(nikita)

2022-05-09 08:45:39 UTC MAIN commitmail json YAML

guile-json: Update to 4.7.1

Changelog (adapted from ChangeLog file):

4.7.1:
  records: allow optional nested records
  json/record.scm: Fix spelling of "Additionally".

(nikita)

2022-05-09 08:21:43 UTC MAIN commitmail json YAML

Updated textproc/py-tinycss2, textproc/py-xmltodict, textproc/yq

(adam)

2022-05-09 08:21:22 UTC MAIN commitmail json YAML

yq: updated to 2.14.0

Changes for v2.14.0
- Support binary and set tags.

(adam)

2022-05-09 08:13:02 UTC MAIN commitmail json YAML

py-xmltodict: updated to 0.13.0

v0.13.0

Add install info to readme for openSUSE.
Support defaultdict for namespace mapping
parse(generator) is now possible
Processing comments on parsing from xml to dict
Add expand_iter kw to unparse to expand iterables
Fixed some typos
Add support for python3.8
Drop Jython/Python 2 and add Python 3.9/3.10.
Drop OrderedDict in Python >= 3.7
Do not use len() to determine if a sequence is empty
Add more namespace attribute tests
Fix encoding issue in setup.py

(adam)

2022-05-09 08:09:19 UTC MAIN commitmail json YAML

py-tinycss2: updated to 1.1.1

Version 1.1.1
-------------
* Add support of Python 3.10.
* Include tests in source package.

(adam)

2022-05-09 05:47:08 UTC MAIN commitmail json YAML

Updated databases/py-redis, comms/py-rich, net/py-lexicon

(adam)

2022-05-09 05:46:44 UTC MAIN commitmail json YAML

py-lexicon: updated to 3.11.0

3.11.0

Added

Add namecom provider

Modified

Fix TLD with two parts for namecheap provider
Fix entity__name parsing in easyname provider

(adam)

2022-05-09 05:44:54 UTC MAIN commitmail json YAML

py-rich: updated to 12.4.1

12.4.1 - 2022-05-08

Fixed

Fix for default background color in SVG export

Changed

Added a keyline around SVG terminals which is visible on dark backgrounds

12.4.0

Changed

Rebuilt SVG export to create a simpler SVG that is more portable
Fix render_lines crash when render height was negative

Added

Add padding to Syntax constructor

(adam)

2022-05-09 05:42:55 UTC MAIN commitmail json YAML

py-redis: updated to 4.3.0

Version 4.3.0

�沐・ Breaking Changes

Replace OSError exceptions from can_read with redis.ConnectionError
Updated FUNCTION LOAD changes (from release 7.0 rc3 to support redis 7.0 final)

�泅� New Features

Get command keys for subcommands
Add support for CLUSTER SHARDS
Add support for COMMAND LIST
Add Async RedisCluster
ACL SETUSER - add selectors and key based permissions
Support for redis 7 streams features
Async Connection: Allow PubSub.run() without previous subscribe()
Implemented LATENCY HISTOGRAM by always throwing NotImplementedError
Add async supoort for SEARCH commands
Retry(): Support negative retries value
Add support for MODULE LOADEX
INFO - add support for taking multiple section arguments
CONFIG SET - add the ability to set multiple parameters in one call
CONFIG GET - add the ability to pass multiple pattern parameters in one call
Add support for COMMAND GETKEYSANDFLAGS
Support CASESENSITIVE for TAG fields

�汾� Bug Fixes

Rename 'update_supported_erros' to 'update_supported_errors' in Retry module
Fix execute_command() determining nodes error when no key command
Fix incorrect return statement in auth

�洫ー Maintenance

Add unittest for PubSub.connect()
Fix incorrect return annotation in asyncio.lock
Minor cleanups in commands/cluster.py
Update xtrim type annotation
Async tests for redis commands, json, bloom, timeseries
Fixed typing in getex command

(adam)

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

doc: Updated games/warzone2100 to 4.2.7

(triaxx)

2022-05-09 04:55:44 UTC MAIN commitmail json YAML

warzone2100: Update to 2.4.7

upstream changes:
-----------------
  * 2022-03-07: Version 4.2.7
    [https://github.com/Warzone2100/warzone2100/blob/4.2.7/ChangeLog]
  * 2022-03-01: Version 4.2.6
    [https://github.com/Warzone2100/warzone2100/blob/4.2.6/ChangeLog]
  * 2022-02-28: Version 4.2.5
    [https://github.com/Warzone2100/warzone2100/blob/4.2.5/ChangeLog]

(triaxx)

2022-05-09 00:41:57 UTC MAIN commitmail json YAML

lua-cyrussasl: fix build in privileged mode

(khorben)

2022-05-09 00:38:43 UTC MAIN commitmail json YAML

Add lua-cyrussasl

(khorben)

2022-05-09 00:38:13 UTC MAIN commitmail json YAML

doc: Added security/lua-cyrussasl version 1.1.0

(khorben)

2022-05-09 00:37:59 UTC MAIN commitmail json YAML

2022-05-08 22:47:51 UTC MAIN commitmail json YAML

2022-05-08 22:47:30 UTC MAIN commitmail json YAML

doc: Added databases/lua-ldap version 1.3.0

(khorben)

2022-05-08 22:47:16 UTC MAIN commitmail json YAML

lua-ldap: import version 1.3.0

LuaLDAP is a simple interface from Lua to an LDAP client, in fact
it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI
(https://docs.microsoft.com/en-us/windows/win32/adsi/about-adsi).

It enables a Lua program to:

* Connect to an LDAP server;
* Execute any operation (search, add, compare, delete, modify and rename);
* Retrieve entries and references of the search result.

(khorben)

2022-05-08 21:24:27 UTC MAIN commitmail json YAML

doc: Updated chat/prosody to 0.12.0

(khorben)

2022-05-08 21:24:12 UTC MAIN commitmail json YAML

prosody: update to 0.12.0

New in this release:

Modules

* mod_mimicking: Prevent address spoofing
* mod_s2s_bidi: Bi-directional server-to-server connections (XEP-0288)
* mod_external_services: Generic XEP-0215 support
* mod_turn_external: Easy setup of XEP-0215 for STUN/TURN for audio/video calls
* mod_http_file_share: File sharing via HTTP (XEP-0363)
* mod_http_openmetrics: Expose metrics to Prometheus and compatible monitoring systems
* mod_smacks: Stream management and resumption (XEP-0198)
* mod_auth_ldap: LDAP authentication
* mod_cron: One module to rule all the periodic tasks
* mod_admin_shell: New home of the Console admin interface
* mod_admin_socket: Enable secure connections to the Console
* mod_tombstones: Prevent re-registration of deleted accounts
* mod_invites: Create and manage invites
* mod_invites_register: Allow registering accounts using invites
* mod_invites_adhoc: Create invites via ad-hoc command
* mod_bookmarks: Synchronise open rooms between clients

Security and authentication

* Unencrypted HTTP port (5280) restricted to loopback by default
* require_encryption options default to true if unspecified
* Authentication module defaults to internal_hashed if unspecified
* SNI support (including automatic certificate selection)
* ALPN support in mod_net_multiplex
* DANE support in low-level network layer
* Direct TLS support (c2s and s2s)
* SCRAM-SHA-256
* Direct TLS (including https) certificates are now updated on reload
* Pluggable authorization providers (mod_authz_*)
* Easy use of Mozilla TLS recommendations presets

HTTP

* CORS handling now provided by mod_http
* Built-in HTTP server now handles HEAD requests
* Uploads can be handled incrementally

API

* Module statuses (API change)
* util.error for encapsulating errors
* Promise based API for sending queries
* API for adding periodic tasks
* More APIs supporting ES6 Promises
* Async can be used during shutdown

Other

* Plugin installer
* MUC presence broadcast controls
* MUC: support for XEP-0421 occupant identifiers
* prosodyctl check connectivity via observe.jabber.network
* STUN/TURN server tests in prosodyctl check
* libunbound for DNS queries
* The POSIX poll() API used by server_epoll on *nix other than Linux

Changed in this release

* Improved rules for mobile optimizations in mod_csi_simple
* Improved rules for what messages should be archived in mod_mam
* mod_limits: Support for exempt JIDs
* mod_server_contact_info now loaded on components if enabled
* Statistics now based on OpenMetrics
* Statistics scheduling can be done by plugin
* Offline messages aren't sent to MAM clients
* Archive quotas (maximum limit on items in an archive store)
* Rewritten migrator with archive support
* Improved automatic certificate locating and selecting
* Logging to syslog no longer missing startup messages
* Graceful shutdown sequence that closes ports first and waits for connections to close

Removed in this release

* daemonize option deprecated
* SASL DIGEST-MD5 removed
* mod_auth_cyrus (older LDAP support)
* Network backend server_select deprecated (not actually removed yet)

(khorben)

2022-05-08 21:12:38 UTC MAIN commitmail json YAML

regen after openldap update.

the lmdb sources are identical, so leave the package version the same.

(mrg)

2022-05-08 20:35:25 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkg_comp to 2.1nb1

(schmonz)

2022-05-08 20:33:36 UTC MAIN commitmail json YAML

Add lua-unbound

(khorben)

2022-05-08 20:33:11 UTC MAIN commitmail json YAML

doc: Added net/lua-unbound version 1.0.0

(khorben)

2022-05-08 20:32:14 UTC MAIN commitmail json YAML

2022-05-08 20:26:52 UTC MAIN commitmail json YAML

Avoid finding pkgsrc-installed bash, as it won't be in the sandbox. Bump
PKGREVISION.

(schmonz)

2022-05-08 15:29:10 UTC pkgsrc-2022Q1 commitmail json YAML

Note pullup ticket #6625

(bsiegert)

2022-05-08 15:28:34 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6625 - requested by taca
security/clamav: security fix

Revisions pulled up:
- security/clamav/Makefile                                      1.84
- security/clamav/Makefile.common                              1.23
- security/clamav/buildlink3.mk                                1.16
- security/clamav/distinfo                                      1.42

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Thu May  5 00:44:07 UTC 2022

  Modified Files:
  pkgsrc/security/clamav: Makefile Makefile.common buildlink3.mk distinfo

  Log Message:
  security/clamav: update to 0.103.6

  0.103.6 (2022-05-04)

  ClamAV 0.103.6 is a critical patch release with the following fixes:

  - [CVE-2022-20770](CVE-2022-20770): Fixed a possible infinite loop vulner=
  ability
    in the CHM file parser.
    Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 =
  and
    prior versions.
    Thank you to Micha=A9=A9 Dardas for reporting this issue.

  - [CVE-2022-20796](CVE-2022-20796): Fixed a possible NULL-pointer derefer=
  ence
    crash in the scan verdict cache check.
    Issue affects versions 0.103.4, 0.103.5, 0.104.1, and 0.104.2.
    Thank you to Alexander Patrakov and Antoine Gatineau for reporting this=
    issue.

  - [CVE-2022-20771](CVE-2022-20771): Fixed a possible infinite loop vulner=
  ability
    in the TIFF file parser.
    Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 =
  and
    prior versions.
    The issue only occurs if the "--alert-broken-media" ClamScan option is
    enabled. For ClamD, the affected option is "AlertBrokenMedia yes", and =
  for
    libclamav it is the "CL_SCAN_HEURISTIC_BROKEN_MEDIA" scan option.
    Thank you to Micha=A9=A9 Dardas for reporting this issue.

  - [CVE-2022-20785](CVE-2022-20785): Fixed a possible memory leak in the
    HTML file parser / Javascript normalizer.
    Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 =
  and
    prior versions.
    Thank you to Micha=A9=A9 Dardas for reporting this issue.

  - [CVE-2022-20792](CVE-2022-20792): Fixed a possible multi-byte heap buff=
  er
    overflow write vulnerability in the signature database load module.
    The fix was to update the vendored regex library to the latest version.
    Issue affects versions 0.104.0 through 0.104.2 and LTS version 0.103.5 =
  and
    prior versions.
    Thank you to Micha=A9=A9 Dardas for reporting this issue.

  - ClamOnAcc: Fixed a number of assorted stability issues and added niceti=
  es for
    debugging ClamOnAcc. Patches courtesy of Frank Fegert.

  - Fixed an issue causing byte-compare subsignatures to cause an alert whe=
  n they
    match even if other conditions of the given logical signatures were not=
    met.

  - Fix memleak when using multiple byte-compare subsignatures.
    This fix was backported from 0.104.0.
    Thank you to Andrea De Pasquale for contributing the fix.

  - Assorted bug fixes and improvements.

  Special thanks to the following people for code contributions and bug rep=
  orts:
  - Alexander Patrakov
  - Andrea De Pasquale
  - Antoine Gatineau
  - Frank Fegert
  - Micha=A9=A9 Dardas

(bsiegert)

2022-05-08 15:02:40 UTC MAIN commitmail json YAML

doc: Updated net/unison to 2.52.1

(gdt)

2022-05-08 15:02:33 UTC MAIN commitmail json YAML

net/unison: Update to 2.52.1

2.52.1 is a maintenance release in the 2.52 series. All users are
strongly encouraged to migrate all systems on which they use unison to
2.52.1. Fairly soon, only reports about 2.52.1 will be allowed in the
issue tracker.

2.52.1 is expected to be the last release in the 2.52 series, absent
prompt (7 days) discovery and reporting of a serious problem.

After a 7-day hold, work towards 2.53 may be merged. In particular
this will include changing the minimum ocaml version to 4.08. Once
this happens, there will not be any more 2.52.x releases, as no one
contributing to unison maintenance is interested in supporting old
versions. Of course, the license gives anyone the ability to create or
cherry-pick fixes and to use the fixed versions.

Changes in 2.52.1

Released 2022-05-08

- Deprecate ocaml < 4.08: 2.53.0 will require 4.08 or higher
- Add man page
- Remove rsh:// URI scheme (ssh:// of course remains).
- Significant bugfixes and minor improvements
- Deprecate "backups" preference (see manual for alternatives)
- Deprecate "stream" and "halfduplex" preferences

(gdt)

2022-05-08 14:58:27 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup tickets up to #6627

(bsiegert)

2022-05-08 14:53:38 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup tickets #6626 and #6627 - requested by taca
ruby30-base: build fix
ruby31-base: build fix

Revisions pulled up:
- lang/ruby/platform.mk                                        1.10-1.12
- lang/ruby/rubyversion.mk                                      1.251
- lang/ruby30-base/Makefile                                    1.7
- lang/ruby30-base/distinfo                                    1.9-1.10
- lang/ruby30-base/patches/patch-configure                      1.2
- lang/ruby30-base/patches/patch-include_ruby_internal_static__assert.h 1.1
- lang/ruby31-base/Makefile                                    1.4-1.5
- lang/ruby31-base/distinfo                                    1.4-1.7
- lang/ruby31-base/patches/patch-configure                      1.2
- lang/ruby31-base/patches/patch-include_ruby_internal_static__assert.h 1.1
- lang/ruby31-base/patches/patch-template_Makefile.in          1.1
- lang/ruby31-base/patches/patch-tool_runruby.rb                1.1

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Wed May  4 15:49:51 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby31-base: Makefile distinfo
  pkgsrc/lang/ruby31-base/patches: patch-configure

  Log Message:
  ruby31-base: Retain _XOPEN_SOURCE on SunOS.

  Fixes build of eventmachine (which assumes the XPG4.2 "void *" type for
  iov_base), and mirrors settings of ruby 2.x.  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed May  4 16:16:49 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: platform.mk

  Log Message:
  lang/ruby: fix build problem of Ruby 3.1 on NetBSD 8

  Fix build problem of Ruby 3.1 on NetBSD 8 by disabling dtrace.

  Ruby 3.1 dtrace(1) to modify compiled object files during build process.
  But something wrong on NetBSD 8, includeing 8.2_STABLE.

  For example, vm.o contains these symbols on NetBSD 9:

  0000000000000000 A __dtrace_ruby___array__create
  0000000000000000 A __dtrace_ruby___cmethod__entry
  0000000000000000 A __dtrace_ruby___cmethod__return
  0000000000000000 A __dtrace_ruby___hash__create
  0000000000000000 A __dtrace_ruby___method__entry
  0000000000000000 A __dtrace_ruby___method__return
  0000000000000000 A __dtraceenabled_ruby___array__create
  0000000000000000 A __dtraceenabled_ruby___cmethod__entry
  0000000000000000 A __dtraceenabled_ruby___cmethod__return
  0000000000000000 A __dtraceenabled_ruby___hash__create
  0000000000000000 A __dtraceenabled_ruby___method__entry
  0000000000000000 A __dtraceenabled_ruby___method__return

  But on NetBSD 8:

  0000000000000000 A __dtrace_ruby___array-create
  0000000000000000 A __dtrace_ruby___cmethod-entry
  0000000000000000 A __dtrace_ruby___cmethod-return
  0000000000000000 A __dtrace_ruby___hash-create
  0000000000000000 A __dtrace_ruby___method-entry
  0000000000000000 A __dtrace_ruby___method-return
  0000000000000000 A __dtraceenabled_ruby___array-create
  0000000000000000 A __dtraceenabled_ruby___cmethod-entry
  0000000000000000 A __dtraceenabled_ruby___cmethod-return
  0000000000000000 A __dtraceenabled_ruby___hash-create
  0000000000000000 A __dtraceenabled_ruby___method-entry
  0000000000000000 A __dtraceenabled_ruby___method-return

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Wed May  4 15:49:16 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby30-base: Makefile distinfo
  pkgsrc/lang/ruby30-base/patches: patch-configure

  Log Message:
  ruby30-base: Retain _XOPEN_SOURCE on SunOS.

  Fixes build of eventmachine (which assumes the XPG4.2 "void *" type for
  iov_base), and mirrors settings of ruby 2.x.  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed May  4 16:44:53 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: platform.mk
  pkgsrc/lang/ruby30-base: distinfo
  pkgsrc/lang/ruby31-base: distinfo
  Added Files:
  pkgsrc/lang/ruby30-base/patches:
      patch-include_ruby_internal_static__assert.h
  pkgsrc/lang/ruby31-base/patches:
      patch-include_ruby_internal_static__assert.h

  Log Message:
  lang/ruby: fix Ruby 3.0 build problem on NetBSD 8.0

  Something wrong with expantion of static_assert macro in <assert.h>
  on NetBSD 8.0.  So, avoid use of static_assert on NetBSD 8.0.

  NetBSD 8.1 and later dose not have this problem.

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Thu May  5 10:15:17 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk

  Log Message:
  ruby: Handle ruby31 changing the config triple for arm64 macOS.

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Thu May  5 10:25:06 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby31-base: distinfo
  Added Files:
  pkgsrc/lang/ruby31-base/patches: patch-tool_runruby.rb

  Log Message:
  ruby31-base: Fix install on macOS arm64.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sat May  7 09:36:16 UTC 2022

  Modified Files:
  pkgsrc/lang/ruby: platform.mk
  pkgsrc/lang/ruby31-base: Makefile distinfo
  Added Files:
  pkgsrc/lang/ruby31-base/patches: patch-template_Makefile.in

  Log Message:
  lang/ruby31-base: better fix than privious one

  Instead of disabling DTrace, process object file yjit.o with "dtrace -G".

  Bump PKGREVISION.

(bsiegert)

2022-05-08 13:17:47 UTC MAIN commitmail json YAML

wmutils-libwm: Needs gmake to function correctly.

(jperkin)

2022-05-08 12:47:37 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 3.4.3

(gdt)

2022-05-08 12:47:32 UTC MAIN commitmail json YAML

doc: Updated geography/py-gdal to 3.4.3

(gdt)

2022-05-08 12:47:20 UTC MAIN commitmail json YAML

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

doc/TODO: add some

+ ImageMagick-7.1.0.33, MesaLib-22.0.3, git-2.36.1, grpc-1.46.0,
  gstreamer1-1.20.2, libatomic-12.1.0, npm-8.9.0, poppler-22.05.0,
  py-gstreamer1-1.20.2, py-mercurial-6.1.2, py-more-itertools-8.13.0,
  py-pip-audit-2.2.1, rust-analyzer-0.0.20220502 [needs rust 1.60.0],
  zxing-cpp-1.3.0.

(wiz)

2022-05-08 12:30:01 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkgdiff to 1.10

(jperkin)

2022-05-08 12:29:51 UTC MAIN commitmail json YAML

pkgdiff: Update to 1.10.

Unlink files in mkpatches before new files are moved into place.  Avoids .nfs*
warts when creating patches on an NFS file system.

(jperkin)

2022-05-08 12:25:18 UTC MAIN commitmail json YAML

mk/checksum: Remove distinfo before replacing.

This avoids .nfs* warts when pkgsrc is on NFS.

(jperkin)

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

doc: Updated emulators/simh to 4.0.0.20220501

(rhialto)

2022-05-08 12:09:51 UTC MAIN commitmail json YAML

emulators/simh: update to 2022-05-01.

* e1ce9f4f sim_imd: Check for EOF when reading IMD track headers
* d3f1ee09 CONSOLE: Set console input WAIT time to reflect console speed

(rhialto)

2022-05-08 12:06:46 UTC MAIN commitmail json YAML

doc: Updated games/openttd-data to 7.1

(triaxx)

2022-05-08 12:06:34 UTC MAIN commitmail json YAML

openttd-data: Update to 7.1

upstream changes:
-----------------
  * Update OpenGFX to 7.1
    [https://cdn.openttd.org/opengfx-releases/7.1/changelog.txt]
  * Update OpenMSX to 0.4.2
    [https://cdn.openttd.org/openmsx-releases/0.4.2/changelog.txt]
  * Update OpenSFX to 1.0.3
    [https://cdn.openttd.org/opensfx-releases/1.0.3/changelog.txt]

pkgsrc changes:
---------------
  * Update MASTER_SITES.
  * Add MSXVER and SFXVER to make easier future updates.

(triaxx)

2022-05-08 12:06:22 UTC MAIN commitmail json YAML

doc: Updated games/openttd to 12.2

(triaxx)

2022-05-08 12:06:01 UTC MAIN commitmail json YAML

openttd: Update to 12.2

upstream changes:
-----------------
  * 12.2 (2022-04-02)
    [https://cdn.openttd.org/openttd-releases/12.2/changelog.txt]
  * 12.1 (2021-11-08)
    [https://cdn.openttd.org/openttd-releases/12.1/changelog.txt]
  * 12.0 (2021-10-17)
    [https://cdn.openttd.org/openttd-releases/12.0/changelog.txt]
  * 12.0-RC1 (2021-09-25)
  * 12.0-beta2 (2021-08-19)
  * 12.0-beta1 (2021-08-15)
  * 1.11 release series followed up by 12.0

pkgsrc changes:
---------------
  * Update GCC_REQD to 8 for std::charconv.

(triaxx)

2022-05-08 10:23:33 UTC MAIN commitmail json YAML

jack: use numeric comparison with OPSYS_VERSION

(nia)

2022-05-08 10:23:25 UTC MAIN commitmail json YAML

2022-05-08 10:18:31 UTC MAIN commitmail json YAML

py-numpy: Expects compiler to default to C++11.

(nia)

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

sysutils/ctv: reset maintainer

(pin)

2022-05-08 09:13:35 UTC MAIN commitmail json YAML

textproc/bk: reset maintainer

(pin)

2022-05-08 09:12:21 UTC MAIN commitmail json YAML

textproc/angle-grinder: declare c-toolchain

(pin)

2022-05-08 09:11:26 UTC MAIN commitmail json YAML

doc: Added sysutils/parallel-disk-usage version 0.7.1

(pin)

2022-05-08 09:10:59 UTC MAIN commitmail json YAML

Add parallel-disk-usage

(pin)

2022-05-08 09:09:43 UTC MAIN commitmail json YAML

sysutils/parallel-disk-usage: import pkg

pdu (parallel-disk-usage) is a CLI program that renders a graphical chart for
disk usages of files and directories.

(pin)

2022-05-08 08:11:07 UTC MAIN commitmail json YAML

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2022-05-08 08:10:27 UTC MAIN commitmail json YAML

2022-05-08 03:51:30 UTC MAIN commitmail json YAML

doc: Updated net/yt-dlp to 2022.4.8

(wiz)

2022-05-08 03:51:20 UTC MAIN commitmail json YAML

yt-dlp: update to 2022.4.8.

### 2022.04.08

* Use certificates from `certifi` if installed by [coletdjnz](https://github.com/coletdjnz)
* Treat multiple `--match-filters` as OR
* File locking improvevemnts:
    * Do not lock downloading file on Windows
    * Do not prevent download if locking is unsupported
    * Do not truncate files before locking by [jakeogh](https://github.com/jakeogh), [pukkandan](https://github.com/pukkandan)
    * Fix non-blocking non-exclusive lock
* De-prioritize automatic-subtitles when no `--sub-lang` is given
* Exit after `--dump-user-agent`
* Fallback to video-only format when selecting by extension
* Fix `--abort-on-error` for subtitles
* Fix `--no-overwrite` for playlist infojson
* Fix `--print` with `--ignore-no-formats` when url is `None` by [flashdagger](https://github.com/flashdagger)
* Fix `--sleep-interval`
* Fix `--throttled-rate`
* Fix `autonumber`
* Fix case of `http_headers`
* Fix filepath sanitization in `--print-to-file`
* Handle float in `--wait-for-video`
* Ignore `mhtml` formats from `-f mergeall`
* Ignore format-specific fields in initial pass of `--match-filter`
* Protect stdout from unexpected progress and console-title
* Remove `Accept-Encoding` header from `std_headers` by [coletdjnz](https://github.com/coletdjnz)
* Remove incorrect warning for `--dateafter`
* Show warning when all media formats have DRM
* [downloader] Fix invocation of `HttpieFD`
* [http] Fix #3215
* [http] Reject broken range before request by [Lesmiscore](https://github.com/Lesmiscore), [Jules-A](https://github.com/Jules-A), [pukkandan](https://github.com/pukkandan)
* [fragment] Read downloaded fragments only when needed by [Lesmiscore](https://github.com/Lesmiscore)
* [http] Retry on more errors by [coletdjnz](https://github.com/coletdjnz)
* [mhtml] Fix fragments with absolute urls by [coletdjnz](https://github.com/coletdjnz)
* [extractor] Add `_perform_login` function
* [extractor] Allow control characters inside json
* [extractor] Support merging subtitles with data by [coletdjnz](https://github.com/coletdjnz)
* [generic] Extract subtitles from video.js by [Lesmiscore](https://github.com/Lesmiscore)
* [ffmpeg] Cache version data
* [FFmpegConcat] Ensure final directory exists
* [FfmpegMetadata] Write id3v1 tags
* [FFmpegVideoConvertor] Add more formats to `--remux-video`
* [FFmpegVideoConvertor] Ensure all streams are copied
* [MetadataParser] Validate outtmpl early
* [outtmpl] Fix replacement/default when used with alternate
* [outtmpl] Limit changes during sanitization
* [phantomjs] Fix bug
* [test] Add `test_locked_file`
* [utils] `format_decimal_suffix`: Fix for very large numbers by [s0u1h](https://github.com/s0u1h)
* [utils] `traverse_obj`: Allow filtering by value
* [utils] Add `filter_dict`, `get_first`, `try_call`
* [utils] ExtractorError: Fix for older python versions
* [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation by [Lesmiscore](https://github.com/Lesmiscore)
* [docs] Add an `.editorconfig` file by [fstirlitz](https://github.com/fstirlitz)
* [docs] Clarify the exact `BSD` license of dependencies by [MrRawes](https://github.com/MrRawes)
* [docs] Minor improvements by [pukkandan](https://github.com/pukkandan), [cffswb](https://github.com/cffswb), [danielyli](https://github.com/danielyli)
* [docs] Remove readthedocs
* [build] Add `requirements.txt` to pip distributions
* [cleanup, postprocessor] Create `_download_json`
* [cleanup, vimeo] Fix tests
* [cleanup] Misc fixes and minor cleanup
* [cleanup] Use `_html_extract_title`
* [AfreecaTV] Add `AfreecaTVUserIE` by [hatienl0i261299](https://github.com/hatienl0i261299)
* [arte] Add `format_note` to m3u8 formats
* [azmedien] Add TVO Online to supported hosts by [1-Byte](https://github.com/1-Byte)
* [BanBye] Add extractor by [mehq](https://github.com/mehq)
* [bilibili] Fix extraction of title with quotes by [dzek69](https://github.com/dzek69)
* [Craftsy] Add extractor by [Bricio](https://github.com/Bricio)
* [Cybrary] Add extractor by [aaearon](https://github.com/aaearon)
* [Huya] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [ITProTV] Add extractor by [aaearon](https://github.com/aaearon)
* [Jable] Add extractors by [mehq](https://github.com/mehq)
* [LastFM] Add extractors by [mehq](https://github.com/mehq)
* [Moviepilot] Add extractor by [panatexxa](https://github.com/panatexxa)
* [panopto] Add extractors by [coletdjnz](https://github.com/coletdjnz), [kmark](https://github.com/kmark)
* [PokemonSoundLibrary] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [WasdTV] Add extractor by [un-def](https://github.com/un-def), [hatienl0i261299](https://github.com/hatienl0i261299)
* [adobepass] Fix Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
* [afreecatv] Match new vod url by [wlritchi](https://github.com/wlritchi)
* [AZMedien] Support `tv.telezueri.ch` by [goggle](https://github.com/goggle)
* [BiliIntl] Support user-generated videos by [wlritchi](https://github.com/wlritchi)
* [BRMediathek] Fix VALID_URL
* [crunchyroll:playlist] Implement beta API by [tejing1](https://github.com/tejing1)
* [crunchyroll] Fix inheritance
* [daftsex] Fix extractor by [Soebb](https://github.com/Soebb)
* [dailymotion] Support `geo.dailymotion.com` by [hatienl0i261299](https://github.com/hatienl0i261299)
* [ellentube] Extract subtitles from manifest
* [elonet] Rewrite extractor by [Fam0r](https://github.com/Fam0r), [pukkandan](https://github.com/pukkandan)
* [fptplay] Fix metadata extraction by [hatienl0i261299](https://github.com/hatienl0i261299)
* [FranceCulture] Support playlists by [bohwaz](https://github.com/bohwaz)
* [go, viu] Extract subtitles from the m3u8 manifest by [fstirlitz](https://github.com/fstirlitz)
* [Imdb] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [MangoTV] Improve extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
* [niconico] Fix extraction of thumbnails and uploader (#3266)
* [niconico] Rewrite NiconicoIE by [Lesmiscore](https://github.com/Lesmiscore)
* [nitter] Minor fixes and update instance list by [foghawk](https://github.com/foghawk)
* [NRK] Extract timestamp by [hatienl0i261299](https://github.com/hatienl0i261299)
* [openrec] Download archived livestreams by [Lesmiscore](https://github.com/Lesmiscore)
* [openrec] Refactor extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [panopto] Improve subtitle extraction and support slides by [coletdjnz](https://github.com/coletdjnz)
* [ParamountPlus, CBS] Change VALID_URL by [Sipherdrakon](https://github.com/Sipherdrakon)
* [ParamountPlusSeries] Support multiple pages by [dodrian](https://github.com/dodrian)
* [Piapro] Extract description with break lines by [Lesmiscore](https://github.com/Lesmiscore)
* [rai] Fix extraction of http formas by [nixxo](https://github.com/nixxo)
* [rumble] unescape title
* [RUTV] Fix format sorting by [Lesmiscore](https://github.com/Lesmiscore)
* [ruutu] Detect embeds by [tpikonen](https://github.com/tpikonen)
* [tenplay] Improve extractor by [aarubui](https://github.com/aarubui)
* [TikTok] Fix URLs with user id by [hatienl0i261299](https://github.com/hatienl0i261299)
* [TikTokVM] Fix redirect to user URL
* [TVer] Fix extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [TVer] Support landing page by [vvto33](https://github.com/vvto33)
* [twitcasting] Don't return multi_video for archive with single hls manifest by [Lesmiscore](https://github.com/Lesmiscore)
* [veo] Fix `_VALID_URL`
* [Veo] Fix extractor by [i6t](https://github.com/i6t)
* [viki] Don't attempt to modify URLs with signature by [nyuszika7h](https://github.com/nyuszika7h)
* [viu] Fix bypass for preview by [zackmark29](https://github.com/zackmark29)
* [viu] Fixed extractor by [zackmark29](https://github.com/zackmark29), [pukkandan](https://github.com/pukkandan)
* [web.archive:youtube] Make CDX API requests non-fatal by [coletdjnz](https://github.com/coletdjnz)
* [wget] Fix proxy by [kikuyan](https://github.com/kikuyan), [coletdjnz](https://github.com/coletdjnz)
* [xnxx] Add `xnxx3.com` by [rozari0](https://github.com/rozari0)
* [youtube] **Add new age-gate bypass** by [zerodytrash](https://github.com/zerodytrash), [pukkandan](https://github.com/pukkandan)
* [youtube] Add extractor-arg to skip auto-translated subs
* [youtube] Avoid false positives when detecting damaged formats
* [youtube] Detect DRM better by [shirt](https://github.com/shirt-dev)
* [youtube] Fix auto-translated automatic captions
* [youtube] Fix pagination of `membership` tab
* [youtube] Fix uploader for collaborative playlists by [coletdjnz](https://github.com/coletdjnz)
* [youtube] Improve video upload date handling by [coletdjnz](https://github.com/coletdjnz)
* [youtube:api] Prefer minified JSON response by [coletdjnz](https://github.com/coletdjnz)
* [youtube:search] Support hashtag entries by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Fix duration extraction for shorts by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Minor improvements
* [youtube:tab] Return shorts url if video is a short by [coletdjnz](https://github.com/coletdjnz)
* [Zattoo] Fix extractors by [goggle](https://github.com/goggle)
* [Zingmp3] Fix signature by [hatienl0i261299](https://github.com/hatienl0i261299)

### 2022.03.08.1

* [cleanup] Refactor `__init__.py`
* [build] Fix bug

### 2022.03.08

* Merge youtube-dl: Upto [commit/6508688](https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a) (except NDR)
* Add regex operator and quoting to format filters by [lukasfink1](https://github.com/lukasfink1)
* Add brotli content-encoding support by [coletdjnz](https://github.com/coletdjnz)
* Add pre-processor stage `after_filter`
* Better error message when no `--live-from-start` format
* Create necessary directories for `--print-to-file`
* Fill more fields for playlists by [Lesmiscore](https://github.com/Lesmiscore)
* Fix `-all` for `--sub-langs`
* Fix doubling of `video_id` in `ExtractorError`
* Fix for when stdout/stderr encoding is `None`
* Handle negative duration from extractor
* Implement `--add-header` without modifying `std_headers`
* Obey `--abort-on-error` for "ffmpeg not installed"
* Set `webpage_url_...` from `webpage_url` and not input URL
* Tolerate failure to `--write-link` due to unknown URL
* [aria2c] Add `--http-accept-gzip=true`
* [build] Update pyinstaller to 4.10 by [shirt](https://github.com/shirt-dev)
* [cookies] Update MacOS12 `Cookies.binarycookies` location by [mdpauley](https://github.com/mdpauley)
* [devscripts] Improve `prepare_manpage`
* [downloader] Do not use aria2c for non-native `m3u8`
* [downloader] Obey `--file-access-retries` when deleting/renaming by [ehoogeveen-medweb](https://github.com/ehoogeveen-medweb)
* [extractor] Allow `http_headers` to be specified for `thumbnails`
* [extractor] Extract subtitles from manifests for vimeo, globo, kaltura, svt by [fstirlitz](https://github.com/fstirlitz)
* [extractor] Fix for manifests without period duration by [dirkf](https://github.com/dirkf), [pukkandan](https://github.com/pukkandan)
* [extractor] Support `--mark-watched` without `_NETRC_MACHINE` by [coletdjnz](https://github.com/coletdjnz)
* [FFmpegConcat] Abort on `--simulate`
* [FormatSort] Consider `acodec`=`ogg` as `vorbis`
* [fragment] Fix bugs around resuming with Range by [Lesmiscore](https://github.com/Lesmiscore)
* [fragment] Improve `--live-from-start` for YouTube livestreams by [Lesmiscore](https://github.com/Lesmiscore)
* [generic] Pass referer to extracted formats
* [generic] Set rss `guid` as video id by [Bricio](https://github.com/Bricio)
* [options] Better ambiguous option resolution
* [options] Rename `--clean-infojson` to `--clean-info-json`
* [SponsorBlock] Fixes for highlight and "full video labels" by [nihil-admirari](https://github.com/nihil-admirari)
* [Sponsorblock] minor fixes by [nihil-admirari](https://github.com/nihil-admirari)
* [utils] Better traceback for `ExtractorError`
* [utils] Fix file locking for AOSP by [jakeogh](https://github.com/jakeogh)
* [utils] Improve file locking
* [utils] OnDemandPagedList: Do not download pages after error
* [utils] render_table: Fix character calculation for removing extra gap by [Lesmiscore](https://github.com/Lesmiscore)
* [utils] Use `locked_file` for `sanitize_open` by [jakeogh](https://github.com/jakeogh)
* [utils] Validate `DateRange` input
* [utils] WebSockets wrapper for non-async functions by [Lesmiscore](https://github.com/Lesmiscore)
* [cleanup] Don't pass protocol to `_extract_m3u8_formats` for live videos
* [cleanup] Remove extractors for some dead websites by [marieell](https://github.com/marieell)
* [cleanup, docs] Misc cleanup
* [AbemaTV] Add extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [adobepass] Add Suddenlink MSO by [CplPwnies](https://github.com/CplPwnies)
* [ant1newsgr] Add extractor by [zmousm](https://github.com/zmousm)
* [bigo] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [Caltrans] Add extractor by [Bricio](https://github.com/Bricio)
* [daystar] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [fc2:live] Add extractor by [Lesmiscore](https://github.com/Lesmiscore)
* [fptplay] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [murrtube] Add extractor by [cyberfox1691](https://github.com/cyberfox1691)
* [nfb] Add extractor by [ofkz](https://github.com/ofkz)
* [niconico] Add playlist extractors and refactor by [Lesmiscore](https://github.com/Lesmiscore)
* [peekvids] Add extractor by [schn0sch](https://github.com/schn0sch)
* [piapro] Add extractor by [pycabbage](https://github.com/pycabbage), [Lesmiscore](https://github.com/Lesmiscore)
* [rokfin] Add extractor by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
* [rokfin] Add stack and channel extractors by [P-reducible](https://github.com/P-reducible), [pukkandan](https://github.com/pukkandan)
* [ruv.is] Add extractor by [iw0nderhow](https://github.com/iw0nderhow)
* [telegram] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [VideocampusSachsen] Add extractors by [FestplattenSchnitzel](https://github.com/FestplattenSchnitzel)
* [xinpianchang] Add extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [abc] Support 1080p by [Ronnnny](https://github.com/Ronnnny)
* [afreecatv] Support password-protected livestreams by [wlritchi](https://github.com/wlritchi)
* [ard] Fix valid URL
* [ATVAt] Detect geo-restriction by [marieell](https://github.com/marieell)
* [bandcamp] Detect acodec
* [bandcamp] Fix user URLs by [lyz-code](https://github.com/lyz-code)
* [bbc] Fix extraction of news articles by [ajj8](https://github.com/ajj8)
* [beeg] Fix extractor by [Bricio](https://github.com/Bricio)
* [bigo] Fix extractor to not to use `form_params`
* [Bilibili] Pass referer for all formats by [blackgear](https://github.com/blackgear)
* [Biqle] Fix extractor by [Bricio](https://github.com/Bricio)
* [ccma] Fix timestamp parsing by [nyuszika7h](https://github.com/nyuszika7h)
* [crunchyroll] Better error reporting on login failure by [tejing1](https://github.com/tejing1)
* [cspan] Support of C-Span congress videos by [Grabien](https://github.com/Grabien)
* [dropbox] fix regex by [zenerdi0de](https://github.com/zenerdi0de)
* [fc2] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
* [fujitv] Extract resolution for free sources by [YuenSzeHong](https://github.com/YuenSzeHong)
* [Gettr] Add `GettrStreamingIE` by [i6t](https://github.com/i6t)
* [Gettr] Fix formats order by [i6t](https://github.com/i6t)
* [Gettr] Improve extractor by [i6t](https://github.com/i6t)
* [globo] Expand valid URL by [Bricio](https://github.com/Bricio)
* [lbry] Fix `--ignore-no-formats-error`
* [manyvids] Extract `uploader` by [regarten](https://github.com/regarten)
* [mildom] Fix linter
* [mildom] Rework extractors by [Lesmiscore](https://github.com/Lesmiscore)
* [mirrativ] Cleanup extractor code by [Lesmiscore](https://github.com/Lesmiscore)
* [nhk] Add support for NHK for School by [Lesmiscore](https://github.com/Lesmiscore)
* [niconico:tag] Add support for searching tags
* [nrk] Add fallback API
* [peekvids] Use JSON-LD by [schn0sch](https://github.com/schn0sch)
* [peertube] Add media.fsfe.org by [mxmehl](https://github.com/mxmehl)
* [rtvs] Fix extractor by [Bricio](https://github.com/Bricio)
* [spiegel] Fix `_VALID_URL`
* [ThumbnailsConvertor] Support `webp`
* [tiktok] Fix `vm.tiktok`/`vt.tiktok` URLs
* [tubitv] Fix/improve TV series extraction by [bbepis](https://github.com/bbepis)
* [tumblr] Fix extractor by [foghawk](https://github.com/foghawk)
* [twitcasting] Add fallback for finding running live by [Lesmiscore](https://github.com/Lesmiscore)
* [TwitCasting] Check for password protection by [Lesmiscore](https://github.com/Lesmiscore)
* [twitcasting] Fix extraction by [Lesmiscore](https://github.com/Lesmiscore)
* [twitch] Fix field name of `view_count`
* [twitter] Fix for private videos by [iphoting](https://github.com/iphoting)
* [washingtonpost] Fix extractor by [Bricio](https://github.com/Bricio)
* [youtube:tab] Add `approximate_date` extractor-arg
* [youtube:tab] Follow redirect to regional channel  by [coletdjnz](https://github.com/coletdjnz)
* [youtube:tab] Reject webpage data if redirected to home page
* [youtube] De-prioritize potentially damaged formats
* [youtube] Differentiate descriptive audio by language code
* [youtube] Ensure subtitle urls are absolute by [coletdjnz](https://github.com/coletdjnz)
* [youtube] Escape possible `$` in `_extract_n_function_name` regex by [Lesmiscore](https://github.com/Lesmiscore)
* [youtube] Fix automatic captions
* [youtube] Fix n-sig extraction for phone player JS by [MinePlayersPE](https://github.com/MinePlayersPE)
* [youtube] Further de-prioritize 3gp format
* [youtube] Label original auto-subs
* [youtube] Prefer UTC upload date for videos by [coletdjnz](https://github.com/coletdjnz)
* [zaq1] Remove dead extractor by [marieell](https://github.com/marieell)
* [zee5] Support web-series by [Aniruddh-J](https://github.com/Aniruddh-J)
* [zingmp3] Fix extractor by [hatienl0i261299](https://github.com/hatienl0i261299)
* [zoom] Add support for screen cast by [Mipsters](https://github.com/Mipsters)

(wiz)

2022-05-07 17:52:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/libtree to 3.1.0

(wiz)

2022-05-07 17:52:26 UTC MAIN commitmail json YAML

libtree: update to 3.1.0.

# v3.1.0
- Add a `--max-depth` flag to limit recursion depth. For example,
  `libtree --max-depth 1 <file>` will show the resolved paths of direct dependencies
  only.

# v3.0.2
- Improve `make check`, `make clean` and CI
- Preserve original timestamps when installing files
- Add rpath order test

# v3.0.1
- Fix man pages directory in `make install`
- Skip dynamic linker on aarch64 and powerpc

# v3.0.0
- Rewritten in C99 with 0 external dependencies.
- Significantly faster & smaller (~50KB statically compiled with musl libc, or
  even smaller than the source file with diet libc).
- Cross-compiled binaries now available thanks to
  [binarybuilder.org](https://binarybuilder.org/)
- Improved search path printing when libraries cannot be located.
- Improved rpath search: shows `[rpath of ...]` when lib is located by parent
  of parent ... of parent's rpath.
- `fd` inspired highlight of filename when printing paths.
- Caches files by inode instead of soname, which is useful in the sense that
  this allows you to find broken libraries that only work because of a
  particular search order of the tree. (Consider an executable A and libraries
  B, C and D, where A depends on B and C, and B and C depend on D:

  ```
    B
  / \
  A  D
  \ /
    C
  ```

  It may happen that D *can* be located through B's rpath, but not through C's.
  Then, depending on whether A - B - D is traversed first, or A - C - D, ld.so
  will complain about missing libraries or not. `libtree` on the other hand
  will always tell you that D can't be located through C.
- More verbosity levels `-v`, `-vv`, `-vvv` instead of `-a` and `-v` flags.
- Skip fewer libraries by default (only libc / libstdc++ type of libs).
- `PLATFORM` rpath interpolation now uses `uname`, this is not always the same
  as `AT_PLATFORM`, but unlikely to be different, and in fact the feature is
  rarely used.
- Support for `NODEFLIB` flag, which is a dynamic array entry flag that signals
  to the dynamic linker that it should not search default system paths
  including those specified in `ld.so.conf`.
- Better FreeBSD support (`OSREL`, `OSNAME` interpolation in rpaths and
  `/etc/ld-elf.so.conf` config file support)
- Support for relative includes in `ld.so.conf` config files.

Breaking changes:
- The bundling feature was dropped in `3.0.0`, but is still supported in `2.x`.
  It may return in a future `3.x` release, but my impression is that there are
  excellent tools like Exodus which do a better job at bundling (in particular:
  they ship a copy of the dynamic linker.)
- The `--skip` and `--platform` flags were removed.

(wiz)

2022-05-07 16:38:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/htop to 3.2.0

(fox)

2022-05-07 16:37:49 UTC MAIN commitmail json YAML

sysutils/htop: Update to 3.2.0

Changes since 3.1.2:

What's new in version 3.2.0

* Support for displaying multiple tabs in the user interface
* Allow multiple filter and search terms (logical OR, separate by "|")
* Set correct default sorting direction (defaultSortDesc)
* Improve performance for process lookup and update
* Rework the IOMeters initial display
* Removed duplicate sections on COMM and EXE
* Highlight process UNINTERRUPTIBLE_WAIT state (D)
* Show only integer value when CPU% more than 99.9%
* Handle rounding ambiguity between 99.9 and 100.0%
* No longer leaves empty the last column in header
* Fix header layout and meters reset if a header column is empty
* Fix PID and UID column widths off-by-one error
* On Linux, read generic sysfs batteries
* On Linux, do not collect LRS per thread (it is process-wide)
* On Linux, dynamically adjust the SECATTR and CGROUP column widths
* On Linux, fix a crash in LXD
* On FreeBSD, add support for showing process emulation
* On Darwin, lazily set process TTY name
* Always set SIGCHLD to default handling
* Avoid zombie processes on signal races
* Ensure last line is cleared when SIGINT is received
* Instead of SIGTERM, pre-select the last sent signal
* Internal Hashtable performance and sizing improvements
* Add heuristics for guessing LXC or Docker from /proc/1/mounts
* Force elapsed time display to zero if process started in the future
* Avoid extremely large year values when printing time
* Fix division by zero when calculating IO rates
* Fix out of boundary writes in XUtils
* Fix custom thread name display issue
* Use AC_CANONICAL_HOST, not AC_CANONICAL_TARGET in configure.ac
* Support libunwind of LLVM

(fox)

2022-05-07 15:45:09 UTC MAIN commitmail json YAML

(devel/ocaml-stdlib-shims) regen PLIST, please correct me if wrong

(mef)

2022-05-07 14:14:13 UTC MAIN commitmail json YAML

wireshark: update file lists for REPLACE_PYTHON and CHECK_PORTABILITY_SKIP

(wiz)

2022-05-07 10:16:54 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6624 - requested by taca
www/drupal7: security fix

Revisions pulled up:
- www/drupal7/Makefile                                          1.76
- www/drupal7/PLIST                                            1.30
- www/drupal7/distinfo                                          1.60

---
  Module Name: pkgsrc
  Committed By: wen
  Date: Sat Apr 30 08:50:35 UTC 2022

  Modified Files:
  pkgsrc/www/drupal7: Makefile PLIST distinfo

  Log Message:
  Update to 7.89

  Upstream changes:
  Drupal 7.89, 2022-03-02
  -----------------------
  - Bug fixes for PHP 8.1
  - Fix tests for PostgreSQL

  Drupal 7.88, 2022-02-15
  -----------------------
  - Fixed security issues:
      - SA-CORE-2022-003

  Drupal 7.87, 2022-01-19
  -----------------------
  - Fix regression caused by jQuery UI position() backport

(bsiegert)

2022-05-07 10:02:40 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6623 - requested by taca
www/ruby-puma: security fix

Revisions pulled up:
- www/ruby-puma/Makefile                                        1.33
- www/ruby-puma/distinfo                                        1.30

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Apr 24 14:43:10 UTC 2022

  Modified Files:
  pkgsrc/www/ruby-puma: Makefile distinfo

  Log Message:
  www/ruby-puma: update to 5.6.4

  5.6.4 (2022-03-30)

  Security

  * Close several HTTP Request Smuggling exploits (CVE-2022-24790)

  5.6.2 (2022-02-11)

  Bugfix/Security

  * Response body will always be closed. (GHSA-rmj8-8hhh-gv5h, related to #2809)

  5.6.1 (2022-01-26)

  Bugfixes

  * Reverted a commit which appeared to be causing occasional blank header
    values (#2809)

  5.6.0 (2022-01-25)

  Features

  * Support localhost integration in ssl_bind (#2764, #2708)
  * Allow backlog parameter to be set with ssl_bind DSL (#2780)
  * Remove yaml (psych) requirement in StateFile (#2784)
  * Allow culling of oldest workers, previously was only youngest (#2773,
    #2794)
  * Add worker_check_interval configuration option (#2759)
  * Always send lowlevel_error response to client (#2731, #2341)
  * Support for cert_pem and key_pem with ssl_bind DSL (#2728)

  Bugfixes

  * Keep thread names under 15 characters, prevents breakage on some OSes
    (#2733)
  * Fix two 'old-style-definition' compile warning (#2807, #2806)
  * Log environment correctly using option value (#2799)
  * Fix warning from Ruby master (will be 3.2.0) (#2785)
  * extconf.rb - fix openssl with old Windows builds (#2757)
  * server.rb - rescue handling (Errno::EBADF) for @notify.close (#2745)

  Refactor

  * server.rb - refactor code using @options[:remote_address] (#2742)
  * [jruby] a couple refactorings - avoid copy-ing bytes (#2730)

(bsiegert)

2022-05-07 10:01:18 UTC pkgsrc-2022Q1 commitmail json YAML

Pullup ticket #6622 - requested by taca
textproc/ruby-yajl: security fix

Revisions pulled up:
- textproc/ruby-yajl/Makefile                                  1.8
- textproc/ruby-yajl/PLIST                                      1.7
- textproc/ruby-yajl/distinfo                                  1.9

---
  Module Name:    pkgsrc
  Committed By:  taca
  Date:          Sun Apr 24 14:39:32 UTC 2022

  Modified Files:
          pkgsrc/textproc/ruby-yajl: Makefile PLIST distinfo

  Log Message:
  textproc/ruby-yajl: update to 1.4.2

  1.4.2 (2022-04-04)

  No release note nor proper changelog.  But there is security fix.

  Please refer
  <https://github.com/brianmario/yajl-ruby/security/advisories/GHSA-jj47-x69x-mxrm>
  in detail.

(bsiegert)

2022-05-07 09:36:38 UTC MAIN commitmail json YAML

doc: Updated lang/ruby31-base to 3.1.2nb2

(taca)

2022-05-07 09:36:16 UTC MAIN commitmail json YAML

lang/ruby31-base: better fix than privious one

Instead of disabling DTrace, process object file yjit.o with "dtrace -G".

Bump PKGREVISION.

(taca)

2022-05-07 08:11:21 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.2.5

(fox)

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

sysutils/py-Glances: Update to 3.2.5

Changes since 3.2.4.2:

===============
Version 3.2.5
===============

Enhancement requests:

    * Add a Accumulated per program function to the Glances process list needs
      test new feature plugin/ps #2015
    * Including battery and AC adapter health in Glances enhancement new feature
      #1049
    * Display uptime of a docker container enhancement plugin/docker #2004
    * Add a code formatter enhancement #1964

Bugs corrected:

    * Threading.Event.isSet is deprecated in Python 3.10 #2017
    * Fix code scanning alert - Clear-text logging of sensitive information
      security #2006
    * The gpu temperature unit are displayed incorrectly in web ui bug #2002
    * Doc for 'alert' Restfull/JSON API response documentation #1994
    * Show the spinning state of a disk documentation #1993
    * Web server status check endpoint enhancement #1988
    * --time parameter being ignored for client/server mode bug #1978
    * Amp with pipe do not work documentation #1976
    * glances_ip.py plugin relies on low rating / malicious site domain bug
      security #1975
    * "N" command freezes/unfreezes the current time instead of show/hide bug
      #1974
    * Missing commands in help "h" screen enhancement needs contributor #1973
    * Grafana dashboards not displayed with influxdb2 enhancement needs
      contributor #1960
    * Glances reports different amounts of used memory than free -m or top
      documentation #1924
    * Missing: Help command doesn't have info on TCP Connections bug
      documentation enhancement needs contributor #1675
    * Docstring convention documentation enhancement #940

Thanks for the bug report and the patch: @RazCrimson, @Karthikeyan Singaravelan,
@Moldavite, @ledwards

(fox)

2022-05-07 07:48:13 UTC MAIN commitmail json YAML

doc: Updated security/wolfssl to 5.3.0

(fox)

2022-05-07 07:47:36 UTC MAIN commitmail json YAML

security/wolfssl: Update to v5.3.0

Changes since v5.2.0:

Release 5.3.0 of wolfSSL embedded TLS has bug fixes and new features including:

New Feature Additions
Ports

  * Updated support for Stunnel to version 5.61
  * Add i.MX8 NXP SECO use for secure private ECC keys and expand
    cryptodev-linux for use with the RSA/Curve25519 with the Linux CAAM driver
  * Allow encrypt then mac with Apache port
  * Update Renesas TSIP version to 1.15 on GR-ROSE and certificate signature
    data for TSIP / SCE example
  * Add IAR MSP430 example, located in IDE/IAR-MSP430 directory
  * Add support for FFMPEG with the enable option --enable-ffmpeg, FFMPEG is
    used for recording and converting video and audio (https://ffmpeg.org/)
  * Update the bind port to version 9.18.0

Post Quantum

  * Add Post-quantum KEM benchmark for STM32
  * Enable support for using post quantum algorithms with embedded STM32 boards
    and port to STM32U585

Compatibility Layer Additions

  * Add port to support libspdm
    (https://github.com/DMTF/libspdm/blob/main/README.md), compatibility
    functions added for the port were:
      - ASN1_TIME_compare
      - DH_new_by_nid
      - OBJ_length, OBJ_get0_data,
      - EVP layer ChaCha20-Poly1305, HKDF
      - EC_POINT_get_affine_coordinates
      - EC_POINT_set_affine_coordinates
  * Additional functions added were:
      - EC_KEY_print_fp
      - EVP_PKEY_paramgen
      - EVP_PKEY_sign/verify functionality
      - PEM_write_RSAPublicKey
      - PEM_write_EC_PUBKEY
      - PKCS7_sign
      - PKCS7_final
      - SMIME_write_PKCS7
      - EC_KEY/DH_up_ref
      - EVP_DecodeBlock
      - EVP_EncodeBlock
      - EC_KEY_get_conv_form
      - BIO_eof
      - Add support for BIO_CTRL_SET and BIO_CTRL_GET
  * Add compile time support for the type SSL_R_NULL_SSL_METHOD_PASSED
  * Enhanced X509_NAME_print_ex() to support RFC5523 basic escape
  * More checks on OPENSSL_VERSION_NUMBER for API prototype differences
  * Add extended key usage support to wolfSSL_X509_set_ext
  * SSL_VERIFY_FAIL_IF_NO_PEER_CERT now can also connect with compatibility
    layer enabled and a TLS 1.3 PSK connection is used
  * Improve wolfSSL_BN_rand to handle non byte boundaries and top/bottom
    parameters
  * Changed X509_V_ERR codes to better match OpenSSL values used
  * Improve wolfSSL_i2d_X509_name to allow for a NULL input in order to get the
    expected resulting size
  * Enhance the smallstack build to reduce stack size farther when built with
    compatibility layer enabled

Misc.

* Sniffer asynchronous support addition, handling of DH shared secret and
  tested with Intel QuickAssist
* Added in support for OCSP with IPv6
* Enhance SP (single precision) optimizations for use with the ECC P521
* Add new public API wc_CheckCertSigPubKey() for use to easily check the
  signature of a certificate given a public key buffer
* Add CSR (Certificate Signing Request) userId support in subject name
* Injection and parsing of custom extensions in X.509 certificates
* Add WOLF_CRYPTO_CB_ONLY_RSA and WOLF_CRYPTO_CB_ONLY_ECC to reduce code size
  if using only crypto callback functions with RSA and ECC
* Created new --enable-engine configure flag used to build wolfSSL for use with
  wolfEngine
* With TLS 1.3 PSK, when WOLFSSL_PSK_MULTI_ID_PER_CS is defined multiple IDs
  for a cipher suite can be handled
* Added private key id/label support with improving the PK (Public Key)
  callbacks
* Support for Intel QuickAssist ECC KeyGen acceleration
* Add the function wolfSSL_CTX_SetCertCbCtx to set user context for certificate
  call back
* Add the functions wolfSSL_CTX_SetEccSignCtx(WOLFSSL_CTX* ctx, void userCtx)
  and wolfSSL_CTX_GetEccSignCtx(WOLFSSL_CTX ctx) for setting and getting a user
  context
* wolfRand for AMD --enable-amdrand

Fixes
PORT Fixes

  * KCAPI memory optimizations and page alignment fixes for ECC, AES mode fixes
    and reduction to memory usage
  * Add the new kdf.c file to the TI-RTOS build
  * Fix wait-until-done in RSA hardware primitive acceleration of ESP-IDF port
  * IOTSafe workarounds when reading files with ending 0窶冱 and for ECC
    signatures

Math Library Fixes

  * Sanity check with SP math that ECC points ordinates are not greater than
    modulus length
  * Additional sanity checks that _sp_add_d does not error due to overflow
  * Wycheproof fixes, testing integration, and fixes for AVX / AArch64 ASM edge
    case tests
  * TFM fp_div_2_ct rework to avoid potential overflow

Misc.

  * Fix for PKCS#7 with Crypto Callbacks
  * Fix for larger curve sizes with deterministic ECC sign
  * Fixes for building wolfSSL alongside openssl using --enable-opensslcoexist
  * Fix for compatibility layer handling of certificates with SHA256 SKID (Subject Key ID)
  * Fix for wolfSSL_ASN1_TIME_diff erroring out on a return value of 0 from mktime
  * Remove extra padding when AES-CBC encrypted with PemToDer
  * Fixes for TLS v1.3 early data with async.
  * Fixes for async disables around the DevCopy calls
  * Fixes for Windows AES-NI with clang compiler
  * Fix for handling the detection of processing a plaintext TLS alert packet
  * Fix for potential memory leak in an error case with TLSX supported groups
  * Sanity check on input size in DecodeNsCertType
  * AES-GCM stack alignment fixes with assembly code written for AVX/AVX2
  * Fix for PK callbacks with server side and setting a public key

Improvements/Optimizations
Build Options and Warnings

  * Added example user settings template for FIPS v5 ready
  * Automake file touch cleanup for use with Yocto devtool
  * Allow disabling forced 'make clean' at the end of ./configure by using
    --disable-makeclean
  * Enable TLS 1.3 early data when specifying --enable-all option
  * Disable PK Callbacks with JNI FIPS builds
  * Add a FIPS cert 3389 ready option, this is the fips-ready build
  * Support (no)inline with Wind River Diab compiler
  * ECDH_compute_key allow setting of globalRNG with FIPS 140-3
  * Add logic equivalent to configure.ac in settings.h for Poly1305
  * Fixes to support building opensslextra with SP math
  * CPP protection for extern references to x86_64 asm code
  * Updates and enhancements for Espressif ESP-IDF wolfSSL setup_win.bat
  * Documentation improvements with auto generation
  * Fix reproducible-build for working an updated version of libtool, version
    2.4.7
  * Fixes for Diab C89 and armclang
  * Fix mcapi_test.c to include the settings.h before crypto.h
  * Update and handle builds with NO_WOLFSSL_SERVER and NO_WOLFSSL_CLIENT
  * Fix for some macro defines with FIPS 140-3 build so that
    RSA_PKCS1_PSS_PADDING can be used with RSA sign/verify functions

Math Libraries

  * Add RSA/DH check for even modulus
  * Enhance TFM math to handle more alloc failure cases gracefully
  * SP ASM performance improvements mostly around AArch64
  * SP ASM improvements for additional cache attack resistance
  * Add RSA check for small difference between p and q
  * 6-8% performance increase with ECC operations using SP int by improving the
    Montgomery Reduction

Testing and Validation

  * All shell scripts in source tree now tested for correctness using shellcheck
    and bash -n
  * Added build testing under gcc-12 and -std=c++17 and fixed warnings
  * TLS 1.3 script test improvement to wait for server to write file
  * Unit tests for ECC r/s zeroness handling
  * CI server was expanded with a very 窶徠uiet窶� machine that can support multiple
    ContantTime tests ensuring ongoing mitigation against side-channel timing
    based attacks. Algorithms being assessed on this machine are: AES-CBC,
    AES-GCM, CHACHA20, ECC, POLY1305, RSA, SHA256, SHA512, CURVE25519.
  * Added new multi configuration windows builds to CI testing for greater
    testing coverage of windows use-cases

Misc.

  * Support for ECC import to check validity of key on import even if one of the
    coordinates (x or y) is 0
  * Modify example app to work with FreeRTOS+IoT
  * Ease of access for cert used for verifying a PKCS#7 bundle
  * Clean up Visual Studio output and intermediate directories
  * With TLS 1.3 fail immediately if a server sends empty certificate message
  * Enhance the benchmark application to support multi-threaded testing
  * Improvement for wc_EccPublicKeyToDer to not overestimate the buffer size
    required
  * Fix to check if wc_EccPublicKeyToDer has enough output buffer space
  * Fix year 2038 problem in wolfSSL_ASN1_TIME_diff
  * Various portability improvements (Time, DTLS epoch size, IV alloc)
  * Prefer status_request_v2 over status_request when both are present
  * Add separate "struct stat" definition XSTATSTRUCT to make overriding XSTAT
    easier for portability
  * With SipHash replace gcc specific ASM instruction with generic
  * Don't force a ECC CA when a custom CA is passed with -A
  * Add peer authentication failsafe for TLS 1.2 and below
  * Improve parsing of UID from subject and issuer name with the compatibility
    layer by
  * Fallback to full TLS handshake if session ticket fails
  * Internal refactoring of code to reduce ssl.c file size

(fox)

2022-05-07 07:46:10 UTC MAIN commitmail json YAML

doc: Updated editors/nano to 6.3

(wiedi)

2022-05-07 07:45:15 UTC MAIN commitmail json YAML

nano: update to 6.3

2022.04.28 - GNU nano 6.3 "Wat zullen we drinken? Wat een dorst!"
• For multiline regexes, text is now colored as soon a start match
  is found, also when there is no end match at all.
• The colorizing of any line is stopped after two thousand bytes,
  to avoid frustrating delays.
• When environment variable NO_COLOR is set, the two default colors
  (yellow for the spotlight, red for error messages) are suppressed
  when no interface colors are specified in a nanorc file.
• Full justification and piping the whole buffer through a command
  now keep the cursor at the same line number.
• Utility 'xsel' can be used to copy a marked region to the system's
  clipboard.  See doc/sample.nanorc for an example.

2022.02.18 - GNU nano 6.2 "Kamperfoelie"
• The file browser clears the prompt bar also when using --minibar.
• Linting now works also with a newer 'pyflakes'.

2022.02.09 - GNU nano 6.1 "Rețelele de socializare sunt ca un frigider"
• The behavior of ^K at a prompt has been enhanced: when there is some
  text after the cursor, just this text is erased.  In the most common
  situation, when the cursor is at the end of the answer, the behavior
  is as before: the whole answer is erased.
• At a prompt, M-6 copies the current answer into the cutbuffer.
• Large external pastes into nano are handled more quickly.

(wiedi)

2022-05-07 07:43:05 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.54

(fox)

2022-05-07 07:35:51 UTC MAIN commitmail json YAML

2022-05-07 07:35:06 UTC MAIN commitmail json YAML

2022-05-07 07:33:45 UTC MAIN commitmail json YAML

audio/fasttracker2: Update to v1.53

Changes since v1.52

v1.53 - 20.04.2022
- Fixed stuck/invisible checkbox after leaving the "Layout" config screen

(fox)

2022-05-07 07:27:24 UTC MAIN commitmail json YAML

doc: Updated audio/din to 54

(fox)

2022-05-07 07:26:41 UTC MAIN commitmail json YAML

audio/din: Update to 54

Changes since 53.1:

DIN Is Noise 54:

  NEW in DIN54:

  /*
    Drones Per Launch and Launches Per Minute for drone launchers
      Until DIN53.1 you could launch only 1 drone per launch.
      In DIN54, you can launch a bunch of drones every launch with
      launches per minute.

      Change drones per launch / launches per minute of an existing
      launcher from Menu > Drone Params > Motion > Drones Per Launch or
      Menu > Drone Params > Motion > Launches Per Minute

      for new launcher set in defaults:

      Menu > Drone Params > Defaults > Drones Per Launch
        default = 1
      Menu > Drone Params > Defaults > Launches Per Minute
        default = 60

      Tip:

        When there are many drones launched every launch, they will all launch
        along the direction (of velocity) of the launcher.  Their trajectory will
        therefore overlap, turn on Menu > Drone Params > Defaults > Velocity | Randomize
        to randomize their launch directions
  /*

  /*
    drone velocity modulation:
      affects all launched drones
      specify how amount of velocity (actually the speed!) changes from birth to death of a drone
        default is constant ie no change from velocity (ie the speed) at birth
          this is the behaviour in DIN53.1

      edit the change curve from Menu > Editors > Drone velocity modulation
  /*
  /*
    in Gravity widget:
      Size:
          if turned ON, gravity size continuously expands or contracts to Mouse or
          (1st selected) Drone position !warning! Big gravity sizes can move drones
          fast to max volume and get loud!

      To Screen + : puts base of gravity vector to the center of the screen
      To drones + : puts base of gravity vector to the center (magenta arrow) of selected drones.
        To drone  : puts base of gravity vector to the (first) selected drone.
  /*

  /* save/load color sliders /*

  + draw gravity vector when UI is off
  * draw drone trails even if drones are off visible note / pitch ranges
  ! fixed: drones bounced only once irrespective of Menu > Drone Params > Defaults > Bounces parameter !
    ! bug introduced in DIN53 :( !
  ! fixed: potential (null pointer) crash when turning UI on/off from microtonal keyboard !
  ! fixed: sudden increase in loudness (sorry!) when frozen drones are deleted but then
          thawed, frozen and deleted again and again !
  ! fixed: restore oscilloscope display state when UI is turned off and on !
  ! fixed: timing (introduced in DIN53.1 due to change of alarm.cc/h) of auto split / delete boxes in mondrian !
  ! fixed: deleted drones not de-selected !

(fox)

2022-05-07 06:30:40 UTC MAIN commitmail json YAML

wine: Explicitly disable LDAP support, the base ldap from NetBSD 9.99.x
being coincidentally detected is causing build failures.

(nia)

2022-05-07 06:00:49 UTC MAIN commitmail json YAML

doc: Added comms/minimodem version 0.24

(wiz)

2022-05-07 06:00:37 UTC MAIN commitmail json YAML

comms/Makefile: + minimodem

(wiz)

2022-05-07 06:00:18 UTC MAIN commitmail json YAML

comms/minimodem: import minimodem-0.24

Minimodem is a command-line program which decodes (or generates) audio
modem tones at any specified baud rate, using various framing protocols.
It acts a general-purpose software FSK modem, and includes support for
various standard FSK protocols such as Bell103, Bell202, RTTY, TTY/TDD,
NOAA SAME, and Caller-ID.

Minimodem can play and capture audio modem tones in real-time via the
system audio device, or in batched mode via audio files.

Minimodem can be used to transfer data between nearby computers using an
audio cable (or just via sound waves), or between remote computers using
radio, telephone, or another audio communications medium.

(wiz)

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

doc: Updated sysutils/dua-cli to 2.17.2

(pin)

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

sysutils/dua-cli: update to 2.17.2

A maintenance release that updates all dependencies.
Most notably, trash-rs includes a fix for properly moving files into the trash
that required parent directories to be created.

pkgsrc changes: Allow default features on Linux.

(pin)

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

doc: Updated sysutils/broot to 1.12.0

(pin)

2022-05-07 04:17:41 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.12.0

:stage_all_files internal, adding to the staging area all the files verifying
the current pattern. Mapped by default to ctrl-a

(pin)

2022-05-06 06:55:59 UTC MAIN commitmail json YAML

hyperestraier: Use correct ARFLAGS on SunOS.

(jperkin)

2022-05-06 04:02:53 UTC MAIN commitmail json YAML

doc: Updated chat/prosody to 0.11.13

(khorben)

2022-05-06 04:02:11 UTC MAIN commitmail json YAML

prosody: update to 0.11.13

From the release notes:

  This is a(nother!) release for our stable branch to fix a memory leak caused
  by the security fix. Deployments using websockets, SQL storage and possibly
  other configurations may have noticed increasing memory usage after upgrading
  to 0.11.12. This is resolved by this new release.

  Minor changes:

  * util.xml: Break reference to help the GC (fixes #1711)
  * util.xml: Deduplicate handlers for restricted XML

(khorben)

2022-05-06 00:56:16 UTC MAIN commitmail json YAML

doc: Updated textproc/libxml2 to 2.9.14

(gutteridge)

2022-05-06 00:55:55 UTC MAIN commitmail json YAML

libxml2: update to 2.9.14, includes security fixes

v2.9.14: May 02 2022:
  - Security:
  [CVE-2022-29824] Integer overflow in xmlBuf and xmlBuffer
  Fix potential double-free in xmlXPtrStringRangeFunction
  Fix memory leak in xmlFindCharEncodingHandler
  Normalize XPath strings in-place
  Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars()
    (David Kilzer)
  Fix leak of xmlElementContent (David Kilzer)

  - Bug fixes:
  Fix parsing of subtracted regex character classes
  Fix recursion check in xinclude.c
  Reset last error in xmlCleanupGlobals
  Fix certain combinations of regex range quantifiers
  Fix range quantifier on subregex

  - Improvements:
  Fix recovery from invalid HTML start tags

  - Build system, portability:
  Define LFS macros before including system headers
  Initialize XPath floating-point globals
  configure: check for icu DEFS (James Hilliard)
  configure.ac: produce tar.xz only (GNOME policy) (David Seifert)
  CMakeLists.txt: Fix LIBXML_VERSION_NUMBER
  Fix build with older Python versions
  Fix --without-valid build

(gutteridge)

2022-05-06 00:30:43 UTC MAIN commitmail json YAML

doc: Updated geography/shapelib to 1.5.0

(gdt)

2022-05-06 00:30:33 UTC MAIN commitmail json YAML

geography/shapelib: Update to 1.5.0

Upstream NEWS since 1.2.10:

  * Minor improvements (see ChangeLog for details)

  * contrib/shpgeo.h/.c: Remove PROJ.4 dependency and functionality,
    causing removal of SHPProject(), SHPSetProjection() and SHPFreeProjection()
  * contrib/shpproj.c: removed

  * bump shlib version

  * convert to autoconf/automake

(gdt)

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

geography/shapelib: Reset MAINTAINER

(Previous MAINTAINER is no longer working on pkgsrc.)

(gdt)

2022-05-05 21:22:29 UTC MAIN commitmail json YAML

mold: the install target requires Python.

(fcambus)

2022-05-05 21:11:55 UTC MAIN commitmail json YAML

mold: needs pkg-config.

(fcambus)

2022-05-05 21:07:30 UTC MAIN commitmail json YAML

mk/defaults/mk.conf: Update for editors/emacs28 and editors/emacs27

Noticed by wiz@. Thank you.

(ryoon)

2022-05-05 21:02:28 UTC MAIN commitmail json YAML

doc: Updated textproc/py-prettytable to 3.3.0

(fcambus)

2022-05-05 21:02:17 UTC MAIN commitmail json YAML

py-prettytable: update to 3.3.0.

Added:

- Support Python 3.11
- Add flag to preserve internal borders when border=False

Fixed:

- Alignment timing fix

(fcambus)

2022-05-05 18:04:31 UTC MAIN commitmail json YAML

Updated security/py-paramiko, net/py-ncclient

(adam)

2022-05-05 18:02:13 UTC MAIN commitmail json YAML

py-ncclient: updated to 0.6.13

ncclient-v0.6.13

Remove extraneous capability in default device
Refactor deprecated unittest aliases for Python 3.11 compatibility
Added support for environment variables
Migrate from Travis to GitHub Actions
Update Build Pill
add netconf base namespace to edit-config config element if it is missing

(adam)

2022-05-05 17:59:35 UTC MAIN commitmail json YAML

py-paramiko: updated to 2.10.4

2.10.4 2022-04-25

[Bug]: Servers offering certificate variants of hostkey algorithms (eg ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by Paramiko clients, as it only ever considered non-cert key types for that part of connection handshaking. This has been fixed.
[Bug]: PKey instances’ __eq__ did not have the usual safety guard in place to ensure they were being compared to another PKey object, causing occasional spurious BadHostKeyException (among other things). This has been fixed. Thanks to Shengdun Hua for the original report/patch and to Christopher Papke for the final version of the fix.
[Support]: Update camelCase method calls against the threading module to be snake_case; this and related tweaks should fix some deprecation warnings under Python 3.10. Thanks to Karthikeyan Singaravelan for the report, @Narendra-Neerukonda for the patch, and to Thomas Grainger and Jun Omae for patch workshopping.

(adam)

2022-05-05 17:27:37 UTC MAIN commitmail json YAML

Updated databases/sqlite3, databases/sqlite3-docs, databases/sqlite3-tcl, devel/lemon

(adam)

2022-05-05 17:26:42 UTC MAIN commitmail json YAML

sqlite3: updated to 3.38.4

3.38.4 (2022-05-04):

Fix a byte-code problem in the Bloom filter pull-down optimization added by release 3.38.0 in which an error in the byte code causes the byte code engine to enter an infinite loop when the pull-down optimization encounters a NULL key.

(adam)

2022-05-05 14:31:35 UTC MAIN commitmail json YAML

2022-05-05 14:07:50 UTC MAIN commitmail json YAML

doc: Updated www/arcticfox to 39.1

(nia)

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

2022-05-05 14:03:52 UTC MAIN commitmail json YAML

doc: Updated www/ruby-erubis to 2.7.0nb1

(taca)

2022-05-05 14:03:28 UTC MAIN commitmail json YAML

www/ruby-erubis: add support for pkg_alternatives support

Also, tweak CONFLICTS.

Bump PKGREVISION.

(taca)

2022-05-05 13:54:29 UTC MAIN commitmail json YAML

pulseaudio: fix non-avahi builds

(nia)

2022-05-05 13:49:41 UTC MAIN commitmail json YAML

2022-05-05 13:49:07 UTC MAIN commitmail json YAML

openal-soft: Fix build. Disale sysutils/dbus dependency explicitly

(ryoon)

2022-05-05 13:42:57 UTC MAIN commitmail json YAML

couchdb: no need to loop, pointed out by jperkin

(nia)

2022-05-05 13:37:19 UTC MAIN commitmail json YAML

2022-05-05 13:37:07 UTC MAIN commitmail json YAML

2022-05-05 13:31:16 UTC MAIN commitmail json YAML

nodejs: fix a typo in a comment

(gutteridge)

2022-05-05 13:22:44 UTC MAIN commitmail json YAML

squashfs: add to PKG_FAIL_REASON, per SOP

(gutteridge)

2022-05-05 13:19:39 UTC MAIN commitmail json YAML

gnucap: Force older C++ standard for 'auto' usage

(nia)

2022-05-05 13:18:51 UTC MAIN commitmail json YAML

couchdb: Disable all binary checks on pre-build erlang that's included
for some reason

(nia)

2022-05-05 13:14:21 UTC MAIN commitmail json YAML

java-db3: Require an older Java VM than 11 to build

(nia)

2022-05-05 13:10:04 UTC MAIN commitmail json YAML

nodejs: update a comment

(gutteridge)

2022-05-05 13:09:30 UTC MAIN commitmail json YAML

2022-05-05 13:06:50 UTC MAIN commitmail json YAML

nodejs: fix copy-pasto in a comment

(gutteridge)

2022-05-05 12:23:34 UTC MAIN commitmail json YAML

doc: Removed security/prelude-pflogger

(nia)

2022-05-05 12:23:06 UTC MAIN commitmail json YAML

2022-05-05 12:20:34 UTC MAIN commitmail json YAML

2022-05-05 12:14:05 UTC MAIN commitmail json YAML

doc: Updated databases/pgocaml to 4.3.0

(jaapb)

2022-05-05 12:11:18 UTC MAIN commitmail json YAML

Updated databases/pgocaml to version 4.3.0.

The changelog hasn't been updated since the last release, but changes
seem minor.

(jaapb)

2022-05-05 12:08:50 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_tools to 6.5

(jaapb)

2022-05-05 12:07:28 UTC MAIN commitmail json YAML

kitty: don't attempt to install .orig files

(nia)

2022-05-05 12:06:10 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_tools to version 6.5.

This adds support for OCaml 4.13 and 4.14.

(jaapb)

2022-05-05 12:03:27 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-csv to 2.4

(jaapb)

2022-05-05 12:00:47 UTC MAIN commitmail json YAML

Updated textproc/ocaml-csv to version 2.4.

This introduces compatilibity with later OCaml verions (post-4.08), and
several other minor bugfixes and changes.

(jaapb)

2022-05-05 11:54:40 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-ppx_deriving to 5.2.1

(jaapb)

2022-05-05 11:52:00 UTC MAIN commitmail json YAML

Updated devel/ocaml-ppx_deriving to version 5.2.1.

This changes dependencies to use ppxlib, and introduces some more
minor changes.

(jaapb)

2022-05-05 11:48:28 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-hex to 1.5.0

(jaapb)

2022-05-05 11:46:28 UTC MAIN commitmail json YAML

doc: Updated net/asuka to 0.8.5

(pin)

2022-05-05 11:46:10 UTC MAIN commitmail json YAML

net/asuka: update to 0.8.5

0.8.5
-Optimize binary size

0.8.4
-Fix deps versions.

(pin)

2022-05-05 11:45:46 UTC MAIN commitmail json YAML

Updated devel/ocaml-hex to version 1.5.0.

Some minor changes, plus raising of the minimum version of OCaml needed
(4.08) so that some dependencies can be dropped.

(jaapb)

2022-05-05 11:43:08 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-cstruct to 6.1.0

(jaapb)

2022-05-05 11:40:16 UTC MAIN commitmail json YAML

Updated devel/ocaml-cstruct to version 6.1.0.

There are many changes, including API-breaking ones (see the changelog in
the distribution for more details). The package has also been updated to
allow for lwt and async options.

(jaapb)

2022-05-05 11:38:09 UTC MAIN commitmail json YAML

2022-05-05 11:35:57 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-async to 0.15.0

(jaapb)

2022-05-05 11:33:13 UTC MAIN commitmail json YAML

2022-05-05 11:24:46 UTC MAIN commitmail json YAML

doc: Updated textproc/ocaml-textutils to 0.15.0

(jaapb)

2022-05-05 11:22:02 UTC MAIN commitmail json YAML

Updated devel/ocaml-textutils to version 0.15.0.

There is no changelog, but upstream changes are minor except for
dependency changes.

(jaapb)

2022-05-05 11:16:55 UTC MAIN commitmail json YAML

Updated databases/openldap

(adam)

2022-05-05 11:16:39 UTC MAIN commitmail json YAML

openldap: updated to 2.6.2

OpenLDAP 2.6.2

Added libldap support for OpenSSL 3.0
Added slapd support for OpenSSL 3.0
Fixed ldapdelete to prune LDAP subentries
Fixed libldap to drop connection when non-LDAP data is received
Fixed libldap to allow newlines at end of included file
Fixed slapd slaptest conversion of olcLastBind
Fixed slapd to correctly init global_host earlier
Fixed slapd bconfig locking for cn=config replication
Fixed slapd usage of thread local counters
Fixed slapd to clear runqueue task correctly
Fixed slapd idletimeout handling
Fixed slapd syncrepl handling of new sessions
Fixed slapd to clear connections on bind
Fixed slapd to correctly advance connections index
Fixed slapd syncrepl ODSEE replication of unknown attr
Fixed slapd-asyncmeta memory leak in keepalive setting
Fixed slapd-ldap memory leak in keepalive setting
Fixed slapd-meta SEGV on config rewrite
Fixed slapd-meta ordering on config rewrite
Fixed slapd-meta memory leak in keepalive setting
Fixed slapd-monitor SEGV on shutdown
Fixed slapd-monitor crash when hitting sizelimit
Fixed slapd-sql to properly escape filter value
Added slapo-autoca support for OpenSSL 3.0
Added slapo-otp support for OpenSSL 3.0
Fixed slapo-dynlist dynamic group regression
Fixed slapo-pcache SEGV on shutdown
Fixed slapo-ppolicy operation handling to be consistent
Fixed slapo-translucent to correctly duplicate substring filters
Build Environment
Add ability to override default compile time paths
Fix compiliation with certain versions of gcc
Fix compilation with openssl exclusions
Fix warnings from make jobserver
Contrib
Update ppm module to the 2.1 release
Documentation
admin26 Document new lloadd features
Fixed slapd.conf(5)/slapd-config(5) syncrepl sizelimit/timelimit documentation
Fixed slapd-sock(5) to clarify "sockresps result" behavior

(adam)

2022-05-05 11:12:47 UTC MAIN commitmail json YAML

Updated www/drupal9 to 9.3.12nb1

(wen)

2022-05-05 11:10:55 UTC MAIN commitmail json YAML

doc: Added textproc/ocaml-textutils_kernel version 0.15.0

(jaapb)

2022-05-05 11:10:51 UTC MAIN commitmail json YAML

Fix non-existent script interpreters.

(wen)

2022-05-05 11:08:13 UTC MAIN commitmail json YAML

2022-05-05 11:03:11 UTC MAIN commitmail json YAML

Added ocaml-textutils_kernel to Makefile SUBDIRs

(jaapb)

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

doc: Updated devel/ocaml-async to 0.14.0nb3

(jaapb)

2022-05-05 10:54:45 UTC MAIN commitmail json YAML

Updated lang/npm, net/wireshark

(adam)

2022-05-05 10:54:27 UTC MAIN commitmail json YAML

wireshark: updated to 3.6.5

Wireshark 3.6.5 Release Notes

What窶冱 New

Note: This is the last release branch with support for 32-bit Windows.
Updates will no longer be available after May 22, 2024 for that
platform. Issue 17779[1]

Bug Fixes

  This release fixes an installation issue on Windows which was
  introduced in the 3.6.4 release. Issue 18077[2].

New and Updated Features

New Protocol Support

  There are no new protocols in this release.

Updated Protocol Support

New and Updated Capture File Support

  There is no new or updated capture file support in this release.

New File Format Decoding Support

  There is no new or updated file format support in this release.

(adam)

2022-05-05 10:53:17 UTC MAIN commitmail json YAML

Updated devel/ocaml-async_extra to version 0.15.0.

There is no changelog, but upstream changes are minor except for some
dependency changes.

(jaapb)

2022-05-05 10:52:39 UTC MAIN commitmail json YAML

npm: updated to 8.8.0

v8.8.0 (2022-04-27)

Features

* feat: add install-links config definition (@nlf)

Bug Fixes

* fix(exec): workspaces support (@ruyadorno)
* fix(libnpmpublish): unpublish from custom registry (@ruyadorno)
* fix: Use node in and fallback to PATH if not found (@elibus)
* fix: completion for deprecate cmd (@wraithgar)
* fix: consolidate registryConfig application logic (@wraithgar)
* fix(install): do not install invalid package name (@ruyadorno)
* fix: normalize win32 paths before globbing (@lukekarrys)
* fix: remove lib/utils/read-package-name.js (@wraithgar)

Documentation

* docs: add some more docs for --install-links (@nlf)
* docs: explain that _auth only goes to npm registry (@wraithgar)
* docs: include org instructions in scoped publish (@bnb)

v8.7.0 (2022-04-13)

Features

* feat(config): add more npm/node information to config ls (@lukekarrys)
* feat(config): warn on deprecated configs (@lukekarrys)

Bug Fixes

* fix: update readme badges (@lukekarrys)
* fix: replace deprecated String.prototype.substr() (@CommanderRoot)
* fix: remove dedupe --save (@wraithgar)
* fix: do not export npm_config_include_workspace_root (@wraithgar)
* fix(run-script): don't cascade if-present config (@ruyadorno)
* fix(arborist): when reloading an edge, also refresh overrides (@nlf)
* fix: skip update notifier file if not requested (@lukekarrys)
* fix: show more information during publish dry-run (@lukekarrys)
* fix(arborist): dont skip adding advisories to audit based on name/range (@lukekarrys)
* fix: mitigate doctor test race condition (@wraithgar)
* fix(ls): make --omit filter npm ls (@lukekarrys)

Documentation

* docs(ci): add note that configuration must be consistent between install and ci (@nlf)
* docs: fix npm-uninstall typo (@JSKitty)

(adam)

2022-05-05 10:35:09 UTC MAIN commitmail json YAML

x264-devel: Fix configure on macOS arm64.

(jperkin)

2022-05-05 10:27:33 UTC MAIN commitmail json YAML

rust: Enable rust-llvm on macOS arm64.

(jperkin)

2022-05-05 10:25:06 UTC MAIN commitmail json YAML

2022-05-05 10:15:17 UTC MAIN commitmail json YAML

ruby: Handle ruby31 changing the config triple for arm64 macOS.

(jperkin)

2022-05-05 09:38:15 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-async_unix to 0.15.0

(jaapb)

2022-05-05 09:36:03 UTC MAIN commitmail json YAML

arcticfox: Rename 'nopowerpc' PLIST variable to 'skia'

(nia)

2022-05-05 09:35:33 UTC MAIN commitmail json YAML

2022-05-05 09:29:40 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-core_unix version 0.15.0

(jaapb)

2022-05-05 09:26:58 UTC MAIN commitmail json YAML

Created package devel/ocaml-core_unix, version 0.15.0.

These are the unix-dependent modules from devel/ocaml-core and
devel/ocaml-core_kernel.

(jaapb)

2022-05-05 09:22:17 UTC MAIN commitmail json YAML

doc: Added time/ocaml-timezone version 0.15.0

(jaapb)

2022-05-05 09:19:34 UTC MAIN commitmail json YAML

Created package time/ocaml-timezone version 0.15.0.

This is needed as a depdendency for the new devel/ocaml-core_unix
package; as the name suggests, it is a library for time zone handling.

(jaapb)

2022-05-05 09:17:22 UTC MAIN commitmail json YAML

Added ocaml-timezone to Makefile SUBDIRs

(jaapb)

2022-05-05 09:16:34 UTC MAIN commitmail json YAML

doc: More infrastructure TODOs

(nia)

2022-05-05 09:04:52 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-intrinsics version 0.15.2

(jaapb)

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

Added ocaml-core_unix to Makefile SUBDIRs

(jaapb)

2022-05-05 09:02:06 UTC MAIN commitmail json YAML

Created package devel/ocaml-intrinsics, version 0.15.2.

This provides some amd64 intrinsics (or software equivalents on other
architectures) to OCaml. Needed as a dependency for the new
devel/ocaml-core_unix package.

(jaapb)

2022-05-05 08:56:15 UTC MAIN commitmail json YAML

Added ocaml-intrinsics to Makefile SUBDIRs

(jaapb)

2022-05-05 08:55:48 UTC MAIN commitmail json YAML

doc: Added devel/ocaml-expect_test_helpers_core version 0.15.0

(jaapb)