Projects with recent changes

clamav.net

3 days ago Windows: Fix issue printing unicode filenames (#1461) (89bacba69)
3 days ago Windows: Set UTF-8 as the default code page on the manifest (#1537) (2e4d45375)
3 days ago Tests: Fix heap corruption on Windows unit tests (#1542) (1d819cdb1)

imagemagick.org

24 hours ago https://github.com/ImageMagick/ImageMagick/issues/8272 (305e383c8)
25 hours ago update to latest documentation (732a718ed)

kernel

16 hours ago Linux 6.16 (038d61fd6422)
21 hours ago Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (b711733e89a3)
2 days ago Merge tag 'spi-fix-v6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (ec2df4364666)
2 days ago Merge tag 'i2c-for-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (513fc69f8fc7)
2 days ago Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (874885990b18)
2 days ago Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux (302f88ff3584)
2 days ago Merge tag 'soc-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (6121f69c3633)
3 days ago Merge tag 'i2c-host-fixes-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (31f08841dd5d)
3 days ago Merge tag 'drm-fixes-2025-07-26' of https://gitlab.freedesktop.org/drm/kernel (5f33ebd2018c)
3 days ago Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linux (327579671a9b)
3 days ago Merge tag 'vfs-6.16-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs (4bb01220911d)
3 days ago Merge tag 'bcachefs-2025-07-24' of git://evilpiepirate.org/bcachefs (bef3012b2f68)
3 days ago ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36 (53e7e1fb81cc)
3 days ago ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS (87c4e1459e80)

openssl.org

4 hours ago Exchange no-sm2 and no-ssl-trace between on PR and daily jobs (1a1c10f5d7)
4 hours ago test-ec: Skip SM2 key import test if SM2 is disabled (981d6776a3)
27 hours ago Fixed #27506, now the behavior with an empty IDN is the same as with an incorrect IDN. (44ef69cffb)
29 hours ago - adding a missing file (d777deffba)
29 hours ago - changes suggested by @t8m (92330c8f80)
29 hours ago - fix RFC reference and indentation (a43b926fd2)
29 hours ago Update ssl/quic/quic_ackm.c (b083613476)
29 hours ago Update ssl/quic/quic_ackm.c (4a3c954a0c)
29 hours ago ACK manager must avoid infinite probe time when waiting handshake confirmation (cdbfacead0)
2 days ago Add a test of 'openssl storeutl' with a BER-encoded PKCS#12 file (49f8db5327)
2 days ago Fix OSSL_STORE to consider cached info in the EOF check. (1f3af48c31)
3 days ago Update workflows to test msquic with OpenSSL (9665baf0f9)
3 days ago Add support for TLS 1.3 OCSP multi-stapling for server certs (b1b4b154fd)

php.net

2 hours ago Merge branch 'PHP-8.4' (eaf24ba4e20)
2 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (19c84e2687d)
2 hours ago ext/gd: Fix comparison with result of php_stream_can_cast() (83b8d2c290d)
3 hours ago Remove myself from bcmath codeowner (b75c2dcb029)
3 hours ago ext/standard: handle html entities empty string before processing (#19220) (5947fedbbd0)
13 hours ago Arginfo: reuse zend_string objects for initializing attribute values (#19241) (ff810d5e367)
17 hours ago ext/sockets: using accept4 wheneever possible for php_accept_connect helper (#19268) (068aaed1968)
19 hours ago ext/intl: Split error tests out and stop relying on ut_common() testing (#19266) (191290e194b)
23 hours ago ext/sockets: cmsg data array elements using uint32_t type instead. (#19254) (4a0ad9bd919)
24 hours ago Merge branch 'PHP-8.4' (63e40b1b290)
24 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (3da9478d78b)
24 hours ago Fix bug #51558: shared readline build fails (#15242) (17df11e3f7b)
24 hours ago Merge branch 'PHP-8.4' (f4ad6ea2879)
24 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (87b40305038)
25 hours ago Fixed GH-19261: msgfmt_parse_message leaks on message format failure. (e1c4a0ae512)
25 hours ago Merge branch 'PHP-8.4' (f7ca8138e7f)
25 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (279589c3af3)
25 hours ago ext/pdo_pgsql: Fix _pdo_pgsql_trim_message bad access (e16df981bff)
28 hours ago Fix error handling inconsistency with opcache (7b3e68ff690)
28 hours ago Merge branch 'PHP-8.4' (9b777b3c35a)
28 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (1c74a1a8892)
28 hours ago Free opened_path when opened_path_len >= MAXPATHLEN (5dd965117a1)
30 hours ago Fix expectations in version string tests (d3ebf97d773)
30 hours ago Make OPcache non-optional (7b4c14dc101)
2 days ago ext/curl: Add `CURLOPT_SSL_SIGNATURE_ALGORITHMS` option (6f3bc59950a)
2 days ago Fix linker failure when building Opcache statically (73b1ebfa203)
2 days ago Merge branch 'PHP-8.4' (04feb452bab)
2 days ago Merge branch 'PHP-8.3' into PHP-8.4 (120a5ebb666)
2 days ago Merge branch 'PHP-8.2' into PHP-8.3 (a7cdf0b1725)
2 days ago Merge branch 'PHP-8.1' into PHP-8.2 (5fa27e25b30)

woocommerce

2 hours ago Fix fatal errors from email style sync with some themes (#59993) (f79d65a59e)
5 hours ago Email editor: Add pattern filtering by post type (#60015) (572333b522)
5 hours ago Remove 'add-to-cart-with-options-stepper' feature flag (#60043) (ae8088ec62)
3 days ago Product Button: Fix out-of-sync issues after modifying a product's quantity from the Mini Cart (#59989) (bd59c9558f)
3 days ago Make Next Prev Buttons block less coupled with Product Gallery (#60008) (fd8cd897cd)
3 days ago Fix: Enable strict_types for session classes (#59544) (317f8682c5)
3 days ago Fix logic to prevent cart call from being made on page load (#60019) (884cc31edc)
3 days ago Product Gallery: allow changing large image aspect ratio (and fix image cropping) (#59790) (8dee9c0909)
3 days ago Remove feedback modal from CYS flow (#59944) (9700d44709)
3 days ago Fix ESLint unit test configuration (#59967) (57116be760)
3 days ago [Payments NOX in-context]  Add additional props to payment methods setup step continue button click tracks event (#60014) (82abfe0182)

wordpress.org

25 minutes ago Build/Test Tools: Don't run WP-CLI commands as root in the local development environment and CI environment. (91f00d1c4e)
11 hours ago Media: Add gap between Crop apply controls when stacked. (f819b81d25)
13 hours ago General: Prevent Media & Theme modals from events on modified arrow keys. (caf07c5d31)
24 hours ago Twenty Thirteen: Use third-person singular verbs for function descriptions. (3154f02e61)
2 days ago Twenty Twelve: Use third-person singular verbs for some more function descriptions. (a1c733124b)
3 days ago Twenty Eleven: Use third-person singular verbs for some more function descriptions. (3c24423f1d)
3 days ago Posts, Post Types: Add a filter to the post statuses available in Quick Edit and Bulk Edit. (e6b6fd3b17)
3 days ago Docs: Improve the documented return type for parsed blocks. (cba3ca6b4a)