Projects with recent changes

aom

3 days ago Clear a first pass motion search corner case (07ab3721a1)
3 days ago Allow inspect to get number of decoded bits per superblock (dddb38c6a2)
3 days ago Disable sf 'full_pixel_search_level' for speed>=4 (da5bd13dcc)
3 days ago ext rc: make ref idx 0 if it's -1 (3044325671)
3 days ago Only allocate related tpl stats when using ext rc (26888f351b)

freeswitch.com

3 days ago [libesl] Fix heap buffer overflow in esl_buffer_write (#2979) (88fa1f95ca)

imagemagick.org

4 hours ago release (dd991e286)
23 hours ago Added overflow checks to prevent an out of bounds write (https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-r49w-jqq3-3gx8) (2fae24192)
2 days ago https://github.com/ImageMagick/ImageMagick/issues/8528 (dce1f70ae)
2 days ago Use a different method to install TrustedSigningClientTools. (33cde410b)
3 days ago Added option to winget installation. (1217b59f7)
3 days ago Switch to windows-2025 because it has winget installed. (0ef328888)

jssip.net

5 hours ago Esbuild (#951) (1d6fd13)
3 days ago Fix type export (6e0c16a)

kernel

17 hours ago Linux 6.19-rc6 (24d479d26b25)
17 hours ago Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux (90a855e75a99)
18 hours ago Merge tag 'cgroup-for-6.19-rc5-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (6f32aa91612a)
18 hours ago Merge tag 'ext4_for_linus-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (f8907398a6d9)
19 hours ago Merge tag 'dmaengine-fix-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine (e90b81e8ff29)
19 hours ago Merge tag 'phy-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy (3271b25e3d12)
20 hours ago Merge tag 'soundwire-6.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire (56bc8a18aa94)
20 hours ago Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (27983960f0fb)
20 hours ago Merge tag 'i2c-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (5d1765a96c66)
21 hours ago Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras (93fc4e044a0b)
21 hours ago Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (e503f539dc11)
21 hours ago Merge tag 'timers-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (b671c1dad244)
22 hours ago Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (837c8180e34f)
23 hours ago Merge tag 'objtool-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (cee475796500)
23 hours ago Merge tag 'irq-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (8562711ac09a)
24 hours ago ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref (d250bdf531d9)
24 hours ago ext4: add missing down_write_data_sem in mext_move_extent(). (0ef7ef422730)
24 hours ago ext4: fix ext4_tune_sb_params padding (cd16edba1c6a)
2 days ago Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (e84d960149e7)
2 days ago Merge tag 'loongarch-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson (47622aa8b66c)
2 days ago Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux (d12453c7e281)
2 days ago selftests/x86: Add selftests include path for kselftest.h after centralization (d9b40d7262a2)
2 days ago Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux (d3eeb99bbc99)
2 days ago Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux (216c7a0326c6)
3 days ago LoongArch: KVM: Fix kvm_device leak in kvm_pch_pic_destroy() (1cf342a7c3ad)
3 days ago LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_destroy() (7d8553fc75ae)
3 days ago LoongArch: KVM: Fix kvm_device leak in kvm_ipi_destroy() (0bf58cb7288a)
3 days ago LoongArch: dts: loongson-2k1000: Fix i2c-gpio node names (14ea5a362588)
3 days ago LoongArch: dts: loongson-2k2000: Add default interrupt controller address cells (e65df3f77ecd)
3 days ago LoongArch: dts: loongson-2k1000: Add default interrupt controller address cells (81e8cb7e504a)

libheif

2 days ago Update README with usage and tool documentation (9dcb15c4)

openssl.org

2 hours ago Rename test_base64_simdutf to base64_simdutf_test (bcc33dfcd9)
2 hours ago base64 encoder: Make ctx->length a constant (a27b2ca26a)
2 hours ago b64_ctrl(): Do not try to call EVP_Encode functions when not writing (84eb1d3ac2)
2 hours ago Adjust documentation of EVP_SKEY_import_raw_key (3f4a593350)
4 hours ago Constify the X509_STORE_CTX argument to the lookup_certs functions. (51ba3bb8c3)
4 hours ago fix: Fix uninstall_dev failing to remove empty dir (da5d7f9073)
4 hours ago Fixes issue 28885 (9547ac72f0)
5 hours ago Clear addr_iter on reset in bss_conn (c64912cd59)
5 hours ago Clear addr_iter on reset in bss_acpt (eb84d81e93)
8 hours ago update fuzz/corpora submodule (c098f72990)
9 hours ago util/ and .ctags.d/: remove remaining references to deleted util/check-format.pl (85bc702cad)
11 hours ago KDF: Add configuration options to disable many of the KDF algorithms. (fe874fcf0d)
13 hours ago Make OpenSSL generated error files use the current clang-format. (68424f565d)
19 hours ago rand_lib: do not silently ignore custom seed source failures (5983b3210c)
2 days ago Disabling explicit EC curves encoding (54d175c7d5)

php.net

3 hours ago Merge branch 'PHP-8.5' (0caebcd1966)
3 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (ca9305eb2c5)
3 hours ago Fix run-tests.php -s flag (ee5fc4a0300)
3 hours ago Remove BP_VAR_R handling from zend_std_get_property_ptr_ptr() (GH-20954) (6989f51ccd7)
7 hours ago zend_compile: Optimize `array_map()` with callable convert callback into foreach (#20934) (a3576bddc52)
10 hours ago Merge branch 'PHP-8.5' (e9e0fe45e51)
10 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (709c2f73aa4)
10 hours ago exp/pgsql: insert/update query string build possible UB fix. (5785ff77288)
18 hours ago Support parallel benchmark runs & some tweaks (7722a9a7971)
23 hours ago Merge branch 'PHP-8.5' (010e9ba9d4e)
23 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (8eb63a23fc8)
23 hours ago Use PHP 8+ square brackets for array elements (c4084bb8f31)
29 hours ago Fix crash in mb_substr with MacJapanese encoding (7ad406a4b93)
2 days ago Fix variable interpolation in the real-time benchmark workflow (03ca08948d3)
2 days ago Add additiona information for the real-time benchmark results (146b535a6d3)
3 days ago Remove zend_exception_save() and zend_exception_restore() (084e4096942)
3 days ago Fix FETCH_OBJ_UNSET IS_UNDEF result (8b4ef3a09f0)
3 days ago Merge branch 'PHP-8.5' (eca74941226)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (ac0dc9859a4)
3 days ago Fix uaf for nested finally with repeated return type check (19b30032c9d)

qemu.org

18 hours ago Merge tag 'pull-tcg-20260119' of https://gitlab.com/rth7680/qemu into staging (38879a667f)
3 days ago include/qemu/atomic: Drop aligned_{u}int64_t (239b9d0488)
3 days ago meson: Remove CONFIG_ATOMIC64 (997d86a9bb)
3 days ago include/qemu/atomic: Drop qatomic_{read,set}_[iu]64 (71adccb6f7)
3 days ago util: Remove stats64 (90e2e8ada7)
3 days ago block: Drop use of Stat64 (d9fe147955)
3 days ago migration: Drop use of Stat64 (a2bd1e766c)
3 days ago target/s390x: Simplify atomicity check in do_csst (56763352e7)
3 days ago target/s390x: Drop CONFIG_ATOMIC64 tests (51c5d7b63b)
3 days ago target/m68k: Drop CONFIG_ATOMIC64 tests (e415f147b3)
3 days ago target/hppa: Drop CONFIG_ATOMIC64 test (a6de0794d1)
3 days ago target/arm: Drop CONFIG_ATOMIC64 tests (3f2589c30a)
3 days ago linux-user/hppa: Drop CONFIG_ATOMIC64 test (a1de2343b2)
3 days ago linux-user/arm: Drop CONFIG_ATOMIC64 test (1e8b4763e0)
3 days ago accel/tcg: Drop CONFIG_ATOMIC64 test from translator.c (5efc6083de)
3 days ago accel/tcg: Drop CONFIG_ATOMIC64 checks from ldst_atomicicy.c.inc (adcf06ec44)
3 days ago tcg: Unconditionally define atomic64 helpers (c8d5ce7d5b)
3 days ago accel/tcg/runtime: Remove helper_nonatomic_cmpxchgo (15d8cb32c5)
3 days ago accel/tcg/runtime: Remove 64-bit shift helpers (cf1bc1dead)
3 days ago target/riscv: Drop TCG_TARGET_REG_BITS test (21f0c37ee0)
3 days ago target/i386/tcg: Drop TCG_TARGET_REG_BITS test (fe15a2d5a6)
3 days ago include/tcg: Drop TCG_TARGET_REG_BITS tests (6af4efcdc3)
3 days ago tcg: Drop TCG_TARGET_REG_BITS test in tcg-has.h (e77c07592c)
3 days ago tcg: Drop TCG_TARGET_REG_BITS tests in tcg-internal.h (f2a618dff3)
3 days ago tcg: Drop TCG_TARGET_REG_BITS tests in tcg.c (c39f15aeda)
3 days ago tcg: Drop TCG_TARGET_REG_BITS tests in tcg-op-ldst.c (1c9df1abbd)
3 days ago tcg: Drop TCG_TARGET_REG_BITS tests in tcg-op-gvec.c (f8fb0bcd9a)
3 days ago tcg: Drop TCG_TARGET_REG_BITS tests in tcg-op.c (25b6f7ae53)
3 days ago tcg: Drop TCG_TARGET_REG_BITS test in region.c (ffef4d5dd2)
3 days ago tcg/tci: Remove glue TCG_TARGET_REG_BITS renames (220ef471a2)

woocommerce

61 minutes ago Add `Products by Brand` Collection to Product Collection Block (#62817) (5e7d832356)
77 minutes ago Fix: Update invalid Makedonska Posta tracking URL (#60435) (298a0321fc)
3 hours ago Remove a no longer needed phpstan baseline item (#62861) (cf9a943d49)
4 hours ago dev: Remove stale bot configuration for flaky tests issues (#62862) (299e69bf74)
4 hours ago Fix @var type typo in class-wc-email class (#58223) (a4a6c20541)
6 hours ago Update input borders and colors to use currentColor (#62710) (c17c87f720)
7 hours ago Stop autoloading `woocommerce_status_log_db_sources` option (#62806) (5dae45f040)
7 hours ago Release: Remove 10.5.0-beta.1 change files from trunk (#62851) (450d37220d)
7 hours ago Replace admin bar height with css variable (#62608) (ef969c6587)
8 hours ago Ensure that the $single parameter of `get_site_user_meta` is respecte… (#61926) (05d3dc601c)
3 days ago Add conditional checks before calling `WC_Logger_Interface::clear` (#62637) (469d7d71b1)
3 days ago Remove unnecessary PHP opening tag in quantity-input.php (#61863) (4990e369e0)
3 days ago Prevent inconsistent and flaky quantity updates in Cart block (#62788) (7ca98179e8)

wordpress.org

7 hours ago Administration: Only warn about a Privacy Policy page collision when the page is set. (7291cb16c7)
17 hours ago Docs: Correct `@see` tag syntax in `wp_enqueue_code_editor()`. (7b50a83808)
2 days ago Docs: Remove duplicated `@see` PHPDoc tag. (16e83545e7)
2 days ago Administration: Avoid PHP type error with `gmdate()` in `wp_dashboard_recent_posts()`. (7b3e71d862)
3 days ago Docs: Correct typo in `WP_Interactivity_API::evaluate()` DocBlock. (c5e6eb2342)
3 days ago Docs: Correct `@see` tag syntax in `Walker_Category_Checklist::start_lvl()`. (de72992eb7)

zlib

22 hours ago Make z_once() local to avoid conditional external symbols. (2209f63)
22 hours ago Move new external names to correct location in zlib.map. (8e50fb0)