Date: Thu, 24 Jan 2019 12:51:16 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491091 - head/devel/gogs Message-ID: <201901241251.x0OCpGVI007080@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Thu Jan 24 12:51:16 2019 New Revision: 491091 URL: https://svnweb.freebsd.org/changeset/ports/491091 Log: Update to 0.11.79 Changelog: LDAP group verification doesn't work when using 'dn' as user attribute #4684 LDAP group verification fails #4792 Emoji's do not work in wiki #4869 Log level not applied from configuration #5007 Not able to go get a repository with non-80 port #5305 Fix critical CSRF vulnerabilities on API routes #5355 Wrong redirect after updated protect branch setting whose name contains # #5442 Clear labels not working #5445 [Security] Remote command execution #5469 Push event webhook is not triggered when new branch fetched to mirror repository #5473 Large issue comment exceeds dashboard section #5502 List collaborator API does not contain permission information #5538 [Security] Log out only deletes browser cookies #5540 [Security] Some routes need to be POST #5541 [Security] Stored XSS in external issue tracker URL format #5545 PR: 235030 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) MFH: 2019Q1 Sponsored by: Netzkommune GmbH Modified: head/devel/gogs/Makefile head/devel/gogs/distinfo Modified: head/devel/gogs/Makefile ============================================================================== --- head/devel/gogs/Makefile Thu Jan 24 11:41:06 2019 (r491090) +++ head/devel/gogs/Makefile Thu Jan 24 12:51:16 2019 (r491091) @@ -2,7 +2,7 @@ PORTNAME= gogs DISTVERSIONPREFIX= v -DISTVERSION= 0.11.66 +DISTVERSION= 0.11.79 CATEGORIES= devel www MAINTAINER= dg@syrec.org Modified: head/devel/gogs/distinfo ============================================================================== --- head/devel/gogs/distinfo Thu Jan 24 11:41:06 2019 (r491090) +++ head/devel/gogs/distinfo Thu Jan 24 12:51:16 2019 (r491091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537539621 -SHA256 (gogs-gogs-v0.11.66_GH0.tar.gz) = 492233d48045f607a5822d2c3644ac174ce2e43741f770896f400051c398274e -SIZE (gogs-gogs-v0.11.66_GH0.tar.gz) = 19207435 +TIMESTAMP = 1548330406 +SHA256 (gogs-gogs-v0.11.79_GH0.tar.gz) = b71509311b94a7617b3235b7a04e20f4b55351f7b8910bbb077ae1c0a23de290 +SIZE (gogs-gogs-v0.11.79_GH0.tar.gz) = 19213198
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901241251.x0OCpGVI007080>