pkgsrc-WIP-changes archive

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

Update gitea to 1.5.1



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Fri Sep 7 00:41:24 2018 +0000
Changeset:	a3d14f1e5185f03b960f6f89c0dc4d629152f9a0

Modified Files:
	gitea/Makefile
	gitea/distinfo

Log Message:
Update gitea to 1.5.1

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

SECURITY
- Don't disclose emails of all users when sending out emails (#4784)
- Improve URL validation for external wiki and external issues (#4710) (#4740)
- Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706) (#4707)

BUGFIXES
- Fix missing release title in webhook (#4783) (#4800)
- Make sure to reset commit count in the cache on mirror syncing (#4770)
- Fixed bug where team with admin privelege type doesn't get any unit (#4759)
- Fix failure on creating pull request with assignees (#4583) (#4727)
- Hide org/create menu item in Dashboard if user has no rights (#4678) (#4686)

TRANSLATION
- Fix incorrect caption of webhook setting (#4701) (#4718)

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

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 bf2eb5d5a1..5fa3d93a58 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	gitea-1.5.0
+DISTNAME=	gitea-1.5.1
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-gitea/}
 CATEGORIES=	www
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/gitea/distinfo b/gitea/distinfo
index ef9c4a8a58..7fa833cb73 100644
--- a/gitea/distinfo
+++ b/gitea/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.1 2017/08/17 01:08:30 gavan Exp $
 
-SHA1 (gitea-1.5.0.tar.gz) = 3a41773d30cf0ef80871ba084a4a1ae31fad3ba5
-RMD160 (gitea-1.5.0.tar.gz) = 7d92b32f0a7e7c24f82ca341b636cc8f8e4ccb2e
-SHA512 (gitea-1.5.0.tar.gz) = 06cbcadc138496abf500b8d219d0770c5f6b8af419f9c3733596ee7e20cb50235815433979b2b1daa0a6117e6eb84de9678667236549e018079c49b793f22d68
-Size (gitea-1.5.0.tar.gz) = 18847969 bytes
+SHA1 (gitea-1.5.1.tar.gz) = 178c62300ff227b2b8d90f423c10eef2c21d5fa9
+RMD160 (gitea-1.5.1.tar.gz) = b3df3aba4b5c519c6b8914d0b42709a10022c793
+SHA512 (gitea-1.5.1.tar.gz) = 16d10d98caf377d3bd5b4933316290e853a8fc46f5fdb3c206b9607750b5bdbdfd5c50bf8dd59906d7476d0e9211a67332eb4b780d8d37cdfb1c0bc3141ceed7
+Size (gitea-1.5.1.tar.gz) = 18843260 bytes
 SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap.go) = fb6036fca52ad3ecf779080849a015fee640aba5
 SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__solaris.go) = f4341dfab2b452f926353350ce861aa75e3e47f9
 SHA1 (patch-vendor_github.com_edsrzf_mmap-go_mmap__sys.go) = 4e6121157bbd4072feaca297c081efa49379a57c


Home | Main Index | Thread Index | Old Index