Projects with recent changes

guacamole.apache.org

2 days ago Merge patch branch changes to main. (703d2e57)
2 days ago Merge 1.6.1 changes to patch. (c419e148)
2 days 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

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

libheif

10 hours ago check for cyclic 'iref' references, but only follow 'dimg' links (clusterfuzz 471853412) (f4943490)
11 hours ago VVC: return error when reading a vvcC with ptl_present_flag=0. We do not support this yet. (#1648) (c0d32646)
12 hours ago resolve endless loop when trying to zlib-decompress empty input data (#1647) (b6d4908c)
2 days ago integer cast (d553f44b)
2 days ago limit color conversion function 14 bpp (#1572) (e9b3f68d)
2 days ago add (incomplete) implementation of YCgCo-R color transformation (#1572) (86f09c7d)
2 days ago revert unintended commit of debug flag (97f68705)
2 days ago uncompressed: check for invalid pixel padding (44d2c496)
2 days ago regions: check for zero size mask image (271d6ca5)
2 days ago regions: allow polyline with only 2 points (6f4f2fb7)
2 days ago regions: check that polygons have at least 3 points (50e56a33)
2 days ago Merge pull request #1644 from dukesook/unc_signed_intenger (4821cfbb)
2 days ago clean 'char' to 'uint8_t' cast (7afd4404)
2 days ago function for safe 4x uint8_t to uint32_t conversion (2d0dfa0c)
2 days 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)
3 days ago fix 'starts_with()' (b80456a5)
3 days ago check for valid sample_description_index (7bc7fdf1)
3 days ago consistency check of saiz/saio boxes (eba287ff)
3 days ago fix integer bitmask type (e1858f92)
3 days ago check number of samples in / against maximum number of sequence frames (cfb666dc)
3 days ago check image size against maximum  range (9d1bfc9e)
3 days ago [BSD3] check that number of samples in various boxes is consistent (fixes #1645) (e7e8a0b5)

openssl.org

2 days ago Add ci test to run against minimal gcc version we support (0755a8ef90)

php.net

10 hours ago Merge branch 'PHP-8.5' (ecbdd2b5805)
10 hours ago Fix zlib test for 8.5+ (6e733a2bd08)
11 hours ago ext/standard/mail: use zend_string* for extra_cmd param of php_mail() (c727f4d6c5f)
11 hours ago ext/standard/mail.c: refactor php_mail_build_headers_check_field_value() (5f8c7dc87c5)
11 hours ago ext/standard/mail.c: use php_mail_build_headers_elem() directly (402f0843737)
11 hours ago ext/standard/mail.c: refactor php_mail_build_headers_check_field_name() (67a89f6bf00)
11 hours ago ext/standard/mail.c: use smart_str_append when we have zend_string* (10425538075)
11 hours ago ext/standard/mail.c: use zend_string for mail_log (d3a372c70d1)
11 hours ago ext/standard/mail.c: add const qualifiers (e101706ecfb)
11 hours ago ext/standard: use RETURN_BOOL() when possible (87278167340)
11 hours ago ext/standard: refactor _php_error_log() (b86f107076c)
11 hours ago Merge branch 'PHP-8.5' (fd13afd66e3)
11 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (42f51528dad)
11 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (dabcd745247)
11 hours ago Fix OOB gzseek() causing assertion failure (2709ebc0ce6)
22 hours ago Merge branch 'PHP-8.5' (6dad2060b87)
22 hours ago Merge branch 'PHP-8.4' into PHP-8.5 (324db3a77a9)
22 hours ago Merge branch 'PHP-8.3' into PHP-8.4 (14d8e842366)
22 hours ago fix: Allow variadic syntax in PHPDoc parameter annotation in `gen_stub.php` (#20342) (09cb5ad4429)
33 hours ago win32/sendmail.c/PostHeader(): refactor function (77d306ef385)
33 hours ago win32/sendmail.c/SendText(): use zend_string for stripped_headers (fc276aee681)
33 hours ago win32/sendmail.c/SendText(): move posting of DATA prior to stripped header computation (8aa64bb9765)
33 hours ago win32/sendmail.c/addToHeader(): voidify function (004c630106c)
33 hours ago win32/sendmail.c/SendText(): move string duplication code to a more logical place (6bd9c555eed)
33 hours ago win32/sendmail.c/SendText(): use zend_string* for headers{_lc} parameters (f1a8944fcde)
33 hours ago win32/sendmail.c/php_win32_mail_trim_header(): use ZSTR_INIT_LITERAL() (84e63bfd9b6)
33 hours ago win32/sendmail.c: remove mailCc parameter that is always NULL (4431aa94b7f)
33 hours ago win32/sendmail.c: remove mailBbc parameter that is always NULL (0e19bc1bfd1)
33 hours ago win32/sendmail.c: remove mailRPath parameter that is always NULL (6f28370d2fd)
33 hours ago win32/sendmail.c/Post(): refactor function (4dad723c413)

tesseract

2 days ago Create new release 5.5.2 (6e1d56a8)

woocommerce

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

wordpress.org

10 hours ago Docs: Improve description for `add_settings_section()`. (bfd2fefb84)
2 days ago Scripts: Remove default type attribute from tags. (5e1414562a)
2 days ago Plugins: Update plugin compatibility text to remove obsolete percentage-based number. (4b738b966a)
2 days 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)