pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update gitea to 1.5.2
Module Name: pkgsrc-wip
Committed By: Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By: tuxillo
Date: Tue Oct 9 22:15:20 2018 +0000
Changeset: 09fc2d7953d6593bc2d83fd5d5070c36bc9cd50a
Modified Files:
gitea/Makefile
gitea/distinfo
Log Message:
Update gitea to 1.5.2
Changes
--------------------
SECURITY
- Enforce token on api routes (#4840) (#4905)
BUGFIXES
- Remove links from topics in edit mode (#5030)
- Detect charset and convert non UTF-8 files for display (#4950) (#4994)
- Fix layout of the topics editing form (#4971) (#4993)
- Fix null pointer dereference in ParseCommitWithSignature (#4964)
- Fix url in discord webhook (#4951)
- Fix font-cropping UI bug in diff (#4726) (#4929)
- Fix bug forget to remove Stopwatch when remove repository (#4933)
- Fix bug when repo remained bare if multiple branches pushed (#4927)
- Fix redirect with non-ascii branch names (#4764) (#4887)
- Fix issues api allow pulls (#4852) (#4862)
- Fix trimming of markup section names (#4864)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=09fc2d7953d6593bc2d83fd5d5070c36bc9cd50a
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 5fa3d93a58..fba38a66a1 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= gitea-1.5.1
+DISTNAME= gitea-1.5.2
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/gitea/distinfo b/gitea/distinfo
index 7fa833cb73..7a7fb91235 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.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 (gitea-1.5.2.tar.gz) = 9c33d3af60c00f0324b778dc07c237a2e01e8e6b
+RMD160 (gitea-1.5.2.tar.gz) = afb4c7fe752ff173c2a521d6d5720ca8774be101
+SHA512 (gitea-1.5.2.tar.gz) = ef91c881b3cb81d79d182b78c95624f24d63e21daa2d6e561fca79edba0ad588fae7c55503f900a8f05c566ed3bff92a9c4385fc7e5c701a80749d2a8c58b599
+Size (gitea-1.5.2.tar.gz) = 18866286 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