SHA256
1
0
forked from pool/axel
Commit Graph

19 Commits

Author SHA256 Message Date
cebd0533c2 - update to 2.17.13:
* abuf: Fix realloc usage
  * configure: Fix handling of --with-ssl
  * random: Initialize fd at startup
  * Fixed a wrong translation for Turkish
  * Implemented early redirect loop detection
  * Added LGTM.com support
  * Buildsystem improvements
  * Added wolfSSL support
  * Fixed potential int overflow
  * Simplified configuration support code
  * Early redirect loop detection improvements
  * Fixed speed-limiting sleep delay overflow
  * Removed HTTP encoding of URLs on the CLI, should be pre-
    encoded
- update to 2.17.9:

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=30
2024-03-18 08:20:21 +00:00
Sebastian Wagner
38390969cf Accepting request 947297 from home:1Antoine1:branches:network:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/947297
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=29
2022-01-18 20:41:05 +00:00
Sebastian Wagner
09906313d4 Accepting request 850004 from home:avindra:branches:network:utilities
- update to 2.17.10
- CREDITS and AUTHORS files removed from upstream

OBS-URL: https://build.opensuse.org/request/show/850004
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=27
2020-11-23 09:00:58 +00:00
Sebastian Wagner
2f12a0c34f Accepting request 828585 from home:elimat:branches:network:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/828585
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=25
2020-08-22 06:38:00 +00:00
Sebastian Wagner
af7049fce1 Accepting request 810496 from home:AndreasStieger:branches:network:utilities
axel 2.17.8 CVE-2020-13614 (boo#1172159)

OBS-URL: https://build.opensuse.org/request/show/810496
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=23
2020-06-01 07:51:48 +00:00
Sebastian Wagner
9d0542cc15 - update to version 2.17.7:
- Buildsystem fixes
 - Fixed release date for man-pages on BSD
 - Explicitly close TCP sockets on SSL connections too
 - Fixed HTTP basic auth header generation
 - Changed the default progress report to "alternate output mode"
 - Improved English in README.md

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=21
2020-03-29 19:43:08 +00:00
Sebastian Wagner
134cd766d1 - update to version 2.17.6:
- Fixed handling of non-recoverable HTTP errors
 - Cleanup of connection setup code
 - Fixed manpage reproducibility issue
 - Use tracker instead of PTS from Debian
- update to version 2.17.5:
 - Fixed progress indicator misalignment
 - Cleaned up the wget-like progress output code
 - Improved progress output flushing
- update to version 2.17.4:
 - Fixed build with bionic libc (Android)
 - TCP Fast Open support on Linux
 - TCP code cleanup
 - Removed dependency on libm
 - Data types and format strings cleanup
 - String handling cleanup
 - Format string checking GCC attributes added
 - Buildsystem fixes and improvements
 - Updates to the documentation
 - Updated all translations
 - Fixed Footnotes in documentation
 - Fixed a typo in README.md

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=19
2019-10-24 20:18:40 +00:00
Sebastian Wagner
7f88ed0567 - update to version 2.17.3:
- Builds now use canonical host triplet instead of `uname -s`
 - Fixed build on Darwin / Mac OS X
 - Fixed download loops caused by last byte pointer being off by one
 - Fixed linking issues (i18n and posix threads)
 - Updated build instructions
 - Code cleanup
 - Added autoconf-archive to building instructions
- update to version 2.17.2:
 - Fixed HTTP request-ranges to be zero-based
 - Fixed typo "too may" -> "too many"
 - Replaced malloc + memset calls with calloc
 - Sanitize progress bar buffer len passed to memset
- update to version 2.17.1:
 - Fixed comparison error in axel_divide
 - Make sure maxconns is at least 1
- update to version 2.17:
 - Fixed composition of URLs in redirections
 - Fixed request range calculation
 - Updated all translations
 - Updated build documentation
 - Major code cleanup
  -  Cleanup of alternate progress output
  -  Removed global string buffers
  -  Fixed min and max macros
  -  Moved User-Agent header to conf->add_header
  -  Use integers for speed ratio and delay calculation
 - Added support for parsing IPv6 literal hostname
 - Fixed filename extraction from URL
 - Fixed request-target message to proxy

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=17
2019-06-09 19:23:25 +00:00
Sebastian Wagner
d51e5bbd8e - fix broken URL
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=15
2019-03-21 20:46:33 +00:00
Sebastian Wagner
a247b0ab65 - update to version 2.16.1:
* no noteable changes

OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=13
2018-03-10 09:50:18 +00:00
Alexander Naumov
a5d0b27102 Accepting request 545731 from home:avindra
- 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

OBS-URL: https://build.opensuse.org/request/show/545731
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=11
2017-11-27 13:25:04 +00:00
Sebastian Wagner
0622ba8b9c - added more documentation files and license to package
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=9
2017-11-11 10:05:57 +00:00
Sebastian Wagner
7e2988c830 Accepting request 540687 from home:avindra
- 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

OBS-URL: https://build.opensuse.org/request/show/540687
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=8
2017-11-11 10:02:51 +00:00
5f86a6b6e8 Accepting request 487601 from home:sebix:branches:network:utilities
OBS-URL: https://build.opensuse.org/request/show/487601
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=6
2017-04-14 20:12:04 +00:00
11936b8def Accepting request 97958 from home:AndreasStieger:branches:network:utilities
- Update License to GPL-2.0+
- add axel-2.4-configure.patch to make configure script accept and
  ignore --disable-dependency-tracking

OBS-URL: https://build.opensuse.org/request/show/97958
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=5
2011-12-22 17:14:43 +00:00
Pascal Bleser
16903d5086 fix build on 11.4
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=4
2011-05-26 22:11:35 +00:00
Pascal Bleser
3f7c3f85a9 fix 11.4
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=3
2011-05-26 22:06:01 +00:00
Pascal Bleser
cd095fcc6e exlude zh_CN man page on < 11.3
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=2
2010-10-12 15:53:17 +00:00
Pascal Bleser
247c349e3a 2.4
OBS-URL: https://build.opensuse.org/package/show/network:utilities/axel?expand=0&rev=1
2010-10-12 15:29:05 +00:00