Date: Mon, 28 Jan 2019 09:16:43 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491464 - branches/2019Q1/devel/gogs Message-ID: <201901280916.x0S9GhB7037324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Mon Jan 28 09:16:43 2019 New Revision: 491464 URL: https://svnweb.freebsd.org/changeset/ports/491464 Log: MFH: r491091 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) Sponsored by: Netzkommune GmbH Approved by: ports-secteam (miwi) Modified: branches/2019Q1/devel/gogs/Makefile branches/2019Q1/devel/gogs/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/devel/gogs/Makefile ============================================================================== --- branches/2019Q1/devel/gogs/Makefile Mon Jan 28 09:16:24 2019 (r491463) +++ branches/2019Q1/devel/gogs/Makefile Mon Jan 28 09:16:43 2019 (r491464) @@ -2,7 +2,7 @@ PORTNAME= gogs DISTVERSIONPREFIX= v -DISTVERSION= 0.11.66 +DISTVERSION= 0.11.79 CATEGORIES= devel www MAINTAINER= dg@syrec.org Modified: branches/2019Q1/devel/gogs/distinfo ============================================================================== --- branches/2019Q1/devel/gogs/distinfo Mon Jan 28 09:16:24 2019 (r491463) +++ branches/2019Q1/devel/gogs/distinfo Mon Jan 28 09:16:43 2019 (r491464) @@ -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?201901280916.x0S9GhB7037324>