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

2024-05-13 04:17:47 UTC Now

2022-11-14 10:09:50 UTC MAIN commitmail json YAML

py-test-mypy: updated to 0.10.1

0.10.1
* Work around https://github.com/python/mypy/issues/14042.
* Add support for Python 3.11.

(adam)

2022-11-14 10:07:13 UTC MAIN commitmail json YAML

py-xmlschema: updated to 2.1.1

`v2.1.1`_ (2022-10-01)
======================
* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
* Add *allow_empty* option to `XMLSchemaBase` validation API

`v2.1.0`_ (2022-09-25)
======================
* Add *to_etree()* to document API
* Improve generic encoding with wildcards
* Clean document API and schema decoding

`v2.0.4`_ (2022-09-08)
======================
* Add *use_location_hints* argument to document API for giving the option
  of ignoring XSI schema locations hints
* Fix import from locations hints with namespace mismatch

`v2.0.3`_ (2022-08-25)
======================
* Add *keep_empty* and *element_hook* options to main `iter_decode()` method
* Fix default namespace mapping in `BadgerFishConverter`
* Fix type restriction check if restricted particle has `maxOccurs==0`

`v2.0.2`_ (2022-08-12)
======================
* Fix XSD 1.1 assertions effective scope
* Add support for Python 3.11

`v2.0.1`_ (2022-07-21)
======================
* Remove warnings during the build of the package using package_data specs in setup.py
* Fix decoding with `process_namespaces=False` and xsi:type in XML instance
* Refactor `DataElement.get()`, restore `DataElement.set()`
* Add *map_attribute_names* argument to `DataElementConverter`

`v2.0.0`_ (2022-07-18)
======================
* Refactor XPath interface for the full XPath node implementation of elementpath v3.0
* Fix BadgerFishConverter with mixed content
* Improve `get()` and `set()` of DataElement

(adam)

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

py-elementpath: updated to 3.0.2

`v3.0.2`_ (2022-08-12)
======================
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray

`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11

`v3.0.0`_ (2022-07-16)
======================
* Transition to full XPath node implementation (more memory usage but
  better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)

(adam)

2022-11-14 10:00:52 UTC MAIN commitmail json YAML

ansible-lint: no longer for Python 3.8

(adam)

2022-11-14 09:59:15 UTC MAIN commitmail json YAML

Updated sysutils/ansible-core, sysutils/ansible, graphics/py-matplotlib, fonts/py-fonttools

(adam)

2022-11-14 09:58:46 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.38.0

4.38.0 (released 2022-10-21)
----------------------------

- [varLib.instancer] Added support for L4 instancing, i.e. moving the default value of
  an axis while keeping it variable. Thanks Behdad!
  It's now also possible to restrict an axis min/max values beyond the current default
  value, e.g. a font wght has min=100, def=400, max=900 and you want a partial VF that
  only varies between 500 and 700, you can now do that.
  You can either specify two min/max values (wght=500:700), and the new default will be
  set to either the minimum or maximum, depending on which one is closer to the current
  default (e.g. 500 in this case). Or you can specify three values (e.g. wght=500:600:700)
  to specify the new default value explicitly.
- [otlLib/featureVars] Set a few Count values so one doesn't need to compile the font
  to update them
- [varLib.models] Make extrapolation work for 2-master models as well where one master
  is at the default location
  Add optional extrapolate=False to normalizeLocation()
- [varLib.cff] Fixed sub-optimal packing of CFF2 deltas by no longer rounding them to
  integer
- [scaleUpem] Calculate numShorts in VarData after scale; handle CFF hintmasks

(adam)

2022-11-14 09:57:40 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.6.2

REL: v3.6.2

This release contains several bug-fixes and adjustments:

Avoid mutating dictionaries passed to subplots
Fix bbox_inches='tight' on a figure with constrained layout enabled
Fix auto-scaling of ax.hist density with histtype='step'
Fix compatibility with PySide6 6.4
Fix evaluating colormaps on non-NumPy arrays
Fix key reporting in pick events
Fix thread check on PyPy 3.8
Handle input to ax.bar that is all NaN
Make rubber band more visible on Tk and Wx backends
Restore (and warn on) seaborn styles in style.library
Restore get_renderer function in deprecated tight_layout
nb/webagg: Fix resize handle on WebKit browsers (e.g., Safari)

(adam)

2022-11-14 09:57:04 UTC MAIN commitmail json YAML

ansible: updated to 6.6.0

v6.6.0
======

Added Collections
-----------------
- lowlydba.sqlserver (version 1.0.4)

Major Changes
-------------

community.general
~~~~~~~~~~~~~~~~~
- newrelic_deployment - removed New Relic v1 API, added support for v2 API (https://github.com/ansible-collections/community.general/pull/5341).

(adam)

2022-11-14 09:33:51 UTC MAIN commitmail json YAML

ansible-core: updated to 2.14.0

v2.14.0
=======

Major Changes
-------------
- Move handler processing into new ``PlayIterator`` phase to use the configured strategy (https://github.com/ansible/ansible/issues/65067)
- ansible - At startup the filesystem encoding and locale are checked to verify they are UTF-8. If not, the process exits with an error reporting the errant encoding.
- ansible - Increase minimum Python requirement to Python 3.9 for CLI utilities and controller code
- ansible-test - At startup the filesystem encoding is checked to verify it is UTF-8. If not, the process exits with an error reporting the errant encoding.
- ansible-test - At startup the locale is configured as ``en_US.UTF-8``, with a fallback to ``C.UTF-8``. If neither encoding is available the process exits with an error. If the fallback is used, a warning is displayed. In previous versions the ``en_US.UTF-8`` locale was always requested. However, no startup checking was performed to verify the locale was successfully configured.

(adam)

2022-11-14 09:28:35 UTC MAIN commitmail json YAML

Updated devel/py-exceptiongroup, security/py-paramiko

(adam)

2022-11-14 09:28:16 UTC MAIN commitmail json YAML

py-paramiko: updated to 2.12.0

2.12.0 2022-11-04
[Feature] Add a transport_factory kwarg to SSHClient.connect for advanced users to gain more control over early Transport setup and manipulation. Thanks to Noah Pederson for the patch.

(adam)

2022-11-14 09:17:13 UTC MAIN commitmail json YAML

py-exceptiongroup: updated to 1.0.2

1.0.2

Updated type annotations to match the ones in typeshed

1.0.1

Fixed formatted traceback missing exceptions beyond 2 nesting levels of __context__ or __cause__

(adam)

2022-11-14 09:14:07 UTC MAIN commitmail json YAML

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

(adam)

2022-11-14 09:13:45 UTC MAIN commitmail json YAML

py-flit_scm: updated to 1.7.0

1.7.0:
Unknown changes

(adam)

2022-11-14 09:09:27 UTC MAIN commitmail json YAML

py-flit_core py-flit: updated to 3.8.0

Version 3.8

A project name containing hyphens is now automatically translated to use underscores for the import name
New option flit install --only-deps to install the dependencies of the package, but not the package itself.
Add support for recursive globbing (**) in sdist includes and excludes
Python窶冱 bytecode cache files (__pycache__ folders and .pyc files) are now always excluded from sdists
Use tomllib in Python 3.11, rather than tomli
Fix crash when unable to get a password from keyring
Fix including modified files in sdist when using Mercurial
Fix for some cases of determining whether a package supports Python 2 or not
Fix parsing version number from code using multiple assignments
Document how to use a PyPI token with FLIT_PASSWORD
Fix link to information about environment variables for pip
Link to the docs for the latest stable version in package metadata
Remove a mention of the toml package, which is no longer needed, from the Developing Flit page
The bootstrap install script for flit_core accepts a new --install-root option.
Ensure the license file is included in packages on PyPI

(adam)

2022-11-14 08:43:06 UTC MAIN commitmail json YAML

py-pep517: use correct DEPENDS for Python 3.11

(adam)

2022-11-14 08:33:57 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.57.1

6.57.1 - 2022-11-14

This patch updates some internal type annotations and fixes a formatting bug in the explain phase reporting.

6.57.0 - 2022-11-14

Hypothesis now raises an error if you passed a strategy as the alphabet= argument to text(), and it generated something which was not a length-one string. This has never been supported, we窶决e just adding explicit validation to catch cases like this StackOverflow question.

(adam)

2022-11-13 21:21:12 UTC MAIN commitmail json YAML

doc: Updated x11/xlsclients to 1.1.5

(wiz)

2022-11-13 21:20:52 UTC MAIN commitmail json YAML

xlsclients: update to 1.1.5.

Alan Coopersmith (10):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Quiet -Wmaybe-uninitialized warnings from gcc
      Handle -Wsign-compare warnings
      usage: add cold & noreturn attributes to function
      Resolve implicit conversion warnings from clang
      xlsclients 1.1.5

(wiz)

2022-11-13 21:20:14 UTC MAIN commitmail json YAML

doc: Updated x11/xlsatoms to 1.1.4

(wiz)

2022-11-13 21:20:05 UTC MAIN commitmail json YAML

xlsatoms: update to 1.1.4.

Alan Coopersmith (7):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reductions as suggested by cppcheck
      Resolve clang -Wshorten-64-to-32 warnings
      usage: add cold & noreturn attributes to function
      xlsatoms 1.1.4

(wiz)

2022-11-13 18:55:31 UTC MAIN commitmail json YAML

mold: drop maintainership.

(fcambus)

2022-11-13 18:17:46 UTC MAIN commitmail json YAML

*: drop maintainership for WebAssembly related packages.

(fcambus)

2022-11-13 16:15:13 UTC MAIN commitmail json YAML

tarlz: add a TEST_TARGET directive.

(fcambus)

2022-11-13 16:13:53 UTC MAIN commitmail json YAML

plzip: add a TEST_TARGET directive.

(fcambus)

2022-11-13 16:13:16 UTC MAIN commitmail json YAML

lzlib: add a TEST_TARGET directive.

(fcambus)

2022-11-13 15:45:15 UTC MAIN commitmail json YAML

doc: Updated x11/kitty to 0.26.5

(pin)

2022-11-13 15:44:52 UTC MAIN commitmail json YAML

x11/kitty: update to 0.26.5

0.26.5 [2022-11-07]

- Splits layout: Add a new mappable action to move the active window to the
  screen edge (#5643)

- ssh kitten: Allow using absolute paths for the location of transferred data
  (#5607)

- Fix a regression in the previous release that caused a resize_draw_strategy
  of static to not work (#5601)

- Wayland KDE: Fix abort when pasting into Firefox (#5603)

- Wayland GNOME: Fix ghosting when using background_tint (#5605)

- Fix cursor position at x=0 changing to x=1 on resize (#5635)

- Wayland GNOME: Fix incorrect window size in some circumstances when switching
  between windows with window decorations disabled (#4802)

- Wayland: Fix high CPU usage when using some input methods (#5369)

- Remote control: When matching window by state:focused and no window currently
  has keyboard focus, match the window belonging to the OS window that was last
  focused (#5602)

(pin)

2022-11-13 12:43:50 UTC MAIN commitmail json YAML

doc: Updated databases/postgresql-postgis2 to 3.3.2

(gdt)

2022-11-13 12:43:40 UTC MAIN commitmail json YAML

2022-11-13 12:32:50 UTC MAIN commitmail json YAML

Updated devel/py-pathspec, devel/py-types-setuptools

(adam)

2022-11-13 12:32:29 UTC MAIN commitmail json YAML

py-types-setuptools: updated to 65.5.0.3

65.5.0.3 (2022-11-12)

Remove `setuptools._distutils.command.bdst_msi`

(adam)

2022-11-13 12:30:45 UTC MAIN commitmail json YAML

py-pathspec: updated to 0.10.2

0.10.2 (2022-11-12)
-------------------
Bug fixes:
- Fix failing tests on Windows.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_files()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_entries()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_files()`.
- IndexError with my .gitignore file when trying to build a Python package.

(adam)

2022-11-13 09:59:21 UTC MAIN commitmail json YAML

Updated devel/meson, graphics/gdk-pixbuf2

(adam)

2022-11-13 09:59:02 UTC MAIN commitmail json YAML

gdk-pixbuf2: updated to 2.42.10

2.42.10 (stable)
- Search for rst2man.py
- Update the memory size limit for JPEG images
- Translation updates

(adam)

2022-11-13 09:57:24 UTC MAIN commitmail json YAML

meson: updated to 0.64.0

0.64.0
Add optimization plain option
New languages: nasm and masm
Pager and colors for meson configure output
various install_* functions no longer handle the sticky bit
fs.copyfile to replace configure_file(copy : true)
Added update_mime_database to gnome.post_install()
Added preserve_path arg to install_data
BSD support for the jni dependency
Credentials from ~/.netrc for https URLs
Basic support for oneAPI compilers on Linux and Windows
New method to preprocess source files
python.find_installation() now accepts pure argument
Generates rust-project.json when there are Rust targets
summary() accepts disablers
Option to allow meson test to fail fast after the first failing testcase
Incremental ThinLTO with b_thinlto_cache
Update all wraps from WrapDB with meson wrap update command
Added include_core_only arg to wayland.scan_xml.
Automatic fallback using WrapDB

(adam)

2022-11-13 09:36:08 UTC MAIN commitmail json YAML

Updated databases/postgresql1[0-5]

(adam)

2022-11-13 09:34:27 UTC MAIN commitmail json YAML

