security/wazuh-agent: Fix active response duplicate key causing false aborts (#5104)
When multiple IPs trigger the same rule simultaneously, they were
sharing the same check_keys value (only rule ID), causing the manager
to abort all but the first execution.
Changed the key to include both rule_id and srcip to make it unique
per source IP, allowing multiple simultaneous blocks while still
preventing duplicate blocks of the same IP.
Fixes #4738
py-krb5: updated to 0.9.0
0.9.0 - 2025-11-26
* Build using the Stable ABI/Limited API with Python 3.11 and newer
* Updated Cython build requirements to `3.2.1`
* Added support for Python free-threading (`PEP 779`)
* PyPI will contain wheels for macOS Python 3.14t
* Linux will still need to compile the extension at install time but will create a free-threaded wheel if running under that interpreter
* Python 3.13t is not supported or tested so may or may not work
print/py-plutoprint: New port: A Python Library for Generating PDFs and Images from HTML
PlutoPrint is a lightweight and easy-to-use Python library for generating
high-quality PDFs and images directly from HTML or XML content. It is based on
PlutoBook’s robust rendering engine and provides a simple API to convert ur
HTML into crisp PDF documents or vibrant image files. This makes it ideal for
reports, invoices, or visual snapshots.
py-wagtailmenus: updated to 4.0.5
4.0.5 (29.11.2025)
* Add testing for Wagtail 7.2
* Add testing for Python 3.14
* Add testing for Wagtail 7.1
* Removed support for Python 3.9
* Removed support for Wagtail 6.4
py-wagtail: updated to 7.2.1
7.2.1 (26.11.2025)
* Fix: Allow userbar in page previews to render without needing to configure site record (Sage Abdullah)
* Fix: Disable usage count ordering when searching on documents and images listing views, to prevent unsupported search query (Sage Abdullah)
* Fix: Do not replace existing document or image title when uploading a new file (Sage Abdullah)
* Fix: Use a more efficient query for fetching usage counts on image and document listings when not ordering by usage count (Sage Abdullah)
* Fix: Add composite indexes to improve reference index performance (Sage Abdullah)
* Maintenance: Remove use of `_WAGTAILSEARCH_FORCE_AUTO_UPDATE` in search tests (Matt Westcott)
py-jupyterlab: updated to 4.5.1
JupyterLab 4.5 includes a number of new features (described below), bug fixes, and enhancements.
This release is compatible with extensions supporting JupyterLab 4.0.
Extension authors are encouraged to consult the [Extension Migration Guide](https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html#jupyterlab-4-4-to-4-5) which lists deprecations and changes to the public API.
kernel: MK_REPRODUCIBLE_PATHS for full paths vs /usr/src
There are many environments that you do not want the paths to be
canonicalized. For example, if I always build a product from a specific
path in a jail that's dependent on the product version, I don't want
that to be sanitized to /usr/src because when I have profiling tools run
against multiple kernels, I can't do A/B testing and results processing
if everything points to /usr/src (sadly, the profiling tools cannot
remap back to the original like gdb can). Since we need both active at
the same time, symbloic link fallbacks don't work.
We do want the rest of the build to be reproducible, however. We'll get
the same binaries if we rebuild later since we always rebuild with the
same path.
Turn them both on for maximum reproduction for environments where that
cannot be guaranteed.
Sponsored by: Netflix
[2 lines not shown]
py-tracerite: updated to 2.2.1
2.2.1
Add automatic dark mode to HTML (enabled by default, disabled for notebooks).
HTML styling updates taking it a bit closer to TTY output.
TTY output formatting and colors improved; long exception messages are now line wrapped into a block marked with a vertical line. Strip colors and disable inspector when not a TTY. Color variables renamed after their use rather than colors they have. Various cleanup, removal of dead branches. Capture logging.exception too.
[trace] Pretty print things from libdirs with only the relevant part. Smaller code context, start at relevant line, less lines before mark. Cuter chain message. Consider launcher scripts library code (not user code). Use indent as string rather as int no. of spaces.
Add typing.