Bug 273449 - www/rustypaste: Update to 0.13.0
Summary: www/rustypaste: Update to 0.13.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: Koichiro Iwao
URL: https://github.com/orhun/rustypaste/b...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 12:04 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-08-30 14:35 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-0.13.0.patch (46.57 KB, patch)
2023-08-30 12:04 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 2023-08-30 12:04:07 UTC
Created attachment 244468 [details]
rustypaste-0.13.0.patch

Description:

ChangeLog: https://github.com/orhun/rustypaste/blob/v0.13.0/CHANGELOG.md

* Added:
  * Support handling spaces in filenames.
* Changed:
  * Improve random_url config handling.
  * Replace unmaintained actions.
  * Bump Shuttle to 0.24.0.
  * Bump dependencies
* Fixed:
  * Don't log invalid token in release builds.

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 13.2-RELEASE, amd64, OPENSSL tested)
Comment 1 Koichiro Iwao freebsd_committer freebsd_triage 2023-08-30 14:35:15 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-30 14:35:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0eb00bffe505b06ff60e38bb8445d048eabb1dba

commit 0eb00bffe505b06ff60e38bb8445d048eabb1dba
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-08-30 11:54:24 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-08-30 14:31:25 +0000

    www/rustypaste: Update to 0.13.0

    ChangeLog: https://github.com/orhun/rustypaste/blob/v0.13.0/CHANGELOG.md

    * Added:
      * Support handling spaces in filenames.
    * Changed:
      * Improve random_url config handling.
      * Replace unmaintained actions.
      * Bump Shuttle to 0.24.0.
      * Bump dependencies
    * Fixed:
      * Don't log invalid token in release builds.

    PR:             273449

 www/rustypaste/Makefile        |   2 +-
 www/rustypaste/Makefile.crates | 124 ++++++++++----------
 www/rustypaste/distinfo        | 254 +++++++++++++++++++----------------------
 3 files changed, 178 insertions(+), 202 deletions(-)