Bug 271535 - www/rustypaste: Update to 0.9.0
Summary: www/rustypaste: Update to 0.9.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: Fernando Apesteguía
URL: https://github.com/orhun/rustypaste/b...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-20 18:03 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-05-23 08:29 UTC (History)
1 user (show)

See Also:


Attachments
rustypaste-0.9.0.patch (82.27 KB, patch)
2023-05-20 18:03 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-05-20 18:03:17 UTC
Created attachment 242296 [details]
rustypaste-0.9.0.patch

Description:

* Pet portfmt
* Add SHUTTLE, OPENSSL and RUSTLS options
* Allow space character substitution in the regex used by REINPLACE_CMD to modify rustypaste.toml

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

* Added:
- Deploy on Shuttle.rs
- Support setting a default expiry time
- Support overriding the server URL
- Add instructions for installing on Alpine Linux
- Add new crate features:
  - shuttle: enable an entry point for deploying on Shuttle
  - openssl: use distro OpenSSL (binary size is reduced ~20% in release mode)
  - rustls: use rustls (enabled as default)
* Changed:
  - Make the default landing page fancier
  - Generate SBOM attestation for the Docker image
* Updated:
  - Bump dependencies
  - Update the funding options:
    - Consider donating if you liked rustypaste: https://donate.orhun.dev

QA:

* portlint:
  - WARN: Makefile: possible use of absolute pathname "/var/db/${PORTNAME}".
* testport: OK (poudriere: 13.2-RELEASE, amd64, SHUTTLE OPENSSL RUSTLS tested)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-05-23 08:28:51 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-05-23 08:29:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c0ff0198b250a31c1068e5daf7a5f9c98d207b5

commit 5c0ff0198b250a31c1068e5daf7a5f9c98d207b5
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-05-22 07:51:12 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-05-23 08:23:20 +0000

    www/rustypaste: Update to 0.9.0

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

    PR:             271535
    Reported by:    DtxdF@disroot.org (maintainer)

 www/rustypaste/Makefile        |  27 +-
 www/rustypaste/Makefile.crates | 317 ++++++++++++++------
 www/rustypaste/distinfo        | 640 ++++++++++++++++++++++++++++++-----------
 3 files changed, 721 insertions(+), 263 deletions(-)