postgresql1[0-5]: Updated to 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23

PostgreSQL 15.1, 14.6, 13.9, 12.13, 11.18, and 10.23 Released!

Bug Fixes and Improvements

This update fixes over 25 bugs that were reported in the last several months. The issues listed below affect PostgreSQL 15. Some of these issues may also affect other supported versions of PostgreSQL.

Included in this release:

Fix for updatable views for INSERT statements that include multi-row VALUES clauses with a DEFAULT set.
Disallow rules named _RETURN that are not ON SELECT rules.
Disallow use of MERGE on a partitioned table that has foreign-table partitions.
Fix for construction of per-partition foreign key constraints while doing ALTER TABLE ... ATTACH PARTITION, where previously incorrect or duplicate constraints could be built.
Fix for a planner failure with extended statistics on partitioned or inherited tables.
Fix bugs in logical decoding that could lead to memory leaks when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction.
Fix issues with slow shutdown of replication workers by allowing interrupts in more places.
Disallow logical replication into foreign-table partitions.
Prevent crash in replication works after a SQL or PL/pgSQL function syntax error.
psql -c now exits with a nonzero status if the query is canceled.
Allow cross-platform tablespace relocation in pg_basebackup.
Fix pg_dump to include comments attached to some CHECK constraints.

(adam)

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

Note update of the "mutt" package to version 2.2.9

(tron)

2022-11-13 08:51:29 UTC MAIN commitmail json YAML

mutt: Update to version 2.2.9

This is a bug-fix release, fixing a build issue with recent versions of GPGME.

(tron)

2022-11-13 08:09:53 UTC MAIN commitmail json YAML

doc: Updated x11/xlogo to 1.0.6

(wiz)

2022-11-13 08:09:44 UTC MAIN commitmail json YAML

xlogo: update to 1.0.6.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      configure: make --with-render help string match the accepted option name
      gitlab CI: stop requiring Signed-off-by in commits
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix -Wmissing-field-initializers warning
      Add configure check and --with-xkb option for use of XkbStdBell
      xlogo 1.0.6

(wiz)

2022-11-13 08:09:01 UTC MAIN commitmail json YAML

doc: Updated x11/xkill to 1.0.6

(wiz)

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

xkill: update to 1.0.6.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reductions as recommended by cppcheck
      gitlab CI: explictly list GNU make to be installed in build environment
      xkill 1.0.6

(wiz)

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

doc: Updated x11/xkbevd to 1.1.5

(wiz)

2022-11-13 08:07:49 UTC MAIN commitmail json YAML

xkbevd: update to 1.1.5.

Alan Coopersmith (13):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      gitlab CI: stop requiring Signed-off-by in commits
      Variable scope reduction as suggested by cppcheck
      Rename shadowed variables
      cfgscan: check if character is EOF before calling isalpha or isdigit
      xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
      eventTypeToString: remove unnecessary strcpy to static buffer
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      xkbevd 1.1.5

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

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

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

(wiz)

2022-11-13 07:47:35 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.1.0.52, MesaLib-22.2.3, blas-3.11.0, gsed-4.9,
  lapacke-3.11.0, mupdf-1.21.0, mutt-2.2.9, unrar-6.2.2,
  webkit-gtk-2.38.2.

(wiz)

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

doc: Updated wm/enlightenment16 to 1.0.26nb1

(gutteridge)

2022-11-13 00:52:01 UTC MAIN commitmail json YAML

2022-11-12 23:33:00 UTC MAIN commitmail json YAML

doc: Updated x11/xcompmgr to 1.1.9

(wiz)

2022-11-12 23:32:51 UTC MAIN commitmail json YAML

xcompmgr: update to 1.1.9.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      xcompmgr.man: Update bug reporting URL from bugzilla to gitlab
      Reduce variable scope as suggested by cppcheck
      Remove obsolete casts on malloc & free calls
      gitlab CI: stop requiring Signed-off-by in commits
      Resolve -Wshadow warnings
      Mark usage() as _X_COLD _X_NORETURN
      Remove unused macros
      xcompmgr 1.1.9

(wiz)

2022-11-12 21:58:56 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.0.1

(pin)

2022-11-12 21:58:32 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.0.1

v2.0.1 (2022-11-12)
Fixed
- Fixed the bug in making config at the launch.
- Fixed the config file path on macOS.

v2.0.0 (2022-11-11)
Changed
- Migrated to yaml from toml: New config file will be created at the first
  launch (In this process you should enter the default command name or choose
  to use $EDITOR). No more need to keep config.toml.
- Add the fallback when config file cannot be read: In such a case, you can
  use the default Config.
- HUGE refactoring overall.

Added
- Horizontal split, in addtion to the vertical split. To toggle, press s.
- Syntax highlighting (if possible) in previewed texts. To turn on, state
  syntax_hightlight = true in config.toml. you can also choose your theme,
  either from the default theme set or your favorite .tmtheme.
- Enable scrolling in the preview space. Alt + j / Up goes down, Alt + k goes
  up. Experimental and may have some bugs, and with a big text file the perf
  issue may arise.
- Search by keyword. Similar to the filter mode, but this feature do not
  manipulate the item list, just let users jump to the item that matches the
  keyword, just like Vim's /. n and N after / also works.
- Show permissions on the footer (in unix only).

Fixed
- Use exists() instead of File::open() to check whether the item path is valid
  when moving between direcotries. This allows Windows users to use this app
  at least with the basic commands.
- Avoid unwrap() / panic! as possible and return the proper error.

Removed
- Removed the filter mode, which is replaced by the keyword search.
- Removed debug print in make_config_if_not_exists
- Removed use_full_width and item_name_length in config.toml. Will always use
  full width of the terminal.

(pin)

2022-11-12 21:56:14 UTC MAIN commitmail json YAML

doc: Updated editors/tp-note to 1.18.3

(pin)

2022-11-12 21:55:36 UTC MAIN commitmail json YAML

editors/tp-note: update to 1.18.3

- Bump 'tpnote_lib' version to v0.10.1
- Remember template update in config file
- 'Note::from_text_file()': Tmpl: allow empty 'date:'
- Housekeeping: inline trait method
- '<Context>::insert_environment()' into 'from()'

(pin)

2022-11-12 21:54:44 UTC MAIN commitmail json YAML

doc: Updated net/yaydl to 0.11.4

(pin)

2022-11-12 21:54:15 UTC MAIN commitmail json YAML

net/yaydl: update to 0.11.4

- Avoid web driver in instances where it's not needed

(pin)

2022-11-12 20:44:38 UTC MAIN commitmail json YAML

meta-pkgs/pkg_developer: Drop MESSAGE

It duplicates the guide, and really what is installed from this
package and what PKG_DEVELOPER does are not entirely closely related.

(gdt)

2022-11-12 18:59:54 UTC MAIN commitmail json YAML

doc: Updated graphics/charls to 2.3.4

(nros)

2022-11-12 18:59:20 UTC MAIN commitmail json YAML

Update graphics/charls to version 2.3.4

Changes from CHANGELOG.md:

# Change Log
## [2.3.4] - 2021-2-12

### Changed

- Replaced legacy test images.

## [2.3.3] - 2021-2-5

### Fixed

- Fixed [#167](https://github.com/team-charls/charls/issues/167),
  Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture).

## [2.3.2] - 2021-1-29

### Fixed

- Fixed https://github.com/team-charls/charls/issues/160,
  warning: cast from 'unsigned char*' to 'uint16_t*'
  increases required alignment of target type.
- Fixed https://github.com/team-charls/charls/issues/161 ,
  warning: useless cast to type 'size_t' {aka 'unsigned int'}
  [-Wuseless-cast].

### Changed

- Updates to the CMakeLists.txt for Unix builds (except macOS)
  to hide more symbols from the shared library.
- C++14 is now the minimum version instead of explicitly required.
  This allows consuming applications more flexibility.
  Typically CMake will select the latest C++ standard version that
  the used C++ compiler supports.

## [2.3.1] - 2021-1-25

### Fixed

- Fixed https://github.com/team-charls/charls/issues/155 ,
  charls::jpegls_decoder::decode: 2 overloads have similar conversions
  in v2.3.0

## [2.3.0] - 2022-1-24

### Added

- The encoder API has been extended with a rewind method that can be
  used to re-use a configured encoder to encode multiple images in a loop.
- Added support to decode JPEG-LS images that use restart markers
  https://github.com/team-charls/charls/issues/92 .
- Added support to write and read comment (COM) segments
  https://github.com/team-charls/charls/issues/113 .
- Added support to encode/decode oversized images
  (width or height larger then 65535).
- Extended the validation of the encoded JPEG-LS byte stream during decoding.
- Added support to encode JPEG-LS images with:
  - The option to ensure the output stream has an even size.
  - The option to write the CharLS version number as a comment (COM segment)
    to the output stream.
  - The option to write the coding parameters to the output stream if
    the bits per pixel are larger then 12 (enabled by default).
- Usage of compiler specific attributes on the public API as replacement for
  ``[[nodiscard]]`` (which is a C++17 feature).

### Fixed

- Fixed https://github.com/team-charls/charls/issues/84 ,
  Default preset coding parameters not computed for unset values.
- Fixed https://github.com/team-charls/charls/issues/102 ,
  CMake find_package(charls 2.2.0 REQUIRED) not working.

### Changed

- CMakeSettings.json has been replaced with CMakePresets.json.
- Non default coding parameters are explicitly stored in
  the output stream during encoding.
- GCC shared library release builds are now using LTO
  (Link Time Optimization).
- Some functions use compiler intrinsics for slightly better performance.

## [2.2.1] - 2022-2-3

### Fixed

- Backport of fix for https://github.com/team-charls/charls/issues/167 ,
  Decoding\Encoding fails on IBM s390x CPU (Big Endian architecture).

(nros)

2022-11-12 15:19:25 UTC MAIN commitmail json YAML

doc: Updated security/libdecaf to 1.0.2

(fox)

2022-11-12 15:19:03 UTC MAIN commitmail json YAML

security/libdecaf: Update to v1.0.2

Changes since v1.0.1:

July 13, 2022:
    Fix a security bug and an issue.

    Point::steg_encode was leaving the 24 high bits of the buffer as zero.
    It also ignored the size parameter.  The size parameter has now been
    removed, the zeros fixed and a test added to make sure that it is fixed.

    Per https://github.com/MystenLabs/ed25519-unsafe-libs, deprecate eddsa
    signing with separate pubkey and privkey input. Instead decaf_ed*_keypair_sign.

    Release v1.0.2.

(fox)

2022-11-12 15:06:07 UTC MAIN commitmail json YAML

spdlog: Fix shared library symlink name

And do not build in source directory for easier debugging.

(ryoon)

2022-11-12 13:24:20 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.71.0

(gdt)

2022-11-12 13:24:09 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update to 1.71.0

Synapse 1.71.0 (2022-11-08)
===========================

