Projects with recent changes

aom

2 hours ago add high bit depth compound convolve optimization (e70433bea1)
6 hours ago Tweak the rate control for GOOD mode. (2fed9c389d)
17 hours ago aom_configure.cmake: fix cmake boolean config vars (98ce0d2a61)
23 hours ago Temporal filter improvement (6a64bb332e)
2 days ago Speed up subpel search for USE_2_TAPS (a067a67cb4)
2 days ago add compound convolve optimization (5a436977aa)
2 days ago Extend sf `enable_fast_compound_mode_search` to speed 0 (5aee18c42f)

asterisk.org

8 hours ago acl: Add ACL support to http and ari (46292c9a45)
30 hours ago res_rtp_asterisk.c: Fix DTLS packet drop when TURN loopback re-injection occurs before ICE candidate check (31666e4039)
2 days ago dsp.c: Add support for detecting R2 signaling tones. (7d3fb10c02)
2 days ago app_dial: Include channel name in warnings during wait_for_answer. (83a215ccee)
2 days ago main/file: fix translated-frame write loop to use current frame (86b694f6f3)
2 days ago docs: Add "Provided-by" to doc XML and CLI output. (797e258be1)
3 days ago chan_websocket_doc.xml: Add d(media_direction) option. (f5889a63c9)

clamav.net

