[AMDGPU] Add machineFunctionInfo to recent MIR tests (#179602)
Initialize machineFunctionInfo in recently added MIR tests to assist in
downstream testing.
[clang-tidy] Allow type-generic builtins in pro-type-vararg check (#178656)
## Summary
Add type generic builtins to the allowed variadics list in the
`cppcoreguidelines-pro-type-vararg` check (also used by `hicpp-vararg`):
- `__builtin_clzg`
- `__builtin_ctzg`
- `__builtin_popcountg`
- `__builtin_bswapg`
## Root Cause
These builtins are declared as variadic (`int(...)`) to accept any
integer type via `CustomTypeChecking`. However, they are not C style
vararg functions , they take exactly one argument of a generic integer
type.
## Test
Added test cases in `pro-type-vararg.cpp` to verify no warning is
emitted.
Fixes #178629
py-queuelib: updated to 1.9.0
Version 1.9.0
* Added support for Python 3.14
* Removed support for Python 3.9 and PyPy 3.10
* Improved linting and CI configuration
www/py-django-post_office: Update to 3.11
* Switch to the PEP517 build framework.
* Remove no longer required USE_LOCALE as the UTF-8 mode is enabled
by default when the locale is C since Python 3.7.
Changelog since 3.9.1:
https://github.com/ui/django-post_office/blob/v3.11/CHANGELOG.md
PR: 292602
Approved by: maintimer timeout (14+ days)
www/py-django-post_office: Update to 3.11
* Switch to the PEP517 build framework.
* Remove no longer required USE_LOCALE as the UTF-8 mode is enabled
by default when the locale is C since Python 3.7.
Changelog since 3.9.1:
https://github.com/ui/django-post_office/blob/v3.11/CHANGELOG.md
PR: 292602
Approved by: maintimer timeout (14+ days)
py-asgiref: updated to 3.11.1
3.11.1 (2026-02-03)
* SECURITY FIX CVE-2025-14550: There was a potential DoS vector for users of
the ``asgiref.wsgi.WsgiToAsgi`` adapter. Malicious requests, including an unreasonably
large number of values for the same header, could lead to resource exhaustion
when building the WSGI environment.
To mitigate this, the algorithm is changed to be more efficient, and
``WsgiToAsgi`` gains a new optional ``duplicate_header_limit`` parameter,
which defaults to 100. This specifies the number of times a single header may
be repeated before the request is rejected as malformed.
You may override ``duplicate_header_limit`` when configuring your application::
application = WsgiToAsgi(wsgi_app, duplicate_header_limit=200)
Set ``duplicate_header_limit=None`` if you wish to disable this check.
[3 lines not shown]
net/openbgpd9: New port
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.
This version will replace openbgp8 some time in the future.
PR: 292055
net/openbgpd9: New port
OpenBGPD is a FREE implementation of the Border Gateway Protocol, Version 4.
It allows ordinary machines to be used as routers exchanging routes with
other systems speaking the BGP protocol.
This version will replace openbgp8 some time in the future.
PR: 292055