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 (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:15:40 UTC Now

2023-07-18 15:31:12 UTC MAIN commitmail json YAML

py-invoke: updated to 2.2.0

2.2.0 2023-07-12
[Feature]: Remove the somewhat inaccurate subclass requirement around Config窶冱 .clone(into=...) constructor call. It was broken for certain use cases (such as trying to clone one subclass into a sibling subclass, which would yield a TypeError) and is irrelevant if one is using the new type annotations.
[Support] Make sure py.typed is in our packaging manifest; without it, users working from a regular installation can窶冲 perform type checks. Thanks to Nikita Sobolev for catch & patch.
2.1.3 2023-06-14
[Bug] After the release of 2.1, package-style task modules started looking in the wrong place for project-level config files (inside one窶冱 eg tasks/ dir, instead of next to that dir) due to a subtlety in the new import/discovery mechanism used. This has been fixed. Thanks to Arnaud V. and Hunter Kelly for the reports and to Jesse P. Johnson for initial debugging/diagnosis.
2.1.2 2023-05-15
[Support] Make sure py.typed is in our packaging manifest; without it, users working from a regular installation can窶冲 perform type checks. Thanks to Nikita Sobolev for catch & patch.
2.1.1 2023-05-01
[Bug] Add more rigor around subprocess/runner shutdown to avoid spurious exceptions & also fix downstream issues in libraries like Fabric. Reported by Orlando Rodrテュguez.
[Bug] The importlib upgrade in 2.1 had a corner case bug (regarding from . import <submodule> functionality within package-like task trees) which in turn exposed a false-pass in our test suite. Both have now been fixed. Thanks to Greg Meyer and Robert J. Berger for the bug reports.
2.0.1 2023-04-29
[Bug] Add more rigor around subprocess/runner shutdown to avoid spurious exceptions & also fix downstream issues in libraries like Fabric. Reported by Orlando Rodrテュguez.
[Support] Tweak test suite setup methods to be named setup_method so pytest stops whining about it. Patch via Jesse P. Johnson.
2.1.0 2023-04-28
[Bug] Resolve equality comparison bug for non-collections. Patch via Jesse P. Johnson
[Support] Tweak test suite setup methods to be named setup_method so pytest stops whining about it. Patch via Jesse P. Johnson.
[Support] Implement type hints and type checking tests with mypy to reduce errors and impove code documentation. Patches by Jesse P. Johnson and review by Sam Bull.
[Support] Implement importlib and deprecate imp module. Patches provided by Jesse P. Johnson
2.0.0 2023-01-16
[Support]: Task.argspec has changed its return value; it now returns an inspect.Signature derived from that of the task窶冱 body callable.

(adam)

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

ansible: updated to 8.2.0

v8.2.0

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

chocolatey.chocolatey
- win_chocolatey - add options for specifying checksums
- win_chocolatey_facts - add filter / gather_subset option

community.vmware
- vmware_vasa - added a new module to register/unregister a VASA provider
- vmware_vasa_info - added a new module to gather the information about existing VASA provider(s)

grafana.grafana
- Addition of Grafana Server role by @gardar
- Configurable agent user groups by @NormanJS
- Grafana Plugins support on-prem Grafana installation by @ishanjainn
- Updated Service for flow mode

(adam)

2023-07-18 14:52:21 UTC MAIN commitmail json YAML

doc: Updated games/supertuxkart to 1.4

(ryoon)

2023-07-18 14:51:45 UTC MAIN commitmail json YAML

supertuxkart: Update to 1.4

Changelog:
## SuperTuxKart 1.4 (31. October 2022)
### General
* Lap trial mode, by mrkubax10
* Fix parachute powerup, by heuchi
* Fix gyroscope on walldriving surface, by Benau
* Enable ARMv7 build for Windows, by Benau
* Restore macOS <= 10.14 support, by Benau
* Avoid triggering other goal lines when the goal is already scored, by kimden

### Graphics
* Items and stars animation, by Semphris
* LOD optimization, by Benau
* Implement HiDPI support in SDL2 properly, by Benau
* Beta Vulkan renderer, by Benau
* Make sky particle always fall vertically, by Benau

### Tracks and modeling
* Updated Konqi, by ZAQraven99
* New Godette kart, by ZAQraven99
* Updated Battle Island and Cave X, by Typhon306
* Fix broken invisible wall in Antediluvian Abyss, by Benau
* New textures in Shifting Sands, by KartOym
* Balanced starting positions in all official soccer fields, by Crystal

### Networking
* Add track searching to network track screen, by Benau
* Make limit of players in game configurable, by Waldlaubsaengernest
* Allow using real addon karts (same hitbox and kart type as in local game), by Benau

### User Interface
* Add left side ghost replay difficulties, by ldoyenard

## SuperTuxKart 1.3 (28. September 2021)
### Networking
* Server bookmarks, by Benau

### Graphics
* Introduce render resolution scaling for the modern renderer, by QwertyChouskie and Deve. For users with limited GPU power, this allows to get significant performance (FPS) gains at the cost of image quality. It can also allow additional graphics effects at the same performance. This is especially useful for users with high-resolution and high-DPI screens. The scaling only affects the 3D scene, the UI remains crisp at full-resolution.
* Simplification through removal of unused deprecated graphical effects, by Samuncle
* Many updates to texture-related code, by Benau
* Auto-compute Level of Detail distances for 3D models set to use LOD depending on track complexity, by Samuncle. The geometry level parameter allows partial control over the drawing distances.
* Improved screen space reflection, by QwertyChouskie

### General
* Switch port, by Mary
* Gamepad force feedback support, by Mary
* Highscore screen, by RQWorldblender
* Grand Prix highscores, by mrkubax10
* Updates to the bundled tinygettext library, by Benau
* Enable custom skidding sounds for karts, by Benau
* Greatly sped up loading of tracks with many checklines through optimization, by heuchi
* And many bugfixes and enhancements too small or specific to be detailed

### User Interface
* Display the skin-appropriate iconset without having to restart, by Benau
* Fix some issues with the options menu when used during a pause, by Benau
* Add a confirmation dialog before closing the game through the "go back" key/button, by Benau
* In the result screen, display the race position with a number with 10 karts or more, by mrkubax10
* In the result screen, display the challenge result and the requirements met or failed, by CodingJellyFish
* Many small menu and dialogs improvements, by RQWorldblender and others
* Usability and functionality improvements to the debug menu, by RQWorldblender
* Clickable URLs in text, by Benau

#### In-race UI
* Add visual and sound feedback when a timed challenge or timed game is about to end, by mrkubax10 and Alayan

### Mobile
* Fix a precision issue that caused artefacted shadows, by icecream95 and Benau
#### iOS
* Use MojoAL instead of OpenAL, which iOS currently has issues with, by Benau

### Tracks and modeling
* Alien Signal, by Samuncle
* Ancient Colosseum Labyrinth, by Typhon306
* Improved Las Dunas Soccer, by Benau
* Add lap line extensions to Hacienda, Old Mine, Ravenbridge Mansion and Shifting Sands, by Benau
* New Pepper kart, by ZAQraven99
* Improved Adiumy, Emule, GNU and Sara karts, by ZAQraven99

## SuperTuxKart 1.2 (27. August 2020)

### Networking
* Add support for IPv6 LAN servers, by Benau
* Auto-detect client IPv4 and IPv6 support, by Benau
* Improved server creation speed and performance, by Benau
* Allow to use any addon karts online, on servers with live join enabled, by Benau. The kart has Tux's hitbox.
* Prevent undefined behaviour on battle/soccer servers with an excessive player limit, by Benau
* Use an improved rating formula for ranked play, by Alayan

### General
* Use SDL2 for window creation, allowing better gamepad support, by Benau
* Replace Fribidi by SheeBidi for RTL support, and remove the dependency to libraqm, by Benau
* Add support for in-race messages in scripting, by CodedOre
* Improved tutorial with free-flow racing (no more text interrupts), by CodedOre
* Haiku support, by AlwaysLivid
* Make the game's window resizable in-game, by Benau
* Download addon icons on-demand to speed-up the addons list loading, by Benau
* Allow theming of icons, by QwertyChouskie
* Many many bugfixes and enhancements

### Mobile
* Many minor bugfixes and compatibility enhancements
#### Android
* Use the android app bundle, allowing all tracks to be included, by Benau
* Use the native progress indicator during game data extraction, by Benau
* Add a launch splash screen, by Benau
#### iOS
* Allow server creation in-game by using only one process for client and server, by Benau

### User Interface
* Introduce element padding for skins, by QwertyChouskie
* New Cartoon skin, by LCP (art) and QwertyChouskie (code)
* Allow to rename control configurations, by GuillaumeBft
* Unthrottled keyboard navigations in menus, by Benau
* Show mobile players as such in server lobbies, using an emoji icon, by riso
* Always show the race end times in ms, by Fouks
* SVG icons support, by riso
* New tips for soccer mode
#### In-race UI
* Introduce camera settings in the options screen, by luffah
* More spectator cameras in online spectating, by luffah
* Add a minimap indicator for basketballs, by Alayan
* Add team chat for team games, by Benau
* Show the kart orientation on the soccer minimap, by riso
* Show a message once a goal is made in soccer, by riso

### Tracks and modeling
#### Karts
* New version of Kiki, by Typhon306 and ZAQraven99
* Improved karts, by Crystal
    * Pidgin, Puffy
* Improved beastie animation, by D_ft Kid

(ryoon)

2023-07-18 14:51:22 UTC MAIN commitmail json YAML

doc: Updated games/supertux to 0.6.3

(ryoon)

2023-07-18 14:50:45 UTC MAIN commitmail json YAML

supertux: Update to 0.6.3

Changelog:
SuperTux 0.6.3 (2021-12-22)
---------------------------
The SuperTux team is excited to announce the release of SuperTux 0.6.3 after approximately 1.5 years of development.  This release introduces many new features; perhaps the most new features in a long time!

Some of the most significant changes include:
- WASM compilation! SuperTux nightlies can now be played directly in the browser (thanks to Semphris)
- Added swimming (thanks to Daniel and Zwatotem)
- Added walljumping (thanks to Daniel)
- Autotiles (thanks to Semphris)
- Updated animations (thanks to Alzter, Daniel and RustyBox)
- Refreshed many contrib worldmaps (thanks to Servalot)
- Many updates to paths, with easing, bezier curves, path sharing between objects, and more (thanks to Semphris)
- Remade the crystal tileset (thanks to Alzter and RustyBox)
- Many new snow tiles (thanks to Daniel)
- Many new objects, like the sideways bumper and falling blocks (thanks to Daniel)
- Custom particles (thanks to Semphris)
- A new rublight object (thanks to HybridDog)
- Official binaries for FreeBSD, Linux 32-bit and Ubuntu Touch (thanks to Semphris)
- Added in-game progress statistics (thanks to Semphris)
- New color picker based on OKLab (thanks to HybridDog)
- Add-on creator, to easily create add-on packages with your world (thanks to Semphris)
- Rework of the Revenge in Redmond worldmap (thanks to RustyBox)
- Added timeshift ambience in the worldmap (thanks to Semphris)
- Skippable cutscenes (thanks to Semphris)
- Editor auto-saves at regular intervals (thanks to Semphris)
- Optional integration with Discord (thanks to Semphris)
- Updated translations, of course (thanks to translators)

And these are just the most significant changes; there are plenty of other small features and bugfixes for you all to explore :)

(ryoon)

2023-07-18 14:41:18 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk11 to 1.11.0.19.7

(ryoon)

2023-07-18 14:40:48 UTC MAIN commitmail json YAML

openjdk11: Update to 1.11.0.19.7

Changelog:
Updated BSD port of JDK 11

Additional features include:

    Update to 11.0.19 GA

(ryoon)

2023-07-18 14:40:26 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk8 to 1.8.372

(ryoon)

2023-07-18 14:39:52 UTC MAIN commitmail json YAML

openjdk8: Update to 1.8.372

Changelog:
Updated BSD port of JDK 8

Additional features include:

    Updated to 8u372 GA

(ryoon)

2023-07-18 14:13:24 UTC MAIN commitmail json YAML

2023-07-18 14:11:18 UTC MAIN commitmail json YAML

2023-07-18 14:03:59 UTC MAIN commitmail json YAML

2023-07-18 13:12:34 UTC MAIN commitmail json YAML

ckmame: c++17 -> c++, the build system sets it anyway

(wiz)

2023-07-18 13:01:21 UTC MAIN commitmail json YAML

2023-07-18 12:59:31 UTC MAIN commitmail json YAML

2023-07-18 12:58:53 UTC MAIN commitmail json YAML

cad: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES

(nia)

2023-07-18 12:57:53 UTC MAIN commitmail json YAML

2023-07-18 12:56:07 UTC MAIN commitmail json YAML

2023-07-18 12:49:46 UTC MAIN commitmail json YAML

mk: Add support for USE_CC_FEATURES and USE_CXX_FEATURES to the pkgsrc
infrastructure, as discussed on tech-pkg@.

(nia)

2023-07-18 12:23:49 UTC MAIN commitmail json YAML

Update PLIST.java17-javadoc for openjdk17-1.17.0.7.7

This means java-jna will not fail to package for earlier
versions of openjd17, but better to work with what is in the matching tree

(abs)

2023-07-18 12:20:09 UTC MAIN commitmail json YAML

Reset PKGREVISION on libhighlight update.

(schmonz)

2023-07-18 12:19:51 UTC MAIN commitmail json YAML

doc: Updated textproc/libhighlight to 4.7

(schmonz)

2023-07-18 12:19:41 UTC MAIN commitmail json YAML

Update to 4.7. From the changelog:

