mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
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)
This commit is contained in:
parent
34da2d13ec
commit
47490de9f5
3 changed files with 9 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= owncast
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.12
|
||||
PORTREVISION= 9
|
||||
DISTVERSION= 0.0.13
|
||||
CATEGORIES= www
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue