Update port to 1.15.0 This release contains six security fixes and a large number of new features, enhancements and bug fixes. There have been changes to the config file options that you might want to review. Release notes: https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/
$ make validate xmllint -noent /usr/home/vagrant/ports/security/vuxml/vuln.xml > /usr/home/vagrant/ports/security/vuxml/vuln-flat.xml /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
Created attachment 227365 [details] update port to 1.15.0
Created attachment 227366 [details] vuxml entry for gitea 1.15.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5557d0cea1e8b38f7f96b0a99195fc503e03d87b commit 5557d0cea1e8b38f7f96b0a99195fc503e03d87b Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2021-08-22 15:28:16 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-08-22 15:28:16 +0000 vuxml: Add entry for gitea < 1.15.0 PR: 257994 security/vuxml/vuln-2021.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e5e6b9aab99f8ca1752703f6965f4f5459228f4 commit 5e5e6b9aab99f8ca1752703f6965f4f5459228f4 Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2021-08-22 15:26:11 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-08-22 15:27:09 +0000 www/gitea: Update to 1.15.0 PR: 257994 www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- www/gitea/pkg-message | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-)
A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e18e42ea1894582c1cd4549cd34542e765bbfd03 commit e18e42ea1894582c1cd4549cd34542e765bbfd03 Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2021-08-22 15:26:11 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2021-08-22 15:30:29 +0000 www/gitea: Update to 1.15.0 PR: 257994 (cherry picked from commit 5e5e6b9aab99f8ca1752703f6965f4f5459228f4) www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- www/gitea/pkg-message | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-)
Done!