pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update gitea to 1.4.3



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Mon Jul 2 17:32:38 2018 +0000
Changeset:	b403d881f5c3b15e1bcbb42631d7d7dc58bbbff4

Modified Files:
	gitea/Makefile
	gitea/distinfo

Log Message:
Update gitea to 1.4.3

Changes
---------------

SECURITY
- HTML-escape plain-text READMEs
- Fix open redirect vulnerability on login screen

BUGFIXES
- Fix broken monitoring page when running processes are shown
- Fix delete comment bug
- Delete reactions added to issues and comments when deleting repository
- Fix wiki URL encoding bug
- Fix code tab link when viewing tags
- Fix webhook type conflation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b403d881f5c3b15e1bcbb42631d7d7dc58bbbff4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gitea/Makefile | 2 +-
 gitea/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/gitea/Makefile b/gitea/Makefile
index 02a4aaecce..803498e838 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	gitea-${PKGVERSION}
-GITHUB_TAG=	v1.4.2
+GITHUB_TAG=	v1.4.3
 PKGVERSION=	${GITHUB_TAG:S/v//}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-gitea/}
 CATEGORIES=	www
diff --git a/gitea/distinfo b/gitea/distinfo
index 7a7e005280..f1f53f8963 100644
--- a/gitea/distinfo
+++ b/gitea/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2017/08/17 01:08:30 gavan Exp $
 
-SHA1 (gitea-1.4.2.tar.gz) = 40d347dd2e3c3224583c0ce513a269c8984e16b2
-RMD160 (gitea-1.4.2.tar.gz) = 2677785f6a1ddaa4aa334a6fb0d100c129550b20
-SHA512 (gitea-1.4.2.tar.gz) = ab4cd43753afffec53a46c093bf92a9c31a633f9c8b5d730e8782eceee1e581cce673945005aaa6a94428d8acfcf2e6618f3abcc49f2ac5439aa8a4fb910b550
-Size (gitea-1.4.2.tar.gz) = 14987215 bytes
+SHA1 (gitea-1.4.3.tar.gz) = 9cd0002b94e927dced2a6e461f077bd4d840252f
+RMD160 (gitea-1.4.3.tar.gz) = 84f465af8c9b26efb39de4bffebb8612854b6001
+SHA512 (gitea-1.4.3.tar.gz) = 24498b418b9ddb14da5568a206e1fa0831c5789e0b64207f413c3b86e2a855052f7af80d3cb80549eaae6944e22af271c00f6308c66487c3be0dccf55a17976a
+Size (gitea-1.4.3.tar.gz) = 14985783 bytes


Home | Main Index | Thread Index | Old Index