Projects with recent changes

aom

23 hours ago SVT-AV1/README.libaom: set 'Shipped in Chromium: no' (557586fde2)
25 hours ago av1_convolve_test: correct time units in output (e4dce255ef)
2 days ago Disable sf 'auto_max_partition_based_on_simple_motion' (bb0be28078)

asterisk.org

7 hours ago app_queue: Add 'prio' setting to the 'force_longest_waiting_caller' option (d6edc71a69)
31 hours ago Upgrade bundled pjproject to 2.16. (709ea320a7)

imagemagick.org

3 hours ago Set the count during the loop to make sure RelinquishIconDirectory frees the correct number of icons. (fbbc4c906)
4 hours ago Switch back to DestroyImage. (6a35526c7)
4 hours ago Fixed possible memory leak (GHSA-gm37-qx7w-p258) (30ce0e8ef)
20 hours ago https://github.com/ImageMagick/ImageMagick/discussions/8294 (783af7c3d)
20 hours ago https://github.com/ImageMagick/ImageMagick/issues/8555 (a3d3de59c)
22 hours ago Keep a splay tree of read files to prevent a stack overflow (GHSA-8mpr-6xr2-chhc) (9313e530b)
23 hours ago Patch to resolve possible out of bounds write in the msl decoder (GHSA-3mwp-xqp2-q6ph). (56f029588)
23 hours ago Correct previous patch. (276ef5274)
23 hours ago Fixed memory leak when writing MSL files (GHSA-gxcx-qjqp-8vjw) (1e88fca11)
23 hours ago Added checks to prevent an out of bounds read (GHSA-pmq6-8289-hx3v) (4e1f5381d)
24 hours ago Prevent path traversal of paths that are blocked in the security policy (GHSA-8jvj-p28h-9gm7) (4a9dc1075)
24 hours ago Block reading from fd: in our more secure policies by default (GHSA-xwc6-v6g8-pw2h) (8d4c67a90)
24 hours ago Revert security patches so we can make them in clean separate commits and reference an advisory. (04caff1e2)
25 hours ago ithub.com/ImageMagick/ImageMagick/issues/8555 (71fda22ed)
26 hours ago Removed temporary patch. (21ccb8db9)
2 days ago https://github.com/ImageMagick/ImageMagick/issues/8553 (90954210d)
2 days ago prevent a possible integer overflow (d7cc31527)
2 days ago fix potential memory leak (6dbae0a33)

jssip.net

