Dear all, Please find the diff for the latest www/gitea attached. Bugfix release; changes:
* Remove all CommitStatus when a repo is deleted (#5940) (#5941) * Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) (#5944) * Silence console logger in gitea serv (#5887) (#5943) * Handle milestone webhook events for issues and PR (#5947) (#5955) * Show user who created the repository instead of the organization in action feed (#5948) (#5956) * Fix ssh deploy and user key constraints (#1357) (#5939) (#5966) * Fix bug when deleting a linked account will removed all (#5989) (#5990) * Fix empty ssh key importing in ldap (#5984) (#6009) * Fix metrics auth token detection (#6006) (#6017) * Create repository on organisation by default on its dashboard (#6026) (#6048) * Make sure labels are actually returned in API (#6053) (#6059) * Switch to more recent build of xgo (#6070) (#6072) OK to commit? -- With best regards, Pavel Korovin
Index: Makefile =================================================================== RCS file: /cvs/ports/www/gitea/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 14 Feb 2019 10:08:53 -0000 1.16 +++ Makefile 15 Feb 2019 08:03:12 -0000 @@ -2,7 +2,7 @@ COMMENT = compact self-hosted Git service -VERSION = 1.7.1 +VERSION = 1.7.2 GH_ACCOUNT = go-gitea GH_PROJECT = gitea GH_TAGNAME = v${VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/www/gitea/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 14 Feb 2019 10:08:53 -0000 1.9 +++ distinfo 15 Feb 2019 08:03:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (gitea-1.7.1.tar.gz) = eii6w2zwbhqQwt9pIlannSnMbmUqqJ9Md4M7moSBpUE= -SIZE (gitea-1.7.1.tar.gz) = 20834721 +SHA256 (gitea-1.7.2.tar.gz) = qT7imzniFAQJIi3+L76It9yWYSSXWp7yWN1KkJgLQRM= +SIZE (gitea-1.7.2.tar.gz) = 20838813