Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 15:02:57 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47490de9f51a - main - www/owncast: Update to 0.0.13
Message-ID:  <202306061502.356F2v2X066254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

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(-)

diff --git a/www/owncast/Makefile b/www/owncast/Makefile
index 29a156a54ec9..f8a73eab82c9 100644
--- a/www/owncast/Makefile
+++ b/www/owncast/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	owncast
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.0.12
-PORTREVISION=	9
+DISTVERSION=	0.0.13
 CATEGORIES=	www
 DIST_SUBDIR=	${PORTNAME}
 
diff --git a/www/owncast/distinfo b/www/owncast/distinfo
index 3d0eeb084fb4..d8a5bca18af3 100644
--- a/www/owncast/distinfo
+++ b/www/owncast/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1659703364
-SHA256 (go/www_owncast/owncast-v0.0.12/v0.0.12.mod) = a1ae542457fafd0175e6bb7c23b6db9fb06a12178519d73c66ee855d94383c7a
-SIZE (go/www_owncast/owncast-v0.0.12/v0.0.12.mod) = 2868
-SHA256 (go/www_owncast/owncast-v0.0.12/v0.0.12.zip) = 04b65f1bd31300ba46e506e87e1768fae5fd54d6e16bab11786c4585dec68eb9
-SIZE (go/www_owncast/owncast-v0.0.12/v0.0.12.zip) = 10688276
+TIMESTAMP = 1685272334
+SHA256 (go/www_owncast/owncast-v0.0.13/v0.0.13.mod) = a1ae542457fafd0175e6bb7c23b6db9fb06a12178519d73c66ee855d94383c7a
+SIZE (go/www_owncast/owncast-v0.0.13/v0.0.13.mod) = 2868
+SHA256 (go/www_owncast/owncast-v0.0.13/v0.0.13.zip) = a4ffb6a1f51c833419863dfc5562e966f4e72af5d643073e688c7d28b30b4e3b
+SIZE (go/www_owncast/owncast-v0.0.13/v0.0.13.zip) = 10698243
diff --git a/www/owncast/pkg-plist b/www/owncast/pkg-plist
index a97660688eaa..3c3f7508bd99 100644
--- a/www/owncast/pkg-plist
+++ b/www/owncast/pkg-plist
@@ -297,6 +297,7 @@ sbin/owncast
 %%WWWDIR%%/webroot/img/platformlogos/discord.svg
 %%WWWDIR%%/webroot/img/platformlogos/donate.svg
 %%WWWDIR%%/webroot/img/platformlogos/facebook.svg
+%%WWWDIR%%/webroot/img/platformlogos/fediverse.svg
 %%WWWDIR%%/webroot/img/platformlogos/follow.svg
 %%WWWDIR%%/webroot/img/platformlogos/github.svg
 %%WWWDIR%%/webroot/img/platformlogos/gitlab.svg
@@ -309,6 +310,7 @@ sbin/owncast
 %%WWWDIR%%/webroot/img/platformlogos/link.svg
 %%WWWDIR%%/webroot/img/platformlogos/linkedin.svg
 %%WWWDIR%%/webroot/img/platformlogos/mastodon.svg
+%%WWWDIR%%/webroot/img/platformlogos/matrix.svg
 %%WWWDIR%%/webroot/img/platformlogos/odysee.svg
 %%WWWDIR%%/webroot/img/platformlogos/patreon.svg
 %%WWWDIR%%/webroot/img/platformlogos/paypal.svg
@@ -319,6 +321,7 @@ sbin/owncast
 %%WWWDIR%%/webroot/img/platformlogos/tiktok.svg
 %%WWWDIR%%/webroot/img/platformlogos/twitch.svg
 %%WWWDIR%%/webroot/img/platformlogos/twitter.svg
+%%WWWDIR%%/webroot/img/platformlogos/xmpp.svg
 %%WWWDIR%%/webroot/img/platformlogos/youtube.svg
 %%WWWDIR%%/webroot/img/repost.svg
 %%WWWDIR%%/webroot/img/smiley.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306061502.356F2v2X066254>