Created attachment 250558 [details] rustypaste-0.15.0.patch Description: ChangeLog: https://github.com/orhun/rustypaste/blob/v0.15.0/CHANGELOG.md * Added: - Allow to override filename when using random_url. - Use more specific HTTP status codes. * Changed: - Do path joins more safely. - Gracefully exit when there is no config file found. - Switch to cargo-llvm-cov for code coverage. - Replace unmaintained action. - Set up mergify. - Apply clippy suggestions. - Update funding options. - Update the copyright years. - Bump dependencies. * Fixed: - Improve logging for deleted file. - Fix deployment. - Return the correct file on multiple files with same name. - Update the hash of the example file. - Error on upload with the same filename. QA: * portlint: - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}". * testport: OK (synth: 14.0-RELEASE, amd64, OPENSSL tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=492c3dfbea4af8b452381e1c445b7cc251ff4e97 commit 492c3dfbea4af8b452381e1c445b7cc251ff4e97 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-05-18 01:55:21 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-05-18 01:58:02 +0000 www/rustypaste: Update to 0.15.0 changeLog: https://github.com/orhun/rustypaste/blob/v0.15.0/CHANGELOG.md PR: 278881 Approved by: submitter is maintainer www/rustypaste/Makefile | 3 +- www/rustypaste/Makefile.crates | 711 ++++++++++++++++++++--------------------- www/rustypaste/distinfo | 632 +++++++++++++++++------------------- 3 files changed, 644 insertions(+), 702 deletions(-)
Committed, thank you!