mk: fix bug in BUILD_INFO file
Below ${FILESDIR}, checksums were generated for all files, including
files/CVS/*. Skip */CVS/* files (since they might be in subdirs).
Update comment while here.
vaultwarden: updated to 1.35.3
1.35.3
Security Fixes
This release contains security fixes for the following advisory. We strongly advice to update as soon as possible if you believe it could affect you.
GHSA-h265-g7rm-h337 (Publication in process, waiting for CVE assignment)
This vulnerability would allow an authenticated attacker that is part of an organization to access items from collections to which the attacker does not belong.
What's Changed
Fix User API Key login
use email instead of empty name for webauhn
hide password hints via CSS
fix email as 2fa with auth requests
Update crates, web-vault, js, workflows
refactor: improve tooltips in diagnostics page
[5 lines not shown]
abseil: updated to 20260107.1
20260107.1
What's New
absl::StringResizeAndOverwrite(): A new function in absl/strings/resize_and_overwrite.h that acts as a polyfill for C++23's std::basic_string::resize_and_overwrite. This allows for efficient resizing and in-place initialization of strings, avoiding the overhead of default initialization, which is particularly useful when working with C-style APIs that write directly to a buffer.
absl::chunked_queue: A new container in absl/container/chunked_queue.h optimized for use as a FIFO (First-In, First-Out) queue.
absl::linked_hash_map and absl::linked_hash_set: New hash containers that maintain iteration order matching the insertion order. These are available in absl/container/linked_hash_map.h and absl/container/linked_hash_set.h.
absl::down_cast: Added to absl/base/casts.h. This function provides a safer way to perform downcasts in a polymorphic type hierarchy. In debug builds (or when hardened asserts are enabled), it uses dynamic_cast to verify the validity of the cast and terminates the program if the cast is invalid. In optimized builds, it uses static_cast for performance.
Breaking Changes
Mutex Deprecations: Legacy Mutex methods and MutexLock pointer constructors have been marked as deprecated. Users should migrate to the recommended APIs.
The polyfill type absl::string_view is now an alias for std::string_view in all builds. (9ebd93a)
nodejs24: updated o 24.13.1
24.13.1 'Krypton' (LTS)
Notable Changes
- build: add support for Python 3.14 (Christian Clauss)
- cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung)
- crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot)
- doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung)
- meta: add avivkeller to collaborators (Aviv Keller)
- meta: add gurgunday to collaborators (Gürgün Dayıoğlu)
- meta: add Renegade334 to collaborators (Renegade334)
- url: update ada to v3.4.2 and support unicode 17 (Yagiz Nizipli)
- v8: mark v8.queryObjects() as stable (Joyee Cheung)
net/megacmd: update to 2.4.0
Tue Dec 16 17:14:02 CET 2025 - linux at mega.co.nz
- Update to version 2.4.0:
* Improvements in uploads UX/UI: put now supports printing tag. Fixes in transfers table
* Stability improvements: crashes fixes, FUSE deadlocks, ...
* Performance boosts: lockless download URL retrievals, removed CPU bottlenecks for large accounts processing, db operations improvements, transfers improvements ...
* Typos and other improvements
Tue Sep 2 16:43:10 CEST 2025 - linux at mega.co.nz
- Update to version 2.3.0:
* FUSE (beta): Added fuse commands on Windows to allow your MEGA folders to be directly mounted to your local drive
* Other fixes and improvements to enhance reliability and performance
Tue Jun 3 23:20:12 CEST 2025 - linux at mega.co.nz
- Update to version 2.2.0:
* Support building for ARM64 in linux
* New command "configure" to allow configuring some settings
* Support setting max number of nodes in memory
[4 lines not shown]
databases/ruby-odbc: trying to fix build problem on SunOS
Always use char buffer for error reporting to stop warning of
incompatible-pointer-types. Without this change, it trying to use
SQLWCHAR buffer to it.
Bump PKGREVISION.
py-alembic: updated to 1.18.4
1.18.4
bug
[bug] [operations]
Reverted the behavior of Operations.add_column() that would automatically render the “PRIMARY KEY” keyword inline when a Column with primary_key=True is added. The automatic behavior, added in version 1.18.2, is now opt-in via the new Operations.add_column.inline_primary_key parameter. This change restores the ability to render a PostgreSQL SERIAL column, which is required to be primary_key=True, while not impacting the ability to render a separate primary key constraint. This also provides consistency with the Operations.add_column.inline_references parameter and gives users explicit control over SQL generation.
To render PRIMARY KEY inline, use the Operations.add_column.inline_primary_key parameter set to True:
op.add_column(
"my_table",
Column("id", Integer, primary_key=True),
inline_primary_key=True
)
py-arviz: updated to 0.23.4
0.23.4
Extra windows specific fix for once a day warning.
0.23.3
Path release with improvements to the once a day warning at import time
x11/xlockmore: Update to 5.88
5.88
epicycle taken from XScreensaver.
Latest gears ported from XScreensaver.
5.87
Added H_TREE curve to turtle. Taken from a turtle example on internet.
Updated mball, pyraminx, oct to look better on XScreensaver. Synced
build with latest.
squiral mode (spiral|squirrel?) taken from XScreensaver. Fixed a
original horizontal curtain screen dust, and added hexagons and
diamonds, and added vertical curtains.
5.86
Added LEVY_C, KOCH_SNOWFLAKE, SIERPINSKI, SIERPINSKI_ARROWHEAD curves
to turtle. Taken mostly from various turtle examples on internet.
Also added some line width for initial few draws.
[17 lines not shown]
news/tin: Update to 2.6.5
-- 2.6.5 release 20251224 "Glenury" --
030) Thomas E. Dickey <dickey at invisible-island.net>
ADD. update configure macros
FIX. aclocal.m4
029) Remus-Gabriel Chelu <remusgabriel.chelu at disroot.org>
ADD. Romanian translation
FIX. ro.po
028) Bjarni Ingi Gislason <bjarniig at simnet.is>
ADD. manpage fixes (debian bug #1093395, #1096177)
FIX. tin.[15]
027) Dennis Preiser <dennis at d--p.de>
ADD. avoid macro in snprintf() as that might be a macro too
ADD. fallback code for the !CPP_DOES_CONCAT case
[123 lines not shown]