pkgsrc-WIP-changes archive

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

Update to gitea 1.7.3



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Fri Mar 1 01:03:21 2019 +0000
Changeset:	5c338a990d7a64b37400c4ed9cdccf89924dc53e

Modified Files:
	gitea/Makefile
	gitea/PLIST
	gitea/distinfo

Log Message:
Update to gitea 1.7.3

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

BUGFIXES
 - Fix server 500 when trying to migrate to an already existing repository
   (#6188) (#6197)
 - Load Issue attributes for API /repos/{owner}/{repo}/issues/{index}
   (#6122) (#6185)
 - Fix bug whereby user could change private repository to public when
   force private enabled. (#6156) (#6165)
 - Fix bug when update owner team then visit team's repo return 404 (#6119)
   (#6166)
 - Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)
   (#6137)
 - Fix prohibit login check on authorization (#6106) (#6115)
 - Fix LDAP protocol error regression by moving to ldap.v3 (#6105) (#6107)
 - Fix deadlock in webhook PullRequest (#6102) (#6104)
 - Fix redirect loop when password change is required and Gitea is
   installed as a suburl (#5965) (#6101)
 - Fix compare button regression (#5929) (#6098)
   Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) (#6097)

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

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

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

diffs:
diff --git a/gitea/Makefile b/gitea/Makefile
index 5be39f8924..9200de4d34 100644
--- a/gitea/Makefile
+++ b/gitea/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	gitea-1.7.2
+DISTNAME=	gitea-1.7.3
 MASTER_SITES=	${MASTER_SITE_GITHUB:=go-gitea/}
 CATEGORIES=	www
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/gitea/PLIST b/gitea/PLIST
index e6ebcecd7f..c6dc1fa7fe 100644
--- a/gitea/PLIST
+++ b/gitea/PLIST
@@ -1855,6 +1855,7 @@ share/gitea/public/vendor/plugins/emojify/images/yum.png
 share/gitea/public/vendor/plugins/emojify/images/zap.png
 share/gitea/public/vendor/plugins/emojify/images/zero.png
 share/gitea/public/vendor/plugins/emojify/images/zzz.png
+share/gitea/public/vendor/plugins/es6-promise/es6-promise.auto.min.js
 share/gitea/public/vendor/plugins/gitgraph/LICENSE
 share/gitea/public/vendor/plugins/gitgraph/gitgraph.css
 share/gitea/public/vendor/plugins/gitgraph/gitgraph.js
diff --git a/gitea/distinfo b/gitea/distinfo
index 6d7f970164..cf98ba2218 100644
--- a/gitea/distinfo
+++ b/gitea/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (gitea-1.7.2.tar.gz) = 10ee1404e66d731ebccc1114935f3afdabb6e219
-RMD160 (gitea-1.7.2.tar.gz) = f549a0528dde4444de674d0c278e73a1a99a48fe
-SHA512 (gitea-1.7.2.tar.gz) = 8472effb58cc0c416b229ae3724c4e914afd81f058b06ce0c6ea68667a77eaa122a78b928fd5d4cb2e1b00eac15ec76825cd800c769fdc88796a535206a4dff6
-Size (gitea-1.7.2.tar.gz) = 20841049 bytes
+SHA1 (gitea-1.7.3.tar.gz) = 3aa1066c385fc10304bd9e2f441c8c5e8f529418
+RMD160 (gitea-1.7.3.tar.gz) = 0921506b38b759fb9787804e37dc01ae24681957
+SHA512 (gitea-1.7.3.tar.gz) = 802d4b7c60810a22c0625cb69d2cc83fbb2ff4e0b520c20e2119403d6cfdcdda7ee95bd3a8ab39f3668a259fc0ee5aefdbead80876023a3f6095a37d482ee442
+Size (gitea-1.7.3.tar.gz) = 20859030 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