Bug 271693 - www/owncast: Update to 0.0.13
Summary: www/owncast: Update to 0.0.13
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/owncast/owncast/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-28 12:06 UTC by Christoph Lukas
Modified: 2023-06-06 15:13 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (de-freebsd)


Attachments
owncast-0.0.13.diff (2.45 KB, patch)
2023-05-28 12:06 UTC, Christoph Lukas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Lukas 2023-05-28 12:06:29 UTC
Created attachment 242459 [details]
owncast-0.0.13.diff

This updates www/owncast to 0.0.13
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-06 15:03:16 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-06-06 15:04:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47490de9f51a00447bc190571a8539a754ec8fd6

commit 47490de9f51a00447bc190571a8539a754ec8fd6
Author:     Christoph Lukas <clukas@firc.de>
AuthorDate: 2023-06-06 06:56:08 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-06 14:57:52 +0000

    www/owncast: Update to 0.0.13

    ChangeLog: https://github.com/owncast/owncast/releases/tag/v0.0.13

    Added
     * Add Fediverse, Matrix and XMPP social links
     * Changed
     * Do not log inactionable Federated resolution/verification errors
     * Improve chat input accessibility
     * Treat fediverse usernames as case-insensitive
     * Sanitize user submitted values before logging
     * Username length is now validated server-side
     * Do not allow multiple Fediverse auth attempts.
    Fixed
     * Manually authored social posts are always set to followers-only
     * Fix superfluous response.WriteHeader call error
     * Fix possible security exploit for those with Moderator access.
     * Messages table fixes to improve query performance
     * Fix possible crash with Federated Undo request

    PR:             271693
    Reported by:    clukas@firc.de
    Approved by:    de-freebsd@ctseuro.com (maintainer, timeout > 2 weeks)

 www/owncast/Makefile  |  3 +--
 www/owncast/distinfo  | 10 +++++-----
 www/owncast/pkg-plist |  3 +++
 3 files changed, 9 insertions(+), 7 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-06 15:13:40 UTC
Sorry, I just realized this was NOT the PR I wanted to commit since this one was pending maintainer approval.

Please, let me know if something goes wrong with the update.