Commit Graph

5431 Commits (b63f67d040cb0214a4e99911f05c1f2f9d880cf5)

Author SHA1 Message Date
Tatsuhiro Tsujikawa b63f67d040
Merge pull request #2225 from aria2/fix-cares-deprecation
c-ares: Avoid deprecated functions
2024-06-30 17:52:32 +09:00
Tatsuhiro Tsujikawa bddce8063c
Merge pull request #2226 from aria2/fix-levenshtein-init
Fix levenshtein init
2024-06-30 17:47:48 +09:00
Tatsuhiro Tsujikawa 392f713ba1 c-ares: Avoid deprecated functions
Avoid deprecated functions by newer c-ares.  Now aria2 requires c-ares
>= 1.16.0 to get ares_getaddrinfo.
2024-06-30 17:32:02 +09:00
Tatsuhiro Tsujikawa 1a4cb1d070 Update levenshtein costs 2024-06-30 17:29:23 +09:00
Tatsuhiro Tsujikawa cfa7e9cde0 Fix levenshtein initialization 2024-06-30 17:29:23 +09:00
Tatsuhiro Tsujikawa 1be304e90e
Merge pull request #2224 from aria2/bump-macos
Bump macos
2024-06-30 17:27:18 +09:00
Tatsuhiro Tsujikawa c13821a103 Fix runtime error: left shift of negative value 2024-06-30 17:07:46 +09:00
Tatsuhiro Tsujikawa e950640b4c Bump macos to macos-14 2024-06-30 16:18:40 +09:00
Tatsuhiro Tsujikawa c78560f6d4
Merge pull request #2223 from aria2/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2024-06-24 18:23:39 +09:00
dependabot[bot] 54795dfa34
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 06:37:27 +00:00
Tatsuhiro Tsujikawa 999a5915b2
Merge pull request #2221 from aria2/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2024-06-10 20:21:53 +09:00
dependabot[bot] a860673c26
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 10:13:52 +00:00
Tatsuhiro Tsujikawa 3e903cda97
Merge pull request #2219 from aria2/dependabot
Let dependabot update GitHub Actions
2024-06-10 19:13:06 +09:00
Tatsuhiro Tsujikawa 300cb8f9d4
Merge pull request #2220 from aria2/update-c-ares-url
Update c-ares download URLs
2024-06-10 18:51:35 +09:00
Tatsuhiro Tsujikawa 468b8db61b Let dependabot update GitHub Actions 2024-06-10 17:53:53 +09:00
Tatsuhiro Tsujikawa e872577704 Update c-ares download URLs 2024-06-10 17:45:55 +09:00
Tatsuhiro Tsujikawa a8cb271b04
Merge pull request #2165 from aria2/bump-zlib
Bump zlib to 1.3.1
2024-01-24 21:20:55 +09:00
Tatsuhiro Tsujikawa bd29175cdd Bump zlib to 1.3.1 2024-01-24 20:16:15 +09:00
Tatsuhiro Tsujikawa 4effc39e5a
Merge pull request #2166 from aria2/apt-get-update
ci: Run apt-get update
2024-01-24 20:15:45 +09:00
Tatsuhiro Tsujikawa b0b6b14997 ci: Run apt-get update 2024-01-24 19:50:47 +09:00
Tatsuhiro Tsujikawa 218b817071
Merge pull request #2162 from luzpaz/typos
Fix various typos
2024-01-15 17:28:19 +09:00
luzpaz 0aa23a39d9 Fix various typos
Found via `codespell -q 3 -S "./deps,./ChangeLog.old,./LICENSE.OpenSSL,./doc/manual-src/pt,./doc/sphinx_themes/sphinx_rtd_theme/locale" -L ans,anull,clen,dependant,filetest,fo,hel,nd,orign,padd,parm,servent,tennant,worl,windows`
2024-01-14 16:22:28 +00:00
Tatsuhiro Tsujikawa 8a6b75acc7
Merge pull request #2160 from JanthonAlyn/patch-1
Update configure.ac to Fixed autoreconf warning
2024-01-07 16:23:48 +09:00
Janthon 8c4e138571
Update configure.ac
Fixed autoreconf warning.

