Created attachment 247672 [details] rustypaste-0.14.4.patch Description: ChangeLog: https://github.com/orhun/rustypaste/blob/v0.14.4/CHANGELOG.md * Remove excessive warning messages when auth tokens are not found. QA: * portlint: - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}". * testport: OK (poudriere: 14.0-RELEASE, amd64, OPENSSL tested)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=05b4c116f0bb819204c8abb5db537e671ac3eca3 commit 05b4c116f0bb819204c8abb5db537e671ac3eca3 Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2024-01-16 07:57:36 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-01-17 08:48:06 +0000 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/Makefile | 3 +- www/rustypaste/Makefile.crates | 45 ++++++++++++++++---- www/rustypaste/distinfo | 96 +++++++++++++++++++++++++++++++++--------- 3 files changed, 112 insertions(+), 32 deletions(-)
Committed, Thanks!