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:           Sat Jan 18 15:33:09 UTC 2020

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.10.3

## [1.10.3](https://github.com/go-gitea/gitea/releases/tag/v1.10.3) - 2020-01-17
* SECURITY
  * Hide credentials when submitting migration (#9102) (#9704)
  * Never allow an empty password to validate (#9682) (#9684)
  * Prevent redirect to Host (#9678) (#9680)
  * Hide public repos owned by private orgs (#9609) (#9616)
* BUGFIXES
  * Allow assignee on Pull Creation when Issue Unit is deactivated (#9836) (#9838)
  * Fix download file wrong content-type (#9825) (#9835)
  * Fix wrong identify poster on a migrated pull request when submit review (#9827) (#9831)
  * Fix dump non-exist log directory (#9818) (#9820)
  * Fix compare (#9808) (#9815)
  * Fix missing msteam webhook on organization (#9781) (#9795)
  * Fix add team on collaborator page when same name as organization (#9783)
  * Fix cache problem on dashboard (#9358) (#9703)
  * Send tag create and push webhook when release created on UI (#8671) (#9702)
  * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.13 -r1.14 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.21 pkgsrc/www/gitea/Makefile:1.22
--- pkgsrc/www/gitea/Makefile:1.21      Fri Jan 10 13:32:15 2020
+++ pkgsrc/www/gitea/Makefile   Sat Jan 18 15:33:09 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/01/10 13:32:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2020/01/18 15:33:09 nia Exp $
 
-DISTNAME=      gitea-1.10.2
+DISTNAME=      gitea-1.10.3
 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.13 pkgsrc/www/gitea/distinfo:1.14
--- pkgsrc/www/gitea/distinfo:1.13      Sat Jan  4 12:13:35 2020
+++ pkgsrc/www/gitea/distinfo   Sat Jan 18 15:33:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/01/04 12:13:35 nia Exp $
+$NetBSD: distinfo,v 1.14 2020/01/18 15:33:09 nia Exp $
 
-SHA1 (gitea-1.10.2.tar.gz) = 091276eaeddc37321fdc9feecfb935af9405958d
-RMD160 (gitea-1.10.2.tar.gz) = 5045cdd8df3015e53ac5c0c2e0ad82d6bd8704fc
-SHA512 (gitea-1.10.2.tar.gz) = b378d02f27bb03ffd1a8ace2da8d827e07e023a02de4b1b4b354659316539ea38bf2735aa01fb1f997b05f7bb557394d0b6d15a1974747d86826ec1af02efb27
-Size (gitea-1.10.2.tar.gz) = 30141486 bytes
+SHA1 (gitea-1.10.3.tar.gz) = 188c75057c8c9d536a13a0cbcdadcbf42b0c0362
+RMD160 (gitea-1.10.3.tar.gz) = e601f733e2c54e9806a1e418205bf7519b43d9b3
+SHA512 (gitea-1.10.3.tar.gz) = 2e3962069f2160ea536a7ab4322261c5063fffe0d291796cba61c9d0a3cf965d339441bc0b2259883695a6ce4b62de1f3e16e3fc78016ce303847b70f4f8ff34
+Size (gitea-1.10.3.tar.gz) = 30145162 bytes



Home | Main Index | Thread Index | Old Index