diff options
author | Stefan Bethke <stb@lassitu.de> | 2022-08-05 17:25:57 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-05 17:25:57 +0000 |
commit | 2bd42152ca3ba3956f2528cce1e8bf405a5c88e4 (patch) | |
tree | 6eb1de0426ab995f65faf5d51580b017efc56f64 | |
parent | c15a234456248f4af18d904d4c9a54f01f4d321e (diff) | |
download | ports-2bd42152ca3ba3956f2528cce1e8bf405a5c88e4.tar.gz ports-2bd42152ca3ba3956f2528cce1e8bf405a5c88e4.zip |
www/gitea: Update to 1.16.9 (fixes security vulnerabilities)
This release fixes two security issues and 18 bugs
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.16.9
PR: 265526
-rw-r--r-- | www/gitea/Makefile | 3 | ||||
-rw-r--r-- | www/gitea/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 86eb4aa1d155..083cd70f8a05 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.16.8 -PORTREVISION= 3 +DISTVERSION= 1.16.9 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 384d09b625ca..39c6335755c3 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652939095 -SHA256 (gitea-src-1.16.8.tar.gz) = 5bf01b45f9c441f9d38d727cc1328414e4e5778ac5b01bc98979d82bc520a23d -SIZE (gitea-src-1.16.8.tar.gz) = 53659731 +TIMESTAMP = 1659717526 +SHA256 (gitea-src-1.16.9.tar.gz) = 2f13d8512c9149f0e51b0082d8814f10848fe30b1126c51bc22f45eecc5b30e1 +SIZE (gitea-src-1.16.9.tar.gz) = 53660093 |