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 Dec  7 19:23:37 UTC 2019

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.10.1

BUGFIXES

    Fix max length check and limit in multiple repo forms (#9148) (#9204)
    Properly fix displaying virtual session provider in admin panel (#9137) (#9203)
    Upgrade levelqueue to 0.1.0 (#9192) (#9199)
    Fix panic when diff (#9187) (#9193)
    Smtp logger configuration sendTos should be an array (#9154) (#9157)
    Always Show Password Field on Link Account Sign-in Page (#9150)
    Create PR on Current Repository by Default (#8670) (#9141)
    Fix race on indexer (#9136) (#9139)
    Fix reCAPTCHA URL (#9119)
    Hide migrated credentials (#9098)
    Update golang.org/x/crypto vendor to use acme v2 (#9056) (#9085)
    Fix password checks on admin create/edit user (#9076) (#9081)
    Fix add search as a reserved username (#9063) (#9065)
    Fix permission checks for close/reopen from commit (#8875) (#9033)
    Ensure Written is set in GZIP ProxyResponseWriter (#9018) (#9025)
    Fix broken link to branch from issue list (#9003) (#9021)
    Fix wrong system notice when repository is empty (#9020)
    Shadow password correctly for session config (#8984) (#9002)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/gitea/Makefile
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/www/gitea/Makefile:1.17
--- pkgsrc/www/gitea/Makefile:1.16      Thu Nov 14 21:47:48 2019
+++ pkgsrc/www/gitea/Makefile   Sat Dec  7 19:23:37 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/11/14 21:47:48 nia Exp $
+# $NetBSD: Makefile,v 1.17 2019/12/07 19:23:37 nia Exp $
 
-DISTNAME=      gitea-1.10.0
+DISTNAME=      gitea-1.10.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.11 pkgsrc/www/gitea/distinfo:1.12
--- pkgsrc/www/gitea/distinfo:1.11      Thu Nov 14 21:47:48 2019
+++ pkgsrc/www/gitea/distinfo   Sat Dec  7 19:23:37 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/11/14 21:47:48 nia Exp $
+$NetBSD: distinfo,v 1.12 2019/12/07 19:23:37 nia Exp $
 
-SHA1 (gitea-1.10.0.tar.gz) = 9ba15c291dfae2479eb2af415473288f9cb39216
-RMD160 (gitea-1.10.0.tar.gz) = 0b3ff3a236a69d7769defd8b2c664557d1fb3d44
-SHA512 (gitea-1.10.0.tar.gz) = 3bd99ee7289b6a0035d0a6da868562692fa9941a4f14d7555044c06efc7165615dc95547713e352d5cfcd7817596a9f4b24c5fa28c90066f4586ccb44a637d08
-Size (gitea-1.10.0.tar.gz) = 28905929 bytes
+SHA1 (gitea-1.10.1.tar.gz) = 3e10a5f15b6b4071d6966c69540ff80320667904
+RMD160 (gitea-1.10.1.tar.gz) = 18b4ea5a090be2d5db6b28bcdfd66d3a3eea6073
+SHA512 (gitea-1.10.1.tar.gz) = d7baea6ac9aca3a3226d36325000c71c886d560eeecb2fdbed924b4924db34882cdd82d07120e3c7175a6d87140a1f63cc575c3be44513e08f8e557856b39acd
+Size (gitea-1.10.1.tar.gz) = 30146802 bytes



Home | Main Index | Thread Index | Old Index