- updated astyle lib to version 3.4.1
- CLI: fixed member variable initialization (#143)

(schmonz)

2023-07-18 09:33:18 UTC MAIN commitmail json YAML

devel/got-portable: fix building on Linux.

The compat <sha2.h> header provided by got-portable 0.85+ gets wrongly
included by libmd's <sha256.h>, leading to SHA2_CTX type redefinition.

(vins)

2023-07-18 08:49:24 UTC MAIN commitmail json YAML

Updated www/py-httptools, devel/py-frozenlist

(adam)

2023-07-18 08:49:01 UTC MAIN commitmail json YAML

py-frozenlist: updated to 1.4.0

1.4.0 (2023-07-12)

The published source distribution package became buildable
under Python 3.12.

Bugfixes
- Removed an unused :py:data:`typing.Tuple` import

Deprecations and Removals
- Dropped Python 3.7 support.

(adam)

2023-07-18 08:44:38 UTC MAIN commitmail json YAML

py-httptools: updated to 0.6.0

v0.6.0
Bump bundled llhttp to 8.1.1

(adam)

2023-07-18 08:22:29 UTC MAIN commitmail json YAML

Updated devel/py-execnet, textproc/py-parse

(adam)

2023-07-18 08:22:04 UTC MAIN commitmail json YAML

py-parse: updated to 1.19.1

1.19.1

Add support for sign specifiers in number formats.
Fix handling of unused alignment
modern packaging
universal wheel

(adam)

2023-07-18 08:18:34 UTC MAIN commitmail json YAML

py-execnet: updated to 2.0.2

2.0.2 (2023-07-09)

Re-release without code changes, just to include tox.ini into the source distribution.

2.0.1 (2023-07-08)

Re-release without code changes, just to include docs and tests into the source distribution.

2.0.0 (2023-07-06)

Removed support for Python < 3.7.
Applied pyupgrade --py37-plus.
Minimal mypy fixes and dropped Python 2 support code.
Migrated packaging to hatch.
Dropped deprecated APIs of old makegateway names.
Removed py testing dependency.
Explicitly pass encoding when opening files in the gateway to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1.
Fixed error when loading source code files from a path containing non-ascii characters.

(adam)

2023-07-18 06:56:34 UTC MAIN commitmail json YAML

Removed devel/py-test-cache; Updated devel/py-gitpython

(adam)

2023-07-18 06:56:13 UTC MAIN commitmail json YAML

2023-07-18 06:54:21 UTC MAIN commitmail json YAML

2023-07-18 06:51:36 UTC MAIN commitmail json YAML

py-fastjsonschema: remove py-test-cache from TEST_DEPENDS, it is not needed

(adam)

2023-07-18 06:18:32 UTC MAIN commitmail json YAML

Updated misc/rhash, devel/py-pip

(adam)

2023-07-18 06:18:10 UTC MAIN commitmail json YAML

py-pip: updated to 23.2

23.2 (2023-07-15)
=================

Process
-------

- Deprecate support for eggs for Python 3.11 or later, when the new ``importlib.metadata`` backend is used to load distribution metadata. This only affects the egg *distribution format* (with the ``.egg`` extension); distributions using the ``.egg-info`` *metadata format* (but are not actually eggs) are not affected. For more information about eggs, see `relevant section in the setuptools documentation <https://setuptools.pypa.io/en/stable/deprecated/python_eggs.html>`__.

Deprecations and Removals
-------------------------

- Deprecate legacy version and version specifiers that don't conform to `PEP 440
  <https://peps.python.org/pep-0440/>`_
- ``freeze`` no longer excludes the ``setuptools``, ``distribute``, and ``wheel``
  from the output when running on Python 3.12 or later, where they are not
  included in a virtual environment by default. Use ``--exclude`` if you wish to
  exclude any of these packages.

Features
--------

- make rejection messages slightly different between 1 and 8, so the user can make the difference.

Bug Fixes
---------

- Fix ``pip completion --zsh``.
- Prevent downloading files twice when PEP 658 metadata is present
- Add permission check before configuration
- Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree
- Ignore invalid or unreadable ``origin.json`` files in the cache of locally built wheels.
- Fix installation of packages with PEP658 metadata using non-canonicalized names
- Correctly parse ``dist-info-metadata`` values from JSON-format index data.
- Fail with an error if the ``--python`` option is specified after the subcommand name.
- Fix slowness when using ``importlib.metadata`` (the default way for pip to read metadata in Python 3.11+) and there is a large overlap between already installed and to-be-installed packages.
- Pass the ``-r`` flag to mercurial to be explicit that a revision is passed and protect
  against ``hg`` options injection as part of VCS URLs. Users that do not have control on
  VCS URLs passed to pip are advised to upgrade.

Vendored Libraries
------------------

- Upgrade certifi to 2023.5.7
- Upgrade platformdirs to 3.8.1
- Upgrade pygments to 2.15.1
- Upgrade pyparsing to 3.1.0
- Upgrade Requests to 2.31.0
- Upgrade rich to 13.4.2
- Upgrade setuptools to 68.0.0
- Updated typing_extensions to 4.6.0
- Upgrade typing_extensions to 4.7.1
- Upgrade urllib3 to 1.26.16

(adam)

2023-07-18 06:15:27 UTC MAIN commitmail json YAML

lgogdownloader: revbump for rhash

(adam)

2023-07-18 06:14:50 UTC MAIN commitmail json YAML

cmake: revbump for rhash

(adam)

2023-07-18 06:13:51 UTC MAIN commitmail json YAML

rhash: updated to 1.4.4

RHash v1.4.4

New option --unverified to print unverified files
New option --missing to print missing files
New printf-format directive '%d' to print file directory
Print the algorithms being calculated on -vv
Renamed --maxdepth option to --max-depth
Support leading and trailing spaces in a file names
Support escaping of special characters in file paths
Change the simple file format to fit the sfv format
LibRHash: Remove obsolete rhash_timer functions (API breaking change)
Bugfix: Fix slash usage with wilcards on Windows

(adam)

2023-07-18 04:59:31 UTC MAIN commitmail json YAML

Updated net/cppzmq, devel/spdlog

(adam)

2023-07-18 04:59:01 UTC MAIN commitmail json YAML

spdlog: updated to 1.12.0

1.12.0

Support for external fmtlib versions 10.x
Better support for std::format
Added new qt color sink. Logs to QTextEdit widget with some nice colors.
Update #include to a deprecated fmt header
Fixes and impovements to dup_filter_sink
Fix unnecessary empty backtrace begin/end logs
Fixed variable name in msvc_sink
Add system includes (SPDLOG_SYSTEM_INCLUDES) cmake option
Improve dequeue of the async queue
Fix tcp_client sink for FreeBSD
Support linux/musl libc
Support newlib C library configurations without tm_gmtoff field
Fix type of event id in win_eventlog_sink
Fix -Wshadow warnings in spdlog::sinks::dist_sink
Spelling corrections
Add sync() function to file_helper
Add a trivial callback_sink
Fix unexpected delimiter at start of line in to_hex formatter
Fix MinGW build issue on example
Add optional TID definition to the systemd sink
Added apply_logger_env_levels()
Support utf8 in msvc_sink
Better handling of utf to wchar (66407f5).
Use catch v3 for tests
New kafka sink
Fix os namespace in systemd_sink.h
Enable systemd_sink tests in linux pipeline
Fix stdout_sink_base::log's fflush() behaviour inconsistency
Fix for missing pthread_threadid_np in macOS < 10.6 and PowerPC
Fix ringbuffer_sink moving warning
Update INSTALL doc
Fix warning in qt_sinks.h
Remove IPv4 limitation from tcp_client
Fix android sink when message is not loggable

(adam)

2023-07-18 04:53:45 UTC MAIN commitmail json YAML

cppzmq: updated to 4.10.0

v4.10.0
Changes:

message_t::rebuild with string argument, like the constructor
Add DRAFT socket options for libzmq 4.3.2-4
Add function for adding file descriptor to poller_t
Fix noexcept warnings
Disambiguation from other max functions

(adam)

2023-07-18 04:43:50 UTC MAIN commitmail json YAML

Updated textproc/py-yaml, sysutils/ansible-core, www/py-widgetsnbextension, misc/py-lazy_loader

(adam)

2023-07-18 04:43:22 UTC MAIN commitmail json YAML

py-lazy_loader: updated to 0.3

v0.3
- Announce Python 3.12 support
- Ignore B028
- Use dependabot to update requirements
- Use dependabot to update GH actions
- Use ruff
- Update requirements
- Warn and discourage lazy.load of subpackages
- Test on Python 3.12.0-beta.2

(adam)

2023-07-18 04:39:14 UTC MAIN commitmail json YAML

py-widgetsnbextension: updated to 4.0.8

4.0.8
Unknown changes

(adam)

2023-07-18 04:36:31 UTC MAIN commitmail json YAML

ansible-core: updated to 2.15.2

v2.15.2
=======

Minor Changes
-------------
- Utilize gpg check provided internally by the ``transaction.run`` method as oppose to calling it manually.
- ansible-test - Add Fedora 38 remote.
- ansible-test - Use a context manager to perform cleanup at exit instead of using the built-in ``atexit`` module.
- dnf5 - enable environment groups installation testing in CI as its support was added.
- dnf5 - enable now implemented ``cacheonly`` functionality

Bugfixes
--------
- From issue https://github.com/ansible/ansible/issues/80880, when notifying a handler from another handler, handler notifications must be registered immediately as the flush_handler call is not recursive.
- ansible-galaxy - Fix issue installing collections containing directories with more than 100 characters on python versions before 3.10.6
- paramiko_ssh, psrp, and ssh connection plugins - ensure that all values for options that should be strings are actually converted to strings (https://github.com/ansible/ansible/pull/81029).
- templating - In the template action and lookup, use local jinja2 environment overlay overrides instead of mutating the templars environment

Known Issues
------------
- ansible-test - The Fedora 37 remote is known to occasionally hang during boot. It is no longer routinely tested as a result. If possible, use the Fedora 38 remote instead.

(adam)

2023-07-18 04:34:33 UTC MAIN commitmail json YAML

py-yaml: updated to 6.0.1

6.0.1
pin Cython build dep to < 3.0

(adam)

2023-07-18 01:16:54 UTC MAIN commitmail json YAML

note version bump of security/go-getpass

(jschauma)

2023-07-18 01:15:41 UTC MAIN commitmail json YAML

2023-07-17 22:08:13 UTC MAIN commitmail json YAML

*: Remove hacks for GCC versions prior to 3

(nia)

2023-07-17 22:00:25 UTC MAIN commitmail json YAML

2023-07-17 21:59:46 UTC MAIN commitmail json YAML

openjdk17: restore checksums

(tnn)

2023-07-17 21:07:58 UTC MAIN commitmail json YAML

2023-07-17 20:47:52 UTC MAIN commitmail json YAML

doc: Updated textproc/jless to 0.9.0

(pin)

2023-07-17 20:47:18 UTC MAIN commitmail json YAML

textproc/jless: update to 0.9.0

v0.9.0 (2023-07-16)
==================

New features:
- A new command `ys` will copy unescaped string literals to the
  clipboard. Control characters remain escaped.
- The length of Arrays and size of Objects is now shown before the
  container previews, e.g., (`foo: (3) ["apple", "banana", "cherry"]`)
- Add a new family of "print" commands, that nearly map to the existing
  copy commands, that will simply print a value to the screen. This is
  useful for viewing the entirety of long string values all at once, or
  if the clipboard functionality is not working; mouse-tracking will be
  temporarily disabled, allowing you to use your terminal's native
  clipboard capabilities to select and copy the desired text.
- Support showing line numbers, both absolute and/or relative. Absolute
  line numbers refer to what line number a given node would appear on if
  the document were pretty printed. This means there are discontinuities
  when in data mode because closing brackets and braces aren't
  displayed. Relative line numbers show how far a line is relative to
  the currently focused line. The behavior of the various combinations
  of these settings matches vim: when using just relative line numbers
  alone, the focused line will show `0`, but when both flags are enabled
  the focused line will show its absolute line number.
  - Absolute line numbers are enabled by default, but not relative line
    numbers. These can be enabled/disabled/re-enabled via command line
    flags `--line-numbers`, `--no-line-numbers`,
    `--relative-line-numbers` and `--no-relative-line-numbers`, or via
    the short flags `-n`, `-N`, `-r`, and `-R` respectively.
  - These settings can also be modified while jless is running. Entering
    `:set number`/`:set relativenumber` will enable these settings,
    `:set nonumber`/`:set norelativenumber` will disable them, and
    `:set number!`/`:set relativenumber!` will toggle them, matching
    vim's behavior.
  - There is not yet support for a jless config file, so if you would
    like relative line numbers by default, it is recommended to set up
    an alias: `alias jless=jless --line-numbers --relative-line-numbers`.
- You can jump to an exact line number using `<count>g` or `<count>G`.
  When using `<count>g` (lowercase 'g'), if the desired line number is
  hidden inside of a collapsed container, the last visible line number
  before the desired one will be focused. When using `<count>G`
  (uppercase 'G'), all the ancestors of the desired line will be
  expanded to ensure it is visible.
- Add `C` and `E` commands, analagous to the existing `c` and `e`
  commands, to deeply collapse/expand a node and all its siblings.

Improvements:
- In data mode, when a array element is focused, the highlighting on the
  index label (e.g., "[8]") is now inverted. Additionally, a 'â–¶' is
  always displayed next to the currently focused line, even if the
  focused node is a primitive. Together these changes should make it
  more clear which line is focused, especially when the terminal's
  current style doesn't support dimming (`ESC [ 2 m`).
- When using the `c` and `e` commands (and the new `C` and `E`
  commands), the focused row will stay at the same spot on the screen.
  (Previously jless would try to keep the same row visible at the top of
  the screen, which didn't make sense.)

Bug fixes:
- Scrolling with the mouse will now move the viewing window, rather than
  the cursor.
- When searching, jless will do a better job jumping to the first match
  after the cursor; previously if a user started a search while focused
  on the opening of a Object or Array, any matches inside that container
  were initially skipped over.
- When jumping to a search match that is inside a collapsed container,
  search matches will continue to be highlighted after expanding the
  container.
- [Issue #71 / PR #98]: jless will return a non-zero exit code if it
  fails to parse the input.

Other notes:
- The minimum supported Rust version has been updated to 1.67.
- jless now re-renders the screen by emitting "clear line" escape codes
  (`ESC [ 2 K`) for each line, instead of a single "clear screen" escape
  code (`ESC [ 2 J`), in the hopes of reducing flicking when scrolling.

(pin)

2023-07-17 20:26:32 UTC MAIN commitmail json YAML

doc: Updated games/openttd to 13.3

(triaxx)

2023-07-17 20:26:09 UTC MAIN commitmail json YAML

2023-07-17 19:52:01 UTC MAIN commitmail json YAML

Updated parallel/py-threadpoolctl, math/py-scikit-learn

(adam)

2023-07-17 19:51:04 UTC MAIN commitmail json YAML

py-scikit-learn: updated to 1.3.0

1.3.0

Metadata Routing
HDBSCAN: hierarchical density-based clustering
TargetEncoder: a new category encoding strategy
Missing values support in decision trees
New display model_selection.ValidationCurveDisplay
Gamma loss for gradient boosting
Grouping infrequent categories in preprocessing.OrdinalEncoder

(adam)

2023-07-17 19:41:51 UTC MAIN commitmail json YAML

doc: Updated games/openrct2 to 0.2.5

(triaxx)

2023-07-17 19:41:15 UTC MAIN commitmail json YAML

openrct2: Update to 0.2.5

pkgsrc changes:
---------------
  * Remove patches which have been merged upstream.
  * Update versions incrementally since the last one does not work.

upstream changes:
-----------------
0.2.5 (2020-03-24)
------------------------------------------------------------------------
- Feature: [#3154] Use a random title sequence each time it is shown.
- Feature: [#6553] Android version now runs in full screen.
- Feature: [#7865] Transport rides can now be synchronised.
- Feature: [#9073] Shortcut keys for the Tile Inspector.
- Feature: [#10305] Add two shortcuts for increasing and decreasing the scaling factor.
- Feature: [#10189] Make Track Designs work in multiplayer.
- Feature: [#10357] Added window for scenery scatter tool, allowing for area and density selection.
- Feature: [#10637] Console command to remove all floating objects.
- Change: [#1164] Use available translations for shortcut key bindings.
- Change: [#10997] Speed is automatically reset to normal upon scenario completion.
- Fix: [#2485] Hide Vertical Faces not applied to the edges of water.
- Fix: [#5249] No collision detection when building ride entrance at heights > 85.5m.
- Fix: [#6766] Changelog window doesn't open on some platforms.
- Fix: [#7784] Vehicle tab takes 1st car colour instead of tab_vehicle's colour.
- Fix: [#7854] Cannot build a custom spiral roller coaster design.
- Fix: [#7854] Empty entries in spiral roller coaster designs list.
- Fix: [#8151] Game freezes upon demolishing mazes at odd heights.
- Fix: [#8875] RCT1 competition scenarios are classified incorrectly.
- Fix: [#10176] Mistake in the sprite for the land tool's 6x6 grid.
- Fix: [#10196] Doors unable to be placed at end of track corners.
- Fix: [#10228] Can't import RCT1 Deluxe from Steam.
- Fix: [#10313] Path furniture can be placed on level crossings.
- Fix: [#10325] Crash when banners have no text.
- Fix: [#10376] No ratings generated when a shop and track intersect.
- Fix: [#10420] Money effect causing false positive desync.
- Fix: [#10477] Large Scenery cannot be placed higher using SHIFT.
- Fix: [#10489] Hosts last player action not being synchronized.
- Fix: [#10543] Secondary shop item prices are not imported correctly from RCT1 saves.
- Fix: [#10547] RCT1 parks have too many rides available.
- Fix: [#10587] Update last action coordinates on correct player.
- Fix: [#10631] Game bugs out and crashes if you get too many stations via copying stations with the tile inspector.
- Fix: [#10662] Duck cheat tooltips look odd and do not explain anything.
- Fix: [#10694] The lift hill speed of the flying roller coaster cannot be changed (original bug).
- Fix: [#10705] Apply multithreaded rendering to all viewports.
- Fix: [#10739] Mountain tool overlay for even-numbered selections.
- Fix: [#10752] Mute button state not correctly set at startup.
- Fix: [#10822] Can place too many peep spawns.
- Fix: [#10898] Banner text has an offset in tile inspector window.
- Fix: [#10904] RCT1/LL-scenarios with red water won't open.
- Fix: [#10941] The Clear Scenery tool gives refunds for ghost elements.
- Fix: [#10963] Light effects are drawn off-centre in some rotations.
- Fix: [#10993] Bottom toolbar not refreshing when a guest leaves the park.
- Fix: [#11001] Rides list does not use natural sorting.
- Fix: [objects#54] Stage Coach cars are not considered covered by the game.
- Fix: [objects#56] Handymen cut grass incorrectly.
- Improved: [#682] The staff patrol area is now drawn on the water, instead of on the surface under water.
- Improved: [#10858] Added horizontal grid lines to finance charts.
- Improved: [#10884] Added y-axes and labels to park window charts.
- Improved: [#10970] Introduced optional light effects for vehicles at night.
- Removed: [#6898] LOADMM and LOADRCT1 title sequence commands (use LOADSC instead).

(triaxx)

2023-07-17 19:41:04 UTC MAIN commitmail json YAML

py-threadpoolctl: updated to 3.2.0

3.2.0 (2023-07-13)
==================

- Dropped support for Python 3.6 and 3.7.

- Added support for custom library controllers. Custom controllers must inherit from
  the `threadpoolctl.LibController` class and be registered to threadpoolctl using the
  `threadpoolctl.register` function.
  https://github.com/joblib/threadpoolctl/pull/138

- A warning is raised on macOS when threadpoolctl finds both Intel OpenMP and LLVM
  OpenMP runtimes loaded simultaneously by the same Python program. See details and
  workarounds at https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md.
  https://github.com/joblib/threadpoolctl/pull/142

(adam)

2023-07-17 19:39:56 UTC MAIN commitmail json YAML

2023-07-17 19:37:55 UTC MAIN commitmail json YAML

Updated graphics/tesseract, databases/hiredis

(adam)

2023-07-17 19:37:34 UTC MAIN commitmail json YAML

hiredis: updated to 1.2.0

v1.2.0 with with new adapters, and a great many bug fixes.

�泅� New Features

- Add sdevent adapter @Oipo
- Allow specifying the keepalive interval @michael-grunder
- Add RedisModule adapter @tezc
- Helper for setting TCP_USER_TIMEOUT socket option @zuiderkwast

�汾� Bug Fixes

- Fix a typo in b6a052f. @yossigo
- Fix wincrypt symbols conflict @hudayou
- Don't attempt to set a timeout if we are in an error state. @michael-grunder
- Accept -nan per the RESP3 spec recommendation. @michael-grunder
- Fix colliding option values @zuiderkwast
- Ensure functionality without `_MSC_VER` definition @windyakin

�洫ー Maintenance

- Add a test for the TCP_USER_TIMEOUT option. @michael-grunder
- Add -Werror as a default. @yossigo
- CI: Update homebrew Redis version. @yossigo
- Fix typo in makefile. @michael-grunder
- Write a version file for the CMake package @Neverlord
- CMakeLists.txt: respect BUILD_SHARED_LIBS @ffontaine
- Cmake static or shared @autoantwort
- fix typo @tillkruss
- Add a test ensuring we don't clobber connection error. @michael-grunder
- Search for openssl on macOS @michael-grunder

(adam)

2023-07-17 19:33:04 UTC MAIN commitmail json YAML

tesseract: updated to 5.3.2

5.3.2

fix: Fix snap package building
Support for Sgaw and W Pwo Karen languages in the Myanmar validator.
Replace bool array by more compact vector
Replace deprecated sprintf
Improve format of logging from lstmtraining
Clean code
Abort with error message if OSD is requested with LSTM-only model
Fix typos

(adam)

2023-07-17 19:26:37 UTC MAIN commitmail json YAML

py-scipy: revert removal of patch-scipy_spatial___ckdtree.pyx

This patch is still needed. Updated patch comment to clarify.

(tnn)

2023-07-17 19:18:07 UTC MAIN commitmail json YAML

Updated devel/py-aenum, devel/py-project-api

(adam)

2023-07-17 19:17:43 UTC MAIN commitmail json YAML

py-project-api: updated to 1.5.3

1.5.3
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
Fix read_line to raise EOFError if nothing was read

(adam)

2023-07-17 19:15:10 UTC MAIN commitmail json YAML

2023-07-17 19:11:19 UTC MAIN commitmail json YAML

Updated devel/py-pybind11, net/py-unearth

(adam)

2023-07-17 19:11:01 UTC MAIN commitmail json YAML

py-unearth: updated to 0.9.3

0.9.3

Bug Fixes

Migrate from deprecated pdm.pep517 to pdm.backend
Tolerate invalid python requires

(adam)

2023-07-17 19:08:10 UTC MAIN commitmail json YAML

py-pybind11: updated to 2.11.1

Version 2.11.1

Changes:

PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF is now provided as an option for disabling the default-on PyGILState_Check()'s in pybind11::handle's inc_ref() & dec_ref().

PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF was disabled for PyPy in general (not just PyPy Windows).

Version 2.11.0

New features:

The newly added pybind11::detail::is_move_constructible trait can be specialized for cases in which std::is_move_constructible does not work as needed. This is very similar to the long-established pybind11::detail::is_copy_constructible.
Introduce recursive_container_traits.
pybind11/type_caster_pyobject_ptr.h was added to support automatic wrapping of APIs that make use of PyObject *. This header needs to included explicitly (i.e. it is not included implicitly with pybind/pybind11.h).
format_descriptor<> & npy_format_descriptor<> PyObject * specializations were added. The latter enables py::array_t<PyObject *> to/from-python conversions.
buffer_info gained an item_type_is_equivalent_to<T>() member function.
The capsule API gained a user-friendly constructor (py::capsule(ptr, "name", dtor)).

Changes:

PyGILState_Check()'s in pybind11::handle's inc_ref() & dec_ref() are now enabled by default again.
py::initialize_interpreter() using PyConfig_InitPythonConfig() instead of PyConfig_InitIsolatedConfig(), to obtain complete sys.path.
Cast errors now always include Python type information, even if PYBIND11_DETAILED_ERROR_MESSAGES is not defined. This increases binary sizes slightly (~1.5%) but the error messages are much more informative.
The docstring generation for the std::array-list caster was fixed. Previously, signatures included the size of the list in a non-standard, non-spec compliant way. The new format conforms to PEP 593. Tooling for processing the docstrings may need to be updated accordingly.
Setter return values (which are inaccessible for all practical purposes) are no longer converted to Python (only to be discarded).
Allow lambda specified to function definition to be noexcept(true) in C++17.
Get rid of recursive template instantiations for concatenating type signatures on C++17 and higher.
Compatibility with Python 3.12 (beta). Note that the minimum pybind11 ABI version for Python 3.12 is version 5. (The default ABI version for Python versions up to and including 3.11 is still version 4.).
With PYBIND11_INTERNALS_VERSION 5 (default for Python 3.12+), MSVC builds use std::hash<std::type_index> and std::equal_to<std::type_index> instead of string-based type comparisons. This resolves issues when binding types defined in the unnamed namespace.
Python exception __notes__ (introduced with Python 3.11) are now added to the error_already_set::what() output.

Build system improvements:

CMake 3.27 support was added, CMake 3.4 support was dropped. FindPython will be used if FindPythonInterp is not present.
Update clang-tidy to 15 in CI.
Moved the linting framework over to Ruff.
Skip lto checks and target generation when CMAKE_INTERPROCEDURAL_OPTIMIZATION is defined.
No longer inject -stdlib=libc++, not needed for modern Pythons (macOS 10.9+).
PyPy 3.10 support was added, PyPy 3.7 support was dropped.
Testing with Python 3.12 beta releases was added.

(adam)

2023-07-17 16:10:29 UTC MAIN commitmail json YAML

Added time/py-time-machine; Updated devel/py-virtualenv

(adam)

2023-07-17 16:10:10 UTC MAIN commitmail json YAML

py-virtualenv: updated to 20.24.0

v20.24.0 (2023-07-14)

Features

Export the prompt prefix as VIRTUAL_ENV_PROMPT when activating a virtual environment

Bugfixes

Fix test suite
Upgrade embedded wheels:
setuptools to 68.0.0 from 67.8.0

(adam)

2023-07-17 16:08:31 UTC MAIN commitmail json YAML

2023-07-17 15:11:47 UTC MAIN commitmail json YAML

firefox91: Note to users why this package remains

(nia)

2023-07-17 15:09:59 UTC MAIN commitmail json YAML

Updated devel/py-distlib, devel/py-test-subtests

(adam)

2023-07-17 15:09:37 UTC MAIN commitmail json YAML

py-test-subtests: updated to 0.11.0

0.11.0 (2023-05-15)
-------------------
* Logging is displayed for failing subtests
* Passing subtests no longer turn the pytest output to yellow (as if warnings have been issued)
* Now the ``msg`` contents of a subtest is displayed when running pytest with ``-v``

(adam)

2023-07-17 14:58:09 UTC MAIN commitmail json YAML

py-distlib: updated to 0.3.7

0.3.7

- database

    - Handle newlines when parsing metadata.

- markers

    - Use version comparison logic for python_full_version. Thanks to Albert
      Peschar for the patch.

    - Simplify code with a set comprehension. Thanks to Christian Clauss for
      the patch.

- scripts

    - Fix shebang computation for source builds of Python. Thanks to Eli
      Schwartz for the patch.

- util

    - Extract tarfiles more safely by incorporating tarfile filters. Thanks to
      Petr Viktorin for the patch.

    - Check for 'has_cert' attribute before using it. Thanks to Lumir Balhar for
      the patch.

    - Fix: Handle parsing of export entries to allow script names such as
      "," or ",foo". Thanks to Flavio Amurrio for the report.

- versions

    - Fix: Improve conformance to PEP440. Thanks to GitHub user con-f-use
      for the report.

In addition to the above, an SPDX license identifier is now used.

(adam)

2023-07-17 14:45:20 UTC MAIN commitmail json YAML

doc: Updated graphics/lcms2 to 2.15

(ryoon)

2023-07-17 14:43:30 UTC MAIN commitmail json YAML

Updated devel/py-trio, security/py-trustme

(adam)

2023-07-17 14:42:51 UTC MAIN commitmail json YAML

py-trustme: updated to 1.1.0

1.1.0
Drop Python 3.7, add PyPy 3.10 and CPython 3.12

(adam)

2023-07-17 14:41:56 UTC MAIN commitmail json YAML

lcms2: Update to 2.15

Changelog:
-----------------------
2.15 Maintenance release
-----------------------
New MESON build system, many thanks to amispark and Lovell Fuller for bringing this.
Fixed a bug that caused memory corruption on colord
cmsReadRawTag can read portions  of tags again. Removing this caused colord to segfault when dumping profiles
Added more checks based of fuzzer discoveries.
MSYS2 can now compile lcms2
Checked on Apple Silicon M1 and M2
Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector

(ryoon)

2023-07-17 14:40:14 UTC MAIN commitmail json YAML

py-trio: updated to 0.22.2

Trio 0.22.2 (2023-07-13)
------------------------
Bugfixes
- Fix ``PermissionError`` when importing `trio` due to trying to access ``pthread``.

(adam)

2023-07-17 14:32:58 UTC MAIN commitmail json YAML

doc: Updated misc/libreoffice to 7.5.4.2

(ryoon)

2023-07-17 14:30:50 UTC MAIN commitmail json YAML

libreoffice: Update to 7.5.4.2

Changelog:
7.5.4.2:
Bugs fixed compared to 7.5.4 RC1:

1. tdf#114286 Move uno command entries from module specific xcu file to
    GenericCommands.xcu [Julien Nabet]
2. tdf#155346 CRASH: trying to copy/paste protected content [Michael Stahl]
3. tdf#155350 Autocorrect does not work in comments (gtk3) [Caol??n McNamara]
4. tdf#155436 CRASH: exporting to PDF [Michael Stahl]

7.5.4.1:
Bugs fixed compared to 7.5.3 RC2:

1. ofz#58551 conditional jump or move depends on uninitialised value [Caol??n
    McNamara]
2. tdf#41304 EDITING: Cell formula shown without colors, colored frames
    missing around referenced cells (see comment 17) [Eike Rathke]
3. tdf#91332 Saving XLSX File Removes textbox Linked to Other Tabs [T??nde T??
    th]
4. tdf#103890 cut paste formula rewrite [Eike Rathke]
5. tdf#104011 FORMCONTROLS. Dialog editor causes crash with Fatal Error when
    adding a Combo Box from FormControls toolbar. [Caol??n McNamara]
6. tdf#105931 Add function to Calc that rounds to significant digits [Eike
    Rathke]
7. tdf#116451 XML Form Document: Adding two values of decimal-fields gives
    wrong decimalseparator [Julien Nabet]
8. tdf#119565 FILESAVE XLSX Line property of shape inherited from theme lost
    [T??nde T??th]
9. tdf#119659 LOOKUP function >> application crashes, if "Result vector"
    argument is array of constant with more than one value in search direction,
    and search value is out of vector [Eike Rathke]
10. tdf#124286 ROUNDDOWN is inaccurate with decimal numbers [Eike Rathke]
11. tdf#127322 Gallery: Insert items as background does no longer work [Justin
    Luth]
12. tdf#129813 automatic splits in conditional formating cant be undone with
    ctrl + z [Tibor Nagy]
13. tdf#129814 conditional formatting rules split when they shouldnt [Tibor
    Nagy]
14. tdf#131722 FILEOPEN DOCX Date picker control placeholder texts first
    character goes out of the control [Czeber L??szl?? ?d??m]
15. tdf#138093 FILEOPEN DOCX Date selector control resets to year 1900 if
    placed inside table [Czeber L??szl?? ?d??m]
16. tdf#138220 calc: calculation: roundup: rounddown: fail in 7.1 alpha [Eike
    Rathke]
17. tdf#138512 CRASH: Changing vertical alignment (GTK3) [Caol??n McNamara]
18. tdf#140730 UI, keyboard: Form field properties dialog does not get keyboard
    focus when it opens [Michael Weghorn]
19. tdf#144494 Resizing image causes hang (see comment 2) [Michael Stahl]
20. tdf#144547 Editing a multi-line formula, changing a cell reference on
    another than the first line with drag & drop it is repeated forever in the
    formula's first line [Eike Rathke]
21. tdf#146068 Calc crashes when trend line using MA(central) lacks data [Caol
    ??n McNamara]
22. tdf#147526 Basic Macro manipulating text table crashes LibreOffice Writer
    [Caol??n McNamara]
23. tdf#150149 Repeated heading does not save consistently in a section with
    columns [L??szl?? N??meth]
24. tdf#151715 Tabbed UI: opening a read-only file (XLS or XLSX from mail) and
    switching to edit, buttons remain disabled [Michael Stahl]
25. tdf#151974 "Send outline to clipboard" and pasting indents previous
    headings [Vasily Melenchuk]
26. tdf#152173 [macOS 13] Tooltips bring out-of-focus LO windows to
    second-to-last position [Patrick Luby]
27. tdf#152246 Wrong horizontal position for the RTL content control fields in
    the exported PDF file [Hossein]
28. tdf#152577 Database range disappears when deleting a sheet it doesn't
    belong to [T??nde T??th]
29. tdf#152625 Table / column / row selection cursors are invisible on black
    background [Rizal Muttaqin, Caol??n McNamara]
30. tdf#152974 Forms: Borders of text controls switch to 3D if form has been
    edited in LO 7.5.0.1 and reopened in older versions [Caol??n McNamara]
31. tdf#152980 LibreOffice is modifying a cell entry (text) after saving to
    XLSX format [Czeber L??szl?? ?d??m]
32. tdf#153004 Copying content to a table without an auto value primary key
    gives an error but copies the whole content [Julien Nabet]
33. tdf#153016 Duplicated comment with action description "Comment added" in
    .doc file with track changes on [L??szl?? N??meth]
34. tdf#153543 shell constant vbMinimizedFocus shows syntax error [Andreas
    Heinisch]
35. tdf#153790 Unnecessary 3D sheet reference in end part of reference after
    cut and paste [Eike Rathke]
36. tdf#153839 Exporting to xhtml results in most of the tags and content in
    one single line [Michael Stahl, Franklin Weng]
37. tdf#154363 FILEOPEN PPTX Connectors are attached to the wrong side of
    rectangle shape [Tibor Nagy]
38. tdf#154469 FILESAVE DOCX Hyperlink in grouped shape not exported [T??nde T
    ??th]
39. tdf#154478 Fileopen DOCX: Comments empty after ToC [Jaume Pujantell]
40. tdf#154481 Fileopen DOCX: Last pages cut after grouped shape [Attila Bakos
    (NISZ)]
41. tdf#154535 XML Form Document: Useless Binding created for Root Instance
    [Caol??n McNamara]
42. tdf#154703 META Export DOCX flies with framePr instead of DrawingDML
    [Justin Luth]
43. tdf#154734 XML Form Document: All binded fields will be shown as fields
    with wrong content - except fields, which have wrong content. [Julien
    Nabet]
44. tdf#154761 Different table indentation, when exported to HTML, is shown
    identically in browser [Mike Kaganski]
45. tdf#154773 Symbols dialog in Math does not respect dark mode [Rafael Lima]
46. tdf#154774 Preview in Spacing dialog does not respect dark mode [Rizal
    Muttaqin]
47. tdf#154792 Calc Round Down is Rounding Up for some values. [Eike Rathke]
48. tdf#154817 Direct paragraph formatting using Paragraph dialog always adds
    'Fill Gradient Name' and 'Fill Hatch Name' to paragraph direct formatting
    [Justin Luth]
49. tdf#154825 Edit Sections: Hide Status is not reflected in Icons (hidden/
    unhidden) except Karasa Jaga and Sukapura [Rizal Muttaqin]
50. tdf#154855 FILESAVE DOCX "Layout in table cell" setting lost with "in front
    of text" shape [Miklos Vajna]
51. tdf#154859 Delete row, deleting content within row if table cell content is
    added with track changes record enabled & row being deleted with track
    changes record still enabled [L??szl?? N??meth]
52. tdf#154870 Line cap style label greyed out in sidebar even though still
    functional and applicable [Caol??n McNamara]
53. tdf#154877 Ctrl-A does not select frame text when document contains hidden
    paragraph [Michael Stahl]
54. tdf#154882 New Table Styles in Impress does not save font color in top-left
    cell [Maxim Monastirsky]
55. tdf#154884 Favorite Special characters: add multiple entries of the same
    character [Mike Kaganski]
56. tdf#154906 When copying a conditional format, the display results in an
    error in Calc [Tibor Nagy]
57. tdf#154958 Linux, GTK: Format ?? Paragraph ?? Proportional shows default
    6%. [Caol??n McNamara]
58. tdf#154976 Modified cursor icons hard to see with black page (Colibre Dark
    in Draw) [Rizal Muttaqin]
59. tdf#154989 Text duplicated in XHTML export [Svante Schubert]
60. tdf#155028 Crash in: `anonymous namespace'::lcl_PasteFlyOrDrawFormat [Noel
    Grandin]
61. tdf#155029 Form control: Border color of Text controls won't be shown after
    load [Caol??n McNamara]
62. tdf#155037 Crash in: rtl_uString_new when attempting to copy sheet to a
    sheet containing VBA macro [Xisco Fauli]
63. tdf#155046 Boolean cells in XLSX display correctly in Excel as "TRUE" or
    "FALSE" but incorrectly in Calc as "FALSE" or "0" [Eike Rathke]
64. tdf#155048 AntiAliasing property in FilterData has no effect since version
    7.5 [Mike Kaganski]
65. tdf#155057 Wrong colors in some WPG graphic import: WPG1 is well rendered,
    but not WPG2 [Julien Nabet]
66. tdf#155076 Mouse pointer does not change to bar when moving over text area
    in a comment (GTK) [Caol??n McNamara]
67. tdf#155077 CRASH exporting a dialog with language resources [Mike Kaganski]
68. tdf#155121 XML Form Document: Impossible to create a user defined data type
    and set field as "not required" [Julien Nabet]
69. tdf#155140 right click in gallery always enters into insert mode [Caol??n
    McNamara]
70. tdf#155144 Copying a table from Writer to Impress makes all table design on
    all tables in Impress disappear [Maxim Monastirsky]
71. tdf#155161 Default instance of fonts with CFF2 table is exported blank in
    PDF [Khaled Hosny]
72. tdf#155204 BASIC SF GetRows treats an empty result as an error [Jean-Pierre
    Ledure]
73. tdf#155210 FILESAVE ODT Default chart row labels disappear from Writer
    chart [Noel Grandin]
74. tdf#155228 Syntax error in PDF for Tab key of page object [Michael Stahl]
75. tdf#155231 CRASH: with embedded OLE chart [Noel Grandin]
76. tdf#155232 LibreOffice and LanguageTool extension: LibreOffice doesn't free
    RAM for special interface XFlatParagraph [Mike Kaganski]
77. tdf#155238 An empty paragraph loads with different line height in 7.5 [Mike
    Kaganski]
78. tdf#155241 Calc: Column Width Accepts Invalid Input Resulting in Sheet
    Corruption [Caol??n McNamara]
79. tdf#155349 Writer collaborative performance problems in 7.5 [Caol??n
    McNamara]

7.5.3.2:
Bugs fixed compared to 7.5.3 RC1:

1. ofz#57592 null-dereference READ [Caol??n McNamara]
2. tdf#137542 SIGSEGV on tab cycling focus to input field in a table cell
    [Caol??n McNamara]
3. tdf#138124 FILEOPEN: MSO DOCX with image in footnote crashes and uses up
    100% memory [Mike Kaganski]
4. tdf#151560 Calc crashes when loading a previously saved document which has
    cells with "#" values [Caol??n McNamara]
5. tdf#151958 The COUNTIF and COUNTIFS functions mis-count on mixed numeric
    and text data and query by string [Eike Rathke]
6. tdf#152619 Basic, Writer: Trying to inspect a just created not yet inserted
    instance of textfield.DateTime in the IDE causes a crash. [Caol??n
    McNamara]
7. tdf#153190 Compressing tool calculates compression rate wrong on large
    images [Noel Grandin]
8. tdf#153441 LibreOffice OpenType font features list is blocked [Caol??n
    McNamara]
9. tdf#153958 Hyphenation crashes with special combined word [Caol??n
    McNamara]
10. tdf#154016 Libreoffice Math Crash when scrolling through "element
    categories" [Mike Kaganski]
11. tdf#154113 Sections: after copy-paste, layout is broken until reload [Mike
    Kaganski]
12. tdf#154428 FILESAVE Shapes vanish from a Writer Frame after grouping and
    anchoring operation (gtk3 and kf5) [Noel Grandin]
13. tdf#154501 Fileopen PPTX: Table with rotated text rendering wrong again
    [Noel Grandin]
14. tdf#154546 Crash when using presentation mode on macOS [Patrick Luby]
15. tdf#154623 Numeric keypad decimal separator is inconsistently used when in
    formula bar vs cell (GTK3) [Caol??n McNamara]
16. tdf#154789 EMF+ graphic causes hang / catastrophic memory leak [Bartosz
    Kosiorek]
17. tdf#154803 print selected cells does not work when there is a merged cell
    in the top row [Andreas Heinisch]
18. tdf#154827 Regression in 7.5.x: Graphics anchored in Writer as character
    become anchored at paragraph when reopening the document [Noel Grandin]
19. tdf#154912 CRASH/Assert: "pBasicEntry && \"FindEntry: no Entry ?!\"" ( gen)
    [Caol??n McNamara]
20. tdf#154946 Draw/Impress Standard toolbar missing many icons [Julien Nabet]
21. tdf#154957 Cropped area transparency lost on right of image [Caol??n
    McNamara]
22. tdf#155004 More regressions around WebDAV locking [Michael Stahl]
23. tdf#155005 CRASH: trying to repair document [Caol??n McNamara]
24. tdf#155011 An HTML reports a failed assert on open in Writer [Mike
    Kaganski]

7.5.3.1:
Bugs fixed compared to 7.5.2 RC2:

1. cid#1524497 uninitialized pointer field [Caol??n McNamara]
2. rhbz#2171265 Libreoffice cannot start [Stephan Bergmann]
3. tdf#39667 Enable accessible/tagged PDF export options by default [Michael
    Stahl]
4. tdf#66613 EDITING: sheet copied to another document does not retain a
    defined print range [Andreas Heinisch]
5. tdf#89920 inserting line break to cell from macro [Andreas Heinisch]
6. tdf#104394 FILEOPEN DOCX: Textbox is missing [Justin Luth]
7. tdf#113027 Editing F4 (Sheet - Cycle Cell Reference Types) doesn't cycle
    remote references with space in sheet name [Andreas Heinisch]
8. tdf#114556 Emphasis mark set in the Japanese vertical text shifts upward
    [Mark Hung]
9. tdf#115321 Vertical Japanese text lines with emphasis mark above in odt
    exported to PDF is shown a quarter font height lower than the normal lines,
    and no emphasis mark is shown [Mark Hung]
10. tdf#117037 localc does not understand unicode minus [Andreas Heinisch]
11. tdf#126632 Tabs in Tabbed Compact don't update after adding of table and
    moving of cursor to body text in Writer document [Jim Raykowski]
12. tdf#126689 Icons needed for Bullets & Numbering toolbar and context menu
    [Rizal Muttaqin]
13. tdf#129547 Default shortcut key for insert current time doesn't work
    (French) [Julien Nabet]
14. tdf#132847 Not all shapes in gallery shown in Detailed View rendered
    automatically [Caol??n McNamara]
15. tdf#139065 PDF Export: Emphasis Mark not shown in the exported PDF [Mark
    Hung]
16. tdf#140762 No text spoken by screen reader for "Borders" dropdown button
    items in Calc's formatting toolbar (NVDA on Windows) [Michael Weghorn]
17. tdf#142450 Remember .uno:Show/HideWhiteSpace across sessions [Xisco Fauli]
18. tdf#145147 FILEOPEN DOCX Hyperlink in grouped shape not imported [T??nde T
    ??th]
19. tdf#148008 autofit column width by cell selection using wrong width [Mike
    Kaganski]
20. tdf#149064 Error when running macro accessing WebDAV twice [Jaume
    Pujantell]
21. tdf#149144 sm Formula editor needs an icon motif for the newly implemented
    Elements SB deck [Rizal Muttaqin]
22. tdf#149485 "Show Whitespace" condition changes other documents look [Xisco
    Fauli]
23. tdf#149805 kf5: Gap when expanding comboboxes in toolbar [Michael Weghorn]
24. tdf#149996 A hyperlink with an anchored-to-character shape with text
    results in corrupt DOCX [T??nde T??th]
25. tdf#150135 Accessing uninitialized TextInputStream methods crashes [Baole
    Fang]
26. tdf#150542 FILEOPEN DOCX Unused document variable not imported [Vasily
    Melenchuk]
27. tdf#151677 tip on "formula bar" for "formula making" is displaying over the
    formula itself. [Michael Weghorn]
28. tdf#151722 Incorrect TTF names are used in UI and in saved document [Caol??
    n McNamara]
29. tdf#151971 Crash in: rtl_uString_alloc when using some Sounds Like
    (Japanese)" settings (steps in comment 7) [Stephan Bergmann]
30. tdf#152217 Black box in Basic IDE where the status bar should be (kf5 only)
    [Michael Weghorn]
31. tdf#152218 FILESAVE PDF PAC tool reports "Link annotation is not nested
    inside a Link structure element" error with footnote [Michael Stahl]
32. tdf#152234 FILESAVE PDF PAC tool reports "Widget annotation not nested
    inside a Form structure element" with form objects (clause 7.18) [Michael
    Stahl]
33. tdf#152257 Crash: Selecting an option in dropdown content control leads to
    unexpected exit with code 139 [Caol??n McNamara]
34. tdf#152598 New application and .odf icons are blurry on Windows taskbar at
    default 24x24px [Galdam]
35. tdf#152671 ui, accessibility: auto filter drop down menu is not spoken by
    the screen reader [Michael Weghorn]
36. tdf#152704 WRITER: Linked image does not update after selecting another
    file in Properties dialog. [Caol??n McNamara]
37. tdf#152887 Online/automatic accessibility check needs new icons for the
    status bar [Rizal Muttaqin]
38. tdf#152908 Tabbed compact toolbar does not repaint itself when tabs getting
    removed [Jim Raykowski]
39. tdf#152959 Find and Replace can't use the lowercase Unicode literal for
    soft hyphen [St??phane Guillou]
40. tdf#152979 Freeze in Basic IDE's "Preview Dialog" using kf5 [Michael
    Weghorn]
41. tdf#153374 Hang using Keyboard viewer [Patrick Luby]
42. tdf#153458 Connecting to database: wrong cursor position for dropping data
    to Calc sheet [Michael Weghorn]
43. tdf#153465 Add Sukapura Dark Variant [Rizal Muttaqin]
44. tdf#153609 Elementary's Book Preview icon not distinct enough to Two Pages
    Preview [Rizal Muttaqin]
45. tdf#153628 Spellcheck now does not work v7.5.0.3 X86_64 [L??szl?? N??meth,
    Caol??n McNamara]
46. tdf#153800 Calc sheet tab drag-and-drop target area has shifted vertically
    (kf5-only) [Michael Weghorn]
47. tdf#153808 Preview in the Bullets and Numbering is not painting bullets/
    numbers in dark mode [Rafael Lima]
48. tdf#153839 Exporting to xhtml results in most of the tags and content in
    one single line [Franklin Weng]
49. tdf#153842 Wrong currency format for Euro ?? Upper Sorbian in Calc [Eike
    Rathke]
50. tdf#153887 So-called improper fractions are badly formatted with a fix
    denominator to "0/0" under a certain condition. [Laurent Balland]
51. tdf#153908 Dragging scrollbars with mouse in relationships window causes
    content panel moves in oposite direction than expected [Caol??n McNamara]
52. tdf#153923 Unclosed 'dd' tag in HTML export with a table with offset [Mike
    Kaganski]
53. tdf#153935 PDF/UA: Mark heading rows of tables with autoformat in PDF
    export [Michael Stahl]
54. tdf#154005 FILEOPEN ODS Dropdown form control becomes wider [Balazs Varga]
55. tdf#154043 Change object layer via drag and drop has target shifted down
    (KF5-only) [Michael Weghorn]
56. tdf#154087 Scroll bar disappears after searching a character [Caol??n
    McNamara]
57. tdf#154115 A useless Text Field shows up when typing with Option menu open.
    prevents Options menu from closing the [Caol??n McNamara]
58. tdf#154125 INDEX() does not return a vector of an array if that is only a
    vector, but only the first element [Eike Rathke]
59. tdf#154136 In Help I found Command+Shift+; to have a timestamp in a Calc
    cell, but it is doing nothing. [Julien Nabet]
60. tdf#154143 The explanatory image in Tips of The Day looked blurred and
    something not professional [Rizal Muttaqin]
61. tdf#154169 macOS Dark mode: black tree menu lines on dark background in LO
    preferences [Caol??n McNamara]
62. tdf#154171 UI Bogus error message with PDF encryption and PDF/UA enabled
    [Michael Stahl]
63. tdf#154179 Crash opening Chapter Numbering dialog, when current paragraph
    has an outline style, but DF outline level "Text Body" [Mike Kaganski]
64. tdf#154205 Crash on reload of file (segfault in libswlo.so) [Caol??n
    McNamara]
65. tdf#154218 variable and user field input field mishandles datetime when
    locale uses decimal commas [Eike Rathke]
66. tdf#154235 Underline blends with bold text in Liberation [Khaled Hosny]
67. tdf#154242 The explanatory image in UI Chooser (.uno:ToolbarModeUI) looked
    blurred [Rizal Muttaqin]
68. tdf#154273 Importing apostrophes from HTML or XHTML [Damjan Jovanovic]
69. tdf#154296 Lost ability to customize Notebook Bar UI --element checkboxes
    have no effect [Jim Raykowski]
70. tdf#154307 XML Form Document: Duplicate entry in context menu for adding
    elements to instance (kf5) [Caol??n McNamara]
71. tdf#154308 Double click to open XLSX spreadsheet with password hides "enter
    password" window [Caol??n McNamara]
72. tdf#154318 Wrong Conditional Formatting 5 Quarters Icon Sets Are Wrong in
    elementary (SVG) Theme [Rizal Muttaqin]
73. tdf#154319 ToC in DOCX has duplicated LS/LE elements; \d in TOC field gives
    displaced CI and text elements [Mike Kaganski]
74. tdf#154322 XML Form Document: Choosing Instance after first clicking on
    Bindings leads to Crash of LO [Caol??n McNamara]
75. tdf#154360 DOCX ToC: Tab stop between chapter number and text converts to a
    space [Mike Kaganski]
76. tdf#154433 Auto-Replacement gets Ukrainian Quotation Marks wrong [Eike
    Rathke]
77. tdf#154445 Unused custom page styles are removed on save [Andreas Heinisch]
78. tdf#154462 BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and
    fails on a second call (gtk3/gen) [Jean-Pierre Ledure]
79. tdf#154470 Split button dropdown disconnected from toolbar (GTK3, Wayland)
    [Caol??n McNamara]
80. tdf#154486 A document with thousands of tables loads very slow, time grows
    quadratically [Mike Kaganski]
81. tdf#154521 selecting bookmarks in Navigator triggers selectionChanged event
    before the selection [L??szl?? N??meth]
82. tdf#154545 bad bookmark selection in Navigator tree list at nested
    bookmarks [L??szl?? N??meth]
83. tdf#154549 Hebrew Nikkud marks mis-positioned on Arabic letters [Khaled
    Hosny]
84. tdf#154565 Typing with Alt + Down List open replaces entry when hovered
    over [Caol??n McNamara]
85. tdf#154582 Add-in function names appears as "Compatibility names" in
    "English function names" state of the Calc setting. [Eike Rathke]
86. tdf#154599 Crash while moving columns in Writer table [L??szl?? N??meth]
87. tdf#154627 Inconsistencies in RANK() function in Calc [Eike Rathke]
88. tdf#154629 Crash: after opening print preview, closing print preview, right
    click on TOC [Caol??n McNamara]
89. tdf#154631 Export as gif ignores transparence of objects [Julien Nabet]
90. tdf#154658 XML Form Document: Fields doesn't calculate any more, connection
    to instance broken [Julien Nabet]
91. tdf#154680 Typing into font family field shows autocompleted font name as
    missing, when multiple cells selected with different fonts [Caol??n
    McNamara]
92. tdf#154695 DOCX ToC: Tab stop is inserted before entry text, when there's
    no numbering [Mike Kaganski]
93. tdf#154708 An arrow key repeat deletes characters (macOS with Japanese
    input source) [Patrick Luby]
94. tdf#154753 Ubuntu Libreoffice impress does not show some symbols but
    Windows libreoffice impress does [Caol??n McNamara]
95. tdf#154771 Copying columns when moving multiple selected columns in Writer.
    [L??szl?? N??meth]

7.5.2.2:
Bugs fixed compared to 7.5.2 RC1:

1. tdf#129547 Default shortcut key for insert current time doesn't work
    (French) [Caol??n McNamara]
2. tdf#152406 macOS Calc: Scrolling: scrollbar showing wrong position
    resulting in unscrollable document [Patrick Luby]
3. tdf#153255 footnotes swapped when editing a MS Word document [L??szl?? N??
    meth]
4. tdf#153704 Style Heading level label was gone in Chinese/Japanese/Korean
    interfaces [Khaled Hosny]
5. tdf#154061 CRASH: undoing column insert [Paris Oplopoios]
6. tdf#154232 Using drag/drop to reorder a Heading in Navigator window causes
    Writer to crash (EDIT) (gtk only) [Caol??n McNamara]
7. tdf#154303 JAWS no longer announces focused menu item [Michael Weghorn]

7.5.2.1:
Bugs fixed compared to 7.5.1 RC2:

1. cid#1521509 logically dead code [Caol??n McNamara]
2. ofz#56734 abrt [Caol??n McNamara]
3. rhbz#2162658 [abrt] libreoffice-core: sse2_fill(): soffice.bin killed by
    SIGSEGV [Caol??n McNamara]
4. tdf#15259 update Sifr Mimetype Icons [Galdam]
5. tdf#63965 CONFIGURATION: two identical functions [Gabor Kelemen]
6. tdf#114773 TOC: Remove additional space after chapter number in ToC [Mike
    Kaganski]
7. tdf#114973 Ctrl+A and Select All don't work when paragraph at the start or
    end of document body is hidden [Michael Stahl]
8. tdf#116084 Track Changes entry ignored in anonymized OOXML document [L??szl
    ?? N??meth]
9. tdf#121176 Docx with Track changes enabled show removed fragment as present
    [L??szl?? N??meth]
10. tdf#132110 Wizard service broken [Ilhan Yesil, Caol??n McNamara]
11. tdf#134283 "Show Page Variable" broken in 7.0Beta2 [Bjoern Michaelsen]
12. tdf#136904 Crash swlo!SwRedlineData::operator!=+0x177 (steps in comment 7)
    [L??szl?? N??meth]
13. tdf#138601 Conditional formats of a XLSX-File are opened and saved in a
    different order than the original one. This breaks the documents appearance
    [Tibor Nagy]
14. tdf#142018 [EMF] Few Arcs with different pens: wrong line width for the 3rd
    arc [Bartosz Kosiorek]
15. tdf#142783 SELECTING Date Field dropdown causes 'When losing focus' event.
    [Caol??n McNamara]
16. tdf#142942 KDE: Checkboxes in Autocorrect option dialog look badly [Michael
    Weghorn]
17. tdf#143311 Exported PDF doesn't mark decorative images correctly [Michael
    Stahl]
18. tdf#144302 Load cursor from PNG on kf5 [Michael Weghorn]
19. tdf#146168 Font attributes of certain list numbers have changed after 7.2,
    and I can't change them back [Justin Luth]
20. tdf#147258 The style for placeholders is applied to the display text, when
    opening a docx file with libreoffice [Miklos Vajna]
21. tdf#147739 Font weight "Medium" is not listed in font styles menu if weight
    "Regular" is also installed [Khaled Hosny]
22. tdf#147892 Corrupt DOCX document after saving (track changes involved) [L??
    szl?? N??meth]
23. tdf#148047 Area fill split button does not trigger, if it is behind a
    chevron due to narrow window width (GTK3) [Caol??n McNamara]
24. tdf#148143 CRASH: after pasting twice the whole sheet [Kohei Yoshida]
25. tdf#148776 PDF Accessibility: checker windows scroll steps too small [Caol
    ??n McNamara]
26. tdf#149056 Address Book Data Source Wizard: Wrong target for help button
    [Olivier Hallot]
27. tdf#149286 Problems with links to help from Tools > Customize > Toolbars
    tab [Olivier Hallot]
28. tdf#149482 XModifyListener triggering infinite creation of new sheets [Caol
    ??n McNamara]
29. tdf#149756 FILEOPEN PPTX Some connectors are broken [Tibor Nagy]
30. tdf#150045 Several dialogs have secondary/explicative labels that need to
    be smaller [Adolfo Jayme Barrientos]
31. tdf#150098 Evaluate formula inputs in Validity... [Balazs Varga]
32. tdf#150451 Some text boxes in dialogs do not have borders in dark mode
    (kf5) [Rafael Lima]
33. tdf#150613 DOC: Format of chapter number changed by format of the last
    character on the line [Justin Luth]
34. tdf#151395 EPS tiff previews not shown [Caol??n McNamara]
35. tdf#151745 Resizing window with Meta+left/right arrow puts Sidebar into
    glitchy state in Calc [Samuel Mehrbrodt]
36. tdf#151968 Squiggly lines cover misspelled Arabic words [Khaled Hosny]
37. tdf#152073 Glitch rendering line numbers in Basic IDE editor (kf5 only)
    [Michael Weghorn]
38. tdf#152278 "Unimplemented mac encoding 18432 to unicode conversion" [Caol??
    n McNamara]
39. tdf#152459 LanguageTool remote grammar checker doesn't work in all Spanish
    variants [Mike Kaganski]
40. tdf#152545 Connectors line spacing problem [Tibor Nagy]
41. tdf#152595 Icon Theme: Colibre: Update Start Center application icons to
    match new icons [Rizal Muttaqin]
42. tdf#152887 Online/automatic accessibility check needs new icons for the
    status bar [Rizal Muttaqin]
43. tdf#153172 Options > Charts > Default Colors are no longer persistent in
    the preview since LO 7.4, and not even used since LO 7.5 [Noel Grandin]
44. tdf#153179 FILESAVE: ODP: Ole object disappears after RT [T??nde T??th]
45. tdf#153229 [RFE] Please provide a user preference to disable inheriting the
    system UI theme [Caol??n McNamara]
46. tdf#153332 Background in cell style preview in "Conditional formatting for"
    dialog is the same when you change the cell style to another [Caol??n
    McNamara]
47. tdf#153333 Plasma Wayland: Invisible or wrong cursor when inserting
    geometric shapes etc. [Michael Weghorn]
48. tdf#153465 Add Sukapura Dark Variant [Rizal Muttaqin]
49. tdf#153497 Instantly update Icon Theme info when switching Appearance Mode
    [Caol??n McNamara]
50. tdf#153510 Conditional formatting with STYLE and incorrect (case) style
    name -> continuous CPU consumption, menus not drawn in some UI renders
    [Mike Kaganski]
51. tdf#153514 STYLE finds wrong style with different case [Mike Kaganski]
52. tdf#153520 Hovering over and then off ComboBoxes in dialogs won't remove
    the highlight frame (kf5 only) [Michael Weghorn]
53. tdf#153526 No Numbering/New Line After Comment [Justin Luth]
54. tdf#153538 Writer freezes and crashes without any error message [Julien
    Nabet]
55. tdf#153541 Toggle Appearance mode from Light to System leaves some SB and
    NB elements in Light mode [Caol??n McNamara]
56. tdf#153604 XML Source skips field from the root element of the group [Kohei
    Yoshida]
