Projects with recent changes

aom

8 hours ago rtc: Fix to avoid chessboard artifact in nonrd pickmode (137bcff61e)
2 days ago Pass size to all aom_start_encode() calls (1b5a433c0a)
2 days ago Fix external RC (f678accce1)
2 days ago Add missing headers for integer types (ddd4223334)
2 days ago RC: Use MI grid dimensions for TPL block stats. (9acf475fe0)

freeswitch.com

2 days ago [mod_lua] Move SWIG wrapper patches into ".i" typemaps, drop hack.diff (#3043) (153c3a5139)
3 days ago [GHA] Add source tarball generation workflow (#3019) (077393376a)
3 days ago version bump (ac60d2f6ec)

imagemagick.org

9 hours ago build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 (#8775) (6d550d4ea)
11 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-g22q-f7gc-5jhr (1db660b5c)
33 hours ago update configure (75bfceaaa)
33 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-q62c-h75r-2xhc (960367f33)

libheif

7 hours ago factor out LIBHEIF_API macro into heif_export.h (bd114ed6)
7 hours ago increase version to v1.23.0 (9d1cccbf)
27 hours ago add heif_decoding_options flag for nclx passthrough (#1828) (9502996a)
31 hours ago implement parsing/writing of 'iscl' box (9f7c289d)
32 hours ago CI: use normal libde265 in fuzzer (9c0d83ca)
32 hours ago de265: when v1.1.0 is detected, pass through image size security limits (69563fbd)
32 hours ago tili: defensive check against number of tiles (03a01b16)
33 hours ago detect integer overflow during Chunk construction (5f67d12a)
33 hours ago add MemoryHandle::alloc() overload with int overflow checking (38d73faa)
34 hours ago skip reading sgpt boxes with unknown grouping types (79301bdf)
34 hours ago check 'stco' box entries against security limits (49a85578)
34 hours ago move security check before chunk allocation (952b6e64)
34 hours ago return error during sequence parsing (3834467f)
34 hours ago fix check against security limit (GHSA-jvmp-j3cw-84mh) (a6caa38f)
35 hours ago iovl images with no references are invalid according to ISO23008-12 (3b67ae98)
35 hours ago document HDR metadata structs against H.265 spec (bd09055c)
35 hours ago mini box: propagate HDR metadata in both directions (c111c638)
35 hours ago add public API for ambient_viewing_environment (amve box) (f5eeceaa)
2 days ago add heif_image_handle_has_content_light_level / heif_image_handle_has_mastering_display_colour_volume (73e90b02)
2 days ago heif_context_add_grid_image: fall back to default options when null (ad9c2220)
2 days ago add_and_encode_full_grid: use image dimensions instead of interleaved channel size (b86cf7fe)
2 days ago tests: add regression test for heif_context_encode_grid() (57f2c1a7)
2 days ago update component sizes during cloning and padding (e0a09a71)
2 days ago AOM/Kvazaar/Rav1e/SVT/uvg266/vvenc: fix memory leak when encoder is reused for alpha encoding (871526f0)
2 days ago Revert "add defensive checks that a plugin encoder is not reused (#1732)" (e3b6af84)
2 days ago add TODO comment to provide consistent clli API (256d13ad)
2 days ago rename component_idx parameters to component_id in heif_components (14a689a2)
3 days ago support 'ndwt' box (#1826) (4369d8de)

openssl.org

8 hours ago quic: fix handling of the first rxe mfail in qrx_process_pkt (31d61a1ceb)
14 hours ago test/stack_test.c: Change structure SS typedef into TST_SS (0c11947183)
14 hours ago slh_dsa: Remove redundant cleanup to prevent double free (dd59758d07)
15 hours ago Refactor BN_mod() and BN_nnmod() arguments to match documentation (d3b4e88f2d)
15 hours ago quic: delay el keyslot teardown after creation in setup (50fa6d38b3)
32 hours ago Fixes: 8b6a8a42afaa "Add a CHANGES.md entry" (06deb63cbb)
2 days ago crypto/aes/asm/asm-sha{1,256}-armv8.pl: add missing function alignment (94fbc0254f)
2 days ago doc/man7/ossl-guide-migration.pod: reword DESCRIPTION section a bit (081901267a)
2 days ago Split mfail output into counting and injection subtests (75e504782d)
2 days ago quic: make ch_cleanup() idempotent and simplify channel error path (91a934ff02)
2 days ago TLS: Verify session ID to prevent incorrect session resumption (4e8593e7eb)
2 days ago test: skip verify_recover regression for FIPS (a31d5fe8f7)
2 days ago test: use 2048-bit RSA key for FIPS verify_recover regression (318b46e66e)
2 days ago test: add explicit FIPS verify_recover regression (2d076cf98d)
2 days ago test: skip verify_recover regression with old FIPS providers (62fa2eec5c)
2 days ago rsa_sig: reject short buffers in verify_recover (ca519ad1d5)
3 days ago Convert use of artisinally made hand crafted integer types to use the stdint.h ones. (1e6dbc7340)
3 days ago use stdint in modes.h (02b955279c)
3 days ago doc: match provider-asym_cipher(7) prototypes with core_dispatch.h (1a55cfecca)
3 days ago doc: remove outdated signature_dupctx usage note (a419b61d53)
3 days ago doc: clarify resumption semantics with -anti_replay in s_server (41b3e51d52)

php.net

43 minutes ago Add new stream erros API (f2b371e747d)
4 hours ago Merge branch 'PHP-8.5' (ce4adcc587c)
4 hours ago ext/standard: http(s) wrapper corrupts the basic auth header on percent-encoded userinfo. (f357164ca58)
4 hours ago ext/standard: http(s) wrapper corrupts the basic auth header on percent-encoded userinfo. (263743b8442)
9 hours ago ext/phar: harden OpenSSL signature handling in util.c. (#22174) (be41c36b68f)
10 hours ago ext/spl: ArrayObject no longer accepts arbitrary Iterators during unserialization (#22090) (d61ff7cddd1)
12 hours ago Fix ref unwrap for zend_call_method_if_exists() (zend_test) (GH-22179) (625f0a7b490)
15 hours ago Merge branch 'PHP-8.5' (f9d673523f2)
15 hours ago Define LEXBOR_STATIC in CFLAGS_URI for static ext/uri on Windows (#22165) (ab748d52bff)
17 hours ago Merge branch 'PHP-8.5' (9596ab1527a)
17 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (c956d6dfc92)
17 hours ago Fix GH-22138: skip libxml/xmlreader tests on non-ASCII paths. (673cb6d7a32)
28 hours ago Fix compilation errors up until Clang 21.0 (#22141) (a7aacec6f85)
32 hours ago Merge branch 'PHP-8.5' (093a59ca36b)
32 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (7aa91a846db)
32 hours ago dom: Update contributor name in CREDITS (83cddbb98bd)
32 hours ago uri: Update contributor name in CREDITS (95743e0e298)
2 days ago `zend_string` docs: add missing apostrophe (f97ff597429)

qemu.org

5 hours ago Merge tag 'pull-target-arm-20260529' of https://gitlab.com/pm215/qemu into staging (81cc5f39aa)
5 hours ago Merge tag 'pull-11.1-testing-macos-and-misc-280526-1' of https://gitlab.com/stsquad/qemu into staging (8767de709f)
5 hours ago Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (6370d4fe6d)
9 hours ago Merge tag 'single-binary-20260528' of https://github.com/philmd/qemu into staging (607a668be8)
11 hours ago hw/core: Remove SysemuCPUOps::get_phys_addr_attrs_debug (5c1cfd3af5)
11 hours ago target/i386: Convert to translate_for_debug (a84e627c5f)
11 hours ago target/microblaze: Convert to translate_for_debug (b8fff4aef6)
11 hours ago accel/common: Remove last bit of target-specific code (e098ba351c)
11 hours ago hw/tpm/tpm_tis_sysbus: defer resource allocation to realize (dc6444b9c5)
13 hours ago hw/dma/omap_dma: Fix indentation after ifdef removal (44f2c7f3df)
13 hours ago hw/dma/omap_dma: Fix coding style in omap_dma_transfer_setup() (970c895c1e)
13 hours ago hw/dma/omap_dma: Remove unused ifdeffed out code (c215921e81)
14 hours ago target/arm: advertise FEAT_RNG_TRAP on cortex-max (7e637052fa)
14 hours ago target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS (887eaa8a29)
18 hours ago hw/net/rocker_of_dpa: Avoid unaligned accesses in _of_dpa_flow_match() (71d027cfee)
18 hours ago hw/net/rocker_of_dpa: Check group ID pointers are not NULL (8526b7d6b6)
26 hours ago MAINTAINERS: Cover python.docker with Python library section (54b78a130b)
26 hours ago MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section (984ded3e3d)
26 hours ago MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section (54183e41c0)
26 hours ago MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section (f8168de71f)
26 hours ago MAINTAINERS: Fix docker/dockerfiles/debian-hexagon-cross.docker path (39c7ce0492)
26 hours ago gitlab: update issue template for binary test cases (d8a28fe2e2)
26 hours ago gitlab: add MacOS 26 job on gitlab runner (b1b7dea7ad)
26 hours ago gitlab: add initial MacOS 15 on gitlab runner (7684e78132)
26 hours ago ci: drop cirrus MacOS build (984b192bdf)
26 hours ago accel/tcg: move jit thread manipulation into do_tb_phys_invalidate (78420b59f0)
26 hours ago tests/Makefile.include: add binary dependency to run-tcg-tests-% rules (03b05e7ed5)
26 hours ago tests/Makefile.include: fix typo in comment (7be831e05e)
26 hours ago Makefile: include tests/Makefile.include before ninja calculation (fd63125b90)
30 hours ago mailmap: Update email addresses for Andrew Jones (de6b770d7e)

strongswan.org

9 hours ago oss-fuzz: Add new fuzzer targeting libtls (615e7ad9ab)
31 hours ago swanctl: Add option to only list a specific connection with --list-conns (5185b6f6e8)
32 hours ago Merge branch 'vici-proposals' (5b56e56e72)
34 hours ago vici: Return proposals in a more structured way (b3ef007d28)
34 hours ago vici: Include proposals in connection listings (c70ab88363)
34 hours ago ike-cfg: Add flag to suppress log message when retrieving proposals (eb9e44f783)
34 hours ago child-cfg: Add flag to suppress log message when retrieving proposals (60adb95f58)
35 hours ago oid: Fix confusing identifiers for elliptic curves over prime fields (bff405c349)
35 hours ago public-key: Fix mapping of RSA with PKCS#1 v1.5 and SHA3-512 to OID (5fcf1fc0ef)
2 days ago configure: Fix check for option that indicates if plugins are packaged separately (172c2a39d2)
2 days ago github: Fix typo when enabling curve25519 plugin for gcrypt tests (96627b4af5)
2 days ago github: Move permissions to the individual jobs (6f99862da8)
3 days ago github: Increase the time CIFuzz is running the fuzzers (5a2ed87945)
3 days ago fuzz: Add fuzzer targeting RADIUS messages (50fc4c24a6)
3 days ago fuzz: Add fuzzer targeting VICI messages (a5bcaa70ed)

woocommerce

3 hours ago Push notifications: extract auth trait and fix @since tags (#65380) (379245925cb)
5 hours ago Add functionality to retry failed requests to the wpcom send (#63980) (1817137a41a)
7 hours ago Fix Customers analytics screen crashing on certain country values (#64633) (ceb46de3fea)
8 hours ago Add mobile app QR login (#65111) (61c7d27c143)
8 hours ago Deprecate Product Editor v2 (#65333) (56202f48429)
8 hours ago Add Interactivity API packages to wp-min catalog (#65405) (248953cf30f)
10 hours ago Fix flaky Product Collection location E2E test (#65393) (ade8babf95f)
10 hours ago Restore milestone section in draft PR skill (#65408) (8b747ef0414)
13 hours ago Remove product pre-publish modal feature flag (#65383) (988e924efca)
14 hours ago Use public @wordpress/core-data export for Taxonomy type (#65386) (60ccc8ba8cf)
15 hours ago Remove product editor template system feature flag (#65387) (8ea05f6fca9)
15 hours ago Replace `tsc` With `esbuild` (#65210) (7d6e8c41e5a)
15 hours ago Fix: skip EmailLogger order note for unloaded (preview) order objects (#65371) (78e5f0df864)
16 hours ago Fix setting options core data locks (#65375) (2080c4cbecd)
32 hours ago Fix Blocks Jest private API singleton resolution (#65341) (eda35c5affa)
32 hours ago Prime taxonomy thumbnail caches in REST and ProductCategories block (#65320) (d1f1f1bdd16)
33 hours ago Clear stock notification dedup meta on stock recovery (#64727) (90ff68559f8)
33 hours ago Add documentation for the dual code+GraphQL API (#65259) (cb815f4c86e)
34 hours ago Add store_stock push notification for low/out/backorder events (#64600) (decfa3a6637)
34 hours ago Add unit tests for the products and coupons GraphQL API (#65194) (a9ebc98817c)
2 days ago Update stable tag to 10.8.1 (trunk) (#65367) (c7776f9c52b)
2 days ago Update changelog.txt after 10.8.1 (#65369) (638f641b9ba)
2 days ago Add WooPayments onboarding business details regression tests (#65357) (9f5be25fa3a)
2 days ago Release: Remove 10.8.1 change files from trunk (#65363) (a323612a187)
2 days ago Fix DefaultCustomerAddress autoload race during 10.7→10.8 in-place upgrade (#65337) (dfa7dca5c38)
2 days ago Remove site-admin Syncpack pin (#65346) (0d4bba9db19)
2 days ago Use first name for greeting if available, instead of user login, on new customer account and reset password emails (#65270) (587e995ae6f)
2 days ago Fix WooPayments onboarding business type dropdown crash (#65336) (b31878aeeaf)
2 days ago Update stable tag to 10.7.0 (trunk) (#65343) (b30f15a913d)
2 days ago Remove `@woocommerce/settings-editor` (#65316) (1367ff979d0)

xz

3 days ago xz: Use tuklib_mbstr_nonprint in a few more places (7e7bb6c2)
3 days ago xzgrep: Fix handling of the ' char at the end of an option (1df00237)
3 days ago Update THANKS (29282489)
3 days ago Landlock: Support ABI version 9 (8654b729)
3 days ago Landlock: Provide fallbacks for ABI 2, 3, and 5 macros (f5665a44)
3 days ago xz: Reduce indentation of three tables on the man page (6237e431)
3 days ago Translations: Fix a syntax typo in the Serbian xz man page translation (f9b243e2)
3 days ago Translations: Fix a groff warning in the German xz man page translation (625387f0)
3 days ago Translations: Fix syntax in the Korean man page translations (6365d4da)
3 days ago Translations: Fix a syntax typo in the French xz man page translation (8e99c393)
3 days ago Man pages: Improve rendering in mandoc (784adc92)
3 days ago po4a/update-po: Workaround an issue with non-ASCII chars in tables (814e8828)
3 days ago Translations: Update the German man page translations (bc96573a)
3 days ago liblzma: ARM64 & LoongArch: Avoid aligned_readXXle on unaligned pointers (81faa2e6)
3 days ago liblzma: Document the lzma_stream_buffer_decode() bug (c2fe3087)
3 days ago Tests: tuktest.h: Fix a comment (6566e625)
3 days ago Tests: Add a test for the lzma_stream_buffer_decode() bug (29584cda)
3 days ago liblzma: lzma_stream_buffer_decode: Fix wrong error code (b53838ae)
3 days ago xz: Fix use-after-free in verbose error message to a non-tty (327c906d)