Bug 276344 - www/rustypaste: Update to 0.14.4
Summary: www/rustypaste: Update to 0.14.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/orhun/rustypaste/b...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-15 03:12 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-01-17 08:55 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-0.14.4.patch (24.08 KB, patch)
2024-01-15 03:12 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!