57. tdf#153614 kf5: Missing focus frame when moving focus to listboxes using
    keyboard [Michael Weghorn]
58. tdf#153617 '%' disables LanguageTool spell checking [Mike Kaganski]
59. tdf#153633 dark mode: Color description in Defaults Colors hard to read
    [Caol??n McNamara]
60. tdf#153640 Not possible to change area color back to None from sidebar
    [Samuel Mehrbrodt]
61. tdf#153642 FILESAVE ODT File save fails if requested too frequently via
    WebDAV with Vibe server. [L??szl?? N??meth]
62. tdf#153669 Formula stops working after copy and paste onto a different cell
    [Kohei Yoshida]
63. tdf#153672 sm formula text nodes of OLE Math equation from a pasted OLE
    Calc sheet cell are not displayed [Caol??n McNamara]
64. tdf#153681 Conversion from docx and odt format to rtf produces incorrect
    document [Czeber L??szl?? ?d??m]
65. tdf#153699 UI/FORMATTING Certain Windows fonts invisible in Calc with cairo
    1.17.8 [Caol??n McNamara]
66. tdf#153752 Calling a macro with non-ASCII characters in name from command
    line fails [Mike Kaganski]
67. tdf#153763 Scroll to first/last sheet buttons broken [Caol??n McNamara]
68. tdf#153767 FILEOPEN XLSX Boolean formula results not loaded, needs
    recalculation [Eike Rathke]
