Projects with recent changes

guacamole.apache.org

31 hours ago Merge patch branch changes to main. (703d2e57)
31 hours ago Merge 1.6.1 changes to patch. (c419e148)
31 hours ago GUACAMOLE-2139: Merge bump version numbers to 1.6.1 (cf09d3a6)
2 days ago GUACAMOLE-2139: Bump libtool version info for libguac-terminal (updated, no interface changes). (c8bd68ca)
2 days ago GUACAMOLE-2139: Bump libtool version info for libguac (interfaces added). (0aa35e58)
2 days ago GUACAMOLE-2139: Bump version number to 1.6.1. (c4b22a19)

imagemagick.org

3 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-hrh7-j8q2-4qcw (2c08c2311)
5 hours ago Updated the Windows dependencies. (92dce45ec)
5 hours ago Revert patches to solve #8484 and #8506. (d6a53ceb9)
30 hours ago https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-7rvh-xqp3-pr8j (204718c22)
2 days ago Bump actions/download-artifact from 6 to 7 (#8497) (b49fe554c)
2 days ago Bump actions/upload-artifact from 5 to 6 (#8498) (9d421e7c3)
2 days ago Removed specific methods for Windows with memory allocation. (7b0bce056)

libheif

25 hours ago integer cast (d553f44b)
25 hours ago limit color conversion function 14 bpp (#1572) (e9b3f68d)
25 hours ago add (incomplete) implementation of YCgCo-R color transformation (#1572) (86f09c7d)
32 hours ago revert unintended commit of debug flag (97f68705)
32 hours ago uncompressed: check for invalid pixel padding (44d2c496)
32 hours ago regions: check for zero size mask image (271d6ca5)
34 hours ago regions: allow polyline with only 2 points (6f4f2fb7)
34 hours ago regions: check that polygons have at least 3 points (50e56a33)
34 hours ago Merge pull request #1644 from dukesook/unc_signed_intenger (4821cfbb)
35 hours ago clean 'char' to 'uint8_t' cast (7afd4404)
35 hours ago function for safe 4x uint8_t to uint32_t conversion (2d0dfa0c)
35 hours ago regions: check mask allocations against integer overflows (e561521f)
2 days ago regions: fix integer conversion (09277a7c)
2 days ago uncC: check row-align-size against maximum integer limit (4763397d)
2 days ago check for valid alignment in uncompressed codec only if alignment is set (bf996a8a)
2 days ago check for integer overflow in uncompressed codec (38acf5f4)
2 days ago prevent division by zero (e33a2c96)
2 days ago check for missing 'tref' box for auxiliary track (3c6d0799)
2 days ago fix integer types in ffmpeg decoder plugin (832722ef)
2 days ago fix integer types when reading grid header (4e0a7181)
2 days ago fix 'starts_with()' (b80456a5)
2 days ago check for valid sample_description_index (7bc7fdf1)
2 days ago consistency check of saiz/saio boxes (eba287ff)
2 days ago fix integer bitmask type (e1858f92)
2 days ago check number of samples in / against maximum number of sequence frames (cfb666dc)
2 days ago check image size against maximum  range (9d1bfc9e)
2 days ago [BSD3] check that number of samples in various boxes is consistent (fixes #1645) (e7e8a0b5)

openssl.org

24 hours ago Add ci test to run against minimal gcc version we support (0755a8ef90)
3 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)

php.net

11 hours ago Merge branch 'PHP-8.5' (6dad2060b87)
11 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (324db3a77a9)
11 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (14d8e842366)
11 hours ago fix: Allow variadic syntax in PHPDoc parameter annotation in `gen_stub.php` (#20342) (09cb5ad4429)
22 hours ago win32/sendmail.c/PostHeader(): refactor function (77d306ef385)
22 hours ago win32/sendmail.c/SendText(): use zend_string for stripped_headers (fc276aee681)
22 hours ago win32/sendmail.c/SendText(): move posting of DATA prior to stripped header computation (8aa64bb9765)
22 hours ago win32/sendmail.c/addToHeader(): voidify function (004c630106c)
22 hours ago win32/sendmail.c/SendText(): move string duplication code to a more logical place (6bd9c555eed)
22 hours ago win32/sendmail.c/SendText(): use zend_string* for headers{_lc} parameters (f1a8944fcde)
22 hours ago win32/sendmail.c/php_win32_mail_trim_header(): use ZSTR_INIT_LITERAL() (84e63bfd9b6)
22 hours ago win32/sendmail.c: remove mailCc parameter that is always NULL (4431aa94b7f)
22 hours ago win32/sendmail.c: remove mailBbc parameter that is always NULL (0e19bc1bfd1)
22 hours ago win32/sendmail.c: remove mailRPath parameter that is always NULL (6f28370d2fd)
22 hours ago win32/sendmail.c/Post(): refactor function (4dad723c413)
22 hours ago win32/sendmail.c: mark error messages array as const (7e8c636b308)
25 hours ago Merge branch 'PHP-8.5' (69166c38ec1)
25 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (4ed8fce4582)
25 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (48b4289dff4)
25 hours ago Fix GH-20582: Heap Buffer Overflow in iptcembed (99ed66b49fa)
25 hours ago Merge branch 'PHP-8.5' (004934ce608)
25 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (31ae40d5e1b)
25 hours ago Fix GH-20444: Dom\XMLDocument::C14N() seems broken compared to DOMDocument::C14N() (40c291cf932)
32 hours ago [ci skip] Remove useless test (913d3084528)
35 hours ago mbstring: Transform RETURN_STR(zend_string_init_fast(...)) to RETURN_STRINGL_FAST(...) (#20779) (f20701416de)
2 days ago Merge branch 'PHP-8.5' (85b681a2061)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (dc5de5d4197)
2 days ago gen_stub: Fix php-parser package download (#20775) (7d4ba807054)
2 days ago Merge branch 'PHP-8.5' (580b9a46ce8)
2 days ago Merge branch 'PHP-8.4' into PHP-8.5 (9de37a33a65)

tesseract

29 hours ago Create new release 5.5.2 (6e1d56a8)

woocommerce

4 hours ago [Fraud Protection] Added classes to hook into cart actions (#62543) (bb5ef36233)
26 hours ago Add API Client for Fraud Protection API communication (#62583) (86be8dd011)
27 hours ago Add SessionDataCollector foundation for fraud protection (#62526) (e93123e735)
28 hours ago PayPal Standard Refactor 2: Move helper file under src folder (#62596) (203c546b78)
33 hours ago Handling auth already captured errors on PayPal Standard (#62582) (3f1bbd6cb1)
33 hours ago Add Missing Request Parameters for Taxonomy Endpoints (#62548) (48203942fb)
35 hours ago PayPal Standard Refactor 1: Move constant file under src folder (#62595) (1677515c13)

wordpress.org

33 hours ago Scripts: Remove default type attribute from tags. (5e1414562a)
33 hours ago Plugins: Update plugin compatibility text to remove obsolete percentage-based number. (4b738b966a)
35 hours ago Tests: Update fonts tests to use semantic HTML comparison. (595ea71cb0)
2 days ago Help/About: Simplify help text on Updates screen to account for third-party updates. (adee6e13b6)
3 days ago Tests: Rename the `admin/includesUser.php` test file to be more descriptive. (0bf74deeec)