Projects with recent changes

imagemagick.org

23 hours ago Bump actions/download-artifact from 6 to 7 (#8497) (b49fe554c)
23 hours ago Bump actions/upload-artifact from 5 to 6 (#8498) (9d421e7c3)
24 hours ago Removed specific methods for Windows with memory allocation. (7b0bce056)
2 days ago Fixed memory leak that happens when we hit a list limit. (ad65a4cee)
2 days ago Fix warnings about operations on volatiles that are deprecated in C++20. (#8502) (37922da74)

libheif

43 minutes ago regions: allow polyline with only 2 points (6f4f2fb7)
45 minutes ago regions: check that polygons have at least 3 points (50e56a33)
50 minutes ago Merge pull request #1644 from dukesook/unc_signed_intenger (4821cfbb)
86 minutes ago clean 'char' to 'uint8_t' cast (7afd4404)
2 hours ago function for safe 4x uint8_t to uint32_t conversion (2d0dfa0c)
2 hours ago regions: check mask allocations against integer overflows (e561521f)
3 hours ago regions: fix integer conversion (09277a7c)
5 hours ago uncC: check row-align-size against maximum integer limit (4763397d)
5 hours ago check for valid alignment in uncompressed codec only if alignment is set (bf996a8a)
5 hours ago check for integer overflow in uncompressed codec (38acf5f4)
6 hours ago prevent division by zero (e33a2c96)
13 hours ago check for missing 'tref' box for auxiliary track (3c6d0799)
13 hours ago fix integer types in ffmpeg decoder plugin (832722ef)
14 hours ago fix integer types when reading grid header (4e0a7181)
16 hours ago fix 'starts_with()' (b80456a5)
17 hours ago check for valid sample_description_index (7bc7fdf1)
17 hours ago consistency check of saiz/saio boxes (eba287ff)
17 hours ago fix integer bitmask type (e1858f92)
17 hours ago check number of samples in / against maximum number of sequence frames (cfb666dc)
17 hours ago check image size against maximum  range (9d1bfc9e)
18 hours ago [BSD3] check that number of samples in various boxes is consistent (fixes #1645) (e7e8a0b5)
3 days ago uncompressed signed integer (42b058a3)

openssl.org

2 days ago Fix register usage comment in ARMv8 Montgomery sqr asm. In the bn_sqr8x_mont function, a comment describing the accumulation step for the partial product a[1]*a[0] incorrectly referenced the low part ('lo') of the product. The value being added to the temporary register t[2] is actually the high part ('hi') of that multiplication. Correct the comment from "t[2]+lo(a[1]*a[0])" to "t[2]+hi(a[1]*a[0])". (7a53925198)
3 days ago SSL3 documentation nits (a11b5ae0d2)
3 days ago Add no-ssl3 back as a no-op (6821363f28)
3 days ago Add entry to CHANGES.md (b53d8bf168)
3 days ago Remove sslv3 flags from x86 CI jobs (0b271780ea)
3 days ago Update documentation using enable-ssl3 Configure flags (8d623d4979)
3 days ago Allow enabling deprecated flags that haven't been removed yet (357beec47f)
3 days ago Deprecate SSL3 Configure flags (8c108ae03b)
3 days ago Rename SSL3 error codes to TLS equivalents (b3d26e438a)
3 days ago Address SSLv3 removal nits (21fc75e49f)
3 days ago Remove unused SSLv3 specific error codes (4574e1b3cb)
3 days ago Remove support for SSLv3 (60c15b2aff)

php.net

2 hours ago mbstring: Transform RETURN_STR(zend_string_init_fast(...)) to RETURN_STRINGL_FAST(...) (#20779) (f20701416de)
17 hours ago Merge branch 'PHP-8.5' (85b681a2061)
17 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (dc5de5d4197)
17 hours ago gen_stub: Fix php-parser package download (#20775) (7d4ba807054)
19 hours ago Merge branch 'PHP-8.5' (580b9a46ce8)
19 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (9de37a33a65)
19 hours ago ext/standard: Fix memory leak in mail() when header key is numeric (20f9772063c)
2 days ago Merge branch 'PHP-8.5' (e861608eee7)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (37fe144333a)
2 days ago ext/pcntl: fix pcntl_getcpuaffinity() for solaris. (5faa54d93bd)
2 days ago Merge branch 'PHP-8.5' (13411ef83a3)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (ded206ee166)
2 days ago Merge branch 'PHP-8.3' into PHP-8.4 (7f56d4a23fc)
2 days ago Fix NEWS formatting (494dd975214)
3 days ago Merge branch 'PHP-8.5' (341d2d1bdcf)
3 days ago Fix GH-20771: Assertion failure when getUnicodeHost() returns empty string (13d63d61055)
3 days ago ext/session/mod_mm.c: add a few missing ZSTR macros (0eb6a4d32f9)

woocommerce

15 minutes ago Add Missing Request Parameters for Taxonomy Endpoints (#62548) (48203942fb)
2 hours ago PayPal Standard Refactor 1: Move constant file under src folder (#62595) (1677515c13)
3 days ago Fix: performance issue with filter data cache (#62575) (be151a6c76)
3 days ago Fix URL decoding for product variation attributes in REST API (#62562) (72a6b65c7a)

wordpress.org

16 minutes ago Plugins: Update plugin compatibility text to remove obsolete percentage-based number. (4b738b966a)
89 minutes ago Tests: Update fonts tests to use semantic HTML comparison. (595ea71cb0)
14 hours ago Help/About: Simplify help text on Updates screen to account for third-party updates. (adee6e13b6)
2 days ago Tests: Rename the `admin/includesUser.php` test file to be more descriptive. (0bf74deeec)
2 days ago Upgrade/Install: Correct and improve various docblocks relating to upgrades. (94401e78ce)
2 days ago Export: Fix fatal error when passing `null` to `wxr_cdata()` by casting passed value to `string`. (4ab8f3d7f2)
3 days ago Code Modernization: Replace `isset()` with null coalescing in `WP_Roles::get_role()`. (3429087f6c)