===> The following configuration options are available for rustypaste-0.16.1:
SHUTTLE=off: Enable an entry point for deploying on Shuttle
====> Secure network connection support via TLS: you can only select none or one of them
OPENSSL=on: Use distro OpenSSL (binary size is reduced ~20%)
RUSTLS=off: Use modern TLS library in Rust
===> Use 'make config' to modify these settings
Options name:
www_rustypaste
USES:
cargo ssl
FreshPorts was unable to extract/find any pkg message
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
www/rustypaste: Update to 0.14.4
ChangeLog: https://github.com/orhun/rustypaste/blob/v0.14.4/CHANGELOG.md
* Remove excessive warning messages when auth tokens are not found
* Return 404 for not exposed endpoints instead of 403
* Disallow blank delete_tokens and auth_tokens
* Bump dependencies
PR: 276344
Reported by: DtxdF@disroot.org (maintainer)
www/rustypaste: Update to 0.12.1
Description:
* Remove trailing slash in WWW
* Prefer hardcoded strings
ChangeLog: https://github.com/orhun/rustypaste/blob/v0.12.0/CHANGELOG.md
* Added:
- Add an endpoint for retrieving a list of files
- Support multiple auth tokens
- Add new line character to most prominent messages
* Changed:
- Bump Shuttle to 0.23.0
- Bump dependencies
* Fixed:
- Deploy the Shuttle service when a new tag is created
PR: 273053
www/rustypaste: Update to 0.10.1
PR: 271967
ChangeLog: https://github.com/orhun/rustypaste/releases/tag/v0.10.1
* Added:
* Add a middleware for checking the content length:
- Before, the upload size was checked after full upload which was clearly
wrong.
- With this change, total amount of bytes to upload is checked via
Content-Length
header before the upload.
* Changed:
* Bump Shuttle to 0.18.0
* Bump hotwatch to 0.5.0
- Fixes RUSTSEC-2020-0016
* Fixed:
* Do not drop the config watcher
- Since 0.9.0, the configuration watcher was dropped early which
caused for it to not work and resulted in mysterious spikes in CPU
usage.
- With this version, this issue is fixed.
www/rustypaste: Update to 0.8.4
ChangeLog: https://github.com/orhun/rustypaste/blob/v0.8.4/CHANGELOG.md
* Allow downloading files via ?download=true parameter
* If you specify this for a file (e.g. <server_address>/file?download=true),
rustypaste will override the MIME type to application/octet-stream and
this will force your browser to download the file.
* This is useful when e.g. you want to be able to share the link to a file
that would play in the browser (like .mp4) but also share a link that
will auto-download as well.
PR: 269280
Reported by: DtxdF@disroot.org (maintainer)