69. tdf#153784 Changing inputwin of Formula bar height / line count [Caol??n
    McNamara]
70. tdf#153787 Chart wizard: type description text gets overwritten [Caol??n
    McNamara]
71. tdf#153791 In a DOCX, both boxes have red text color, when one is black in
    Word [Mike Kaganski]
72. tdf#153802 Not possible to change UI with read-only document [Xisco Fauli]
73. tdf#153819 Copying table column outside of table crashes Writer [L??szl?? N
    ??meth]
74. tdf#153842 Wrong currency format for Euro ?? Upper Sorbian in Calc [Eike
    Rathke]
75. tdf#153848 Update Sukapura icons in Start Center to match new icons [Rizal
    Muttaqin]
76. tdf#153858 Collapse when you delete the table used for chart data when the
    mouse is moving. [L??szl?? N??meth]
77. tdf#153859 Collapses when Data range is set and clears the table used for
    chart data. [L??szl?? N??meth]
78. tdf#153869 Under KDE, minimized windows are not de-minimized when selected
    in "Window" menu [Michael Weghorn]
79. tdf#153874 FILEOPEN DOCX Image behind shape is shown in front [Michael
    Stahl]
80. tdf#153885 UI : LibreOffice VCL GTK Backend on Linux has popovers cutoff
    [Caol??n McNamara]
