File croc.changes of Package croc
-------------------------------------------------------------------
Fri Dec 6 08:34:03 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 10.1.1:
* Mask password in logs
* Add a qrcode flag
-------------------------------------------------------------------
Mon Nov 11 02:19:54 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 10.1.0:
* add option -multicast to change multicast address
* Added copy to clipboard functionality for windows,linux and mac
* Improve clipboard copy
-------------------------------------------------------------------
Wed Oct 16 07:35:32 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 10.0.13:
* Remove Temporary Files if the program terminates abnormal
* fix: check whether path separator + ..
-------------------------------------------------------------------
Mon Sep 9 19:58:20 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 10.0.12:
* Show recommended croc commands for both Windows and Linux/OSX
* feature: gracefully exit when not enough disk space
* use term.GetSize
- Updates from 10.0.11:
* Refactor tcp
* Add receiving on Linux and classic mode to README
* croc --classic Yes/no prompt default is backwards
* define relay ports by amount
* prevent error message before installing completion file for
non root user
* fix test case name
* fix upload speed throttling
- Updates from 10.0.10:
* Fixed: Sending folders from the root of a drive always goes to
the same path on the receiver's end
- Updates from 10.0.9:
* fix: croc hangs with broken dns
* correct classic mode prompt
-------------------------------------------------------------------
Sun Jun 2 07:25:06 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 10.0.7:
* fix: receiver needs to exit without initializing files if no
files being transfered
- update to 10.0.6:
* show hash progress
- drop croc-10.0.5-fix-println-warnings.patch
-------------------------------------------------------------------
Mon May 27 20:56:28 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 10.0.5:
* new: add flag --classic with warning for passing shared secret
on single-user systems
* escape filenames that have invisible characters while allowing
other languages
* fix room finding
- add croc-10.0.5-fix-println-warnings.patch from upstream to fix
test failures
-------------------------------------------------------------------
Fri May 24 01:04:47 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Enable tests
- Update to version 10.0.2:
* fix message passing for initial secure layer
* ux: improve the environmental variable messaging for
sending/receiving
* chore: improve efficiency and remove extraneous reads
* fix: correctly report version
* define ports by amount, not individually
* fix: client quits when discovering dangerous paths
* fix: prompt for overwriting when unzipping
* fix: use more secure shared secret as room name
* fix: establish encryption layer before transfering ip
information
* fix: shared secret should be read from environmental variable
* fixes all known CVEs: CVE-2023-43616, CVE-2023-43617,
CVE-2023-43618, CVE-2023-43619, CVE-2023-43620
-------------------------------------------------------------------
Sun Apr 7 00:35:05 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 9.6.15:
* Bump dependencies
* Update error message to be more verbose
* Gracefully handle non existend receive config file
* Check $HOME as last
* Support spaces in 4 word codes
* Avoid to create config dir if not required
-------------------------------------------------------------------
Wed Mar 13 17:36:33 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to version 9.6.14:
* Bump dependencies
* Update CI
-------------------------------------------------------------------
Tue Feb 20 17:55:47 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 9.6.12:
* define ports by amount, not individually
* remove unnecessary trailing newline character when stdout is
enabled
-------------------------------------------------------------------
Fri Feb 16 17:44:25 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
- Switch to upstream tarball and modernize the go build.
- Update to version 9.6.10:
* hide relay param if not going to be used
* use go.1.21 for builds
-------------------------------------------------------------------
Tue Feb 13 20:41:54 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
- Use upstream service file
- Update to version 9.6.9:
* update deps
-------------------------------------------------------------------
Sun Nov 12 14:44:57 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 9.6.6:
* update deps
* feat: add support to respect .gitignore files
* when compressing, replace "\\" with "/" so that it seems there
are no issues on both Windows and Linux
-------------------------------------------------------------------
Thu Jul 06 15:32:06 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 9.6.5:
* update deps
* croc.service: use DynamicUser
* upgrade dependencies
* Update: update error messages for http proxy
* Feat: support http proxy as a complementary way to use in
network limited environments.
* Fix some typos
* localhost -> 127.0.0.1 Fixes #513
* Bump actions/setup-go from 2 to 4
* Enhance tab completion
* Bump docker/setup-buildx-action from 1 to 2
* add dependabot
* add Winget installation instructions
* add winget releaser workflow
-------------------------------------------------------------------
Tue Jun 06 22:28:21 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 9.6.4:
* bump 9.6.4
* Upgrade Go version to 1.20 and dependencies to latest
* Update CI to run on main branch events
* Chmod new file based on the source file mode
* Small optimization + consistent variable names style
* Implement tab completion for words
* path -> fpath
* run through gofumpt
* Typo fix
* revert back to flate instead of zstd
* Replaced zstd package
* Added zstd as a compression algorithm
* addresses #496 gettings ports doing LAN
* println -> print os.stderr
* remove zip compression and add --zip to send command
* Fixed relative path / bug
* Added support for sending relative folder
* Unzipping file at the reciever end
* Added UnzipDirectory function
* Modified the argument for GetFilesInfo in tests
* Handling the --zip flag
* Added --zip CLI argument for zipping all the dir specified
* added ZipDirectory function
* don't show number of folders if the number is 0
* update ui
* Fix relay IPv4 address resolution behind DNS64
* add Fedora instructions to README
* avoid deadlock
* new support system
* #463 fixed display at receiving end
* #463 fixed croc tests for empty folders, and to work in
Windows
* #463 fixed display for empty folders
* #463 added capability to send/receive empty folders
* update default curve
* default to P-256
* update readme
* Drop shebang for bash completion
* tcp: send error on fail
* fix ui when sending text
* #431 fixed remote folder name for Windows
* #431 Integrate GetFilesInfo function with the code
* #431 added file informations retrival functions to replace
getPaths
* #454 fixed local transfer
* fix sending file with prefix "croc-stdin" renaming on
receiver end
* allow remembering --internal-dns flag
* fix hash file error
-------------------------------------------------------------------
Sun Dec 05 12:57:23 UTC 2021 - orville@anislet.dev
- Update to version 9.5.0:
* bump 9.5.0
* Fix Typos (revised)
* fix ports for tests
* update deps
* refactor: move from io/ioutil to io and os packages
* build: upgrade to Go 1.17
* Fixed an error
-------------------------------------------------------------------
Fri Dec 3 14:38:49 UTC 2021 - Orville Q. Song <orville@anislet.dev>
- Init croc Package.
croc could help you easily and securely send things from one computer to another.
Current Release: v9.5.0
Commit Hash: 7390e7ed45bbf4037fa5e7e6d3545e0813b3529d