Bug 276344

Summary: www/rustypaste: Update to 0.14.4
Product: Ports & Packages Reporter: Jesús Daniel Colmenares Oviedo <DtxdF>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/orhun/rustypaste/blob/v0.14.4/CHANGELOG.md
Attachments:
Description Flags
rustypaste-0.14.4.patch DtxdF: maintainer-approval+

Description Jesús Daniel Colmenares Oviedo 2024-01-15 03:12:19 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-17 08:49:14 UTC
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(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-17 08:55:17 UTC
Committed,

Thanks!