| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 2.17.11:
* Fixed a deadlock in conn_info
* Fixed build on FreeBSD (workaround for hidden typedefs)
* Added SPDX license information
* Improved reporting of HTTP status codes
* Source-code simplifications
* Buildsystem improvements
+ Check intmax_t >= int64_t on Mac OS X
+ Improved output when pkg-config is unavailable
* Implemented percentage output mode for piping
* Fixed typos
* Added Turkish Translation
- update to 2.17.10:
* Potential NULL pointer dereference
* Fixed incrementig procedure for delay_time
* Fixed speed limiting
* Made stop signal handler portable
* Build system improvements
- Now you can specify where OpenSSL is installed
- Further improved code portability
* Optimized wildcard search in URLs
* Added human-readable file size report at the begining of downloads
* Reworked Request Range support check
* Added "Accept-Encoding" header to requests
* Updated the documentation
* Fixed data type for sizes and offsets on 32-bit systems
* Fixed duplicated non-default port when using proxy
* Fixed request range comparison and overflow
* i8n fixes and updates for Simplified Chinese, Dutch, German,
Italian, Portuguese, Spanish. Also updates for Indonesian,
Japanese, Russian.
- CREDITS and AUTHORS files removed from upstream
- update to 2.17.9: * Fixed insecure mode certificate checking error. * Fixed progress bar for large number of connections. * Fixed some race conditions with conn_t. * Removed limitations on state file name length. * Removed limitations on HTTP query length. * Fixed a memory leak when deleting the download state file. * Added coding style aid and licensing rules to CONTRIBUTING.md. * Updated and improved README.md. * Cleanup of code & build system. * Made the help flag report axel's version number. * Updated Chinese translation. - run spec-cleaner * remove rpm groups
- update to version 2.16.1: * no noteable changes
- update to 2.16 * Buildsystem fixes and improvements * Fixed bug that produces empty files with -q/--quiet * Fixed build with --disable-nls * Fixed formatting of the version/copyright message * Header files reorganization * Spanish translation * Style fixes * Updated Portuguese translation
- added more documentation files and license to package
- update to 2.15 (see ChangeLog for release notes and all changes
since 2.4)
- switch to new github url
- run spec-cleaner
- drop all patches
* axel-fix_buffer_overflow.patch
+ upstreamed in 425dd156b76f2377a3e386324c282bdcdac90a40
* axel-getaddrinfo.patch
+ upstreamed in cc1142b8de01e182cbaf4cc8a606c80696d8c0b8
* axel-fix-url-max-length.patch
+ upstreamed in ce40ee76c25a84f386128927fcd0bab4e9751268
* axel-2.4-configure.patch
+ unneeded
- run spec-cleaner - add axel-fix-url-max-length.patch to accept longer URLs
- Update License to GPL-2.0+ - add axel-2.4-configure.patch to make configure script accept and ignore --disable-dependency-tracking
- copied from home:bitshuffler to network:utilities - revamped .spec file - added patch to fix buffer overflow - added patch to use getaddrinfo instead of gethostbyname
- Initial RPM