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 Apr  5 13:33:26 UTC 2020

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.11.4

## [1.11.4](https://github.com/go-gitea/gitea/releases/tag/v1.11.4) - 2020-04-01

* BUGFIXES
  * Only update merge_base if not already merged (#10909)
  * Fix milestones too many SQL variables bug (#10880) (#10904)
  * Protect against NPEs in notifications list (#10879) (#10883)
  * Convert plumbing.ErrObjectNotFound to git.ErrNotExist in getCommit (#10862) (#10868)
  * Convert plumbing.ErrReferenceNotFound to git.ErrNotExist in GetRefCommitID (#10676) (#10797)
  * Account for empty lines in receive-hook message (#10773) (#10784)
  * Fix bug on branch API (#10767) (#10775)
  * Migrate to go-git/go-git v5.0.0 (#10735) (#10753)
  * Fix hiding of fields in authorization source page (#10734) (#10752)
  * Prevent default for linkAction (#10742) (#10743)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.18 -r1.19 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.28 pkgsrc/www/gitea/Makefile:1.29
--- pkgsrc/www/gitea/Makefile:1.28      Sat Mar 21 16:57:03 2020
+++ pkgsrc/www/gitea/Makefile   Sun Apr  5 13:33:26 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2020/03/21 16:57:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2020/04/05 13:33:26 nia Exp $
 
-DISTNAME=      gitea-1.11.3
+DISTNAME=      gitea-1.11.4
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=go-gitea/}
-PKGREVISION=   1
 CATEGORIES=    www
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 

Index: pkgsrc/www/gitea/distinfo
diff -u pkgsrc/www/gitea/distinfo:1.18 pkgsrc/www/gitea/distinfo:1.19
--- pkgsrc/www/gitea/distinfo:1.18      Tue Mar 17 13:08:38 2020
+++ pkgsrc/www/gitea/distinfo   Sun Apr  5 13:33:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/03/17 13:08:38 nia Exp $
+$NetBSD: distinfo,v 1.19 2020/04/05 13:33:26 nia Exp $
 
-SHA1 (gitea-1.11.3.tar.gz) = 43438b3e52423e0578b2f224943869d301ae190e
-RMD160 (gitea-1.11.3.tar.gz) = 7d5ffc69999c56d968b48c47a188fbf5cb95e78c
-SHA512 (gitea-1.11.3.tar.gz) = 41ca69de38158cfebcd9c54a74c9a9068c34457c77a61e252f5287d88f2744c08d1948d95abaa575332483d069794a0e39ca0b181462e5bf47eec572feb47b9e
-Size (gitea-1.11.3.tar.gz) = 28743267 bytes
+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



Home | Main Index | Thread Index | Old Index