summaryrefslogtreecommitdiff
path: root/net/megatools/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-07-20*: recursive bump for nettle 3.5.1wiz1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2019-01-11megatools: needs asciidoc for documentationleot1-2/+4
PKGREVISION++ Thanks to <jmcneill>!
2018-12-13revbump for boost 1.69.0adam1-1/+2
2018-10-09megatools: Update net/megatools to 1.10.2leot1-8/+3
pkgsrc changes: - Adjust CATEGORIES to just `net' - Remove dependency to glib-networking, it does not seem no longer needed - Remove no longer needed PKGCONFIG_OVERRIDE Discussed with MAINTAINER, thanks Aleksej! Changes: megatools 1.10.2 - 2018-07-31 ============================= This is a bugfix release. This release was sponsored by donations to fix large file downloads and improve download robustness after recent mega.nz API change. Thank you! Fixes: - Actually fix connection dropping when downloading big files Improvements: - Add DNS resolution cache sharing accross all cURL handles - Increase receive buffer size to 256kB megatools 1.10.1 - 2018-07-27 ============================= This is a bugfix release + one feature addition by del1a. New features: - Allow to interactively choose which files to download from a public folder via megadl --choose-files Fixes: - Connection dropping when downloading big files - Compatibility with older libcurl releases - Fix occasional crashes when starting transfer worker threads - Fix clang compatibility megatools 1.10.0 - 2018-07-22 ============================= This release contains new features and optimizaions. New features/optimizations: - Chunked upload using up to 16 concurrent connections. Remember, more is not always better. - Improved upload stability. When mega drops or hangs the data connection, megatools will simply restart the upload of the chunk of data that got lost. - 5x AES enryption/decryption speed increase for uploads and downloads. Now it's possible to max out a gigabit connection on a cheap Intel based VPS. - Improved progress reporting wih a summary of the average speed at the end. - You can use --debug http to see all HTTP requests and connections, for debugging connection isues. - Error 509 is reported with explanation. - Implemented automatic resume for interrupted downloads. Megatools now writes data to a temporary file and renames it to the target name, when the download is fully completed. This way you'll notice that download was interrupted by CTRL+C and megatools will not leave half finished work behind. - Add contributed bash auto-completion file by albaldi #368 - Add support for authenticated downloads of exported files using megadl #298 (So that your account download quota is used instead of public quota.) - Add Upload section and CreatePreviews setting into rc file. Add --enable-previews option. - Add support for megals --print0|-0 Fixes: - Upload hangs at 100% #366 #360 #365 - Don't send tetrminal escape sequences, when redirecting stdout. - Fix comments syntax in megarc man page #359 - Use glib's variants of PRIu64, fixes #328 - megadl doesn't use account session when downloading folder links #304 - Skip symlinked folders when uploading in megacopy #262 - Turn on TCP keepalive probes in CURL #271 - Fix socks proxy support in megareg (it was not enabled correctly) #287 - Fix OpenSSL 1.1 compatibility #263 - Fix compiling against libressl - Fix b64_aes128_cbc_encrypt_str string length handling #242 - Minor docummentation updates/fixes Credits: - Thanks to ERap320, megatools is also available on Chocolatey (see gihub issue #347) (If you want to verify origin of the binaries, because they are not distributed in the officialy signed zip file) - Thanks to christarazi, megatools supports downloading specific sub-nodes of a public folder. (#254) Thanks also go to all other contributors for improving documentation, reporting bugs and testing. megatools 1.9.98 - 2016-11-03 ============================= Bugfix release with some UI imporvements. New features: - Support upload/download speed limit settings - Support socks proxy - Improved progress reporting - Support for OpenSSL 1.1.x Removals: - Remove undocummented --abort-on-error option. Tools now always report errors through exit status. - Remove libmega.so public library support and a lot of unused code that was planned to be used for 2.0 - Remove megamv (it was never implemented and confused users) - Remove megafs (it was just an experiment and confused users) Cleanups: - Cleanup build system a bit - Cleanup CLI option handling, improved --help output Fixes: - Enable automatic decompression (CURLOPT_ACCEPT_ENCODING) (by protomouse) (This finally fixes the problem with HTTP compression.) - Exit status from all the tools is now correctly reported - Fix syncing of symlinked files - Support very long passwords in the password prompt (up to 1024 chars) megatools 1.9.97 - 2016-02-02 ============================= Bugfix release. Fixes: - Mega started compressing HTTP responses to API calls. Megatools now uses libcurl to handle API requests, so HTTP compression is now supproted. megatools 1.9.96 - 2016-01-02 ============================= Bugfix release. Fixes: - Refer to mega.nz and use mega.nz links instead of deprecated mega.co.nz - Fix various build issues
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-09-03Follow some redirects.wiz1-3/+3
2017-08-24Revbump for boost updateadam1-2/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-11-27Import megatools-1.9.95 as net/megatools.leot1-0/+22
Packaged in pkgsrc-wip by Aleksej Lebedev. Fixes PR pkg/50471. Megatools is a collection of programs for accessing Mega service from a command line of your desktop or server. Megatools allow you to copy individual files as well as entire directory trees to and from the cloud. You can also perform streaming downloads for example to preview videos and audio files, without needing to download the entire file. Mega website can be found at mega.co.nz.