Created attachment 242296 [details] rustypaste-0.9.0.patch Description: * Pet portfmt * Add SHUTTLE, OPENSSL and RUSTLS options * Allow space character substitution in the regex used by REINPLACE_CMD to modify rustypaste.toml ChangeLog: https://github.com/orhun/rustypaste/blob/v0.9.0/CHANGELOG.md * Added: - Deploy on Shuttle.rs - Support setting a default expiry time - Support overriding the server URL - Add instructions for installing on Alpine Linux - Add new crate features: - shuttle: enable an entry point for deploying on Shuttle - openssl: use distro OpenSSL (binary size is reduced ~20% in release mode) - rustls: use rustls (enabled as default) * Changed: - Make the default landing page fancier - Generate SBOM attestation for the Docker image * Updated: - Bump dependencies - Update the funding options: - Consider donating if you liked rustypaste: https://donate.orhun.dev QA: * portlint: - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}". * testport: OK (poudriere: 13.2-RELEASE, amd64, SHUTTLE OPENSSL RUSTLS tested)
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c0ff0198b250a31c1068e5daf7a5f9c98d207b5 commit 5c0ff0198b250a31c1068e5daf7a5f9c98d207b5 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-05-22 07:51:12 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-05-23 08:23:20 +0000 www/rustypaste: Update to 0.9.0 ChangeLog: https://github.com/orhun/rustypaste/blob/v0.9.0/CHANGELOG.md PR: 271535 Reported by: DtxdF@disroot.org (maintainer) www/rustypaste/Makefile | 27 +- www/rustypaste/Makefile.crates | 317 ++++++++++++++------ www/rustypaste/distinfo | 640 ++++++++++++++++++++++++++++++----------- 3 files changed, 721 insertions(+), 263 deletions(-)