pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/gitea



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Feb 18 13:35:07 UTC 2020

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.11.1

## [1.11.1](https://github.com/go-gitea/gitea/releases/tag/v1.11.1) - 2020-02-15

* BUGFIXES
  * Repo name added to automatically generated commit message when merging (#9997) (#10285)
  * Fix Workerpool deadlock (#10283) (#10284)
  * Divide GetIssueStats query in smaller chunks (#10176) (#10282)
  * Fix reply on code review (#10257)
  * Stop hanging issue indexer initialisation from preventing shutdown (#10243) (#10249)
  * Fix filter label emoji width (#10241) (#10244)
  * Fix issue sidebar menus having an infinite height (#10239) (#10240)
  * Fix commit between two commits calculation if there is only last commit (#10225) (#10226)
  * Only check for conflicts/merging if the PR has not been merged in the interim (#10132) (#10206)
  * Blacklist manifest.json & milestones user (#10292) (#10293)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/gitea/distinfo

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

Modified files:

Index: pkgsrc/www/gitea/Makefile
diff -u pkgsrc/www/gitea/Makefile:1.24 pkgsrc/www/gitea/Makefile:1.25
--- pkgsrc/www/gitea/Makefile:1.24      Thu Feb 13 22:23:19 2020
+++ pkgsrc/www/gitea/Makefile   Tue Feb 18 13:35:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/02/13 22:23:19 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/02/18 13:35:07 nia Exp $
 
-DISTNAME=      gitea-1.11.0
+DISTNAME=      gitea-1.11.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=go-gitea/}
 CATEGORIES=    www
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/gitea/distinfo
diff -u pkgsrc/www/gitea/distinfo:1.15 pkgsrc/www/gitea/distinfo:1.16
--- pkgsrc/www/gitea/distinfo:1.15      Thu Feb 13 22:23:19 2020
+++ pkgsrc/www/gitea/distinfo   Tue Feb 18 13:35:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/02/13 22:23:19 nia Exp $
+$NetBSD: distinfo,v 1.16 2020/02/18 13:35:07 nia Exp $
 
-SHA1 (gitea-1.11.0.tar.gz) = 80a69521ce301efe1c5494b331db25e94dca315d
-RMD160 (gitea-1.11.0.tar.gz) = cd8a3f90954b1bfb2a0e96a4498eaf723269f087
-SHA512 (gitea-1.11.0.tar.gz) = 75078b8f26995dfc843106abc68c7f8970b35423aa12969089b703a24fd490e1e5cc0c212de7986f8b3fac9ac476ac5938b6622228c90ad1e1eaa26b7a5480e6
-Size (gitea-1.11.0.tar.gz) = 28723728 bytes
+SHA1 (gitea-1.11.1.tar.gz) = 3544b7ea65fd9bc0128df204181952fbac0a8361
+RMD160 (gitea-1.11.1.tar.gz) = e79cf54541c9539acbe47a0473a5c9ade426dc0e
+SHA512 (gitea-1.11.1.tar.gz) = b8fd16ed1abd25bf8d84c033dede741c9e706fb9305f35d68e84d69577fa15d70ae7966000a6b180fdfc4ef3e1b7453bec86633b7afba8ec88b394f23701d8cd
+Size (gitea-1.11.1.tar.gz) = 28723305 bytes



Home | Main Index | Thread Index | Old Index