Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b2652f96 | 2025-11-11 04:02:06 | don't set .so version for android | ||
| 8dd2f581 | 2025-11-11 04:00:10 | don't set .so version for android | ||
| 27db80e7 | 2025-11-11 03:41:56 | fix ifeq | ||
| a1861a80 | 2025-11-11 03:39:17 | remove .so version for android target | ||
| 112421c8 | 2024-12-29 18:49:06 | Fix potential NULL dereference in evdns_cache_lookup() evutil_new_addrinfo_() returns NULL in some cases, and its return value is always checked for NULL. | ||
| 1759485e | 2024-12-20 15:56:10 | Improve portability on NetBSD According to GCC documentation, "the various `-std` options disable certain keywords". This change adheres to GCC's recommendation by replacing the `typeof` keyword with its alternative, `__typeof__`. | ||
| c4ea8028 | 2025-02-01 14:09:10 | build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [coverallsapp/github-action](https://github.com/coverallsapp/github-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `coverallsapp/github-action` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/cfd0633edbd2411b532b808ba7a8b5e04f76d2c8...648a8eb78e6d50909eff900e4ec85cab4524a45b) Updates `github/codeql-action` from 3.27.5 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/f09c1c0a94de965c15400f5634aa42fac8fb8f88...dd746615b3b9d728a6a37ca2045b68ca76d4841a) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> | ||
| 9a6a799e | 2024-12-02 17:28:02 | ci: Test Autotools build on FreeBSD 14.1 CMake builds are already tested on FreeBSD 13.4 and 14.1. This change extends testing with Autotools to include FreeBSD 14.1. | ||
| 5bfb2ae8 | 2024-12-01 14:47:11 | build(deps): bump github/codeql-action in the github-actions group Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.27.0 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/662472033e021d55d94146f66f6058822b0b39fd...f09c1c0a94de965c15400f5634aa42fac8fb8f88) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> | ||
| a2ed23b1 | 2024-11-24 23:32:04 | Replace deprecated find_package(PythonInterp) with Python2/Python3 Fixes: #1751 |