81. tdf#153891 Crash in:
    writerfilter::dmapper::DomainMapperTableHandler::endTable(unsigned int,
    bool) [L??szl?? N??meth]
82. tdf#153895 No page preview in Print dialog (kf5 / qt5) [Michael Weghorn]
83. tdf#153923 Unclosed 'dd' tag in HTML export with a table with offset [Mike
    Kaganski]
84. tdf#153924 Calc functions SMALL() and LARGE() changed behavior for array
    formulas [Eike Rathke]
85. tdf#153925 Add Decorative property to graphic styles [Michael Stahl]
86. tdf#153948 LanguageTool Server: changing language of a paragraph doesn't
    re-check grammar [Mike Kaganski]
87. tdf#154039 LO crashes when navigating in Special Characters dialog table
    with NVDA screen reader enabled [Michael Weghorn]
88. tdf#154042 account for initial vertical offset when opening Sheet with
    multiline exposed [Caol??n McNamara]
89. tdf#154050 Crashes when inserting or changing a note in Calc With Standard
    Toolbar (Single Mode) enabled [Maxim Monastirsky]

(ryoon)

2023-07-17 14:16:15 UTC MAIN commitmail json YAML

doc: Updated textproc/grep to 3.11

(ryoon)

2023-07-17 14:15:43 UTC MAIN commitmail json YAML

grep: Update to 3.11

Changelog:
* Noteworthy changes in release 3.11 (2023-05-13) [stable]

** Bug fixes

  With -P, patterns like [\d] now work again.  Fixing this has caused
  grep to revert to the behavior of grep 3.8, in that patterns like \w
  and \b go back to using ASCII rather than Unicode interpretations.
  However, future versions of GNU grep and/or PCRE2 are likely to fix
  this and change the behavior of \w and \b back to Unicode again,
  without breaking [\d] as 3.10 did.
  [bug introduced in grep 3.10]

  grep no longer fails on files dated after the year 2038,
  when running on 32-bit x86 and ARM hosts using glibc 2.34+.
  [bug introduced in grep 3.9]

  grep -P no longer fails to match patterns using negated classes
  like \D or \W when linked with PCRE2 10.34 or newer.
  [bug introduced in grep 3.8]

** Changes in behavior

  grep --version now prints a line describing the version of PCRE2 it uses.
  For example, it prints this when built with the very latest from git:
    grep -P uses PCRE2 10.43-DEV 2023-04-14
  or this with what's currently available in Fedora 37:
    grep -P uses PCRE2 10.40 2022-04-14

  previous versions of grep wouldn't respect the user provided settings for
  PCRE_CFLAGS and PCRE_LIBS when building if a libpcre2-8 pkg-config module
  was found.

(ryoon)

2023-07-17 14:10:16 UTC MAIN commitmail json YAML

doc: Updated www/firefox-l10n to 115.0.2

(ryoon)

2023-07-17 14:09:49 UTC MAIN commitmail json YAML

firefox-l10n: Update to 115.0.2

* Sync with www/firefox-115.0.2.

(ryoon)

2023-07-17 14:09:29 UTC MAIN commitmail json YAML

doc: Updated www/firefox to 115.0.2

(ryoon)

2023-07-17 14:08:44 UTC MAIN commitmail json YAML

firefox: Update to 115.0.2

Changelog:
115.0.2:
Fixed

  * Fixed a startup crash experienced by some Windows 10 and 11 users by
    blocking instances of a malicious injected DLL (bug 1841751)

  * Fixed a bug with displaying a caret in the text editor on some websites (
    bug 1840804)

  * Fixed a bug with broken audio rendering on some websites (bug 1841982)

  * Fixed a bug with patternTransform translate using the wrong units (bug
    1840746)

  * A security fix.

  * Fixed a crash affecting Windows 7 users related to the DLL blocklist.

Security fix:
#CVE-2023-3600: Use-after-free in workers

115.0.1:
Fixed

  * Fixed a startup crash for Windows users with Kingsoft Antivirus software
    installed (bug 1837242)

(ryoon)

2023-07-17 14:01:48 UTC MAIN commitmail json YAML

doc: Updated lang/openjdk17 to 1.17.0.7.7

(ryoon)

2023-07-17 14:00:50 UTC MAIN commitmail json YAML

openjdk17: Update to 1.17.0.7.7

Changelog:
Updated BSD port of JDK 17

Additional features include:

    Update to 17.0.7 GA

(ryoon)

2023-07-17 13:42:47 UTC MAIN commitmail json YAML

mk/help: Update comment to reflect reality

(ryoon)

2023-07-17 13:24:00 UTC MAIN commitmail json YAML