Please note that, as announced in the release notes for Synapse
1.69.0, legacy Prometheus metric names are now disabled by default.
They will be removed altogether in Synapse 1.73.0.  If not already
done, server administrators should update their dashboards and
alerting rules to avoid using the deprecated metric names.  See the
[upgrade
notes](https://matrix-org.github.io/synapse/v1.71/upgrade.html#upgrading-to-v1710)
for more details.

**Note:** in line with our [deprecation
  policy](https://matrix-org.github.io/synapse/latest/deprecation_policy.html)
  for platform dependencies, this will be the last release to support
  PostgreSQL 10, which reaches upstream end-of-life on November 10th,
  2022. Future releases of Synapse will require PostgreSQL 11+.

Features
--------

- Support back-channel logouts from OpenID Connect
  providers. ([\#11414](https://github.com/matrix-org/synapse/issues/11414))

- Allow use of Postgres and SQLlite full-text search operators in
  search
  queries. ([\#11635](https://github.com/matrix-org/synapse/issues/11635),
  [\#14310](https://github.com/matrix-org/synapse/issues/14310),
  [\#14311](https://github.com/matrix-org/synapse/issues/14311))

- Implement
  [MSC3664](https://github.com/matrix-org/matrix-doc/pull/3664),
  Pushrules for relations. Contributed by
  Nico. ([\#11804](https://github.com/matrix-org/synapse/issues/11804))

- Improve aesthetics of HTML templates. Note that these changes do not
  retroactively apply to templates which have been
  [customised](https://matrix-org.github.io/synapse/latest/templates.html#templates)
  by server
  admins. ([\#13652](https://github.com/matrix-org/synapse/issues/13652))

- Enable write-ahead logging for SQLite installations. Contributed by
  [@asymmetric](https://github.com/asymmetric). ([\#13897](https://github.com/matrix-org/synapse/issues/13897))

- Show erasure status when [listing
  users](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#query-user-account)
  in the Admin
  API. ([\#14205](https://github.com/matrix-org/synapse/issues/14205))

- Provide a specific error code when a `/sync` request provides a
  filter which doesn't represent a JSON
  object. ([\#14262](https://github.com/matrix-org/synapse/issues/14262))

(gdt)

2022-11-12 11:26:20 UTC MAIN commitmail json YAML

pkgtools/revbump: Catch up with ocaml.mk move

mk/ocaml.mk has moved to lang/ocaml/ocaml.mk, so simply adjust the
path here.

(gdt)

2022-11-12 11:02:26 UTC MAIN commitmail json YAML

Updated databases/py-peewee, net/py-zeroconf

(adam)

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

py-zeroconf: updated to 0.39.4

0.39.4
Fix IP changes being missed by ServiceInfo

0.39.3
Fix port changes not being seen by ServiceInfo

(adam)

2022-11-12 11:00:34 UTC MAIN commitmail json YAML

py-peewee: updated to 3.15.4

3.15.4

* Raise an exception in `ReconnectMixin` if connection is lost while inside a
  transaction (if the transaction was interrupted presumably some changes were
  lost and explicit intervention is needed).
* Add `db.Model` property to reduce boilerplate.
* Add support for running `prefetch()` queries with joins instead of subqueries
  (this helps overcome a MySQL limitation about applying LIMITs to a subquery).
* Add SQL `AVG` to whitelist to avoid coercing by default.
* Allow arbitrary keywords in metaclass constructor.
* Add a `pyproject.toml` to silence warnings from newer pips when `wheel`
  package is not available.

(adam)

2022-11-12 09:10:25 UTC MAIN commitmail json YAML

2022-11-12 07:42:27 UTC MAIN commitmail json YAML

doc: Updated textproc/guile-json to 4.7.2

(nikita)

2022-11-12 07:42:17 UTC MAIN commitmail json YAML

textproc/guile-json: update to 4.7.2

Changelog:

    record: also fix nested record for vectors

    bump version to 4.7.2

    record: don't call scm->record if value is *unspecified* in
    (define-json-type)

    Given the following example:

      (define-json-type <account>
        (id)
        (username)
        (omitted "omitted" <omitted>)
        (boolean))

      (define-json-type <omitted>
        (name))

    If `omitted` is *unspecified* there's no need to keep going through
    that field.

    This also rolls back part of commit 029212e.

    Fixes #78

(nikita)

2022-11-12 06:19:53 UTC MAIN commitmail json YAML

doc: Updated sysutils/py-Glances to 3.3.0.4

(fox)

2022-11-12 06:19:26 UTC MAIN commitmail json YAML

sysutils/py-Glances: Update to 3.3.0.4

Changes since 3.2.7:

===============
Version 3.3.0.4
===============

Refactor the Docker images factory, from now, only Alpine image wll be
provided.

The following Docker images (nicolargo/glances) are availables:

- *latest-full* for a full Alpine Glances image (latest release) with all
  dependencies
- *latest* for a basic Alpine Glances (latest release) version with minimal
  dependencies (Bottle and Docker)
- *dev* for a basic Alpine Glances image (based on development branch) with
  all dependencies (Warning: may be instable)

===============
Version 3.3.0.2
===============

Bug corrected:
    * Password files in same configuration dir in effect #2143
    * Fail to load config file on Python 3.10 #2176

===============
Version 3.3.0.1
===============

Just a version to rebuild the Docker images.

===============
Version 3.3.0
===============

Enhancements:

    * Migration from AngularJS to Angular/React/Vue #2100 (many thanks to
      @fr4nc0is)
    * Improve the IP module with a link to Censys #2105
    * Add the public IP information to the WebUI #2105
    * Add an option to show a configurable clock/time module to display #2150
    * Add sort information on Docker plugin (console mode). Related to #2138
    * Password files in same configuration dir in effect #2143
    * If the container name is long, then display the start, not the end -
      Related to #1732
    * Make the Web UI same than Console for CPU plugin
    * [WINDOWS] Reorganise CPU stats display #2131
    * Remove the static exportable_plugins list from glances_export.py #1556
    * Limiting data exported for economic storage #1443

Bug corrected:

    * glances.conf FS hide not applying #1666
    * AMP: regex with special chars #2152
    * fix(help-screen): add missing shortcuts and columnize algorithmically
      #2135
    * Correct issue with the regexp filter (use fullmatch instead of match)
    * Errors when running Glances as web service #1702
    * Apply alias to Duplicate sensor name #1686
    * Make the hide function in sensors section compliant with lower/upercase
      #1590
    * Web UI truncates the days part of CPU time counter of the process list
      #2108
    * Correct alignement issue with the diskio plugin (Console UI)

Documentation and CI:

    * Refactor Docker file CI
    * Add Codespell to the CI pipeline #2148
    * Please add docker-compose example and document example. #2151
    * [DOC] Glances failed to start and some other issues - BSD #2106
    * [REQUEST Docker image] Output log to stdout #2128 (for debian)
    * Fix code scanning alert - Clear-text logging of sensitive information
      #2124
    * Improve makefile (with online documentation)
    * buildx failed with: ERROR: failed to solve: python:3.10-slim-buster: no
      match for platform in manifest #2120
    * [Update docs] Can I export only the fields I need in csv report? #2113
    * Windows Python 3 installation fails on dependency package "future" #2109

Contributors for this version:

    * fr4nc0is : a very special thanks to @fr4nc0is for his huge work on the
      Glances v3.3.0 WebUI !!!
    * Kostis Anagnostopoulos
    * Kian-Meng Ang
    * dependabot[bot]
    * matthewaaronthacker
    * and your servant Nicolargo

(fox)

2022-11-12 06:03:20 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to 1.61

(fox)

2022-11-12 06:02:48 UTC MAIN commitmail json YAML

audio/fasttracker2: Update to 1.61

Changes since v1.58

v1.61 - 07.11.2022
- For the volume column in pattern edit mode, allow the two keys to the left
  of backspace to work as '-' and '+'. This is for some keyboard layouts where
  it was impossible to insert volume slide down/up effects.

v1.60 - 11.10.2022
- Windows/macOS: Updated SDL to v2.24.1

v1.59 - 03.10.2022
- The default Disk Op. directory is now set to the user's desktop
- The WAV export screen now has a checkbox for setting BPM precision to FT2.
  This means to use less precise BPMs, which will match FT2's WAV output
  length.
- The default audio frequency and bit depth in the WAV export screen are now
  set to 44100 and 16-bit, and changing the audio frequency and bit depth in
  the config screen will not affect these settings anymore.
- Updated the help text (made a note about the new WAV export BPM mode)

(fox)

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

doc: Updated security/wolfssl to 5.5.3

(fox)

2022-11-12 05:52:26 UTC MAIN commitmail json YAML

security/wolfssl: Update to v5.5.3

Changes since v5.5.1:

wolfSSL Release 5.5.3 (Nov 2, 2022)

Release 5.5.3 of wolfSSL embedded TLS has the following bug fix:

Fixes

* Fix for possible buffer zeroization overrun introduced at the end of v5.5.2
  release cycle in GitHub pull request 5743
  (https://github.com/wolfSSL/wolfssl/pull/5743) and fixed in pull request 5757
  (https://github.com/wolfSSL/wolfssl/pull/5757). In the case where a specific
  memory allocation failed or a hardware fault happened there was the potential
  for an overrun of 0窶冱 when masking the buffer used for (D)TLS 1.2 and lower
  operations. (D)TLS 1.3 only and crypto only users are not affected by the
  issue. This is not related in any way to recent issues reported in OpenSSL.

wolfSSL Release 5.5.2 (Oct 28, 2022)

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

Vulnerabilities
* [Med] In the case that the WOLFSSL_CALLBACKS macro is set when building
  wolfSSL, there is a potential heap over read of 5 bytes when handling TLS 1.3
  client connections. This heap over read is limited to wolfSSL builds
  explicitly setting the macro WOLFSSL_CALLBACKS, the feature does not get
  turned on by any other build options. The macro WOLFSSL_CALLBACKS is intended
  for debug use only, but if having it enabled in production, users are
  recommended to disable WOLFSSL_CALLBACKS. Users enabling WOLFSSL_CALLBACKS are
  recommended to update their version of wolfSSL. Thanks to Lucca Hirschi and
  Steve Kremer from LORIA, Inria and Max Ammann from Trail of Bits for finding
  and reporting the bug with the tlspuffin tool developed partly at LORIA and
  Trail of Bits. CVE 2022-42905

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

New Feature Additions
* Add function wolfSSL_CTX_load_system_CA_certs to load system CA certs into a
  WOLFSSL_CTX and --sys-ca-certs option to example client
* Add wolfSSL_set1_host to OpenSSL compatible API
* Added the function sk_X509_shift
* AES x86 ASM for AES-CBC and GCM performance enhancements
* Add assembly for AES for ARM32 without using crypto hardware instructions
* Xilinx Versal port and hardware acceleration tie in
* SP Cortex-M support for ICCARM

Enhancements
* Add snifftest vcxproj file and documentation
* Nucleus Thread Types supported
* Handle certificates with RSA-PSS signature that have RSAk public keys
* Small stack build improvements
* DTLS 1.3 improvements for Alerts and unit tests
* Add a binary search for CRL
* Improvement of SSL/CTX_set_max_early_data() for client side
* Remove unused ASN1_GENERALIZEDTIME enum value from wolfssl/ssl.h
* Add user_settings.h for Intel/M1 FIPSv2 macOS C++ projects
* Add dtlscid.test to 窶藁ake check窶� unit testing
* Generate an assembler-safe user_settings.h in configure.ac and CMakeLists.txt
* ForceZero enabled with USE_FAST_MATH
* Add TLS 1.3 support of ticketNonce sizes bigger than MAX_TICKET_NONCE_SZ
* FIPSv2 builds on win10 adjust for new fastmath default in settings.h
* Add IRQ install for Aruix example

Fixes
* When looking up the session by ID on the server, check that the protocol
  version of the SSL and session match on TLS 1.3 or not
* Fix for potential EVP_PKEY_DH memory leak with OPENSSL_EXTRA
* Curve448 32-bit C code: handle corner case
* Fixup builds using WOLFSSL_LOG_PRINTF
* Correct DIST_POINT_NAME type value
* Do not perform IV Wrap test when using cert3389 inlined armasm
* Fix for Linux kernel module and stdio.h
* (D)TLS: send alert on version mismatch
* Fix PKCS#7 SignedData verification when signer cert is not first in SET
* Fix bug with wolfIO_TcpConnect not working with timeout on Windows
* Fix output length bug in SP non-blocking ECC shared secret gen
* Fix build with enable-fastmath and disable-rsa
* Correct wolfSSL_sk_X509_new in OpenSSL compatible API
* Fixes for SP and x86_64 with MSVC
* Fix wrong size using DTLSv1.3 in RestartHandshakeHashWithCookie
* Fix redundant file include with TI RTOS build
* Fix wolfCrypt only build with wincrypt.h
* DTLS 1.2: Reset state when sending HelloVerifyRequest

(fox)

2022-11-12 05:48:35 UTC MAIN commitmail json YAML

lxqt: also bump minimum qt5-qttranslations for consistency

(gutteridge)

2022-11-12 05:28:26 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/lxqt to 1.2.0

(gutteridge)

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

lxqt: update to 1.2.0

This is a release with mostly minor feature enhancements and bug fixes.

(gutteridge)

2022-11-12 05:21:41 UTC MAIN commitmail json YAML

doc: Updated archivers/lxqt-archiver to 0.7.0

(gutteridge)

2022-11-12 05:21:30 UTC MAIN commitmail json YAML

lxqt-archiver: update to 0.7.0

Change log:

lxqt-archiver-0.7.0 / 2022-11-05
===================================
* Removed the redundant function `n_fields()` from `glib-utils`.
* Silenced some compilation warnings.

(gutteridge)

2022-11-12 05:20:49 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-runner to 1.2.0

(gutteridge)

2022-11-12 05:20:26 UTC MAIN commitmail json YAML

lxqt-runner: update to 1.2.0

Change log:

lxqt-runner-1.2.0 / 2022-11-05
===============================
* Force the correct position on the window after it is moved from outside the app.
* Added an option for clearing the entry on launching apps.

(gutteridge)

2022-11-12 05:19:45 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-panel to 1.2.0

(gutteridge)

2022-11-12 05:19:36 UTC MAIN commitmail json YAML

lxqt-panel: update to 1.2.0

Change log:

lxqt-panel-1.2.0 / 2022-11-05
==============================
* Added context items to Quick Launch for reloading desktop entries.
* Set window flags of the volume popup explicitly (useful under Wayland).
* Fixed Quick Launch icons when there are multiple config files.

(gutteridge)

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

doc: Updated sysutils/pcmanfm-qt to 1.2.0

(gutteridge)

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

pcmanfm-qt: update to 1.2.0

Change log:

pcmanfm-qt-1.2.0 / 2022-11-05
==============================
* Fixed the links of About dialog.
* Added search history.
* Localize "Search Results".
* Consider device pixel ratio when drawing wallpaper. Also, an old problem is fixed in centering per-screen wallpapers with multi-screen setups.
* Prevent an empty desktop path.
* Allow customizing workspace margins on Desktop.
* Added options for locale-awareness and zero-padding to bulk renaming.
* Ignore auto-selection delay when single-click activation isn't chosen.
* Added an entry for Categories to launcher creator.
* Added "What's-This" help to launcher creator.
* Added an action with `Ctrl+D` as its shortcut to Edit menu for deselecting all items.
* Corrected bulk renaming shortcut on Desktop.
* Set QTerminal in default config file for LXQt.
* Apply changes in settings shared by Desktop and windows to Desktop too (auto-delay selection, right-click behavior, showing of thumbnails and treating backup files as hidden).

(gutteridge)

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

doc: Updated security/lxqt-sudo to 1.2.0

(gutteridge)

2022-11-12 05:16:25 UTC MAIN commitmail json YAML

lxqt-sudo: update to 1.2.0

Change log:

lxqt-sudo-1.2.0 / 2022-11-05
=============================
* Updated translations and bumped the version.

(gutteridge)

2022-11-12 05:15:58 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-session to 1.2.0

(gutteridge)

2022-11-12 05:15:49 UTC MAIN commitmail json YAML

lxqt-session: update to 1.2.0

Change log:

lxqt-session-1.2.0 / 2022-11-05
================================
* Fixed the core code when lxqt-session is started under Wayland.
* Reload mouse & touchpad settings when devices are reconnected.

(gutteridge)

2022-11-12 05:15:23 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-qtplugin to 1.2.0

(gutteridge)

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

lxqt-qtplugin: update to 1.2.0

Change log:

lxqt-qtplugin-1.2.0 / 2022-11-05
=================================
* Bumped the version to 1.2.0 and updated the dependencies.

(gutteridge)

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

doc: Updated sysutils/lxqt-powermanagement to 1.2.0

(gutteridge)

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

lxqt-powermanagement: update to 1.2.0

Change log:

lxqt-powermanagement-1.2.0 / 2022-11-05
========================================
* Better tray icon descriptions.
* Consider the stable state of battery (neither charging nor discharging).
* Fixed the error message "QString::arg: Argument missing".

(gutteridge)

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

doc: Updated x11/lxqt-notificationd to 1.2.0

(gutteridge)

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

lxqt-notificationd: update to 1.2.0

Change log:

lxqt-notificationd-1.2.0 / 2022-11-05
======================================
* Allow no focused widget inside notifications (useful under Wayland).
* Don't show default actions if nameless (no empty button, no empty combo-box item).

(gutteridge)

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

doc: Updated security/lxqt-openssh-askpass to 1.2.0

(gutteridge)

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

lxqt-openssh-askpass: update to 1.2.0

Change log:

lxqt-openssh-askpass-1.2.0 / 2022-11-05
========================================
* Bumped the version to 1.2.0.

(gutteridge)

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

doc: Updated x11/lxqt-globalkeys to 1.2.0

(gutteridge)

2022-11-12 05:10:24 UTC MAIN commitmail json YAML

lxqt-globalkeys: update to 1.2.0

Change log:

lxqt-globalkeys-1.2.0 / 2022-11-05
===================================
* Updated translations and bumped the version.

(gutteridge)

2022-11-12 05:09:39 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-config to 1.2.0

(gutteridge)

2022-11-12 05:09:25 UTC MAIN commitmail json YAML

lxqt-config: update to 1.2.0

Change log:

lxqt-config-1.2.0 / 2022-11-05
===============================
* Enhancements to theme list in appearance config dialog. Themes are always sorted alphabetically, user themes are distinguished, and theme folders can be opened by double clicking or by using context menus.

(gutteridge)

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

doc: Updated x11/lxqt-admin to 1.2.0

(gutteridge)

2022-11-12 05:07:52 UTC MAIN commitmail json YAML

lxqt-admin: update to 1.2.0

Change log:

lxqt-admin-1.2.0 / 2022-11-05
==============================
* Removed the tool-bar's redundant context menu.

(gutteridge)

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

doc: Updated security/lxqt-policykit to 1.2.0

(gutteridge)

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

lxqt-policykit: update to 1.2.0

Change log:

lxqt-policykit-1.2.0 / 2022-11-05
==================================
* Updated translations and bumped the version.

(gutteridge)

2022-11-12 05:06:30 UTC MAIN commitmail json YAML

doc: Updated x11/lxqt-about to 1.2.0

(gutteridge)

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

lxqt-about: update to 1.2.0

Change log:

lxqt-about-1.2.0 / 2022-11-05
==============================
* Sort language names alphabetically.
* Made directory paths clickable under "Technical Info".

(gutteridge)

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

doc: Updated graphics/lximage-qt to 1.2.0

(gutteridge)

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

doc: Updated x11/libfm-qt to 1.2.0

(gutteridge)

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

libfm-qt: update to 1.2.0

Change log:

libfm-qt-1.2.0 / 2022-11-05
============================
* Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).
* Fixed crash with empty URI scheme of folder path.
* Silenced compilation warnings about deprecated GLib functions.
* Don't show a deletion prompt without a selection.
* Fixed infinite loop if a symlink that is created by DND overwrites a non-empty directory.
* Allow remembering the result of execution prompt for multiple files.
* Added `Ctrl+D` to LXQt file dialog for deselecting all items.
* Allow selection by dragging mouse cursor inside non-name columns in the detailed list mode.
* Corrected the position of drop menu under Wayland.
* Fixed crash with DND into side-pane under Wayland.
* Added nullity checks to `XdndWorkaround`.

(gutteridge)

2022-11-12 05:01:44 UTC MAIN commitmail json YAML

CHANGES-2022: fix login name botch in previous commits

(gutteridge)

2022-11-12 04:57:17 UTC MAIN commitmail json YAML

doc: Updated audio/pavucontrol-qt to 1.2.0

(gutteridge)

2022-11-12 04:57:00 UTC MAIN commitmail json YAML

pavucontrol-qt: update to 1.2.0

Change log:

pavucontrol-qt-1.2.0 / 2022-11-05
==================================
* Improved `Categories` `GenericName`, and `Comment` in the desktop entry.

(gutteridge)

2022-11-12 04:56:05 UTC MAIN commitmail json YAML

doc: Updated graphics/lxqt-themes to 1.2.0

(gutteridge)

2022-11-12 04:55:53 UTC MAIN commitmail json YAML

lxqt-themes: update to 1.2.0

Change log:

lxqt-themes-1.2.0 / 2022-11-05
===============================
* Better preview images for themes.
* Cleaned up QSS file of some themes.

(gutteridge)

2022-11-12 04:55:07 UTC MAIN commitmail json YAML

doc: Updated x11/liblxqt to 1.2.0

(gutteridge)

2022-11-12 04:54:43 UTC MAIN commitmail json YAML

liblxqt: update to 1.2.0

Change log:

liblxqt-1.2.0 / 2022-11-05
===========================
* Updated translations and bumped version to 1.2.0.

(gutteridge)

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

TODO: note some Xfce plugins that can't currently be updated

(gutteridge)

2022-11-11 20:25:04 UTC MAIN commitmail json YAML

doc: Updated editors/helix to 22.08.1

(nikita)

2022-11-11 20:23:39 UTC MAIN commitmail json YAML

editors/helix: update to 22.08.1

Changelog (taken from https://github.com/helix-editor/helix/blob/master/CHANGELOG.md):

22.08.1 (2022-09-01)

This is a patch release that fixes a panic caused by closing splits or buffers. (#3633)

22.08 (2022-08-31)

A big thank you to our contributors! This release had 87 contributors.

As usual, the following is a summary of each of the changes since the last release. For the full log, check out the git log.

Breaking changes:

    Special keymap names for +, ; and % have been replaced with those literal characters (#2677, #3556)
    A-Left and A-Right have become C-Left and C-Right for word-wise motion (#2500)
    The catppuccin theme's name has been corrected from catpuccin (#2713)
    catppuccin has been replaced by its variants, catppuccin_frappe, catppuccin_latte, catppuccin_macchiato, catppuccin_mocha (#3281)
    C-n and C-p have been removed from the default insert mode keymap (#3340)
    The extend_line command has been replaced with extend_line_below and a new extend_line command now exists (#3046)

Features:

    Add an integration testing harness (#2359)
    Indent guides (#1796, 906259c)
    Cursorline (#2170, fde9e03)
    Select all instances of the symbol under the cursor (<space>h) (#2738)
    A picker for document and workspace LSP diagnostics (<space>g/<space>G) (#2013, #2984)
    Allow styling the mode indicator per-mode (#2676)
    Live preview for the theme picker (#1798)
    Configurable statusline (#2434)
    LSP SignatureHelp (#1755, a8b123f)
    A picker for the jumplist (#3033)
    Configurable external formatter binaries (#2942)
    Bracketed paste support (#3233, 12ddd03)

Commands:

    :insert-output and :append-output which insert/append output from a shell command (#2589)
    The t textobject (]t/[t/mit/mat) for navigating tests (#2807)
    C-Backspace and C-Delete for word-wise deletion in prompts and pickers (#2500)
    A-Delete for forward word-wise deletion in insert mode (#2500)
    C-t for toggling the preview pane in pickers (#3021)
    extend_line now extends in the direction of the cursor (#3046)

Usability improvements and fixes:

    Fix tree-sitter parser builds on illumos (#2602)
    Remove empty stratch buffer from jumplists when removing (5ed6223)
    Fix panic on undo after shell_append_output (#2625)
    Sort LSP edits by start range (3d91c99)
    Be more defensive about LSP URI conversions (6de6a3e, 378f438)
    Ignore SendErrors when grammar builds fail (#2641)
    Append set_line_ending to document history (#2649)
    Use last prompt entry when empty (b14c258, #2870)
    Do not add extra line breaks in markdown lists (#2689)
    Disable dialyzer by default for ElixirLS (#2710)
    Refactor textobject node capture (#2741)
    Prevent re-selecting the same range with expand_selection (#2760)
    Introduce keyword.storage highlight scope (#2731)
    Handle symlinks more consistently (#2718)
    Improve markdown list rendering (#2687)
    Update auto-pairs and idle-timout settings when the config is reloaded (#2736)
    Fix panic on closing last buffer (#2658)
    Prevent modifying jumplist until jumping to a reference (#2670)
    Ensure :quit and :quit! take no arguments (#2654)
    Fix crash due to cycles when replaying macros (#2647)
    Pass LSP FormattingOptions (#2635)
    Prevent showing colors when the health-check is piped (#2836)
    Use character indexing for mouse selection (#2839)
    Display the highest severity diagnostic for a line in the gutter (#2835)
    Default the ruler color to red background (#2669)
    Make move_vertically aware of tabs and wide characters (#2620)
    Enable shellwords for Windows (#2767)
    Add history suggestions to global search (#2717)
    Fix the scrollbar's length proportional to total menu items (#2860)
    Reset terminal modifiers for diagnostic text (#2861, #2900)
    Redetect indents and line-endings after a Language Server replaces the document (#2778)
    Check selection's visible width when copying on mouse click (#2711)
    Fix edge-case in tree-sitter expand_selection command (#2877)
    Add a single-width left margin for the completion popup (#2728)
    Right-align the scrollbar in the completion popup (#2754)
    Fix recursive macro crash and empty macro lockout (#2902)
    Fix backwards character deletion on other whitespaces (#2855)
    Add search and space/backspace bindings to view modes (#2803)
    Add --vsplit and --hsplit CLI arguments for opening in splits (#2773, #3073)
    Sort themes, languages and files inputs by score and name (#2675)
    Highlight entire rows in (#2939)
    Fix backwards selection duplication widening bug (#2945, #3024)
    Skip serializing Option type DAP fields (44f5963)
    Fix required cwd field in DAP RunTerminalArguments type (85411be, #3240)
    Add LSP workspace/applyEdit to client capabilities (#3012)
    Respect count for repeating motion (#3057)
    Respect count for selecting next/previous match (#3056)
    Respect count for tree-sitter motions (#3058)
    Make gutters padding optional (#2996)
    Support pre-filling prompts (#2459, #3259)
    Add statusline element to display file line-endings (#3113)
    Keep jump and file history when using :split (#3031, #3160)
    Make tree-sitter query ; inherits <language> feature imperative (#2470)
    Indent with tabs by default (#3095)
    Fix non-msvc grammar compilation on Windows (#3190)
    Add spacer element to the statusline (#3165, 255c173)
    Make gutters padding automatic (#3163)
    Add code for LSP Diagnostic type (#3096)
    Add position percentage to the statusline (#3168)
    Add a configurable and themable statusline separator string (#3175)
    Use OR of all selections when search_selection acts on multiple selections (#3138)
    Add clipboard information to logs and the healthcheck (#3271)
    Fix align selection behavior on tabs (#3276)
    Fix terminal cursor shape reset (#3289)
    Add an injection.include-unnamed-children predicate to injections queries (#3129)
    Add a -c/--config CLI flag for specifying config file location (#2666)
    Detect indent-style in :set-language command (#3330)
    Fix non-deterministic highlighting (#3275)
    Avoid setting the stdin handle when not necessary (#3248, #3379)
    Fix indent guide styling (#3324)
    Fix tab highlight when tab is partially visible (#3313)
    Add completion for nested settings (#3183)
    Advertise WorkspaceSymbolClientCapabilities LSP client capability (#3361)
    Remove duplicate entries from the theme picker (#3439)
    Shorted output for grammar fetching and building (#3396)
    Add a tabpad option for visible tab padding whitespace characters (#3458)
    Make DAP external terminal provider configurable (cb7615e)
    Use health checkmark character with shorter width (#3505)
    Reset document mode to normal on view focus loss (e4c9d40)
    Render indented code-blocks in markdown (#3503)
    Add WezTerm to DAP terminal provider defaults (#3588)
    Derive Document language name from languages.toml name key (#3338)
    Fix process spawning error handling (#3349)
    Don't resolve links for :o completion (8a4fbf6)
    Recalculate completion after pasting into prompt (e77b7d1)
    Fix extra selections with regex anchors (#3598)
    Move mode transition logic to handle_keymap_event (#2634)
    Add documents to view history when using the jumplist (#3593)
    Prevent panic when loading tree-sitter queries (fa1dc7e)
    Discard LSP publishDiagnostic when LS is not initialized (#3403)
    Refactor tree-sitter textobject motions as repeatable motions (#3264)
    Avoid command execution hooks on closed docs (#3613)
    Share restore_term code between panic and normal exits (#2612)
    Show clipboard info in --health output (#2947)
    Recalculate completion when going through prompt history (#3193)

Themes:

    Update tokyonight and tokyonight_storm themes (#2606)
    Update solarized_light themes (#2626)
    Fix catpuccin ui.popup theme (#2644)
    Update selection style of night_owl (#2668)
    Fix spelling of catppuccin theme (#2713)
    Update base16_default's ui.menu (#2794)
    Add noctis_bordo (#2830)
    Add acme (#2876)
    Add meliora (#2884, #2890)
    Add cursorline scopes to various themes (33d287a, #2892, #2915, #2916, #2918, #2927, #2925, #2938, #2962, #3054)
    Add mode colors to various themes (#2926, #2933, #2929, #3098, #3104, #3128, #3135, #3200)
    Add nord_light (#2908)
    Update night_owl (#2929)
    Update autumn (2e70985, 936ed3a)
    Update one_dark (#3011)
    Add noctis (#3043, #3128)
    Update boo_berry (#3191)
    Update monokai (#3131)
    Add ayu_dark, ayu_light, ayu_mirage (#3184)
    Update onelight (#3226)
    Add base16_transparent (#3216, b565fff)
    Add flatwhite (#3236)
    Update dark_plus (#3302)
    Add doom_acario_dark (#3308, #3539)
    Add rose_pine_moon (#3229)
    Update spacebones_light (#3342)
    Fix typos in themes (8deaebd, #3412)
    Add emacs (#3410)
    Add papercolor-light (#3426, #3470, #3585)
    Add penumbra+ (#3398)
    Add fleetish (#3591, #3607)
    Add sonokai (#3595)
    Update all themes for theme lints (#3587)

LSP:

    V (#2526)
    Prisma (#2703)
    Clojure (#2780)
    WGSL (#2872)
    Elvish (#2948)
    Idris (#2971)
    Fortran (#3025)
    Gleam (#3139)
    Odin (#3214)

New languages:

    V (#2526)
    EDoc (#2640)
    JSDoc (#2650)
    OpenSCAD (#2680)
    Prisma (#2703)
    Clojure (#2780)
    Starlark (#2903)
    Elvish (#2948)
    Fortran (#3025)
    Ungrammar (#3048)
    SCSS (#3074)
    Go Template (#3091)
    Graphviz dot (#3241)
    Cue (#3262)
    Slint (#3355)
    Beancount (#3297)
    Taskwarrior (#3468)
    xit (#3521)
    ESDL (#3526)
    Awk (#3528, #3535)
    Pascal (#3542)

Updated languages and queries:

    Nix (#2472)
    Elixir (#2619)
    CPON (#2643)
    Textobjects queries for Erlang, Elixir, Gleam (#2661)
    Capture rust closures as function textobjects (4a27e2d)
    Heex (#2800, #3170)
    Add <<= operator highlighting for Rust (#2805)
    Fix comment injection in JavaScript/TypeScript (#2763)
    Nickel (#2859)
    Add Rakefile and Gemfile to Ruby file-types (#2875)
    Erlang (#2910, ac669ad)
    Markdown (#2910, #3108, #3400)
    Bash (#2910)
    Rust (#2910, #3397)
    Edoc (#2910)
    HTML (#2910)
    Make (#2910)
    TSQ (#2910, #2960)
    git-commit (#2910)
    Use default fallback for Python indents (9ae70cc)
    Add Haskell LSP roots (#2954)
    Ledger (#2936, #2988)
    Nickel (#2987)
    JavaScript/TypeScript (#2961, #3219, #3213, #3280, #3301)
    GLSL (#3051)
    Fix locals tracking in Rust (#3027, #3212, #3345)
    Verilog (#3158)
    Ruby (#3173, #3527)
    Svelte (#3147)
    Add Elixir and HEEx comment textobjects (#3179)
    Python (#3103, #3201, #3284)
    PHP (#3317)
    Latex (#3370)
    Clojure (#3387)
    Swift (#3461)
    C# (#3480, #3494)
    Org (#3489)
    Elm (#3497)
    Dart (#3419)
    Julia (#3507)
    Fix Rust textobjects (#3590)
    C (00d88e5)
    Update Rust (0ef0ef9)

Packaging:

    Add rust-analyzer to Nix flake devShell (#2739)
    Add cachix information to the Nix flake (#2999)
    Pass makeWrapperArgs to wrapProgram in the Nix flake (#3003)
    Add a way to override which grammars are built by Nix (#3141)
    Add a GitHub actions release for aarch64-macos (#3137)
    Add shell auto-completions for Elvish (#3331)

22.05 (2022-05-28)

An even bigger shout out than usual to all the contributors - we had a whopping 110 contributors in this release! That's more than double the number of contributors as last release!

Check out some of the highlights in the news section.

As usual, the following is a summary of each of the changes since the last release. For the full log, check out the git log.

Breaking Changes:

    Removed C-j, C-k bindings from file picker (#1792)
    Replaced C-f with C-d and C-b with C-u bindings in file picker (#1792)
    A-hjkl bindings have been moved to A-pion (#2205)
    A-Left/A-Right have been moved to C-Left/C-Right (#2193)

Features:

    The indentation mechanism has been reworked (#1562, #1908)
    Configurable gutters (#1967)
    Support for local language configuration (#1249)
    Configurable themed rulers (#2060)
    Render visible whitespace (e6b865e, #2322, #2331)

Commands:

    Paragraph motion and textobject (]p, [p) (#1627, #1956, #1969, #1992, #2226)
    :buffer-next, :buffer-previous (#1940)
    :set-language to set the buffers language (#1866, #1996)
    Command for picking files from the current working directory (Space-F) (#1600, #2308)
    :write! which creates non-existent subdirectories (#1839)
    Add m textobject that selects closest surrounding pair (de15d70, 76175db)
    :pipe typable command for piping selections (#1972)
    extend_line_above which extends to previous lines (#2117)
    set_line_ending which replaces line endings (#1871)
    :get-option for getting the current value of an option (:get) (#2231)
    :run-shell-command which does not interact with selections (#1682)
    :reflow which hard-wraps selected text (#2128)
    commit_undo_checkpoint which adds an undo checkpoint (#2115)
    :log-open which opens the log file (#2422)
    transpose_view which transposes window splits (#2461)
    View-swapping: swap_view_right, swap_view_left, swap_view_up, swap_view_down (#2445)
    shrink_to_line_bounds which shrinks selections to line-bounds (#2450)

Usability improvements and fixes:

    Handle broken pipes when piping hx --health through head (#1876)
    Fix for copy_selection on newlines (ab7885e, 236c6b7)
    Use win32yank clipboard provider on WSL2 (#1912)
    Jump to the next number on the line before incrementing (#1778)
    Fix start position of next search (#1904)
    Use check and X marks for health check output (#1918)
    Clear terminal after switching to alternate screens (#1944)
    Fix toggle_comments command on multiple selections (#1882)
    Apply ui.gutter theming to empty gutter spans (#2032)
    Use checkboxes in hx --health output (#1947)
    Pass unmapped keys through prompt regardless of modifiers (764adbd)
    LSP: pull formatting options from config (c18de0e)
    LSP: provide rootPath (84e799f)
    LSP: implement workspace_folders (8adf0c1)
    LSP: fix auto-import (#2088)
    Send active diagnostic to LSP when requesting code actions (#2005)
    Prevent panic when parsing malformed LSP PublishDiagnostic (#2160)
    Restore document state on completion cancel (#2096)
    Only merge top-level array when merging languages.toml (#2145, #2215)
    Fix open on multiline selection (#2161)
    Allow re-binding 0 if it is not used in a count (#2174)
    Fix ctrl-u behavior in insert mode (#1957)
    Check LSP rename capabilities before sending rename action (#2203)
    Register the publish_diagnostics LSP capability (#2241)
    Fix paste direction for typed paste commands (#2288)
    Improve handling of buffer-close (#1397)
    Extend the tutor file (#2133)
    Treat slashes as word separators in prompts (#2315)
    Auto-complete directory members (#1682)
    Allow disabling format-on-save as a global editor setting (#2321)
    Wrap command palette in overlay (#2378)
    Prevent selections from collapsing when inserting newlines (#2414)
    Allow configuration of LSP request timeout (#2405)
    Use debug console on Windows for DAP terminal (#2294)
    Exclude cursor when deleting with C-w in insert mode (#2431)
    Prevent panics from LSP parsing errors (7ae6cad)
    Prevent panics from LSP responses without requests (#2475)
    Fix scroll rate for documentation popups (#2497)
    Support inserting into prompts from registers (#2458)
    Separate theme scopes for diagnostic types (#2437)
    Use ui.menu instead of ui.statusline for command completion menu theming (82fb217)
    Panic when reloading a shrunk file (#2506)
    Add theme key for picker separator (#2523)

Themes:

    Remove ui.text background from dark_plus (#1950)
    Add boo_berry (#1962)
    Update dark_plus markup colors (#1989)
    Update dark_plus tag and ui.menu.selected colors (#2014)
    Add dracula_at_night (#2008)
    Improve dracula selection theming (#2077)
    Remove dim attribute on onedark line-number gutter (#2155)
    Add tokyonight (#2162)
    Use border colors from the original dark_plus theme (#2186)
    Add autumn (#2212, #2270, #2531)
    Add tokyonight_storm (#2240)
    Add pop-dark (#2189)
    Fix base16_terminal theme using incorrect ansi-color (#2279)
    Add onelight (#2287, #2323)
    Add ui.virtual scopes to onedark theme (3626e38)
    Add night_owl (#2330)
    Use yellow foreground and red background for monokai_pro_spectrum (#2433)
    Add snazzy (#2473)
    Update dark_plus constructor color (8e8d4ba)
    Add ui.menu to the default theme (e7e13dc)
    Add ui.menu to any themes missing the key (9be810f)
    Add catppuccin (#2546, 7160e74)

LSP:

    Use texlab for latex (#1922)
    HTML (#2018)
    JSON (#2024)
    CSS (#2025)
    PHP (#2031)
    Swift (#2033)
    OCaml (#2035)
    Vue (#2043)
    Yaml (#2234)
    Vala (#2243)
    TOML (#2302)
    Java (#2511)
    Lua (#2560)
    Verilog (#2552)

New Languages:

    JSX (#1906, a24fb17, 855e438, #1921)
    Rust Object Notation (RON) (#1925)
    R and R Markdown (#1998)
    Swift (#2033)
    EJS and ERB (#2055)
    EEx (9d095e0)
    HEEx (4836bb3, #2149)
    SQL (#2097)
    GDScript (#1985)
    Nickel (#2173, #2320)
    go.mod and go.work (#2197)
    Nushell (#2225)
    Vala (#2243)
    Hare (#2289, #2480)
    DeviceTree (#2329)
    Cairo (7387905)
    CPON (#2355, #2424)
    git-ignore (#2397)
    git-attributes (#2397)
    Odin (#2399, #2464)
    Meson (#2314)
    SSH Client Config (#2498)
    Scheme (d25bae8)
    Verilog (#2552)

Updated Languages and Queries:

    Erlang (e2a5071, #2149, 82da9bd)
    Elixir (1819478, 8c3c901, 4ac94a5)
    Gleam (7cd6050, 45dd540)
    Bash (#1917)
    JavaScript (#2140)
    Ruby textobject queries (#2143)
    Fix Golang textobject queries (#2153)
    Add more bash and HCL file extensions (#2201)
    Divide HCL and tfvars into separate languages (#2244)
    Use JavaScript for cjs files (#2387)
    Use Perl for t files (#2395)
    Use markup.list scopes for lists (#2401)
    Use PHP for inc files (#2440)
    Improve Rust textobjects (#2494, 10463fe)
    Python (#2451)

Packaging:

    Use builtins.fromTOML in Nix Flake on Nix 2.6+ (#1892)
    Shell auto-completion files are now available (#2022)
    Create an AppImage on release (#2089)

(nikita)

2022-11-11 20:18:40 UTC MAIN commitmail json YAML

TODO: remove go packages that are no longer in pkgsrc

This makes me wonder how many other update suggestions are actually no
longer part of pkgsrc for some reason.

(bsiegert)

2022-11-11 20:11:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/tealdeer to 1.6.1

(bsiegert)

2022-11-11 20:11:10 UTC MAIN commitmail json YAML

tealdeer: update to 1.6.1

- [fixed] Fix path source for custom pages dir
- [chore] Update dependendencies

(bsiegert)

2022-11-11 19:59:34 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup tickets up to #6702

(bsiegert)

2022-11-11 19:59:12 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6702 - requested by taca
security/sudo: security fix

Revisions pulled up:
- security/sudo/Makefile                                        1.191-1.192
- security/sudo/PLIST                                          1.23
- security/sudo/distinfo                                        1.123-1.124
- security/sudo/patches/patch-plugins_sudoers_auth_passwd.c    1.1

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Mon Oct 24 10:29:20 UTC 2022

  Modified Files:
  pkgsrc/security/sudo: Makefile PLIST distinfo

  Log Message:
  sudo: updated to 1.9.12

  What's new in Sudo 1.9.12

    * Fixed a bug in the ptrace-based intercept mode where the current
      working directory could include garbage at the end.

    * Fixed a compilation error on systems that lack the stdint.h
      header.

    * Fixed a bug when logging the command's exit status in intercept
      mode.  The wrong command could be logged with the exit status.

    * For ptrace-based intercept mode, sudo will now attempt to
      verify that the command path name, arguments and environment
      have not changed from the time when they were authorized by the
      security policy.  The new "intercept_verify" sudoers setting can
      be used to control this behavior.

    * Fixed running commands with a relative path (e.g. ./foo) in
      intercept mode.  Previously, this would fail if sudo's current
      working directory was different from that of the command.

    * Sudo now supports passing the execve(2) system call the NULL
      pointer for the `argv` and/or `envp` arguments when in intercept
      mode.  Linux treats a NULL pointer like an empty array.

    * The sudoers LDAP schema now allows sudoUser, sudoRunasUser and
      sudoRunasGroup to include UTF-8 characters, not just 7-bit ASCII.

    * Fixed a problem with "sudo -i" on SELinux when the target user's
      home directory is not searchable by sudo.

    * Neovim has been added to the list of visudo editors that support
      passing the line number on the command line.

    * Fixed a bug in sudo's SHA384 and SHA512 message digest padding.

    * Added a new "-N" (--no-update) command line option to sudo which
      can be used to prevent sudo from updating the user's cached
      credentials.  It is now possible to determine whether or not a
      user's cached credentials are currently valid by running:

          $ sudo -Nnv

      and checking the exit value.  One use case for this is to indicate
      in a shell prompt that sudo is "active" for the user.

    * PAM approval modules are no longer invoked when running sub-commands
      in intercept mode unless the "intercept_authenticate" option is set.
      There is a substantial performance penalty for calling into PAM
      for each command run.  PAM approval modules are still called for
      the initial command.

    * Intercept mode on Linux now uses process_vm_readv(2) and
      process_vm_writev(2) if available.

    * The XDG_CURRENT_DESKTOP environment variable is now preserved
      by default.  This makes it possible for graphical applications
      to choose the correct theme when run via sudo.

    * On 64-bit systems, if sudo fails to load a sudoers group plugin,
      it will use system-specific heuristics to try to locate a 64-bit
      version of the plugin.

    * The cvtsudoers manual now documents the JSON and CSV output
      formats.

    * Fixed a bug where sub-commands were not being logged to a remote
      log server when log_subcmds was enabled.

    * The new log_stdin, log_stdout, log_stderr, log_ttyin, and log_ttyout
      sudoers settings can be used to support more fine-grained I/O logging.
      The sudo front-end no longer allocates a pseudo-terminal when running
      a command if the I/O logging plugin requests logging of stdin, stdout,
      or stderr but not terminal input/output.

    * Quieted a libgcrypt run-time initialization warning.

    * Fixed a bug in visudo that caused literal backslashes to be removed
      from the EDITOR environment variable.

    * The sudo Python plugin now implements the "find_spec" method instead
      of the the deprecated "find_module".  This fixes a test failure when
      a newer version of setuptools that doesn't include "find_module" is
      found on the system.

    * Fixed a bug introduced in sudo 1.9.9 where sudo_logsrvd created
      the process ID file, usually /var/run/sudo/sudo_logsrvd.pid, as
      a directory instead of a plain file.  The same bug could result
      in I/O log directories that end in six or more X's being created
      literally in addition to the name being used as a template for
      the mkdtemp(3) function.

    * Fixed a long-standing bug where a sudoers rule with a command
      line argument of "", which indicates the command may be run with
      no arguments, would also match a literal "" on the command line.

    * Added the -I option to visudo which only edits the main sudoers
      file.  Include files are not edited unless a syntax error is found.

    * Fixed "sudo -l -U otheruser" output when the runas list is empty.
      Previously, sudo would list the invoking user instead of the
      list user.

    * Fixed the display of command tags and options in "sudo -l" output
      when the RunAs user or group changes.  A new line is started for
      RunAs changes which means we need to display the command tags
      and options again.

    * The sesh helper program now uses getopt_long(3) to parse the
      command line options.

    * The embedded copy of zlib has been updated to version 1.2.13.

    * Fixed a bug that prevented event log data from being sent to the
      log server when I/O logging was not enabled.  This only affected
      systems without PAM or configurations where the pam_session and
      pam_setcred options were disabled in the sudoers file.

    * Fixed a bug where "sudo -l" output included a carriage return
      after the newline.  This is only needed when displaying to a
      terminal in raw mode.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Fri Nov  4 00:58:00 UTC 2022

  Modified Files:
  pkgsrc/security/sudo: Makefile distinfo
  Added Files:
  pkgsrc/security/sudo/patches: patch-plugins_sudoers_auth_passwd.c

  Log Message:
  security/sudo: add fix for CVE-2022-43995

  Add patch from upstream to fix CVE-2022-43995.

  Bump PKGREVISION.

(bsiegert)

2022-11-11 18:40:36 UTC MAIN commitmail json YAML

Updated devel/spdlog, net/yt-dlp

(adam)

2022-11-11 18:40:10 UTC MAIN commitmail json YAML

yt-dlp: updated to 2011.11.11

2022.11.11

* Merge youtube-dl: Upto [commit/de39d12](https://github.com/ytdl-org/youtube-dl/commit/de39d128)
* Backport SSL configuration from Python 3.10
* Do more processing in `--flat-playlist`
* Fix `--list` options not implying `-s` in some cases
* Fix end time of clips
* Fix for `formats=None`
* Write API params in debug head
* [outtmpl] Ensure ASCII in json and add option for Unicode
* [SponsorBlock] Add `type` field, obey `--retry-sleep extractor`, relax duration check for large segments
* [SponsorBlock] **Support `chapter` category**
* [ThumbnailsConvertor] Fix filename escaping
* [ModifyChapters] Handle the entire video being marked for removal
* [embedthumbnail] Fix thumbnail name in mp3
* [downloader/fragment] HLS download can continue without first fragment
* [cookies] Improve `LenientSimpleCookie`
* [jsinterp] Improve separating regex
* [extractor/common] Fix `fatal=False` for `_search_nuxt_data`
* [extractor/common] Improve `_generic_title`
* [extractor/common] Fix `json_ld` type checks
* [extractor/generic] Separate embed extraction into own function
* [extractor/generic:quoted-html] Add extractor
* [extractor/unsupported] Raise error on known DRM-only sites
* [utils] `js_to_json`: Improve escape handling
* [utils] `strftime_or_none`: Workaround Python bug on Windows
* [utils] `traverse_obj`: Always return list when branching, allow `re.Match` objects
* [build, test] Harden workflows' security
* [build] `py2exe`: Migrate to freeze API
* [build] Create `armv7l` and `aarch64` releases
* [build] Make linux binary truly standalone using `conda`
* [build] Replace `set-output` with `GITHUB_OUTPUT`
* [update] Use error code `100` for update errors
* [compat] Fix `shutils.move` in restricted ACL mode on BSD
* [docs, devscripts] Document `pyinst`'s argument passthrough
* [test] Allow `extract_flat` in download tests
* [cleanup] Misc fixes and cleanup
* [extractor/aeon] Add extractor
* [extractor/agora] Add extractors
* [extractor/camsoda] Add extractor
* [extractor/cinetecamilano] Add extractor
* [extractor/deuxm] Add extractors
* [extractor/genius] Add extractors
* [extractor/japandiet] Add extractors
* [extractor/listennotes] Add extractor
* [extractor/nos.nl] Add extractor
* [extractor/oftv] Add extractors
* [extractor/podbayfm] Add extractor
* [extractor/qingting] Add extractor
* [extractor/screen9] Add extractor
* [extractor/swearnet] Add extractor
* [extractor/YleAreena] Add extractor
* [extractor/zeenews] Add extractor
* [extractor/youtube:tab] **Update tab handling for redesign**
* Channel URLs download all uploads of the channel as multiple playlists, separated by tab
* [extractor/youtube] Differentiate between no comments and disabled comments
* [extractor/youtube] Extract `concurrent_view_count` for livestreams
* [extractor/youtube] Fix `duration` for premieres
* [extractor/youtube] Fix `live_status`
* [extractor/youtube] Ignore incomplete data error for comment replies
* [extractor/youtube] Improve chapter parsing from description
* [extractor/youtube] Mark videos as fully watched
* [extractor/youtube] Update piped instances
* [extractor/youtube] Update playlist metadata extraction for new layout
* [extractor/youtube:tab] Fix video metadata from tabs
* [extractor/youtube:tab] Let `approximate_date` return timestamp
* [extractor/americastestkitchen] Fix extractor
* [extractor/bbc] Support onion domains
* [extractor/bilibili] Add chapters and misc cleanup
* [extractor/bilibili] Fix BilibiliIE and Bangumi extractors
* [extractor/bitchute] Better error for geo-restricted videos
* [extractor/bitchute] Improve `BitChuteChannelIE`
* [extractor/bitchute] Simplify extractor
* [extractor/cda] Support login through API
* [extractor/crunchyroll] Beta is now the only layout
* [extractor/detik] Avoid unnecessary extraction
* [extractor/doodstream] Remove extractor
* [extractor/dplay] Add MotorTrendOnDemand extractor
* [extractor/epoch] Support videos without data-trailer
* [extractor/fox] Extract thumbnail
* [extractor/foxnews] Add `FoxNewsVideo` extractor
* [extractor/hotstar] Add season support
* [extractor/hotstar] Refactor v1 API calls
* [extractor/iprima] Make json+ld non-fatal
* [extractor/iq] Increase phantomjs timeout
* [extractor/kaltura] Support playlists
* [extractor/lbry] Authenticate with cookies
* [extractor/livestreamfails] Support posts
* [extractor/mlb] Add `MLBArticle` extractor
* [extractor/mxplayer] Improve extractor
* [extractor/niconico] Always use HTTPS for requests
* [extractor/nzherald] Support new video embed
* [extractor/odnoklassniki] Support boosty.to embeds
* [extractor/paramountplus] Update API token
* [extractor/reddit] Add fallback format
* [extractor/redgifs] Fix extractors
* [extractor/redgifs] Refresh auth token for 401
* [extractor/rumble] Add HLS formats and extract more metadata
* [extractor/sbs] Improve `_VALID_URL`
* [extractor/skyit] Fix extractors
* [extractor/stripchat] Fix hostname for HLS stream
* [extractor/stripchat] Improve error message
* [extractor/telegram] Add playlist support and more metadata
* [extractor/Tnaflix] Fix for HTTP 500
* [extractor/tubitv] Better DRM detection
* [extractor/tvp] Update extractors
* [extractor/twitcasting] Fix `data-movie-playlist` extraction
* [extractor/twitter] Add onion site to `_VALID_URL`
* [extractor/twitter] Add Spaces extractor and GraphQL API
* [extractor/twitter] Support multi-video posts
* [extractor/uktvplay] Fix `_VALID_URL`
* [extractor/viu] Support subtitles of on-screen text
* [extractor/VK] Fix playlist URLs
* [extractor/vlive] Extract `release_timestamp`
* [extractor/voot] Improve `_VALID_URL`
* [extractor/wordpress:mb.miniAudioPlayer] Add embed extractor
* [extractor/YoutubeWebArchive] Improve metadata extraction
* [extractor/zee5] Improve `_VALID_URL`
* [extractor/zenyandex] Fix extractors

(adam)

2022-11-11 18:36:48 UTC MAIN commitmail json YAML

spdlog: updated to 1.11.0

Version 1.11.0
Update to fmt lib version 9.1.0.
Fix template instantiation warning.
Event handlers improvements.
Allow modifying the used Android buffer ID.
Fix clone in async test.
Custom formatting optimization.
Fix C++14 builds for gcc 4.x.
Add minor version to CMake's SOVERSION
Allow compilation with FMT_ENFORCE_COMPILE_STRING.
Fix pkg-config generation.
Remove unused code from null_mutex.
Fix redundant std::move.
Remove the empty file if in first period in hourly logger.
Add reset_overrun_counter() function to the async logging
Set C++20 in CMake when SPDLOG_USE_STD_FORMAT option is turned on.
Fix mingw test.
Support for any std::chrono::duration type in flush_every(..).
Fix implicit casting of level_enum.
Comment fix.
Fix gcc 4.x build.
Add openSUSE installation instructions.
Fixed missing include file in stopwatch.h.
Support for omitting source info by defining SPDLOG_NO_SOURCE_LOC.
Added SPDLOG_BUILD_PIC build option to CMake.
Fix include windows.h.
Workaround gcc 12 warnings.
Migrate to Github Actions CI.
Replace iterator difference with std::distance
Export targets file to build directory at configure time.
MongoDB sink improvements.
Fix shadow warning in dist_sink.
Fixed msvc warning C4800 in win_eventlog_sink
Check IsDebuggerPresent() in msvc_sink before doing actual work. To use old behavior pass false to the msvc_sink constructor.

(adam)

2022-11-11 17:36:39 UTC MAIN commitmail json YAML

lang/rust: also depend on compat80 on sparc64.

(he)

2022-11-11 17:22:14 UTC MAIN commitmail json YAML

bootstrap: Switch to native awk/sed on illumos.

(jperkin)

2022-11-11 16:24:16 UTC MAIN commitmail json YAML

doc/TODO: + krita-5.1.3.

(wiz)

2022-11-11 14:13:26 UTC MAIN commitmail json YAML

doc: Added misc/ruby-lolcat version 100.0.1

(taca)

2022-11-11 14:13:11 UTC MAIN commitmail json YAML

misc/Makefile: add and enable ruby-lolcat

(taca)

2022-11-11 14:12:34 UTC MAIN commitmail json YAML

misc/ruby-lolcat: add package version 100.0.1

Fancy color terminal output utility request by wiz@.

Rainbows and unicorns!

(taca)

2022-11-11 14:07:34 UTC MAIN commitmail json YAML

doc: Added misc/ruby-manpages version 0.6.1

(taca)

2022-11-11 14:07:17 UTC MAIN commitmail json YAML

misc/Makefile: add and enable ruby-manpages

(taca)

2022-11-11 14:06:25 UTC MAIN commitmail json YAML

misc/ruby-manpages: add package version 0.6.1

Required by ruby-lolcat package.

Manpages

This plugin will add man pages support to ruby gems.  Instead of adding a
new command like gem-man it will try to link the files to a place the man
command automatically discovers.

With rvm and chruby it works out of the box, but sadly for rbenv we need to
add hooks that modify the man symlink depending on the ruby version
currently used.

(taca)

2022-11-11 14:04:14 UTC MAIN commitmail json YAML

doc: Added devel/ruby-paint version 2.3.0

(taca)

2022-11-11 14:03:44 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-paint

(taca)

2022-11-11 14:02:52 UTC MAIN commitmail json YAML

devel/ruby-paint: add package version 2.3.0

Required by ruby-lolcat package.

Ruby Paint

Paint creates terminal colors and effects for you.  It combines the
strengths of term-ansicolor, rainbow, and similar projects into a simple to
use, however still flexible terminal colors gem with no core extensions by
default.

Features

* No string extensions (suitable for library development)
* Simple API
* Faster than other terminal color gems (as of July 2022)
* Supports true color or 256 colors (for capable terminals)
* Allows you to set any terminal effects
* Paint.mode: Fall-back modes for terminals with less colors, supported
  modes:

  o 0xFFFFFF (= 16777215) colors (true color)
  o 256 colors (palette)
  o 16 colors (only ANSI colors, combined with bright effect)
  o 8 colors (only ANSI colors)
  o 0 colors (no colors / deactivate)

(taca)

2022-11-11 14:01:26 UTC MAIN commitmail json YAML

doc: Added devel/ruby-optimist version 3.0.1

(taca)

2022-11-11 14:01:11 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-optimist

(taca)

2022-11-11 13:58:38 UTC MAIN commitmail json YAML

devel/ruby-optimist: add package version 3.0.1

Required by ruby-lolcat package.

optimist

Description

Optimist is a commandline option parser for Ruby that just gets out of your
way.  One line of code per option is all you need to write.  For that, you
get a nice automatically-generated help page, robust option parsing, and
sensible defaults for everything you don't specify.

Features

* Dirt-simple usage.
* Single file.  Throw it in lib/ if you don't want to make it a Rubygem
  dependency.
* Sensible defaults.  No tweaking necessary, much tweaking possible.
* Support for long options, short options, subcommands, and automatic type
  validation and conversion.
* Automatic help message generation, wrapped to current screen width.

Requirements

* A burning desire to write less code.

(taca)

2022-11-11 13:50:23 UTC MAIN commitmail json YAML

doc: Updated www/ruby-html-proofer to 5.0.1

(taca)

2022-11-11 13:49:57 UTC MAIN commitmail json YAML

www/ruby-html-proofer: update to 5.0.1

pkgsrc change:
* Add "USE_LANGUAGES= # none".
* Add pkg_alternatives support.

5.0.0 (2022-10-08)

Closed issues:

* Options validation breaking for booleans #773

Merged pull requests:

* Native async #766 (gjtorikian)
* Lock to >= Ruby 3.1 #760 (gjtorikian)
* V5 #759 (gjtorikian)
* CLI Args: A New Hope #758 (gjtorikian)

5.0.1 (2022-11-01)

Closed issues:

* QUESTION - ignore-files syntax not ignore entire directories as I would
  expect it to. Is my approach syntax incorrect? #775

Merged pull requests:

* Accept regexp values for ignore-files via CLI #776 (gjtorikian)

(taca)

2022-11-11 13:42:51 UTC MAIN commitmail json YAML

doc: Added devel/ruby-async version 2.2.1

(taca)

2022-11-11 13:42:19 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-async

(taca)

2022-11-11 13:41:34 UTC MAIN commitmail json YAML

devel/ruby-async: add package version 2.2.1

Required by ruby-html-proofer package.

Async

Async is a composable asynchronous I/O framework for Ruby based on io-event
and timers.

    "Lately I've been looking into async, as one of my projects -
    tus-ruby-server - would really benefit from non-blocking I/O.
    It's really beautifully designed." - janko

Features

* Scalable event-driven I/O for Ruby. Thousands of clients per process!
* Light weight fiber-based concurrency. No need for callbacks!
* Multi-thread/process containers for parallelism.
* Growing eco-system of event-driven components.

(taca)

2022-11-11 13:38:42 UTC MAIN commitmail json YAML

doc: Added devel/ruby-io-event version 1.1.2

(taca)

2022-11-11 13:38:25 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-io-event

(taca)

2022-11-11 13:37:40 UTC MAIN commitmail json YAML

devel/ruby-io-event: add package version 1.1.2

Required by ruby-async package.

IO::Event

Provides low level cross-platform primitives for constructing event loops,
with support for select, kqueue, epoll and io_uring.

Motivation

The initial proof-of-concept Async was built on NIO4r.  It was perfectly
acceptable and well tested in production, however being built on libev was a
little bit limiting.  I wanted to directly built my fiber scheduler into the
fabric of the event loop, which is what this gem exposes - it is
specifically implemented to support building event loops beneath the fiber
scheduler interface, providing an efficient C implementation of all the core
operations.

(taca)

2022-11-11 13:30:28 UTC MAIN commitmail json YAML

doc: Added devel/ruby-console version 1.16.2

(taca)

2022-11-11 13:30:14 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-console

(taca)

2022-11-11 13:29:25 UTC MAIN commitmail json YAML

devel/ruby-console: add package version 1.16.2

Required by ruby-async package.

Console

Provides beautiful console logging for Ruby applications.  Implements fast,
buffered log output.

Motivation

When Ruby decided to reverse the order of exception backtraces, I finally
gave up using the built in logging and decided restore sanity to the output
of my programs once and for all!

Features

* Thread safe global logger with per-fiber context.
* Carry along context with nested loggers.
* Enable/disable log levels per-class.
* Detailed logging of exceptions.
* Beautiful logging to the terminal or structured logging using JSON.

(taca)

2022-11-11 13:26:27 UTC MAIN commitmail json YAML

doc: Added devel/ruby-fiber-local version 1.0.0

(taca)

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

devel/Makefile: add and enable ruby-fiber-local

(taca)

2022-11-11 13:25:16 UTC MAIN commitmail json YAML

devel/ruby-fiber-local: add package version 1.0.0

Required by ruby-async package.

Fiber::Local

A module to simplify fiber-local state.

Features

* Easily access fiber-local state from a fiber.
* Default to shared thread-local state.

(taca)

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

doc: Updated devel/hoe to 3.26.0

(taca)

2022-11-11 13:17:35 UTC MAIN commitmail json YAML

devel/hoe: update to 3.26.0

3.26.0 (2022-10-20)

2 minor enhancements:

* Added warning to bundled minitest/test_task.
* Removed dead rcov plugin and added (simple)cov plugin.

1 bug fix:

* Fixed test task load path issue, prepend Hoe.include_dirs to ensure they
  come first.

(taca)

2022-11-11 13:16:14 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.5.3

(taca)

2022-11-11 13:15:39 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.5.3

1.5.3 (2022-10-11)

Fixed

* Fixed installation of the "ruby" platform gem when building from source on
  Fedora.  In v1.5.0..v1.5.2, installation failed on some systems due to the
  behavior of Fedora's pkg-config implementation.  [#355]

(taca)

2022-11-11 13:14:00 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.62.0

(taca)

2022-11-11 13:13:39 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.62.0

5.62.0 (2022-11-01)

* Add back the pg_auto_parameterize extension for automatically using bound
  variables when using postgres adapter with pg driver (jeremyevans)

* Add pg_extended_integer_support extension for customizing behavior when
  literalizing a Ruby integer outside PostgreSQL bigint range (jeremyevans)

* Raise Postgres::IntegerOutsideBigintRange if attempting to literalize a
  Ruby integer outside PostgreSQL bigint range (jeremyevans)

* Add primary_key_lookup_check_values plugin for typecasting and checking
  primary key values during lookup (jeremyevans)

* Setup validation of minimum and maximum values for integer columns in
  auto_validations (jeremyevans)

* Add validates_max_value and validates_min_value to validation_helpers
  (jeremyevans)

* Include :min_value and :max_value schema entries for integer columns on
  most databases (jeremyevans)

* Don't wrap multi-inserts in a transaction when it's not required
  (shannoncole, jeremyevans) (#1945)

* Update mock PostgreSQL adapter to default to PostgreSQL 15 instead of
  PostgreSQL 14 (jeremyevans)

* Support fractional seconds in the named_timezones extension (jeremyevans)
  (#1943)

* Cache reflection datasets in the postgres adapter to improve performance
  (jeremyevans)

* Handle BC dates and timestamps in bound variables when using the
  pg_extended_date_support extension (jeremyevans)

* Correctly format hstore[] types in bound variables on PostgreSQL
  (jeremyevans)

* Fix corner case in eager loading where window function eager limit
  strategy is used, but row number entry is not removed (jeremyevans)

* Support server/shard specific :after_connect and :connect_sqls Database
  options (jeremyevans) (#1935)

(taca)

2022-11-11 13:02:14 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-pg to 1.4.4

(taca)

2022-11-11 13:01:50 UTC MAIN commitmail json YAML

databases/ruby-pg: update to 1.4.4

1.4.4 (2022-10-11)

* Revert to let libpq do the host iteration while connecting.  #485 Ensure
  that parameter `connect_timeout` is still respected.
* Handle multiple hosts in the connection string, where only one host has
  writable session. #476
* Add some useful information to PG::Connection#inspect. #487
* Support new pgresult_stream_any API in sequel_pg-1.17.0. #481
* Update Windows fat binary gem to PostgreSQL-14.5.

(taca)

2022-11-11 12:59:44 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-moneta to 1.5.2

(taca)

2022-11-11 12:59:26 UTC MAIN commitmail json YAML

databases/ruby-moneta: update to 1.5.2

1.5.2 (2022-11-10)

* Proxy - handle returning config when the adapter does not use config
* Avoid calling supports?(:expires) when expiry isn't needed
* Adapters::Mongo - fix merge! behaviour when no values are inserted

(taca)

2022-11-11 11:28:29 UTC MAIN commitmail json YAML

Updated lang/py-libcst, devel/py-stevedore

(adam)

2022-11-11 11:27:50 UTC MAIN commitmail json YAML

py-stevedore: updated to 4.1.1

4.1.1
-----
* Order old importlib-metadata results by group

(adam)

2022-11-11 11:26:10 UTC MAIN commitmail json YAML

py-libcst: updated to 0.4.9

0.4.9
Bump setuptools-rust version

0.4.8
Fixed

Fix parse error message for number parsing
Fix problematic doc build, due to the new builder image provided by readthedocs doesn't has the graphviz-dev package pre-installed any more
Fix docstring of FullRepoManager
Fix bug when TypeOf is one of options in OneOf / AllOf
Tighten the metadata type of ExpressionContextProvider
Fix the bug that the use of formatter in codemods has undetermined target Python version, resulting in hard-to-reason-with behavior

Added

Python 3.11 rutime support
test using python 3.11 beta versions
Python 3.11 wheels
Raise informative exception when metadata is unresolved in a metadata-based match
Add AccessorProvider

(adam)

2022-11-11 10:48:08 UTC MAIN commitmail json YAML

doc: Updated x11/ocaml-lablgtk3 to 3.1.3

(jaapb)

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

Updated x11/ocaml-lablgtk3 to newest version 3.1.3.

This adds compatibility with OCaml 5.0.

(jaapb)

2022-11-11 10:33:11 UTC MAIN commitmail json YAML

doc: Updated lang/camlp5 to 8.00.03

(jaapb)

2022-11-11 10:33:00 UTC MAIN commitmail json YAML

Updated textproc/camlp5 to the latest version, 8.00.03.

This includes several changes, including breaking ones; for full details,
see the changelog in the distribution.

This release adds support for the newest OCaml versions up to 4.14.0.

(jaapb)

2022-11-11 10:30:35 UTC MAIN commitmail json YAML

Added camlp-streams to Makefile SUBDIRs

(jaapb)

2022-11-11 10:29:29 UTC MAIN commitmail json YAML

doc: Added devel/camlp-streams version 5.0.1

(jaapb)

2022-11-11 10:29:11 UTC MAIN commitmail json YAML

Added new package camlp-streams, streaming parser libraries for OCaml.

It's needed as a dependency for the new versions of camlp5 and
ocaml-lablgtk.

(jaapb)

2022-11-11 07:52:15 UTC MAIN commitmail json YAML

devel/py-pip: fix build problem with CHECK_PERMS is yes

There might be better way for python package, it works for me.

(taca)

2022-11-10 23:26:12 UTC MAIN commitmail json YAML

doc: Added sysutils/geteltorito version 0.6

(nikita)

2022-11-10 23:25:49 UTC MAIN commitmail json YAML

Import geteltorito version 0.6 as sysutils/geteltorito.

geteltorito is a small Perl script which will extract
(and display information about) an El Torito boot image
from a real CD or a CD image. This helps you modify the boot
image when you want to burn a modified version of the CD in question.

(nikita)

2022-11-10 22:01:39 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.71.0

(pin)

2022-11-10 22:01:15 UTC MAIN commitmail json YAML

shells/nushell: update to 0.71.0

- New ++ operator (merelymyself)
  In this release, you can now use the ++ operator to append lists together.
  For example, you can combine two lists into a new lists made up of the both
  lists.
  Note: Currently, this operator cannot be used to join two tables. This
  functionality is still being worked on and will likely be present in the
  next version.
- Improved consistency across commands and types
  Nushell continues improve quality of the language and shell with a set of
  consistency improvements in this release. These include:
    - More iterating filter commands now support the $in variable consistently
      (webbedspace)
    - Lists now support upsert (fdncred)
    - merge can now also operate on records (webbedspace)
    - str substring can take ranges (rgwood)
    - from and to now show help info (rgwood)
- Right prompts can now be on the last line (nibon7)
  Previously the right prompt appeared only on the same line where the user
  input started. Now you can choose to place the right prompt part on the last
  line of user input. This feature is not enabled by default, you can enable
  it using the config nu command to modify the config.nu file, just set
  render_right_prompt_on_last_line to true.
- Configuring the default value viewer via display_output hook (perbothner)
  You're now able to configure a new hook, called display_output, which will
  become the default way that you view data.
  Using this, you can for example, use table --expand to always see fully
  expanded tables.
  If your terminal supports it, you can this to render a more full-featured
  output. For example, DomTerm could be used by setting the display_output
  hook to: to html --partial --no-color | domterm hcat, sending html to the
  terminal to be rendered when displaying values.
- Updated PR Review Process
  Recently, we have been fortunate to see a rise in submitted pull requests
  and we are super grateful for this growing desire to improve Nushell.
  Unfortunately, in some cases, a well-intended PR does not match the
  direction Nushell is going, forcing us to close it which leads to wasted
  time and effort. To help focus PRs in the future, we kindly ask potential
  contributors to first reach out to us before making a substantial change to
  Nushell, especially if the change will affect user experience. We updated
  our contributing guide as well as the PR template to reflect this policy.
- Completion actions now more familiar (dandavison)
  We've also recently improved how completions work in Nushell to feel closer
  to how other shells work. Specifically:
    - Completion goes "as far as possible". So, the entire word if there's a
      unique completion, or else up to the shared prefix of possible
      completions.
    - Removes the quick completion behavior whereby a word was completed
      automatically as soon as the input came to have a unique completion.
    - Tab now completes instead of selecting the next menu item (this can be
      configured)
- Breaking changes
    - New --force (-f) flag for the mv command. This change alters mv default
      behavior. By default overwriting existing files is now prevented (You can
      use alias mv = mv -f in you config to get the old defaults back). (#6904)
    - The column name for the command name in $nu.scope.commands has been
      changed from command to name. Thus, $nu.scope.commands | where name =~
      zip would give you specific command info. (#7007)
    - The str distance command now directly returns an Int instead of a record
      {"distance": <Int>} (#6963)
    - The argument order of format filesize was made consistent with other
      commands that accept a CellPath to specify fields that should be affected
      by it. Now the string specifying the format is the first positional
      argument and the cell path is specified in the following positional
      argument(s). (#6879)
    - The --perf flag for Nu was removed as part of an effort to simplify
      diagnostics logging #6834

(pin)

2022-11-10 22:00:09 UTC MAIN commitmail json YAML

doc: Updated net/ncgopher to 0.5.0

(pin)

2022-11-10 21:59:44 UTC MAIN commitmail json YAML

net/ncgopher: update to 0.5.0

New features:
  - New shortcut: 'G' to edit current URL
  - Gemini TLS client certificate support

(pin)

2022-11-10 21:58:36 UTC MAIN commitmail json YAML

doc: Updated www/monolith to 2.7.0

(pin)

2022-11-10 21:58:08 UTC MAIN commitmail json YAML

www/monolith: update to 2.7.0

- Add support for whitelisting and blacklisting domains
- Fix bug that prevented processing of XHTML target documents

(pin)

2022-11-10 21:33:06 UTC MAIN commitmail json YAML

2022-11-10 21:29:26 UTC MAIN commitmail json YAML

doc: Updated x11/libX11 to 1.8.2

(wiz)

2022-11-10 21:29:16 UTC MAIN commitmail json YAML

libX11: update to 1.8.2.

This is primarily a bug fix release, including further work on improving
the thread-safety-constructor and making it work with software which had
incorrectly called libX11 functions from inside X*IfEvent() calls.

Highlights:

* Allow X*IfEvent() to reenter libX11 to avoid deadlock from unsafe
  calls when thread-safety-constructor is enabled (!150).
* Remove Xlib's pthread function stubs - instead use system provided
  threads functions, including linking against any needed pthread
  libraries if thread-safety-constructor is enabled (!155, !156).
* Fix off-by-one error in XKeycodeToKeysym for indexes > 3 (!78).
* Allow XNSpotLocation with OnTheSpot (!127).
* Fix Win32 build when -fno-common is in effect (!140).
* Fix memory leak in XRegisterIMInstantiateCallback (!158).
* Add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ (!144),
  Samogitian E with dot above and macron (!147), Unicode minus sign (!163).
* Change <Compose> <^> <-> to mean superscript minus instead of macron (!162).
* Delete compose sequences that mix top-row digits with numpad digits (!139)
  or mix upper & lower case letters (!144).
* Delete some unuseful compose sequences meant for Bépo layout (!146).
* Delete compose sequences using leftcaret & rightcaret keysyms (!163).
* Remove KOI8-R character set from en_US.UTF-8/XLC_LOCALE (!148).
* Map sr locales to sr_RS compose files (!161).

Complete changelog:

Adam Jackson (1):
      Allow X*IfEvent() to reenter libX11

Adam Sampson (1):
      xkb: Fix off-by-one error in XKeycodeToKeysym

Alan Coopersmith (11):
      xkb: set num_keys when filling in keys in _XkbReadGetNamesReply()
      doc: Document possible return values for XkbGetKeyboard()
      gitlab CI: stop requiring Signed-off-by in commits
      If thread-safety-constructor is enabled, link against pthreads not stubs
      Use same pthread-stubs as libxcb
      COPYING: remove notice for the removed UIThrStubs.c
      Copyright & license cleanup
      man pages: document XCloseIM frees its argument
      Remove NEWS file which only covered 2006 & 2007 releases
      README.md: Add 1.8.2 changes
      libX11 1.8.2

Benno Schulenberg (13):
      nls: delete compose sequences that mix top-row digits with numpad digits
      docs: hard-wrap some items so that Table 2 fits within 80 characters
      docs: remove the unsightly dashes from the overviews of arguments
      docs: replace three placeholders with something that makes sense
      nls: delete some pointless and wrong compose sequences meant for Bépo
      nls: add compose sequences for the double-struck capitals ℕ ℤ ℚ ℝ ℂ
      nls: delete eight sequences that pointlessly mix upper and lower case
      nls: add four sequences for the Samogitian E with dot above and macron
      nls: delete two compose sequences with an anomalous post-fixed breve
      nls: change <Compose> <^> <-> to mean superscript minus instead of macron
      nls: let `<Multi_key> <minus> <underscore>` compose U+2212 (MINUS SIGN)
      nls: remove two compose sequences that use deprecated symbols
      nls: reshuffle a few compose sequences, to have similar ones together

David H. Gutteridge (1):
      configure.ac: report thread safety constructor build status

Jan Tojnar (1):
      nls: Map sr locales to sr_RS compose files

Jon Turney (1):
      Fix Win32 build with -fno-common

Kirill Chibisov (1):
      ximcp/imRm.c: allow XNSpotLocation with OnTheSpot

Matthieu Herrb (1):
      Mention that the predicate function is called with the display lock

Mike FABIAN (1):
      Remove KOI8-R character set from en_US.UTF-8/XLC_LOCALE

Po Lu (1):
      specs: document change in XIMPreeditCallbacks

Thomas E. Dickey (4):
      reduce compiler warnings for macros BufAlloc, Data and Data32 using casts
      use casts to reduce compiler warnings (no object change)
      reduce compiler warnings with casts (no object change)
      fix a memory leak in XRegisterIMInstantiateCallback

(wiz)

2022-11-10 21:12:54 UTC MAIN commitmail json YAML

gitea: use find(1) in a more portable way

Verified on NetBSD, Linux (Debian 10.13), and macOS (all amd64).

No changes to the package observed, so no revision bump.

(khorben)

2022-11-10 19:25:49 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.85

(wiz)

2022-11-10 19:25:25 UTC MAIN commitmail json YAML

nss: update to 3.85.

Changes:
    - Bug 1792821 - Modification of the primes.c and dhe-params.c in order to have better looking tables.
    - Bug 1796815 - Update zlib in NSS to 1.2.13.
    - Bug 1796504 - Skip building modutil and shlibsign when building in Firefox.
    - Bug 1796504 - Use __STDC_VERSION__ rather than __STDC__ as a guard.
    - Bug 1796407 - Fix -Wunused-but-set-variable warning from clang 15.
    - Bug 1796308 - Fix -Wtautological-constant-out-of-range-compare and -Wtype-limits warnings.
    - Bug 1796281 - Followup: add missing stdint.h include.
    - Bug 1796281 - Fix -Wint-to-void-pointer-cast warnings.
    - Bug 1796280 - Fix -Wunused-{function,variable,but-set-variable} warnings on Windows.
    - Bug 1796079 - Fix -Wstring-conversion warnings.
    - Bug 1796075 - Fix -Wempty-body warnings.
    - Bug 1795242 - Fix unused-but-set-parameter warning.
    - Bug 1795241 - Fix unreachable-code warnings.
    - Bug 1795222 - Mark _nss_version_c unused on clang-cl.
    - Bug 1795668 - Remove redundant variable definitions in lowhashtest.
    - No bug - Add note about python executable to build instructions.

(wiz)

2022-11-10 17:36:54 UTC MAIN commitmail json YAML

Updated games/quakespasm to 0.95.1

(snj)

2022-11-10 17:35:54 UTC MAIN commitmail json YAML

quakespasm: update to 0.95.1

Changes in 0.95.1

  * Allow mixing lit and unlit textures in the same map.
  * Water texture mipmapping support - fixes glistening effect on distant
    water.
  * Fix screen flashes in some maps with AMD's new drivers.
  * Defend against zero-sized textures, e.g. __TB_empty in qbj_grue.bsp
  * Fix possible file pointer leak in game load code.
  * Minor code cleanups. Updated third party code, e.g. SDL, music codecs, etc.
  * Thanks to 'temx' for his patches.

Changes in 0.95.0

  * Add support for lit water (patch contributed by Josiah Jack, with fixes
    from Eric Wasylishen.)
  * Add model scale support -- requires protocol 999. (Original patch
    contributed by Josiah Jack with fixes from temx and Andrei Drexler. Thanks
    to Eric Wasylishen, MH and Spike for useful discussions.)
  * Add sv_cheats cvar for 2021 rerelease (patch from Andrei Drexler).
  * Clear the startdemo list on game change (patch by Andrei Drexler).
  * Try light trace from entity origin first (patch by Andrei Drexler).
  * Backport a few fixes to the bundled SDL2-2.0.22 version.

Changes in 0.94.7

  * Fix console history buffer wrapping.
  * Fix wrong external texture use after vid_restart.
  * Update lodepng from mainstream git.
  * Miscellaneous source code cleanups.

Changes in 0.94.6

  * Server protocol size check fixes for sounds and particles.
  * An invalid memory access fix in the jpg screenshot writer.
  * Basic dependency tracking in Makefiles.
  * Backported a few fixes to the bundled SDL2-2.0.22 version.
  * Minor build fix for C++ compilers.
  * Other small improvements elsewhere in the code.

Changes in 0.94.5

  * Compatibility with new SDL2 versioning scheme.
  * Revised min/max/clamp macros' usage.
  * Fixed a potential undefined behavior in R_DrawAliasModel.
  * Fixed parsing of the time argument of svc_fog server message. (it has been
    broken for more than 20 years and has never seem to have been used.)
  * Other small improvements elsewhere in the code.
  * Backported a few fixes to the bundled SDL2-2.0.22 version.

(snj)

2022-11-10 14:59:03 UTC MAIN commitmail json YAML

doc: Updated devel/php-igbinary to 3.2.12

(taca)

2022-11-10 14:58:38 UTC MAIN commitmail json YAML

devel/php-igbinary: update to 3.2.12

3.2.12 (2022-11-07)

* Fix symbol error seen in php 8.2.0 loading zend_class_unserialize_deny,
  due to failing to load a header defining a macro.

(taca)