3 hours ago Merge pull request #1683 from val-ms/CLAM-2924-win-crash-leave-temps-tempdir (1fede2181)
23 hours ago Fix possible panic when scanning some HTML files (#1682) (8fc8e060a)
25 hours ago Fix based on code review (e9f4ae1f0)
25 hours ago Windows: Fix issue creating new temp subdirectory (ee5b4d786)
25 hours ago Fix error handling when a scan fails to push a new embedded layer to the scan context (dcfe84388)
3 days ago Merge pull request #1668 from val-ms/CLAM-2942-CLAM-2941-CLAM-2930-cvd-verification-bugs (a0d6b638c)
3 days ago Fix pointer alignment issue in OLE2 XLM macro extraction (#1677) (256875a56)

imagemagick.org

17 hours ago correct calculation (a45bb709d)
17 hours ago eliminate compiler exception (3997d0790)
17 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-h95r-c8c7-mrwx (7fe4dbabe)
21 hours ago eliminate compiler warning (cf0f5e408)
22 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-5q69-ghxh-wxxx (ac3f08d7c)
28 hours ago eliminate compiler warning (dcfda37ff)
2 days ago eliminate compiler warning (ece44fd73)
2 days ago eliminate compiler warning (b09a9a6e9)
2 days ago eliminate compiler exception (d07d8a05d)
2 days ago eliminate compiler warning (f4c8bc37b)
2 days ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-5ggv-92r5-cp4p (ffbbd7201)
2 days ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-rqq8-jh93-f4vg (adf831c44)
2 days ago https://github.com/ImageMagick/ImageMagick/issues/8589 (5bd9d67b0)
2 days ago Corrected reading the color map of files that contain multiple images. (d0dd5c828)
2 days ago Updated action that signs the binaries. (2a4bb7eb4)

kernel

2 days ago Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (0031c06807cf)
2 days ago Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext (6a8dab043c64)
2 days ago sched_ext: Fix starvation of scx_enable() under fair-class saturation (b06ccbabe250)
2 days ago Merge tag 'for-7.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (c44db6c82014)
2 days ago sched_ext: Remove redundant css_put() in scx_cgroup_init() (1336b579f607)
3 days ago selftests/sched_ext: Fix peek_dsq.bpf.c compile error for clang 17 (75ad51825933)
3 days ago selftests/sched_ext: Add -fms-extensions to bpf build flags (01a867c2e090)
3 days ago tools/sched_ext: Add -fms-extensions to bpf build flags (9af832c0a76e)
3 days ago sched_ext: Use READ_ONCE() for plain reads of scx_watchdog_timeout (3f27958b729a)

libheif

72 minutes ago fix decoding tili images with unci compression (e1f77d0e)
2 hours ago check libtiff return value for error (ffa34e4c)
2 hours ago fix reading TIFF EXIF (586d4186)
2 hours ago fix reading mask imags with 16 bpp (c517d9c4)
2 hours ago fix some potential integer overflows in mask_image (3a81c0ec)
2 hours ago fix possible buffer overflow when reading mask image (12369427)
31 hours ago add missing include (e220d5a2)
31 hours ago support cut-tiles on multi-component images (8ca82458)
31 hours ago add raw decoder files (3754a516)
31 hours ago heifio: add decoder for raw input files (302677ac)
34 hours ago check Box_snuc memory allocation against max total memory use (909724e5)
2 days ago Merge branch 'master' of github.com:strukturag/libheif (72065eb5)
2 days ago pass through unci compression mode to tili image generation (e100a1ed)

openssl.org

2 hours ago OSSL_HTTP_REQ_CTX_nbio(): check for clear Content-Type mismatch (465fd32d33)
3 hours ago CSHAKE: Fix memory leak related to propq. (e78e141f22)
3 hours ago Some more X509 extension add/del polish (bde5f49e9a)
3 hours ago windows-makefile: make clean target less noisy (a0415a345b)
3 hours ago SSL_CONF_cmd.pod: Fix TSL typo (6f24d9c30f)
4 hours ago fix project spelling and capitalization (68866edc0c)
6 hours ago x509: remove erroneous critical extension enforcement (d145b767ef)
6 hours ago Proxy.pm: Redirect s_server’s output to stderr (1bc4ad1be9)
6 hours ago SSL_get_error(): Check the error stack only in MSG_FLOW_ERROR state (b9da8a5844)
6 hours ago Ensure fatal errors from the record layer put the state machine into err (ebb188f0d0)
8 hours ago dane_match_cert() should X509_free() on ->mcert instead of OPENSSL_free() (8b5cd6a682)
27 hours ago Deuglify ML-KEM code after reformat (8a82e3a754)
27 hours ago fips: Align PKCS5_PBKDF2_HMAC defaults with EVP_KDF-PBKDF2 (66ab2db185)
27 hours ago fips: Skip testing RFC 9579 good files as they use short salt & password (d40bfaca75)
27 hours ago CHANGES.md: Fix 'extention' and 'insenstive' typos (875a791ad2)
27 hours ago Adds missing definitions to deprecation.pod (aafd5dcdfd)
27 hours ago ECH: Add back code needed for correct ECH backend confirmation (2cc9014111)
28 hours ago FIPS: Disable time/request based reseeding for ECDSA KAT DRBG (78e812c9a1)
28 hours ago Make X509_up_ref and X509_free take const X509 * (ae8d50f211)
34 hours ago remove OPENSSL_BUILDING_OPENSSL from the config (fa293c4d62)
34 hours ago remove OPENSSL_USE_NODELETE from the config (b97177bf7b)
34 hours ago Code Comment Correction (9d46f7f415)
35 hours ago ech test retry-configs unavailable if server finished corrupted (3885f81304)
35 hours ago SSL_get_shared_ciphers(): Return NUL-terminated buffer for no shared ciphers (51b0bd6097)
2 days ago Fix bad length computation in HT_COPY_RAW_KEY_CASE (69fb9335ee)
2 days ago X509 returned by X509_REQ_to_X509() should not be (const ...) (70e71ac2ae)
2 days ago openssl-verify.pod.in: Add clarification about the parameters order (2b5bb6148f)
2 days ago doc/man7/ossl-removed-api.pod: mention OPENSSL_atexit in the NAME section (9e7849122b)
2 days ago Adds fixed version tls methods to ossl-removed-api.pod (f297e96f66)
2 days ago Allow core_namemap to limit hashtable key sizes (aec9e7fe16)

php.net

2 hours ago Merge branch 'PHP-8.5' (39f1ed4ae5d)
2 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (d08d80cf024)
2 hours ago Fix GH-21336: undefined behavior in snmp setSecurity. (41458c6ad69)
8 hours ago Merge branch 'PHP-8.5' (c5061420444)
8 hours ago Add support for generating the namespace for the manual (#21313) (7e78b0f1d28)
31 hours ago Convert more zend_parse_parameters_none() to fast ZPP (#21330) (11a95749b1c)
33 hours ago Fix incorrect zend_hash_find_ptr() on non-ptr in ReflectionProperty::isReadable() (GH-21339) (471ae153128)
35 hours ago Merge branch 'PHP-8.5' (5307a67ba9f)
35 hours ago Fix Solaris tests and add nightly CI job (ce1cadba291)
35 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (099769dfa18)
35 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (94853b6da31)
35 hours ago Merge branch 'PHP-8.2' into PHP-8.3 (eee7c0aee1f)
35 hours ago Backport .github changes for Solaris (c21af8c598f)
2 days ago [RFC] Add grapheme_strrev function (#20949) (7a1c2612c01)
2 days ago Merge branch 'PHP-8.5' (c7824b368fa)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (0e2cc18b55e)
2 days ago Merge branch 'PHP-8.3' into PHP-8.4 (2fb1411eac7)
2 days ago Merge branch 'PHP-8.2' into PHP-8.3 (70bb94c4b61)
2 days ago Fix enabling of opcache in benchmark job in older branches (7324cd7f210)
2 days ago Fix GH-13204: glob() fails if square bracket is in current directory (#19647) (84b0a73685d)
2 days ago Windows build: Add new function CHECK_HEADER() (#21191) (f17c5ad83b6)
3 days ago Use zend_always_inline for frameless function template functions (GH-21316) (a83c0257306)
3 days ago Merge branch 'PHP-8.5' (bfd66bbdf0f)
3 days ago Merge branch 'PHP-8.4' into PHP-8.5 (210704258a8)
3 days ago Fix compile warnings under GCC 15.2.1 (#21320) (583be5a8ca6)

qemu.org

4 hours ago Merge tag 'pull-request-2026-03-05' of https://gitlab.com/thuth/qemu into staging (314ff2e07d)
10 hours ago Merge tag 'pull-loongarch-20260302' of https://github.com/gaosong715/qemu into staging (ae6e281633)
11 hours ago hw/display/vga-pci: Do not expose the 'global-vmstate' property (711de639d5)
11 hours ago hw/audio/hda-codec: Remove HDAAudioState::use_timer field (c2c8805742)
11 hours ago hw/core/machine: Remove hw_compat_2_12[] array (f09613cf87)
12 hours ago hw/core/machine: Remove hw_compat_2_11[] array (070b3287ab)
12 hours ago hw/input/virtio-input: Remove VirtIOInputHID::wheel_axis field (bb8f84727f)
12 hours ago hw/core/machine: Remove hw_compat_2_10[] array (67b0c007c6)
13 hours ago hw/i386/pc: Remove pc_compat_2_12[] array (4395ee372e)
13 hours ago hw/i386/pc: Remove deprecated pc-q35-2.12 and pc-i440fx-2.12 machines (0313087adf)
13 hours ago hw/i386/pc: Remove pc_compat_2_11[] array (ce4ce7f43d)
13 hours ago hw/i386/pc: Remove deprecated pc-q35-2.11 and pc-i440fx-2.11 machines (89d48b3f91)
13 hours ago hw/i386/pc: Remove pc_compat_2_10[] array (16dade7591)
13 hours ago hw/i386/pc: Remove deprecated pc-q35-2.10 and pc-i440fx-2.10 machines (89343afd04)
13 hours ago tests/qtest/test-x86-cpuid-compat: Remove the test with the i440fx-2.9 machine (3d07240f81)
13 hours ago hw/i386/x86-iommu: Remove X86IOMMUState::pt_supported field (c7b2e22bd9)
13 hours ago hw/pci-bridge/gen_pcie_rp: Remove GenPCIERootPort::migrate_msix field (8960a54939)
13 hours ago hw/net/virtio-net: Remove VirtIONet::mtu_bypass_backend field (9b960bbc13)
13 hours ago hw/core/machine: Remove hw_compat_2_9[] array (6b5be4336a)
13 hours ago hw/i386/pc: Remove pc_compat_2_9[] array (4fd30af5b5)
13 hours ago hw/i386/pc: Remove deprecated pc-q35-2.9 and pc-i440fx-2.9 machines (1c6cef54a2)
13 hours ago hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_PM definition (92b25a9ac2)
13 hours ago hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_LNKCTL definition (05d13867d9)
13 hours ago hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_INIT_DEVERR definition (f84a406f4d)
13 hours ago hw/pci/pcie: Remove QEMU_PCIE_EXTCAP_INIT definition (51859dcf2b)
13 hours ago hw/block/pflash: Remove PFlashCFI01::old_multiple_chip_handling field (fd5c9c3da8)
13 hours ago hw/core/machine: Remove hw_compat_2_8[] array (37e0487210)
13 hours ago hw/i386/kvm: Remove KVMClockState::mach_use_reliable_get_clock field (8303ca1520)
13 hours ago hw/i386/pc: Remove pc_compat_2_8[] array (6eebc1220c)
13 hours ago hw/i386/pc: Remove deprecated pc-q35-2.8 and pc-i440fx-2.8 machines (a4639584b4)

strongswan.org

29 hours ago github: Use AWS-LC 1.69.0 for tests (6856bfe5bc)
29 hours ago string: Fix -Werror=discarded-qualifiers with GCC 15 (d6b1574e2a)
2 days ago NEWS: Add news for 6.0.5 (77e89bdcdc)

woocommerce

3 hours ago Fix cart: prevent false "Quantity changed to 1" notices and add optimistic removal feedback (#63403) (d0f2dca6371)
4 hours ago PayPal Standard: Prevent duplicate order details requests on 404 (#63464) (09707f2952a)
7 hours ago PayPal Standard e2e tests 2 - Jetpack onboarding (#62982) (61bbf121b3a)
9 hours ago Add formatted_weight and formatted_dimensions to Store API ProductSchema (#63405) (9c1a56bc851)
10 hours ago [WOOPRD-2912] Fix duplicate fulfillment order notes by tracking property changes                                                                                                           (#63544) (a5826220f9e)
10 hours ago Remove outdated FAQ from submitting-your-product docs (#63519) (f484d4115b0)
11 hours ago Add FAQ sections for QIT test results and resubmissions (#63551) (c71985316bc)
12 hours ago Use `GITHUB_TOKEN` for Documentation Labeling (#63549) (11ea6e729c3)
13 hours ago Use paypal standard supported country list from official docs (#63349) (e23fc94b861)
16 hours ago Fixed Docs Needed Workflow Permissions (#63546) (636adbb4f33)
23 hours ago [WOOPLUG-6287] update: use WC_Data_Store to register fulfillments data store (#63485) (8082f639c3f)
24 hours ago [WOOPLUG-6368] fix: add order notes for fulfillment state changes (#63516) (a477ddbbcbb)
25 hours ago Automatically Label PRs Requiring User-Facing Documentation Updates (#63531) (3236dc12190)
26 hours ago PayPal Standard: Handle duplicate invoice id error (#63203) (b75ed30ea0e)
29 hours ago Adds notification trigger classes and tests. (#63456) (cb7e66911c9)
31 hours ago Prevent "Order again" button showing on order confirmation page (#63499) (95b198f143d)
32 hours ago [WOOPLUG-6249] fix: move fulfillments code out of internals folder (#63163) (ffb71c7e921)
34 hours ago Add to Cart + Options: Fix adding variable products to cart with 'any' as an attribute (#63526) (724ad0555ca)
34 hours ago [Performance] Blocks: pin the number of DB lookup SQLs for fetching block templates (#63399) (cda1a93d21e)
34 hours ago Email Editor: Use configured subject for preview emails (#63504) (dfe30f5d606)
2 days ago Update "on hold" email copy for block email editor (#63496) (01791ab0594)
2 days ago Fix POS emails showing "My WordPress Site" as store name (#63505) (0f856de37c3)
2 days ago Fix live-branches userscript for GitHub's updated DOM (#63388) (9c392cdaa19)
2 days ago PayPal Standard: Update logo on classic checkout (#63196) (d557c9ecb94)
2 days ago Make checkout item quantity inherit theme colours and round if single-digit (#63007) (f5c21ce1ce6)
2 days ago [WOOPLUG-6346] Add unified shipping partner Tracks events on task list (#63438) (84c617828f3)
2 days ago Email Editor: fix redundant CSS inlining (#63454) (a779b4c25b9)
2 days ago Fix(store-notices): Add try/catch guards to prevent errors on empty context (#63402) (12e32f9b560)
2 days ago Temporarily skip Mini Cart flaky tests (#63520) (dce879a7d6c)
2 days ago Improve locator in E2E test to make test more robust and prevent issues when running on QIT (#63523) (f491da4e2eb)