Bug 278881 - www/rustypaste: Update to 0.15.0
Summary: www/rustypaste: Update to 0.15.0
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: Gabriel M. Dutra
URL: https://github.com/orhun/rustypaste/b...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-09 20:54 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-05-18 02:00 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-0.15.0.patch (102.19 KB, patch)
2024-05-09 20:54 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-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!