Bug 278881

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

Description Jesús Daniel Colmenares Oviedo 2024-05-09 20:54:38 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-18 01:58:56 UTC
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(-)
Comment 2 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-05-18 02:00:13 UTC
Committed, thank you!