10 hours ago 3.13.0 (fc00ab6)
10 hours ago Prepare typedoc (#959) (0013ee8)
27 hours ago Add typedoc (ea4149c)
28 hours ago Rename test files (22942ac)

kernel

3 days ago Linux 6.19-rc8 (18f7fcd5e69a)

libheif

22 hours ago Fix: Set dav1d thread count before opening decoder (7139d2ba)
25 hours ago fix integer overflow on 32-bit systems (clusterfuzz #477312375) (c79b7341)
25 hours ago revert false commit (a1a3688c)
25 hours ago copy all security limits (891a9eb0)

openssl.org

4 hours ago Guard RWLOCK methods by USE_RWLOCK in threads_pthread.c (307ed7b8f0)
7 hours ago crypto/{CMS,PKCS7,OCSP,TS,X509}: constify various cert list parameters (b235c756f1)
7 hours ago X509_ALGOR_set_md(): Add return value to indicate success or failure (8db2649384)
27 hours ago Fix const spec in ssl (d36cdcdce9)
27 hours ago Fix broken build for non-gnu make (1cc9298992)
30 hours ago public API: Remove needless 'const' from scalar types (7dd4b69dde)
30 hours ago Fix const spec in providers (14819cf8bf)
34 hours ago doc: add return value documentation for EVP_CIPHER_*_params functions (109ee515c9)
34 hours ago doc: clarify OSSL_DISPATCH array usage in provider-base (88d39f33d1)
35 hours ago SSL_CONF_FLAG: Prevent setting both CMDLINE and FILE flags (59a62db65b)
35 hours ago Update CONTRIBUTING.md for clang-format style (3cef0d98aa)
35 hours ago ASN.1: Raise additional errors in crl_set_issuers() (dc01d6cfa1)
35 hours ago Fix typo in CHANGES and NEWS entry for CVE-2019-1551 (24b51ab61c)
35 hours ago check_cert_crl(): Avoid potential UAF when using the value of current_crl (75b06fd1e6)
35 hours ago Ensure current_crl always points to the crl we are considering (c20ede00bb)
35 hours ago BIO_get_data.pod: Warn about use outside of a custom BIO implementation (4b09d0d04e)
35 hours ago apps/cmp.c: fix help output and diagnostics in corner cases such as -reqout_only (1c6a5d46ff)
35 hours ago 80-test_cmp_http.t: improve diagnostics on failure getting server output (43db29b222)
35 hours ago openssl-cmp.pod.in: fix doc of -server uri argument and tweak doc of -tls_used (8eed141a82)
35 hours ago apps/cmp.c: avoid misleading warning with p10cr; add warnings on options ignored when not doing rr (c797a57dd4)
35 hours ago apps/cmp.c: avoid misleading error on genm with -reqout_only (a984275f16)
35 hours ago apps/cmp.c: make error/warning/info/debug log output text lines consistently start upper-case (371b259013)
35 hours ago apps/cmp.c: tweak error and warning outputs, e.g., on ignored options and -rspin with too few args (23ac9d9883)
2 days ago aes-gcm-ppc.pl: Removed .localentry directive (5aaa7e5fdc)
2 days ago Add enable-tls-deprecated-ec option to keep provider compatibility test happy. (539c7a001d)
3 days ago ASN1_item_sign_ctx(): prevent crash due to wrong memory deallocation on d2i_X509_ALGOR() failure (7f503e882b)

php.net

3 hours ago Merge branch 'PHP-8.5' (b860837b78b)
3 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (34a341e59f6)
3 hours ago Fix GH-20936: DatePeriod::__set_state() cannot handle null start (7445b0f6d92)
4 hours ago Install missing headers (#21125) (345bf38480a)
6 hours ago Zend: Remove unused parameter from zend_dval_to_lval_cap() (b843e03c83d)
10 hours ago zend_ini: Make `ZEND_INI_GET_ADDR()` return a `void*` pointer (#21119) (a15ba7672c5)
19 hours ago Fix mistakenly allowed assignment to assignment through list operator (GH-21123) (27d28eef1eb)
23 hours ago [skip ci] Remove unreachable code after zend_error_noreturn calls (GH-21122) (b5abd77bdff)
26 hours ago ext/mysqli: raise ValueError for invalid option in mysqli_options() (#20971) (a5a0ff6448b)
26 hours ago Merge branch 'PHP-8.5' (f0f28b763c8)
26 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (52eb174ba66)
27 hours ago Fix GH-21097: Accessing Dom\Node properties can can throw TypeError(s) (b8fc6bd1c8e)
30 hours ago Merge branch 'PHP-8.5' (5873627bacb)
30 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (13f0fd93926)
30 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (1dfc8028d80)
30 hours ago Merge branch 'PHP-8.2' into PHP-8.3 (47fbacad439)
31 hours ago Fix missing deref in zend_fe_fetch_object_helper (GH-21116) (4188c3ee2c0)
31 hours ago Make brew verbose, limit to 10 minutes (8b47ae8342a)
33 hours ago Generate C enums from internal enums, introduce Z_PARAM_ENUM() (#20917) (d16e6f52a43)
33 hours ago Revert lazy proxy state after failed initialization (4a1cca7ddc3)
33 hours ago Merge branch 'PHP-8.5' (39f5ed943d7)
33 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (83056c806c9)
33 hours ago Real instance of lazy proxy may have less magic methods (de268272756)
33 hours ago Merge branch 'PHP-8.5' (4810af9aac0)
33 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (1e81a9efc74)
33 hours ago Mark object non-lazy before deleting info in zend_lazy_object_realize() (6d6d013d79f)
2 days ago Merge branch 'PHP-8.5' (cb51737f41b)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (9e96c5ff39b)
2 days ago Tweak zend.max_allowed_stack_size for gh20836_stack_limit.phpt (1f57d046482)
2 days ago Remove unreachable code after zend_error_noreturn calls (GH-20983) (32bd33983d2)

qemu.org

28 hours ago Merge tag 'single-binary-20260203' of https://github.com/philmd/qemu into staging (28a6ca268c)
28 hours ago Merge tag 'firmware-20260203-pull-request' of https://gitlab.com/kraxel/qemu into staging (cab0422bfe)
30 hours ago disas: Have disas_set_info() take a const CPUState (a63b90ca6c)
30 hours ago disas: Make disassemble_info::target_info field const (b10b43176d)
30 hours ago disas/riscv: Make rv_decode::cfg const (8a00198ab4)
30 hours ago target/arm: Have arm_sctlr_b() take a const @env argument (c87ef9d18a)
30 hours ago target/arm: Have is_64() take a const @env argument (655309dc4c)
30 hours ago target/arm: Have cpu_isar_feature() use a const ARMCPU object (8a91d97085)
30 hours ago target/arm: Have arm_feature() take a const @env argument (fd37919778)
30 hours ago target/alpha: Expand TCGv type for 64-bit target (d8f0217284)
30 hours ago target/alpha: Remove target_ulong uses in get_physical_address() (2be3650d62)
30 hours ago target/alpha: Do not use target_ulong for page table entries / indexes (c3ba74e21a)
30 hours ago target/alpha: Do not use target_ulong for trap arguments (29a45d20a0)
30 hours ago target/alpha: Replace target_ulong -> uint64_t in gdb_write_register() (f5d00b3b3a)
30 hours ago target/alpha: Build system units in common source set (63004cd8c4)
30 hours ago target/alpha: Avoid target-specific migration headers in machine.c (5d9e60294c)
30 hours ago target/m68k: Inline translator_ld[uw,l,q]() calls (18cae273a1)
30 hours ago target/i386: Inline translator_ld[uw,l,q]() calls (39520c9eaa)
30 hours ago target/riscv: Inline translator_ld[uw,l,q]() calls (a31f16bdd4)
30 hours ago target/riscv: Inline cpu_ld[lq]_code() calls (f7f4cd501c)
30 hours ago target/ppc: Inline cpu_ldl_code() call in ppc_ldl_code() (b9789d2993)
30 hours ago target/ppc: Check endianness at runtime in ppc_data_endian_env() (7ef4fee1a6)
30 hours ago target/ppc: Introduce ppc_env_is_little_endian() helper (cf7719d302)
30 hours ago target/ppc: Check endianness via env in ppc_disas_set_info() (3d072f029f)
30 hours ago target/ppc: Inline need_byteswap() and replace translator_ldl_swap() (3531dc3dd9)
30 hours ago target/ppc: Introduce ppc_code_endian_dc() helper (858a54e44d)
30 hours ago target/ppc: Introduce ppc_data_endian_env() helper (043c4e1715)
30 hours ago target/ppc: Expect page translation hash addresses to be aligned (3b24453f85)
30 hours ago target/ppc: Inline cpu_ld/st_data_ra() calls in do_hash() (50d114e04f)
30 hours ago target/ppc: Inline cpu_ld/st_mmuidx_ra() calls in memory helpers (cd4b54a030)

strongswan.org

9 hours ago Merge branch 'cifuzz' (44962c4e71)
9 hours ago github: Also run UBSan with CIFuzz (8a8d4640cf)
9 hours ago github: Add latest CIFuzz (0f4a78025c)

woocommerce

3 hours ago [Fraud protection] Replace Dispatcher with SessionDataCollector and Blackbox API (#63070) (bbd747eed9)
4 hours ago Prepare Packages for Release (#63117) (1c5099ef3d)
4 hours ago Prepare Packages for Release (#63119) (7199ecc94b)
4 hours ago Fix: Ensure POS catalog cleanup action is scheduled for each file (#63107) (19d8dad865)
5 hours ago Add post_id context support for personalization tags API (#63103) (e190dfa3bc)
11 hours ago [Performance] Admin: optimize SQL fetching dates for month filter on orders page (#63039) (41372f6e73)
12 hours ago Skip cherry-pick when only changelog files changed (#63022) (4b725c669b)
12 hours ago [Performance] Products: edge-case, address attributes metas migration causing perfromance issues (#62966) (baec67b352)
17 hours ago Release: Remove 10.5.0-rc.3 change files from trunk (#63099) (74c05fea91)
28 hours ago Move product sale badge alongside individual prices in cart and update design (#63012) (1af73caf45)
29 hours ago Re-add the AccessiblePrivateMethods trait (#63087) (a273263ef5)
32 hours ago Refactor `getQuantityConstraints` and `normalizeProductFromStore` in iAPI cart store (#63033) (8d21bf4f80)
33 hours ago Prevent showing error messages on empty checkout fields until form submission (#62689) (ba6a239ecf)
34 hours ago [Performance] Products: reduce the number of SQLs when rendering related/upsell products. (#63006) (239412da74)
2 days ago Fix: Empty email subject for "Order Refunded" (partially refunded) email in block editor (#63047) (90b9dd0bcd)
2 days ago Release: Remove 10.5.0-rc.2 change files from trunk (#63076) (fa9e68d5e8)
2 days ago Fix fatal error when REST controllers are instantiated before WooCommerce is loaded (#63066) (38d40e99ed)
2 days ago Revert "PayPal Standard e2e tests 1 - enablement" (#63064) (c7415a52e7)
2 days ago Improve Product Collection inspector controls by better terms search (#63025) (75952b25fc)
2 days ago Add PR template instruction to CLAUDE.md (#62995) (f8eac71181)
2 days ago Adds create and delete functionality to push token controller (#62968) (562c9eef88)
2 days ago Products by Brand: journey starts with brand picker (#63023) (d330bb3bab)
2 days ago Taxonomy Filters: add option to order terms by `menu_order` (#62940) (3947699a2a)
3 days ago Release: Remove 10.5.0-rc.1 change files from trunk (#63060) (1bf6e1882d)
3 days ago Product Collection: implement support for Taxonomy filters on posts and pages (#62860) (c32fac0c30)

wordpress.org

77 minutes ago Formatting: Deprecate the `addslashes_gpc()` function. (dd1aaddf6a)
11 hours ago Docs: Document some globals in `WP_UnitTestCase_Base` class methods. (eb33bf115e)
13 hours ago Code Editor: Allow saving with Ctrl/Cmd+S in Theme/Plugin Editors. (5db53df0a8)
18 hours ago Script Loader: Allow classic scripts to depend on script modules. (9c5d66a1f1)
24 hours ago General: Further preserve back-compat for `wp.sanitize.stripTags()` to return empty string when falsy value supplied. (834d0937a7)
25 hours ago Docs: Document the `$wp_meta_keys` global in meta registration functions. (a00cfc7bd9)
2 days ago Build/Test Tools: Restore reusable Gutenberg build workflow. (7744ee7719)
2 days ago Code Editor: Fix keyboard accessibility of autocompletion for HTML attribute values and PHP keywords/variables. (32db7b35c9)
2 days ago General: Preserve back-compat for `wp.sanitize.stripTags()` to return empty string when passed `null`/`undefined`. (f56d172da4)
2 days ago Site Health: Correct the check for a static `robots.txt` file. (e4f20d9daf)
3 days ago Customize: Use `wp_check_filetype()` instead of `substr()` to extract file extension. (6b0edddb54)
3 days ago Docs: Correct `$translate` param type for `WP_Theme::markup_header()`. (a5dbdd390b)
3 days ago Docs: Correct type of `WP_Theme::$cache_expiration` from `bool` to `int`. (ee88db289f)