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: Sun May 17 14:50:40 UTC 2020
Modified Files:
pkgsrc/www/gitea: Makefile distinfo
Log Message:
gitea: Update to 1.11.5
## [1.11.5](https://github.com/go-gitea/gitea/releases/tag/v1.11.5) - 2020-05-09
* BUGFIXES
* Prevent timer leaks in Workerpool and others (#11333) (#11340)
* Fix tracked time issues (#11349) (#11354)
* Add NotifySyncPushCommits to indexer notifier (#11309) (#11338)
* Allow X in addition to x in tasks (#10979) (#11335)
* When delete tracked time through the API return 404 not 500 (#11319) (#11326)
* Prevent duplicate records in organizations list when creating a repository (#11303) (#11325)
* Manage port in submodule refurl (#11305) (#11323)
* api.Context.NotFound(...) should tolerate nil (#11288) (#11306)
* Show pull request selection even when unrelated branches (#11239) (#11283)
* Repo: milestone: make /milestone/:id endpoint accessible (#11264) (#11282)
* Fix GetContents(): Dont't ignore Executables (#11192) (#11209)
* Fix submodule paths when AppSubUrl is not root (#11098) (#11176)
* Prevent clones and pushes to disabled wiki (#11131) (#11134)
* Remove errant third closing curly-bracket from account.tmpl and send account ID in account.tmpl (#11130)
* On Repo Deletion: Delete related TrackedTimes too (#11110) (#11125)
* Refresh codemirror on show pull comment tab (#11100) (#11122)
* Fix merge dialog on protected branch with missing required statuses (#11074) (#11084)
* Load pr Issue Poster on API too (#11033) (#11039)
* Fix release counter on API repository info (#10968) (#10996)
* Generate Diff and Patch direct from Pull head (#10936) (#10938)
* Fix rebase conflict detection in git 2.26 (#10929) (#10930)
* ENHANCEMENT
* Fix 404 and 500 image size in small size screen (#11043) (#11049)
* Multiple Gitea Doctor improvements (#10943) (#10990) (#10064) (#9095) (#10991)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.19 -r1.20 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.32 pkgsrc/www/gitea/Makefile:1.33
--- pkgsrc/www/gitea/Makefile:1.32 Fri May 1 21:27:49 2020
+++ pkgsrc/www/gitea/Makefile Sun May 17 14:50:40 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/05/01 21:27:49 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2020/05/17 14:50:40 nia Exp $
-DISTNAME= gitea-1.11.4
+DISTNAME= gitea-1.11.5
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/}
-PKGREVISION= 3
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/www/gitea/distinfo
diff -u pkgsrc/www/gitea/distinfo:1.19 pkgsrc/www/gitea/distinfo:1.20
--- pkgsrc/www/gitea/distinfo:1.19 Sun Apr 5 13:33:26 2020
+++ pkgsrc/www/gitea/distinfo Sun May 17 14:50:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2020/04/05 13:33:26 nia Exp $
+$NetBSD: distinfo,v 1.20 2020/05/17 14:50:40 nia Exp $
-SHA1 (gitea-1.11.4.tar.gz) = 5da002dcb72b6da46a13b10963341a81fe9d3009
-RMD160 (gitea-1.11.4.tar.gz) = da1d7692caa1a382a59ebc6f684604f22e741018
-SHA512 (gitea-1.11.4.tar.gz) = 5b7d07fd02f3acf900f1a3d2d9bb99a94487eaaf148d11a9746b309ee97ffc2d208fd47cc7e121ac0b2a6e97c919ea0232898f7f6851248a8407c706edbc904a
-Size (gitea-1.11.4.tar.gz) = 28240336 bytes
+SHA1 (gitea-1.11.5.tar.gz) = bc8ca807775578f0ffdc73e8d8c68b28211878c4
+RMD160 (gitea-1.11.5.tar.gz) = 942aabda1f4efe5a9cc5778a2283558c2d97e39b
+SHA512 (gitea-1.11.5.tar.gz) = ba80ba77f6f761a03d062d5ceaacf0d2f9a7c5ad3c414f3d34ff31ee37ac00c4af562ecba0f14c6dca3ad2012e6cbfd8aea105dd87cfb06aedc80cf22a9ff12b
+Size (gitea-1.11.5.tar.gz) = 28249501 bytes
Home |
Main Index |
Thread Index |
Old Index