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/
Created attachment 227343 [details] Update port to 1.14.6
Created attachment 227344 [details] vuxml entry for gitea 1.14.6
Please also consider applying the patch from ports/255009.
$ 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
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(-)
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(-)
Committed, along with bug #255009. Thanks, Stefan.