gpgmepp: update to 2.1.0.
Noteworthy changes in version 2.1.0 (2026-05-18) [C8/A1/R0]
------------------------------------------------
* New methods to query the compliance of encryption results. [T6702]
* New function Subkey::keyGrips to get the list of keygrips for
a subkey using combined algorithms.
* New function Context::generateRandomZBase32String to get a
cryptographically strong string of z-base-32 characters. [T8108]
* Interface changes relative to the 2.0.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DeletionFlag NEW.
DeletionFlags NEW.
Context::deleteKey CHANGED: New overload; deprecated old.
Context::startKeyDeletion CHANGED: New overload; deprecated old.
[6 lines not shown]
hicolor-icon-theme: update to 0.18.
Version 0.18
~~~~~~~~~~~~
Released: 2024-05-20
Features:
* Provide a pkgconfig file
* Create HiDPI directories
* Port build system to Meson
Specification:
* spec: Mandate that base themes must be installed
* spec/icon-naming: Add name for the screenshot-taking program
Miscellaneous:
* Convert changelog to NEWS file and update it
* Add script to quickly validate the specification
* Add CI
adwaita-icon-theme: update to 50.0.
Remove pngs on NetBSD for start-here (not provided by
icon set any longer).
TODO: add svg version of NetBSD for start-here
50.0
- use old format of the legacy icons for gtk3
50.rc
- reintroduce legacy icons because themes. (issue #316)
50.alpha
- symbolic:battery icons no longer fuzzy
- build: Windows build
49.0
49.rc
[102 lines not shown]
py-tornado: updated to 6.5.7
What's new in Tornado 6.5.7
Security fixes
- ``CurlAsyncHTTPClient`` now fully resets the curl object before reusing it. This prevents
incorrectly reusing options from a previous request, specifically including client SSL and
credentials used for accessing proxies. Thanks to `Koh Jun Sheng <https://github.com/seankohjs>`_
for reporting this issue.
openssl: updated to 3.6.3
OpenSSL 3.6.3 is a security patch release. The most severe CVE fixed
in this release is High.
This release incorporates the following bug fixes and mitigations:
Fixed heap use-after-free in PKCS7_verify().
(CVE-2026-45447)
Fixed CMS AuthEnvelopedData processing may accept forged messages.
(CVE-2026-34182)
Fixed unbounded memory growth in the QUIC PATH_CHALLENGE handler.
(CVE-2026-34183)
Fixed double-free when checking OCSP stapled response.
(CVE-2026-35188)
[41 lines not shown]
(devel/R-BH) Updated 1.87.1 to 1.90.0.1
Changes in version 1.90.0-1 (2025-12-13):
* Upgrade to 'Boost' 1.90.0, patched as usual to comment-out
diagnostic suppression messages per the request of CRAN
* Minor upgrades to continuous integration
devel/php-xdebug: update to 3.5.3
It looks like 3.5 2 was skipped.
3.5.3 (2026-06-08)
Fixed bugs:
* Fixed issue #2404: Xdebug outputs a message to stderr when path mapping is
enabled, and a directory is present
* Fixed issue #2405: Handle minimum path in .xdebug directory discovery
* Fixed issue #2411: Native Path Mapping is not applied to the initial
fileuri in the init packet
* Fixed issue #2421: Crash with wrong option letter in DBGP and socket commands
* Fixed issue #2422: No limit on DBGP read buffer
* Fixed issue #2423: Don't follow symlinks with file creation
* Fixed issue #2424: Control-socket buffer crashes
* Fixed issue #2426: xdebug_get_tracefile_name incorrectly throws notice
* Fixed issue #2427: Crash when file_link_format setting is wrong
[7 lines not shown]
net/ruby-ruby_smb: update to 3.3.21
3.3.21 (2026-06-08)
* Merge pull request #297 from zeroSteiner/feat/smb1/symlink
Add #set_unix_link to the SMB1 tree
devel/ruby-msgpack: update to 1.8.2
2026-06-09 1.8.2
* Fix Buffer#clear to properly reset memory chunks before adding them back
to the pool. This could have caused data to leak across buffers when
using the MessagePack::Buffer API directly. [CVE-PENDING].