doc: Added fonts/elstob-font version 2.100

(wiz)

2023-07-17 13:23:51 UTC MAIN commitmail json YAML

fonts/Makefile: + elstob-font

(wiz)

2023-07-17 13:23:33 UTC MAIN commitmail json YAML

fonts/elstob-font: import elstob-font-2.100

The Elstob font (named for the eighteenth-century Anglo-Saxonist
Elizabeth Elstob) is based on the Double Pica commissioned by Bishop
John Fell in the seventeenth century. Thus:

It is a variable font, with weights ranging from ExtraLight to
ExtraBold, optical sizes from "Fine Print" (circa 6 points) to
"Display" (circa 18 points or greater) and also a grade axis (1-500).
(A non-variable desktop version is also available.)

Outlines have been kept simple to limit file size.

The intention of the font is to include everything in Unicode useful
to a substantial number of medievalists, but the character set has
been limited to around 1000 glyphs to keep file size reasonable.
Many characters from the Medieval Unicode Font Initiative, present
in the designer's Junicode font, can be represented with combining
diacritics.

(wiz)

2023-07-17 12:20:27 UTC MAIN commitmail json YAML

doc/TODO: + musescore-4.1, thunderbird-115.

(wiz)

2023-07-17 12:02:01 UTC MAIN commitmail json YAML

doc: Updated sysutils/tsm8 to 8.1.19.0

(hauke)

2023-07-17 12:01:50 UTC MAIN commitmail json YAML

Update sysutils/tsm8 to v8.1.19

This is a patch release; upstream does not provide a change log.

The 'maintenance' file path turned out to have a newer version than
the 'patches' path, so go with that.

Since upstream's ftp server has become useless, return to default
fetch client.

(hauke)

2023-07-17 11:55:01 UTC MAIN commitmail json YAML

Updated devel/py-xbe, textproc/py-deepdiff

(adam)

2023-07-17 11:54:43 UTC MAIN commitmail json YAML

py-deepdiff: updated to 6.3.1

v6-3-1
- Bugfix deephash for paths
- Bugfix deephash compiled regex
- Fix tests dependent on toml
- Bugfix for ``include_paths`` for nested dictionaries
- Use tomli and tomli-w for dealing with tomli files
- Bugfix for ``datetime.date``

(adam)

2023-07-17 11:52:27 UTC MAIN commitmail json YAML

2023-07-17 11:49:42 UTC MAIN commitmail json YAML

Updated devel/py-click, textproc/py-black

(adam)

2023-07-17 11:49:24 UTC MAIN commitmail json YAML

py-black: updated to 23.7.0

23.7.0

Highlights

- Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be
  supported until further notice

Stable style

- Fix a bug where an illegal trailing comma was added to return type annotations using
  PEP 604 unions
- Fix several bugs and crashes where comments in stub files were removed or mishandled
  under some circumstances
- Fix a crash with multi-line magic comments like `type: ignore` within parentheses

- Fix error in AST validation when _Black_ removes trailing whitespace in a type comment

Preview style

- Implicitly concatenated strings used as function args are no longer wrapped inside
  parentheses
- Remove blank lines between a class definition and its docstring

Configuration

- The `--workers` argument to _Black_ can now be specified via the `BLACK_NUM_WORKERS`
  environment variable
- `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by default
- Fix _Black_ not honouring `pyproject.toml` settings when running `--stdin-filename`
  and the `pyproject.toml` found isn't in the current working directory
- _Black_ will now error if `exclude` and `extend-exclude` have invalid data types in
  `pyproject.toml`, instead of silently doing the wrong thing

Packaging

- Upgrade mypyc from 0.991 to 1.3
- Remove patching of Click that mitigated errors on Python 3.6 with `LANG=C`

Parser

- Add support for the new PEP 695 syntax in Python 3.12

Performance

- Speed up _Black_ significantly when the cache is full
- Avoid importing `IPython` in a case where we wouldn't need it

Output

- Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12
- Change verbose logging to exactly mirror _Black_'s logic for source discovery

_Blackd_

- The `blackd` argument parser now shows the default values for options in their help
  text

Integrations

- Black is now tested with
  [`PYTHONWARNDEFAULTENCODING = 1`](https://docs.python.org/3/library/io.html#io-encoding-warning)

- Update GitHub Action to display black output in the job summary

Documentation

- Add a CITATION.cff file to the root of the repository, containing metadata on how to
  cite this software
- Update the _classes_ and _exceptions_ documentation in Developer reference to match
  the latest code base

(adam)

2023-07-17 11:41:07 UTC MAIN commitmail json YAML

py-click: updated to 8.1.5

Version 8.1.5
-------------
- Fix an issue with type hints for ``@click.command()``, ``@click.option()``, and
  other decorators. Introduce typing tests. :issue:`2558`

(adam)

2023-07-17 11:27:57 UTC MAIN commitmail json YAML

Updated emulators/qemu, devel/py-types-setuptools

(adam)

2023-07-17 11:27:37 UTC MAIN commitmail json YAML

py-types-setuptools: updated to 68.0.0.2

68.0.0.2 (2023-07-15)

Add stubs for `pkg_resources._vendor.packaging`

(adam)

2023-07-17 11:24:59 UTC MAIN commitmail json YAML

2023-07-17 09:12:52 UTC MAIN commitmail json YAML

x11/xlockmore: Reset PKGREVISION after update

(micha)

2023-07-17 09:00:11 UTC MAIN commitmail json YAML

Updated devel/py-test-localserver, devel/py-test-asyncio

(adam)

2023-07-17 08:59:48 UTC MAIN commitmail json YAML

py-test-asyncio: updated to 0.21.1

0.21.1 (2023-07-12)
===================
- Output a proper error message when an invalid ``asyncio_mode`` is selected.
- Extend warning message about unclosed event loops with additional possible cause.
- Previously, some tests reported "skipped" or "xfailed" as a result. Now all tests report a "success" result.

(adam)

2023-07-17 08:57:43 UTC MAIN commitmail json YAML

py-test-localserver: updated to 0.8.0

0.8.0 (2023-07-14)
------------------

Improve deployment workflow to use trusted publishing and upload to Test PyPI first
Remove a bunch of obsolete code
Clean up the smtp module's driver code

(adam)

2023-07-17 07:19:48 UTC MAIN commitmail json YAML

Updated net/iperf3, math/py-asteval

(adam)

2023-07-17 07:19:25 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.31

0.9.31
cleanup numpy imports to avoid deprecated functions, add financial functions from numpy_financial module, if installed.
prefer 'user_symbols' when initializing Interpreter, but still support 'usersyms' argument. Will deprecate and remove eventually.
add support of optional (off-by default) "nested symbol table", based on a Group object that can be accessed from Python either with dict syntax (ie aeval.symtable['x']) or with object attribute access (aeval.symtable.x). In addition, symbols can be found by looking first in the top-level symbol table and then in sub-Groups named in symtable._searchgroups, allowing for a more hierarchical, nested symbol table. This should be considered experimental and is off by default. The make_symbol_table() function gains a nested=False argument to control whether to use this option.
update tests to run most tests with symbol tables of dict and nested group type.
general code and testing cleanup.

0.9.30
add config argument to Interpreter to more fully control which nodes are supported
add support for import and importfrom -- off by default
add support for with blocks
add support for f-strings
add support of set and dict comprehension
fix bug with 'int**int' not returning a float.

(adam)

2023-07-17 07:16:25 UTC MAIN commitmail json YAML

iperf3: updated to 3.14

iperf-3.14 2023-07-07
---------------------

* Notable user-visible changes

  * A memory allocation hazard was fixed. For
    more information see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

  * JSON output was improved, such as print JSON numbers as signed,
    the exit code when doing JSON output was
    fixed, and client_api was fixed so that it still
    returns an error code when JSON is enabled.  Also,
    duplicate fields when using multiple streams was removed from the
    JSON output.

  * Prevent UDP packet count and operations overflow.

  * Statistics are fixed when --omit is used.

* Developer-visible changes

  * CI builds and tests using GitHub actions have been added

  * A fix for Android "unable to create a new stream error" was added

  * Support for Voice Admit DSCP code point from RFC 5865 was added

  * A fix for preventing a crash when RSA public key path doesn't
    exist was fixed

(adam)

2023-07-17 06:43:59 UTC MAIN commitmail json YAML

cmake: Support out-of-tree build of consumers

(ryoon)

2023-07-17 01:03:19 UTC MAIN commitmail json YAML

science: add category

This is a general category for scientific software, as has been
discussed a year ago, with a conclusion by Greg:

https://mail-index.netbsd.org/tech-pkg/2022/07/28/msg026615.html

(thor)

2023-07-16 23:22:50 UTC MAIN commitmail json YAML

doc: Updated wm/fvwm3 to 1.0.7

(vins)

2023-07-16 23:21:56 UTC MAIN commitmail json YAML

wm/fvwm3: update to release 1.0.7

# Breaking Changes

* Use the global screen for geometry strings which don't specify a
monitor by @ThomasAdam in #814

# Enhancements

* code: rename functions with two underscores by @ThomasAdam in #815
* Revert MWM borders line width in border_fetch_mwm_layout by @NsCDE
  in #824
* cJSON: update to v1.7.16 by @ThomasAdam in #863

# Other Changes

* dist: doc: include all doc sources by @ThomasAdam in #806
* maximize: randr: assign correct monitor to window by @ThomasAdam
  in #812
* FvwmIconMan: populate manager geom via global screen by
  @ThomasAdam in #821
* configure: drop check for -Werror by @ThomasAdam in #829
* configure: support newer golang versions by @ThomasAdam in #830
* Use default location of FvwmMFL socket in FvwmCommand. by @somiaj
  in #835
* monitor: add prev_primary logic by @ThomasAdam in #826
* EWMH: Update SetWorkArea() to use global w/h by @ThomasAdam in
  #840
* Fix GotoDeskAndPage by @shang in #837
* clang: fix warnings by @ThomasAdam in #847
* FvwmPerl: fix regexp warning for special chars by @ThomasAdam in
  #852
* fonts: don't fallback to iconv using XFT by @ThomasAdam in #862
* FvwmPager: monitor config: skip whitespace by @ThomasAdam in #856
* release 1.0.7 by @github-actions in #865

(vins)

2023-07-16 21:17:58 UTC MAIN commitmail json YAML

doc: Updated graphics/wallust to 2.5.0

(pin)

2023-07-16 21:17:34 UTC MAIN commitmail json YAML

graphics/wallust: update to 2.5.0

- pywal template compatibility: #5
    - output colors in RGB,RGBA,XRGB and singular color channels #5 1/2
    - add {wallpaper} variable to templating fix #5 2/2
    - add {cursor} variable
    - add {alpha} variable
- new flags:
      -b/--backend to use a backend other than the config file
      -c/--colorspace to use a custom colorspace, other than the one in the
      config file
      -C/--config-path to use a custom config file #12
      -f/--filter to use a filter other than the one in the config file
      -o/--overwrite_cache to ignore cached palette
      -n/--no-cache don't cache result palette
- new filters:
    - harddark - "hard hue" colors
    - softlight - more "pastel" like colors
- built-in pywal themes (can be turn off with a compile-time feature)
- can read pywal colorschemes and terminal-sexy formats (both json) #8
- don't quit on errors while templating
- nix pkg to the readme #10
- fix building on windows #14
- multiple fixes, improvements, refactors
- update dependencies

(pin)

2023-07-16 21:16:48 UTC MAIN commitmail json YAML

doc: Updated devel/garden to 0.8.0

(pin)

2023-07-16 21:16:14 UTC MAIN commitmail json YAML

devel/garden: update to 0.8.0

v0.8.0
Features:
- garden now supports a grafts feature that allows you to stitch configuration
  entities from separate garden files into a graft-specific namespace.
  Trees and variables from grafted configurations can be referenced using
  graft:: namespace qualifiers.
- garden grow can now configure upstream branches.
- garden grow can now configure gitconfig settings with multiple values using
  git config --add <name> <value>.

v0.7.0
Features:
- Trees, Groups, Gardens and Commands defined in the top-level garden.yaml
  can now override entries defined via garden.includes. Configuration entities
  now follow "last one wins" semantics -- if the same entity is defined in
  multiple includes files then only the final definition will be used. (#14)
  (#15)
- Trees now sparsely override existing entries. This behavior allows a tree
  definition to replace just the url field, or to replace individual tree
  commands while retaining the rest. Use replace: true in a Tree definition in
  order to completely replace the existing entry instead of sparsely
  overridding it.
- Improved shell completions for garden, garden init and garden plant.

Packaging
- 0323pin packaged garden for pkgsrc/NetBSD and merged the package into the
  main branch! (#13)

(pin)

2023-07-16 21:15:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/broot to 1.24.1

(pin)

2023-07-16 21:14:51 UTC MAIN commitmail json YAML

sysutils/broot: update to 1.24.1

v1.24.1 - 2023-07-16
- slightly better --help

v1.24.0 - 2023-07-16
- installer for the powershell br script on windows - Thanks @felixkroemer
- new --help, more compact
- allow extra spaces before the verb
- updated man page, now distributed in releases as /man/broot.1

(pin)

2023-07-16 20:50:10 UTC MAIN commitmail json YAML

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

(gutteridge)

2023-07-16 20:50:00 UTC MAIN commitmail json YAML

xfce4-extras: reflect xfce4-verve-plugin update

(gutteridge)

2023-07-16 20:23:04 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfce4-verve-plugin to 2.0.3

(gutteridge)

2023-07-16 20:22:43 UTC MAIN commitmail json YAML

xfce4-verve-plugin: update to 2.0.3

Change log:

2.0.3 (2023-07-15)
=====
Version number was not updated in 2.0.2, so let's go for 2.0.3 now :/

2.0.2 (2023-07-15)
=====
- Update copyright year
- Fix critical when unblocking autohide
- Revert "Fix critical when unblocking autohide"
- Propagate the focus-out GtkEntry event
- Refactor verve_spawn_command_line()
- Fix g_thread_create_full deprecation
- Fix GtkAlignment deprecations
- Fix GtkMisc deprecations
- Fix GtkColorButton deprecations
- Fix XfceTitledDialog and GtkStock deprecations
- Fix Gtk[HV]Box deprecations
- Fix critical when unblocking autohide
- Port to PCRE2 (#11)
- Update `.gitignore`
- Fix previous commit
- build: Fix intltool lock file problem during make distcheck
- build: Decrease make log level
- build: Add GLib requirement
- Update COPYING
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (Canada), English
  (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
  Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
  Japanese, Korean, Lithuanian, Malay, Norwegian Bokm奪l, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian

(gutteridge)

2023-07-16 19:18:15 UTC MAIN commitmail json YAML

doc: Updated devel/slibtool to 0.5.34

(wiedi)

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

slibtool: update to 0.5.34

0.5.34:

This is the last patch release in the 0.5.x series. As of this release,
there are no known problems pertaining to slibtool's core functionality
or compatibility with the historic libtool implementation. Outstanding
features that are not covered by this release are the internal
implementation of archive merging (as opposed to using ar(1) and MRI
scripts), as well as the internal implementation, integration, and
support of -dlpreopen.

Included with this release is also m4/slibtool.m4, which by now has
been tested against, and may be successfully used with legacy autoconf
versions (such as 2.64), as well as more recent ones (2.69 or later).
A new invocation mode, --mode=slibtoolize (or the slibtoolize symlink)
is currently under development, and will be included with the next
release.

- driver: slbt_get_driver_ctx(): properly record the envp parameter.
- driver api: slbt_get_flavor_settings(): initial implementation.
- driver: added explicit --sysroot support.
- link mode: set the -soname linker flag alongside the -avoid-version argument.
- link mode: slbt_exec_link_create_executable(): enclose $DL_PATH in quotes.
- link mode: slbt_exec_link_create_executable(): replace backtick with $().
- link mode: -module without -rpath is an executable, not a dynamic library.
- link mode: legacy libtool compatibility: support linking against -module libs.
- link mode: slbt_exec_link(): properly support non-default shared-object suffix.
- link mode: slbt_exec_link_create_archive(): eliminate the libfoo.a symlink.
- link mode: static-only libfoo.la: account for non-default shared-object suffix.
- link mode: always create libfoo.so.def.{host|flavor} and related tags.
- link mode: PE targets: -release: fix names used for and in import libraries.
- link mode: slbt_exec_link_create_executable(): place .exe.wrapper under .libs/.
- install mode: driver: added (referential) --sysroot support.
- install mode: slbt_exec_install_entry: properly handle fussix flavors.
- install mode: libfoo.la and ibfoo.so.def.host: properly handle -release.
- install mode: slbt_exec_install_entry(): remove dead code.
- install mode: libfoo.la installation: early detect static-only operation mode.
- uninstall mode: driver: added (referential) --sysroot support.
- heuristics: slbt_get_lconf_flags(): added missing 'else' in if-then block.
- heuristics: slbt_get_lconf_flags(): enhanced the string-scanning logic.
- library: replace all uses of open() with openat().
- library: replace all uses of chmod() with fchmodat().
- library: replace all uses of unlink() with unlinkat().
- library: replace all uses of rmdir() with unlinkat().
- library: replace all uses of rename() with renameat().
- library: replace all uses of symlink() with symlinkat().
- library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat().
- library: replace all uses of stat() and lstat() with fstatat() counterparts.
- library: replace all uses of getcwd() with slbt_realpath().
- library: eliminate use of the external environ variable.

0.5.33:

This patch release provides several bug fixes and improvements, as well as
added support for the NO_COLOR environment variable.

- driver: always respect the NO_COLOR envvar & SLBT_DRIVER_ANNOTATE_NEVER flag.
- driver: a heuristics-based -disable-shared now overrides --tag=disable-static.
- driver: --tag=disable-shared now overrides a heuristics-based -disable-static.
- link mode: always include deplib dirs in ldpathenv.
- link mode: enclose vnames in wrapper script in braces.
- link mode: always include explicit -L dirs in ldpathenv.
- link mode: shared: use .deps of a static-only .la input argument as needed.
- link mode: require dependency list to be present for all .la input arguments.
- execute mode: fix NULL ptr deref with only one argument.
- execute mode: handle relative -L pathnames & cwd-relative wrapper scripts.
- install mode: slbt_exec_install(): added legacy shtool support.
- install mode: account for a libfoo.a that was created with -disable-static.
- install mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag.
- uninstall mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag.
- argv.h: tty colors: added argv_usage_plain().

0.5.32:

This patch release provides several bug fixes as well as the new (or proper)
implementation of previously missing features.

- driver: added -Xlinker support.
- driver: support -static-libtool-libs (currently as a no-op).
- driver: slbt_init_flavor_settings(): properly handle the -shrext argument.
- driver: --version: update the git repository reference to the https variant.
- link mode: check for and properly support -version-info with -release.
- link mode: .def file name: added proper -release support.
- link mode: slbt_exec_link(): record the -shrext argument for the install step.
- install mode: support wrapping of /path/to/sh /path/to/install-sh.
- install mode: slbt_exec_install_entry(): added -shrext support.
- uninstall mode: remove hard-coded shell logic, revisit later as needed.
- heuristics: support finding arbitrarily named scripts up the build tree.
- heuristics: added (annotated) trace output.
- heuristics: slbt_lconf_open(): added (annotated) trace_result().
- output: print out the recorded not-found path.
- output: added slbt_output_fdcwd().
- internals: error tracing: record the not-found path upon ENOENT as needed.
- library: compile & link modes: properly record the not-found path upon error.
- helper api: added slbt_realpath().
- build system: ccenv_{tool|attr}_epilog(): properly handle long output strings.
- project: added BUGS and a note on where to report bugs and issues.
- project: config.project: update $mb_pkgrep to the https variant.

0.5.31:

This patch release fixes a regression in the 0.5.29 release,
specifically in the implementation of the -module semantics,
as well as a latent bug in the algorithm for finding a build
project's generated libtool script.

- link mode: properly handle .la targets built with -module.
- libtool finder: exit loop upon reaching the root directory.

0.5.30:

This patch release fixes sed usage ('\s' vs '[[:space:]]') in
slibtool's own build system. Release immediately in order to
prevent build errors in strict build environments.

- build system: ccenv_output_defs(): use conformant sed construct.

0.5.29:

This patch release provides a few important additions and bug fixes,
as well as several improvements in slibtool's own build system. In
addition, it denotes the (semantic) transition from midipix.org
to foss21.org.

- driver: added F77 support.
- driver: added -XCClinker support.
- driver: added FC support.
- driver: host flavors: added suffixed suffixes support.
- driver: --heuristics: respect explicit --disable-shared and/or -static.
- driver: resolve conflicting and/or incompatible command-line arguments.
- driver, link mode: properly implement the -module semantics.
- driver, compile & link mode: support arbitrary & known compiler wrappers.
- link mode: host flavors: properly support suffixed suffixes.
- install mode: host flavors: properly support suffixed suffixes.

0.5.28:

This patch release allows the enhanced target-ar logic that was
introduced in the previous patch release to properly work on legacy
systems with a tricky posix_spawnp() implementation.

- driver: enhanced target-ar logic: accommodate legacy systems.

0.5.27:

This patch release provides an important enhancement with respect to the
identification of the ar tool to be invoked in slibtool's link mode. More
specifically, rather than relying on the presence of <target>-ar, slibtool
will now attempt to invoke, as needed, several alternate ar tools in the
following order: <target>-ar, <target>-<compiler>-ar, and, in the case
of the native target, also <compiler>-ar and ar.

- driver: slbt_init_host_params(): enhance the target-ar related logic.

0.5.26:

This patch release follows significant improvements in, as well as additions
to slibtool's functionality. Most notably, with the additions of --heuristics
and the rlibtool convenience symlink, slibtool may now automagically operate
in the exact same mode (static only, shared only, or both) as the generated
libtool script for which it serves as a surrogate.

- utility: --heuristics support: added the 'rlibtool' convenience symlink.
- utility: convenience symlinks: added rclibtool, rdlibtool, and rdclibtool.
- link mode: properly handle local archives.
- link mode: remove placeholder arguments.
- link mode: remove redundant -l arguments.
- link mode: remove redundant -L arguments.
- compile mode: remove placeholder arguments.
- driver: added --heuristics support.
- driver: slbt_get_driver_ctx(): support stack-based argv.
- driver: output error vector upon post-argv-parsing failures.
- driver: execution context: added slbt_reset_argvector().
- driver: properly normalize --library-path=<path> arguments.
- internals: slbt_mkdir() now uses the context's fdcwd.
- internals: slbt_adjust_linker_argument() now uses the context's fdcwd.
- internals: -shared/-static heuristics: added slbt_get_lconf_flags().

(wiedi)

2023-07-16 18:43:29 UTC MAIN commitmail json YAML

2023-07-16 18:41:23 UTC MAIN commitmail json YAML

Note addition of security/go-getpass

(jschauma)

2023-07-16 18:36:44 UTC MAIN commitmail json YAML

Import github.com/jschauma/getpass

The `getpass` module provides a simple way to retrieve a password from
the user by specifying a number of different password sources:

func Getpass(passfrom string) (pass string, err error)

Getpass retrieves a password from the user using a method defined by
the `passfrom` string.  The following methods are supported:

`cmd:command` -- Obtain the password by running the given command.  The
command will be passed to the shell for execution via `/bin/sh -c
'command'`.

`env:var` -- Obtain the password from the environment variable var.
Since the environment of other processes may be visible
via e.g. `ps(1)`, this option should be used with caution.

`file:pathname` -- The first line of `pathname` is the password.
`pathname` need not refer to a regular file: it could for example refer
to a device or named pipe.  `pathname` undergoes standard "~" and
environment variable expansion.  Note that standard Unix file access
controls should be used to protect this file.

`keychain:name` -- Use the `security(1)` utility to retrieve the
password from the macOS keychain.

`lpass:name` -- Use the LastPass command-line client `lpass(1)` to
retrieve the named password.  You should previously have run `lpass
login` for this to work.

`op:name` -- Use the 1Password command-line client `op(1)` to retrieve
the named password.

`pass:password` -- The actual password is password.  Since the
password is visible to utilities such as `ps(1)` and possibly leaked
into the shell history file, this form should only be used where
security is not important.

`tty[:prompt]` -- This is the default: `Getpass` will prompt the user on
the controlling tty using the provided `prompt`.  If no `prompt` is
provided, then `Getpass` will use "Password: ".

## Examples

```
package main

