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:           Fri Nov  1 17:52:38 UTC 2019

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.9.5

Changes:

* BREAKING
  * Hide some user information via API if user doesn't have enough permission (#8655) (#8658)
* BUGFIXES
  * Fix milestone close timestamp (#8728) (#8731)
  * Fix deadline on update issue or PR via API (#8699)
  * Fix 'New Issue Missing Milestone Comment' (#8678) (#8682)
  * Fix 500 when getting user as unauthenticated user (#8653) (#8662)
  * Use AppSubUrl for more redirections (#8647) (#8652)
  * Add SubURL to redirect path (#8632) (#8634) (#8640)
  * Fix #8582 by handling empty repos (#8587) (#8593)
  * Fix bug on pull requests when transfer head repository (#8571)
  * Add missed close in ServeBlobLFS (#8527) (#8543)
  * Return false if provided branch name is empty for IsBranchExist (#8485) (#8492)
  * Create .ssh dir as necessary (#8369) (#8486) (#8489)
  * Restore functionality for early gits (#7775) (#8476)
  * Add check for empty set when dropping indexes during migration (#8475)
  * Ensure Request Body Readers are closed in LFS server (#8454) (#8459)
  * Ensure that LFS files are relative to the LFS content path (#8455) (#8458)
* SECURITY
  * Ignore mentions for users with no access (#8395) (#8484)
* TESTING
  * Update heatmap fixtures to restore tests (#8615) (#8617)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.9 -r1.10 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.14 pkgsrc/www/gitea/Makefile:1.15
--- pkgsrc/www/gitea/Makefile:1.14      Fri Oct 18 14:58:59 2019
+++ pkgsrc/www/gitea/Makefile   Fri Nov  1 17:52:38 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/10/18 14:58:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/01 17:52:38 nia Exp $
 
-DISTNAME=      gitea-1.9.4
+DISTNAME=      gitea-1.9.5
 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.9 pkgsrc/www/gitea/distinfo:1.10
--- pkgsrc/www/gitea/distinfo:1.9       Wed Oct 16 12:13:23 2019
+++ pkgsrc/www/gitea/distinfo   Fri Nov  1 17:52:38 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/10/16 12:13:23 nia Exp $
+$NetBSD: distinfo,v 1.10 2019/11/01 17:52:38 nia Exp $
 
-SHA1 (gitea-1.9.4.tar.gz) = a5f28d3e2572828233f4d52cecf1a230393f68fc
-RMD160 (gitea-1.9.4.tar.gz) = 936b8a60bc4b7935afcd61af3428440e35607c3a
-SHA512 (gitea-1.9.4.tar.gz) = a885567ffcc21ef821348be0b698b5f101bfc46b746603679441bee4c6abe34ea062bd0a2d5fb5c029ce26caa3b70a51c6d9088fdccebb44be74f1e523faf711
-Size (gitea-1.9.4.tar.gz) = 25355645 bytes
+SHA1 (gitea-1.9.5.tar.gz) = b86c591af889c0afeb5dea192f64b2b2a565677e
+RMD160 (gitea-1.9.5.tar.gz) = 130a836bdb7ab16dfc090b649cdbfd6330bda7b7
+SHA512 (gitea-1.9.5.tar.gz) = f7a04d3bb37a33da15290355f3f02ff4c1b737e8458cf65f731c870ac9e452243b1fdacc5f74accf963fb00cdd200dd31191058eb1d6dda8b1033846a961c7d3
+Size (gitea-1.9.5.tar.gz) = 25355286 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