[orc-rt] Fix unused function warning in testcase. (#206894)
Fixes -Wunused-function warning on peekAtErrorMessage by only defining
that function when ORC_RT_ENABLE_EXCEPTIONS has been turned on.
[TargetParser][AArch64][NFC] Reference ArchInfo via index (#206699)
This removes all relocations from CpuInfos so that the 3-4 kiB structure
can be stored in .rodata. Additionally, the ArchInfos pointer array is
replaced by an ArchInfos value array and the architecture names are
replaced by constexpr references.
py-djangocms-file: updated to 4.0.1
4.0.1
chore: Release 4.0.1 fixes a broken wheel
4.0.0
ci: Add auto updating actions
Bump github/codeql-action from 2 to 3
Bump actions/checkout from 3 to 4
Bump actions/upload-artifact from 3 to 4
Bump actions/setup-python from 4 to 5
Bump actions/download-artifact from 3 to 4
Bump django from 3.2.20 to 3.2.25 in /tests/requirements
Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements
Bump amannn/action-semantic-pull-request from 4 to 5
ci: CI related fix
chore: Remove django-app-helper
chore: Switch pytest
Bump amannn/action-semantic-pull-request from 5 to 6
[17 lines not shown]
py-django-cms: updated to 5.0.8
5.0.8
This release addresses two security vulnerabilities. If you run django CMS in production, treat this upgrade as a priority.
Missing authorization on structure, move and clipboard endpoints
Plugin-declared Vary headers ignored in the page cache key
[orc-rt] Silence an unneeded-internal-decl warning in testcase. (#206892)
Add an ODR-use of freeVoidVoidNoexcept to silence clang's
-Wunneeded-internal-declaration warning.
tests/netinet/socket_afinet: reduce tautology in test cases names
Just avoid repeating the test program name in every test case name.
No functional change.
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D56727
tests/socket_afinet: extend bind_connected_port_test to cover more cases
- Test SOCK_DGRAM (UDP) sockets.
- Test binding to 0:port and to a addr:port in presence of connected socket
using the port.
Differential Revision: https://reviews.freebsd.org/D56707
tests/socket_afinet: make child_bind() return a full spectre of results
There is no functional change for existing tests, but allows to write a test
that would expect an immediate success of bind(2).
inpcb: use correct mask in in6_pcblookup_lbgroup()
There is no visible bug fixed as in current tree masks are the same.
Fixes: 6883b120c53735ff1681ef96d257f376731f56b3