import (
"flag"
"fmt"
"log"

"github.com/jschauma/getpass"
)

func main() {

var pass string
flag.StringVar(&pass, "p", "tty", "password method")
flag.Parse()

// Try out any of the options:
p, err := getpass.Getpass(pass)
if err != nil {
log.Fatal("Unable to get password from user: ", err)
} else {
fmt.Printf("%s\n", p)
}

// Alternatively:

// This will prompt the user to enter a password interactively,
// using the default prompt.
p, err = getpass.Getpass()
if err != nil {
log.Fatal("Unable to get password from user: ", err)
} else {
fmt.Printf("%s\n", p)
}

// Using a custom prompt:
p, err = getpass.Getpass("tty:Please enter your secret passphrase: ")
if err != nil {
log.Fatal("Unable to get password from user: ", err)
} else {
fmt.Printf("%s\n", p)
}

// Using an environment variable:
p, err = getpass.Getpass("env:MYSECRET")
if err != nil {
log.Fatal("Unable to get password from user: ", err)
} else {
fmt.Printf("%s\n", p)
}

// Using a file:
p, err = getpass.Getpass("file:~/.secret")
if err != nil {
log.Fatal("Unable to get password from user: ", err)
} else {
fmt.Printf("%s\n", p)
}

// etc. etc.
}
```

---

See also:
* https://www.netmeister.org/blog/passing-passwords.html
* https://www.netmeister.org/blog/consistent-tools.html#passwords

(jschauma)

2023-07-16 18:07:26 UTC pkgsrc-2023Q2 commitmail json YAML

2023-07-16 18:05:57 UTC pkgsrc-2023Q2 commitmail json YAML

Pullup ticket #6780 - requested by nia
www/firefox102: security fix
www/firefox102-l10n: dependent update

Revisions pulled up:
- www/firefox102-l10n/Makefile                                  1.13
- www/firefox102-l10n/distinfo                                  1.12
- www/firefox102/Makefile                                      1.22
- www/firefox102/distinfo                                      1.14

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Fri Jul  7 20:47:53 UTC 2023

  Modified Files:
  pkgsrc/www/firefox102: Makefile distinfo
  pkgsrc/www/firefox102-l10n: Makefile distinfo

  Log Message:
  firefox102: update to 102.13.0

  Security Vulnerabilities fixed in Firefox ESR 102.13

      #CVE-2023-37201: Use-after-free in WebRTC certificate generation

      #CVE-2023-37202: Potential use-after-free from compartment mismatch in
      SpiderMonkey

      #CVE-2023-37207: Fullscreen notification obscured

      #CVE-2023-37208: Lack of warning when opening Diagcab files

      #CVE-2023-37211: Memory safety bugs fixed in Firefox 115, Firefox ESR
      102.13, and Thunderbird 102.13

(bsiegert)

2023-07-16 14:11:40 UTC MAIN commitmail json YAML

doc/TODO: add some

+ elixir-1.15.3, filezilla-3.65.0, harfbuzz-8.0.1, lensfun-0.3.4,
  libva-2.19.0, py-black-23.7.0, py-click-8.1.5, py-dns-2.4.0,
  py-fonttools-4.41.0, py-frozenlist-1.4.0, py-gitpython-3.1.32,
  py-google-api-python-client-2.93.0, py-google-auth-2.22.0,
  py-jsonschema-4.18.3, py-pdf-3.12.1, py-pdm_backend-2.1.4,
  py-pip-23.2, py-platformdirs-3.9.1, py-pybind11-2.11.0,
  py-tortoisehg-6.4.5, py-trio-0.22.2, py-vdirsyncer-0.19.2,
  py-virtualenv-20.24.0, qemu-8.0.3, rhash-1.4.4, stunnel-5.70.

(wiz)

2023-07-16 14:05:09 UTC MAIN commitmail json YAML

stunnel: update MASTER_SITES

(wiz)

2023-07-16 14:04:03 UTC MAIN commitmail json YAML

ggrab: derive PKGNAME from DISTNAME (to fix DISTNAME)

(wiz)

2023-07-16 10:12:32 UTC MAIN commitmail json YAML

doc: Updated pkgtools/revbump to 3.4

(wiz)

2023-07-16 10:12:22 UTC MAIN commitmail json YAML

revbump: update to 3.4

Do not bump go-bin and go1[0-9]* for lang/go, requested by bsiegert@.
Add -n to just print list of packages that would be bumped.

(wiz)

2023-07-16 09:22:06 UTC MAIN commitmail json YAML

doc: Updated www/hugo to 0.115.3

(bsiegert)

2023-07-16 09:21:49 UTC MAIN commitmail json YAML

hugo: update to 0.115.3.

0.115.{3, 2, 1}: bugfixes.

0.115.0
The notable new feature in this release is that you can now have permalink
configuration also for section and taxonomy pages.

0.114.0
The main new thing in this release is that we now support both major versions
of the Dart Sass Embedded protocol, which means that you now can use the
regular Dart Sass binary.
We have also moved to a new log library and added some new math functions and
also revised the existing set to work better with a mix of scalars and slices.

(bsiegert)

2023-07-15 16:25:42 UTC MAIN commitmail json YAML

Updated textproc/ugrep, archivers/py-zipp

(adam)

2023-07-15 16:25:20 UTC MAIN commitmail json YAML

py-zipp: updated to 3.16.2

v3.16.2
Bugfixes

In Path.match, Windows path separators are no longer honored. The fact that they were was incidental and never supported.
Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile.
Reworked glob utilizing the namelist directly.

(adam)

2023-07-15 16:23:40 UTC MAIN commitmail json YAML

ugrep: updated to 3.12.3

ugrep v3.12.3

Speed improvements to further speed up common search patterns. Improved man page. The ug and ug+ commands now enable --pretty by default (that is, if a .ugrep configuration file does not override it with no-pretty). Fixed a potential pattern match issue in the new v3.12 optimizations.

(adam)

2023-07-15 16:17:04 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nghttp2-tools

(adam)

2023-07-15 16:07:29 UTC MAIN commitmail json YAML

nghttp2 nghttp2-tools: updated to 1.55.1

Nghttp2 v1.55.1

Security Advisory

CVE-2023-35945: HTTP/2 memory leak in nghttp2 codec

For more information, read the security advisory.

This CVE was filed by envoyproxy/envoy project, and has already been made public, and we did not take usual security procedure. See below why.

lib

This release fixes memory leak that happens when PUSH_PROMISE or HEADERS frame cannot be sent, and nghttp2_on_stream_close_callback fails with a fatal error. For example, if GOAWAY frame has been received, a HEADERS frame that opens new stream cannot be sent.

This issue has already been made public via CVE-2023-35945 issued by envoyproxy/envoy project. During embargo period, the patch to fix this bug was accidentally submitted to nghttp2/nghttp2 repository. And they decided to disclose CVE early. I was notified just 1.5 hours before disclosure. I had no time to respond.

PoC described in CVE is quite simple, but I think it is not enough to trigger this bug. While it is true that receiving GOAWAY prevents a client from opening new stream, and nghttp2 enters error handling branch, in order to cause the memory leak, nghttp2_session_close_stream function must return a fatal error. nghttp2 defines 2 fatal error codes:

NGHTTP2_ERR_NOMEM
NGHTTP2_ERR_CALLBACK_FAILURE
NGHTTP2_ERR_NOMEM, as its name suggests, indicates out of memory. It is unlikely that a process gets short of memory with this simple PoC scenario unless application does something memory heavy processing.

NGHTTP2_ERR_CALLBACK_FAILURE is returned from application defined callback function (nghttp2_on_stream_close_callback, in this case), which indicates something fatal happened inside a callback, and a connection must be closed immediately without any further action. As nghttp2_on_stream_close_error_callback documentation says, any error code other than 0 or NGHTTP2_ERR_CALLBACK_FAILURE is treated as fatal error code. More specifically, it is treated as if NGHTTP2_ERR_CALLBACK_FAILURE is returned. I guess that envoy returns NGHTTP2_ERR_CALLBACK_FAILURE or other error code which is translated into NGHTTP2_ERR_CALLBACK_FAILURE.

(adam)

2023-07-15 15:16:37 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-s3 to 1.130.0

(taca)

2023-07-15 15:15:57 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-s3: update to 1.130.0

1.130.0 (2023-07-13)

* Feature - S3 Inventory now supports Object Access Control List and Object
  Owner as available object metadata fields in inventory reports.

* Feature - Allow Object multipart copy API to work when requiring a
  checksum algorithm.

* Feature - Allow Object multipart copy API to optionally copy parts as they
  exist on the source object if it has parts, instead of generating new part
  ranges, when specifying use_source_parts: true.

1.129.0 (2023-07-11)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-07-15 15:14:46 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-kms to 1.71.0

(taca)

2023-07-15 15:14:10 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-kms: update to 1.71.0

1.71.0 (2023-07-11)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-07-15 15:12:56 UTC MAIN commitmail json YAML

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

(taca)

2023-07-15 15:12:32 UTC MAIN commitmail json YAML

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

1.81.0 (2023-07-13)

* Feature - Documentation updates for Secrets Manager

1.80.0 (2023-07-11)

* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
  CHANGELOG.md for details.

(taca)

2023-07-15 15:11:30 UTC MAIN commitmail json YAML

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

(taca)

2023-07-15 15:11:09 UTC MAIN commitmail json YAML

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

3.178.0 (2023-07-11)

* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Add support for configuring the endpoint URL in the shared
  configuration file or via an environment variable for a specific AWS
  service or all AWS services.

(taca)

2023-07-15 15:10:00 UTC MAIN commitmail json YAML

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

(taca)

2023-07-15 15:08:24 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.786.0

1.786.0 (2023-07-13)

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

(taca)

2023-07-15 15:05:36 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.6.38

(taca)

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

2023-07-15 14:57:28 UTC MAIN commitmail json YAML

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

(taca)

2023-07-15 14:57:00 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.149

2.0.149 (2023-07-11)

* Land #667, fix androidpayload dump_contacts failing on Android 10 or
  higher

(taca)

2023-07-15 14:56:36 UTC MAIN commitmail json YAML

doc: Updated mail/postfix to 3.8.1

(otis)

2023-07-15 14:56:26 UTC MAIN commitmail json YAML

postfix: Update to 3.8.1

Major changes with Postfix 3.8.1
================================

- Security: the Postfix SMTP server optionally disconnects remote SMTP clients
  that violate RFC 2920 (or 5321) command pipelining constraints. The server
  replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the
  unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining
  = yes" to enable. This feature is enabled by default in Postfix 3.9 and
  later.

- Workaround to limit collateral damage from OS distributions that crank up
  security to 11, increasing the number of plaintext email deliveries. This
  introduces basic OpenSSL configuration file support, with two new parameters
  "tls_config_file" and "tls_config_name". Details are in the postconf(5)
  manpage under "tls_config_file" and "tls_config_name".

Full release notes:
http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.8.1.RELEASE_NOTES

(otis)

2023-07-15 14:55:17 UTC MAIN commitmail json YAML

doc: Updated print/ruby-rbpdf to 1.21.3

(taca)

2023-07-15 14:54:42 UTC MAIN commitmail json YAML

print/ruby-rbpdf: update to 1.21.3

1.21.3 (2023-07-15)

* Javascript Form & XHTML Form support (#84)

(taca)

2023-07-15 14:42:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-mocks to 3.12.6

(taca)

2023-07-15 14:41:18 UTC MAIN commitmail json YAML

devel/ruby-rspec-mocks: update to 3.12.6

3.12.6 (2023-07-11)

Bug Fixes:

* Fix an issue with and_call_original when using the method_missing fallback
  with keyword arguments. (Igor Drozdov, #1552)

(taca)

2023-07-15 14:39:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rgl to 0.6.6

(taca)

2023-07-15 14:38:41 UTC MAIN commitmail json YAML

devel/ruby-rgl: update to 0.6.6

0.6.6 (2023-07-10)

* Bump GoogleCloudPlatform/release-please-action from 2 to 3 (#120, #122)
  (3e804d4)

(taca)

2023-07-15 14:37:21 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.20.3

(taca)

2023-07-15 14:37:00 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.20.3

3.20.3 (2023-07-11)

2 minor enhancements:

* Added Parser#in_argdef and integrated into 3.x parsers.
* Improved tools/munge.rb to handler MRI 3.2 output

2 bug fixes:

* Fixed process_dots to properly deal with paren-less forward_args. (eric1234)
* Fixed tools/ripper.rb to properly print ripper sexp at the end

(taca)

2023-07-15 14:35:45 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-minitest to 5.18.1

(taca)

2023-07-15 14:35:18 UTC MAIN commitmail json YAML

devel/ruby-minitest: update to 5.18.1

3 bug fixes:

* Avoid extra string allocations when filtering tests. (tenderlove)
* Only mention deprecated ENV if it is an integer string.
* Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)

(taca)

2023-07-15 10:53:10 UTC MAIN commitmail json YAML

2023-07-15 10:41:01 UTC MAIN commitmail json YAML

doc: Updated lang/go120 to 1.20.6

(bsiegert)

2023-07-15 10:40:37 UTC MAIN commitmail json YAML

go120: update to 1.20.6 (security)

This minor release includes 1 security fix following the security policy:

net/http: insufficient sanitization of Host header

The HTTP/1 client did not fully validate the contents of the Host header. A
maliciously crafted Host header could inject additional headers or entire
requests. The HTTP/1 client now refuses to send requests containing an invalid
Request.Host or Request.URL.Host value.

Thanks to Bartek Nowotarski for reporting this issue.

Includes security fixes for CVE-2023-29406 and Go issue
https://go.dev/issue/60374

(bsiegert)

2023-07-15 10:35:48 UTC MAIN commitmail json YAML

doc: Updated lang/go119 to 1.19.11

(bsiegert)

2023-07-15 10:35:14 UTC MAIN commitmail json YAML

go119: update to 1.19.11 (security)

This minor release includes 1 security fix following the security policy:

net/http: insufficient sanitization of Host header

The HTTP/1 client did not fully validate the contents of the Host header. A
maliciously crafted Host header could inject additional headers or entire
requests. The HTTP/1 client now refuses to send requests containing an invalid
Request.Host or Request.URL.Host value.

Thanks to Bartek Nowotarski for reporting this issue.

Includes security fixes for CVE-2023-29406 and Go issue
https://go.dev/issue/60374

(bsiegert)

2023-07-15 03:33:41 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.17.12

(tsutsui)

2023-07-15 03:33:20 UTC MAIN commitmail json YAML

ruby-cairo: update to 1.17.12.

Upstream changes (from NEWS):

Release 1.17.12 (2023-06-17) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for Gentoo Linux.

Fixes
-----

  * Fixed ALT Linux dependencies.

Release 1.17.11 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for ALT Linux.

Fixes
-----

  * Fixed conda dependencies.

Release 1.17.10 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added missing dependency packages for conda.

Release 1.17.9 (2023-06-14) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Dropped support for fat gem.
    [GH-78][https://github.com/rcairo/rcairo/issues/78]
    [Reported by Largo]

  * Added support for auto native package installation with conda.

  * Added support for cairo 1.17.8:

    * Added Cairo::SVGFontError.

    * Added Cairo::ColorMode.

    * Added Cairo::FontOptions#color_mode.

    * Added Cairo::FontOptions#color_mode=.

    * Added Cairo::ColorPalette.

    * Added Cairo::FontOptions#color_palette.

    * Added Cairo::FontOptions#color_palette=.

    * Added Cairo::FontOptions#set_custom_palette_color.

Fixes
-----

  * Fixed the number of arguments of Cairo::GLSurface#initialize and
    Cairo::GLTextureSurface#initialize.
    [GH-79][https://github.com/rcairo/rcairo/issues/79]
    [Patch by Dimitry Andric]

Thanks
------

  * Largo

  * Dimitry Andric

(tsutsui)

2023-07-14 19:03:04 UTC MAIN commitmail json YAML

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

(pin)

2023-07-14 19:02:39 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.11.2

v17.11.2
Bug Fixes
- os: use correct Android platform name (1f28305)

v17.11.1
Bug Fixes
- android: update version based on bash capabilities (9b011b4)

v17.11.0
Bug Fixes
- android: correct version number trimming (2bfd08e)

Features
- kubectl: specify context aliases (b27608d)

v17.10.0
Features
- build for android (7d5c731)

(pin)

2023-07-14 18:25:48 UTC MAIN commitmail json YAML

gimp: Restore patch-ab to fix CC_VERSION variable

(ryoon)

2023-07-14 16:56:30 UTC MAIN commitmail json YAML

2023-07-14 16:21:01 UTC MAIN commitmail json YAML

gnustep-base: drop redundant commented-out PKGREVISION

(Which was right above another, active PKGREVISION of the same value.
Seems like a scripting issue.)

(gutteridge)

2023-07-14 15:50:06 UTC MAIN commitmail json YAML

doc: Updated wm/enlightenment16 to 1.0.28

(gutteridge)

2023-07-14 15:49:48 UTC MAIN commitmail json YAML

enlightenment16: update to 1.0.28

e16 v1.0.28 - 2023-07-13
------------------------
- 1.0.28
- Update po
- Fix a couple of bugs in new quoting/comment handling
- bindings: Handle quoting in AclassConfigLineParse()
- ipc: Avoid potential crash in AclassConfigParseIpc()
- Move some string handling functions around
- eesh: Workaround problem with _FORTIFY_SOURCE=3
- events: Fetch events also when blocked
- events: Separate event fetching and processing
- events: Change some variable names
- eesh: Trivial cleanups
- GSOD: Ungrab server before opening new connection
- startup: Only repaint if animating
- desks: Prevent nested desk switches
- Revert "ewins: Remove redundant container window move"
- menus: Expose option to show/hide menu icons in configuration dialog
- e_gen_menu.pl: Fix for new IPC parser
- Add missing include
- cursors: Rework cursor creation
- cursors: Mostly cosmetic function name changes
- cursors: Mostly cosmetic adjustments around fore/background colors
- extinitwin: Move null cursor definition to separate function
- eimage: Split EImageDefineCursor
- Some include tweaks
- matches.cfg: Ignore virtualbox move requests
- pagers: Avoid some overhead
- Forgot some 2022
- ewins: Tweak spurious MapRequest handling
- ewins: Remove redundant container window move
- memory.c: Consistently use EMALLOC()
- focus: Keep focus when un-fullscreened

(gutteridge)

2023-07-14 14:12:14 UTC MAIN commitmail json YAML

Updated graphics/gimp, net/glib-networking

(adam)

2023-07-14 14:11:51 UTC MAIN commitmail json YAML

glib-networking: updated to 2.76.1

2.76.1 - June 29, 2023
- Fix proxy tests when built against libproxy 0.5
- Updated translations

2.76.0 - March 17, 2023
- Fix OpenSSL sessions becoming unresumable
- Fix installed libproxy test

(adam)

2023-07-14 14:10:08 UTC MAIN commitmail json YAML

gimp: updated to 2.10.34

Overview of Changes from GIMP 2.10.32 to GIMP 2.10.34
=====================================================

Core:

  - Check for updates now works on macOS (backported from 2.99.14).
  - Update help IDs for better integration with the documentation website.
  - Symmetry dockable contents is now shown, yet deactivated, when no images are
    opened, improving discoverability (backported from 2.99.14).
  - DBus fully disabled on macOS (in some case, it could even freeze GIMP
    process when dbus is present yet not responding). Open With feature (e.g.
    from file browsers) still work fine as it uses a different code path on
    macOS. Other features using dbus (opening files or running batch commands
    from a separate GIMP process) won't work, but they probably never did on
    macOS anyway.
  - "Canvas Size" dialog took too much vertical space and now better uses the
    horizontal space by moving the preview and offset fiels to the right side,
    and the "Center" button just below (backported from 2.99.8).
  - Template selector (backported from 2.99.6) in resize dialog.
  - Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors
    selection dialogs) are now remembered across sessions.
  - Eye icon header added to the item tree views to make it more obvious where
    to click for item visibility and links (backported from 2.99.10)
  - Revert color proofing behavior changed in 2.10.32 which resulted in
    inconsistent past workflows.
  - "Lock path strokes" tooltip for the dockable icon was renamed "Lock path".

Plug-ins:

  - DDS: make GUI translatable.
  - file-raw: added high bit depth precision export (partial backport from
    2.99.12).
  - TIFF:
    * Various bug fixes;
    * better check for invalid resolutions on import;
    * do not generated warnings for incorrect RichTIFFIPTC tags produced by
      Adobe products (only output a message to stderr, for not completely
      ignoring these);
    * Loading "reduced" image or not is now an option. We use a heuristic for
      the default value of said option (trying to guess if it's a thumbnail by
      using common usage), but final decision is now up to one knowing the image
      you load (backported from 2.99.14);
    * Default TIFF export format is "normal" TIFF, not BigTIFF (making it
      default was definitely an error in 2.10.32).
  - PSD:
    * Various bug fixes;
    * Useless physical unit conversion removed;
    * Backported improvement (2.99.10) for importing layers with clipping set
      (leading to color bleeding);
    * Backported improvements (2.99.10) for importing clipping layers;
    * Paths are now exported (backported from 2.99.14).
  - WebP: more informative error messages in some cases.
  - Flame: various bug fixes.
  - JPEG-XL:
    * metadata import backported from 2.99.14 - (requires libjxl 0.7.0)
    * Partial backport (2.99.8) of JPEG-XL export; export is always in 8bit
      lossless.
  - HEIF: various bug fixes.
  - Dicom: various bug fixes.
  - help:
    * macOS: https support now working fine for help files (bypassing
      lack of support in GIO for macOS platform).
  - animation-play: fixed on macOS.
  - PDF:
    * Import: new option "Fill transparent areas with white" to fill the
      background in white (ON by default as most office PDF writers seem to rely
      on readers filling the background with white), allowing importing
      transparent PDF files.
    * Export: new option "Fill transparent areas with background color" allowing
      to decide whether to export a PDF with transparent background.
  - TGA:
    * Added a workaround to load wrongful TGA files exported by Krita (which
      they fixed on their side too now, see Krita bug 464484).
  - ICO and CUR:
    * Magics detection for these formats has been removed (now using only using
      filename extension) because it was interfering with the detection of
      certain types of TGA images (which are likely more common than ICO and CUR
      files, and extension for these should be reliable enough).

Libgimpbase:

  - GimpMetadata API (in particular the gimp_metadata_set_from_*() functions)
    are now much less memory-hungry (backported from the main dev branch) when
    using GExiv 0.12.2 or over. With some huge metadata, it could cause long
    freeze or even crashes of plug-ins.

Libgimpwidgets:

  - Color-picking with X11 is now the default when compiled with X11, even if a
    color-picking portal also exists, because it is always right, whereas
    portals return color in display space without the space information itself
    (i.e. without profiles).
  - New dedicated GimpPickButton implementation for Windows (backported from
    2.99.14).

Libgimp:

  - New wrapper functions around GEGL ops, which also map to items in our Color
    menu:
    * gimp_drawable_shadows_highlights()
    * gimp_drawable_extract_component()

Build:

  - Bumping minimum GEGL to version 0.4.38.
  - Bumping minimum libjxl to version 0.7.0.
  - New GIMP_RELEASE macro to tell if code is a release or in-between release
    (different from GIMP_UNSTABLE which was telling if we are in a stable or
    development branch).
  - Our stable CI now uses Debian stable where Python2 is still present.

(adam)

2023-07-14 13:52:51 UTC MAIN commitmail json YAML

gimp: Fix configure with graphics/babl-0.1.106

(ryoon)

2023-07-14 13:26:43 UTC MAIN commitmail json YAML

p5-DBD-MariaDB: use MARIADB_VERSIONS_ALL

(nia)

2023-07-14 13:25:58 UTC MAIN commitmail json YAML

mk: Add a MARIADB_VERSIONS_ALL variable

The intent of this variable is that it can be used as a value for
MYSQL_VERSIONS_ACCEPTED if a package wants to indicate that it only
accepts MariaDB.

(nia)

2023-07-14 13:04:55 UTC MAIN commitmail json YAML

Add mariadb1011 to MYSQL_VERSIONS_ACCEPTED for p5-DBD-MariaDB

(abs)

2023-07-14 12:36:24 UTC MAIN commitmail json YAML

doc: Updated devel/pycharm-bin to 2022.1.4

(hauke)