Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2023 01:21:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271967] www/rustypaste: Update to 0.10.1
Message-ID:  <bug-271967-7788-zngAgfCylH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271967-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271967-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271967

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dc22bda7eb20ead9552534e63d36ec50=
4ab569428

commit c22bda7eb20ead9552534e63d36ec504ab569428
Author:     Jes=C3=BAs Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2023-06-12 18:40:33 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-06-14 01:20:01 +0000

    www/rustypaste: Update to 0.10.1

    PR:             271967
    ChangeLog: https://github.com/orhun/rustypaste/releases/tag/v0.10.1

    * Added:
      * Add a middleware for checking the content length:
        - Before, the upload size was checked after full upload which was
clearly wrong.
        - With this change, total amount of bytes to upload is checked via
Content-Length
          header before the upload.
    * Changed:
      * Bump Shuttle to 0.18.0
      * Bump hotwatch to 0.5.0
        - Fixes RUSTSEC-2020-0016
    * Fixed:
      * Do not drop the config watcher
        - Since 0.9.0, the configuration watcher was dropped early which
          caused for it to not work and resulted in mysterious spikes in CPU
          usage.
        - With this version, this issue is fixed.

 www/rustypaste/Makefile        |   3 +-
 www/rustypaste/Makefile.crates |  80 ++++++++------------
 www/rustypaste/distinfo        | 166 +++++++++++++++++--------------------=
----
 3 files changed, 100 insertions(+), 149 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271967-7788-zngAgfCylH>