configure.ac:731: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:731: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:731: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
2024-01-07 10:43:30 +08:00
Tatsuhiro Tsujikawa 5c87f1b7b6 Fix makerelease 2023-11-15 21:09:36 +09:00
Tatsuhiro Tsujikawa 2e65308ca2 Dockerfile: Add missing python3-docutils 2023-11-15 21:08:57 +09:00
Tatsuhiro Tsujikawa 02f2d0d847 Update bash_completion 2023-11-15 18:46:08 +09:00
Tatsuhiro Tsujikawa 58d06624d2 Fix python scripts 2023-11-15 18:45:57 +09:00
Tatsuhiro Tsujikawa 35f1e326ec Update sphinx_rtd_theme 2023-11-15 18:19:21 +09:00
Tatsuhiro Tsujikawa 936d64d555 Bump package version 2023-11-15 18:16:49 +09:00
Tatsuhiro Tsujikawa 2973186e75 Update AUTHORS 2023-11-15 18:16:08 +09:00
Tatsuhiro Tsujikawa 40f45246f4 Update NEWS 2023-11-15 18:13:59 +09:00
Tatsuhiro Tsujikawa 0d0d606a85
Merge pull request #2135 from aria2/docker-mingw-revert-cares
Dockerfile.mingw: Downgrade c-ares to 1.19.1
2023-11-15 18:09:21 +09:00
Tatsuhiro Tsujikawa ec899c30cf Dockerfile.mingw: Downgrade c-ares to 1.19.1
Downgrade c-ares to 1.19.1 in Dockerfile.mingw because it does not
build on x86_64 host.
2023-11-14 23:10:43 +09:00
Tatsuhiro Tsujikawa 706d9492f2
Merge pull request #2132 from aria2/docker-bump-cares
Dockerfile: Bump c-ares to 1.21.0
2023-11-12 21:29:34 +09:00
Tatsuhiro Tsujikawa 89551e7153 Dockerfile: Bump c-ares to 1.21.0 2023-11-12 21:02:23 +09:00
Tatsuhiro Tsujikawa 08b48dccb6 Merge branch 'pr1802'
This resolves conflicts on https://github.com/aria2/aria2/pull/1802
and does fixups.
2023-11-05 10:58:40 +09:00
a1346054 8cfaceaf43 Trim excess whitespace 2023-11-05 10:33:13 +09:00
a1346054 a6cd75a596 Fix spelling 2023-11-05 10:33:13 +09:00
a1346054 aea080969c Fix shellcheck warnings 2023-11-05 10:33:13 +09:00
a1346054 bbef0f0492 Use license file from gnu.org
Downloaded from:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
2023-11-05 10:27:15 +09:00
Tatsuhiro Tsujikawa aa03612397
Merge pull request #1982 from h3xx/update-docs
Various documenation fixes and rewords
2023-11-05 10:07:29 +09:00
Tatsuhiro Tsujikawa 71f5d1be5f
Merge pull request #2129 from aria2/fix-non-bt-build-error
Fix non bt build error
2023-11-03 12:12:48 +09:00
Tatsuhiro Tsujikawa 7a490fe497 ci: Check build without bittorrent 2023-11-03 11:45:41 +09:00
Tatsuhiro Tsujikawa 94725a0371 Fix build error without bittorrent
Amends #2127
2023-11-03 11:45:41 +09:00
Tatsuhiro Tsujikawa d066c72a0d
Merge pull request #2127 from aria2/cap-infohashlen
Cap infoHashLength in .aria2 file
2023-11-02 22:20:58 +09:00
Tatsuhiro Tsujikawa 3330110caf Cap infoHashLength in .aria2 file
Cap infoHashLength in .aria2 file, and save an extra allocation.
2023-11-02 21:22:37 +09:00
Tatsuhiro Tsujikawa d607327ea6 clang-format 2023-11-02 19:27:35 +09:00
Tatsuhiro Tsujikawa df27e60385
Merge pull request #2126 from aria2/cpp-ext
Do not require strict C++ mode and update ax_cxx_compile_stdcxx.m4
2023-11-02 19:13:47 +09:00
Tatsuhiro Tsujikawa 1acfd13c35 Do not require strict C++ mode and update ax_cxx_compile_stdcxx.m4 2023-11-02 18:43:23 +09:00