Bug 257973

Summary: www/gitea: Update to 1.14.6
Product: Ports & Packages Reporter: Stefan Bethke <stb>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: adamw
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update port to 1.14.6
stb: maintainer-approval+
vuxml entry for gitea 1.14.6 stb: maintainer-approval+

Description Stefan Bethke 2021-08-20 15:56:20 UTC
Update port to 1.14.6

Release 1.14.6 fixes three security issues and two bugs.

Release notes:
https://blog.gitea.io/2021/08/gitea-1.14.6-is-released/
Comment 1 Stefan Bethke 2021-08-20 16:04:21 UTC
Created attachment 227343 [details]
Update port to 1.14.6
Comment 2 Stefan Bethke 2021-08-20 16:04:43 UTC
Created attachment 227344 [details]
vuxml entry for gitea 1.14.6
Comment 3 Stefan Bethke 2021-08-20 16:06:40 UTC
Please also consider applying the patch from ports/255009.
Comment 4 Stefan Bethke 2021-08-20 18:23:39 UTC
$ make validate
/bin/sh /usr/home/vagrant/ports/security/vuxml/files/tidy.sh "/usr/home/vagrant/ports/security/vuxml/files/tidy.xsl" "/usr/home/vagrant/ports/security/vuxml/vuln-flat.xml" > "/usr/home/vagrant/ports/security/vuxml/vuln.xml.tidy"
>>> Validating...
/usr/local/bin/xmllint --valid --noout /usr/home/vagrant/ports/security/vuxml/vuln-flat.xml
error : xmlAddEntity: invalid redeclaration of predefined entity
error : xmlAddEntity: invalid redeclaration of predefined entity
>>> Successful.
Checking if tidy differs...
... seems okay
Checking for space/tab...
... seems okay
/usr/local/bin/python3.8 /usr/home/vagrant/ports/security/vuxml/files/extra-validation.py /usr/home/vagrant/ports/security/vuxml/vuln-flat.xml
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-08-20 18:37:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7553ad1a0e8ec971a95bab5de433d81fd94adf4d

commit 7553ad1a0e8ec971a95bab5de433d81fd94adf4d
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2021-08-20 18:32:41 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-08-20 18:34:27 +0000

    www/gitea: Update to 1.14.6

    PR:             257973
    Security:       https://blog.gitea.io/2021/08/gitea-1.14.6-is-released/

 www/gitea/Makefile       | 6 +-----
 www/gitea/distinfo       | 6 +++---
 www/gitea/files/gitea.in | 6 ++++++
 www/gitea/pkg-plist      | 5 -----
 4 files changed, 10 insertions(+), 13 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2021-08-20 18:41:00 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d7128cf49a0ce2069f6cd12dd61b5ac12d030fa

commit 6d7128cf49a0ce2069f6cd12dd61b5ac12d030fa
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2021-08-20 18:32:41 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2021-08-20 18:40:08 +0000

    www/gitea: Update to 1.14.6

    PR:             257973
    Security:       https://blog.gitea.io/2021/08/gitea-1.14.6-is-released/
    (cherry picked from commit 7553ad1a0e8ec971a95bab5de433d81fd94adf4d)

 www/gitea/Makefile       | 6 +-----
 www/gitea/distinfo       | 6 +++---
 www/gitea/files/gitea.in | 6 ++++++
 www/gitea/pkg-plist      | 5 -----
 4 files changed, 10 insertions(+), 13 deletions(-)
Comment 7 Adam Weinberger freebsd_committer freebsd_triage 2021-08-20 18:42:28 UTC
Committed, along with bug #255009. Thanks, Stefan.