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:           Mon May 13 10:48:58 UTC 2019

Modified Files:
        pkgsrc/www/gitea: Makefile distinfo

Log Message:
gitea: Update to 1.8.1

BUGFIXES

    Fix 404 when sending pull requests in some situations (#6871) (#6873)
    Enforce osusergo build tag for releases (#6862) (#6869)
    Don't post process commit summary in templates (#6842) (#6868)
    Fix 500 when reviewer is deleted (#6856) (#6860)
    Fix v78 migration for MSSQL (#6823) (#6854)
    Added tags pull step to drone config to show correct version hashes (#6836) (#6839)
    Fix double-generation of scratch token (#6833) (#6835)
    When mirroring we should set the remote to mirror (#6824) (#6834)
    Show scrollbar only when needed (#6802) (#6803)
    Service worker js is missing a comma (#6788) (#6795)
    Set user search base field optional in LDAP (simple auth) edit page (#6779) (#6789)
    Fix team edit API panic (#6780) (#6785)
    Minor CSS cleanup for the navbar (#6553) (#6781)
    Stricter domain name pattern in email regex (#6739) (#6768)
    Detect and restore encoding and BOM in content (#6727) (#6765)
    Fix org visibility bug when git cloning (#6743) (#6762)
    OAuth2 token can be used in basic auth (#6747) (#6761)
    Fix missing return (#6751) (#6756)
    Fix sorting repos on org home page with non-admin login (#6741) (#6746)
    Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)
    Fix team members API (#6714) (#6729)
    Load issue attributes when editing an issue with API (#6723) (#6725)
    Fix config ui error about cache ttl (#6861) (#6865)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/gitea/Makefile 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.2 pkgsrc/www/gitea/Makefile:1.3
--- pkgsrc/www/gitea/Makefile:1.2       Tue Apr 23 06:04:41 2019
+++ pkgsrc/www/gitea/Makefile   Mon May 13 10:48:58 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/04/23 06:04:41 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/13 10:48:58 nia Exp $
 
-DISTNAME=      gitea-1.8.0
+DISTNAME=      gitea-1.8.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.2 pkgsrc/www/gitea/distinfo:1.3
--- pkgsrc/www/gitea/distinfo:1.2       Tue Apr 23 06:04:41 2019
+++ pkgsrc/www/gitea/distinfo   Mon May 13 10:48:58 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2019/04/23 06:04:41 nia Exp $
+$NetBSD: distinfo,v 1.3 2019/05/13 10:48:58 nia Exp $
 
-SHA1 (gitea-1.8.0.tar.gz) = 508213ca48042ad34aac7fc55d62426d4bd3dd29
-RMD160 (gitea-1.8.0.tar.gz) = 6f766c8c34bce085fb108e1ab03f9f087cb89471
-SHA512 (gitea-1.8.0.tar.gz) = eebbe2f77ed2e4c3562f48a6fa647e6f2a0492c5b6ea4f13542a5ef82e94a357a8d53897aa013107b5f735d2aff9d719893b5724de44831c43998c2e9c6e78d7
-Size (gitea-1.8.0.tar.gz) = 24268907 bytes
+SHA1 (gitea-1.8.1.tar.gz) = 7de5fddb3bf65c90f8de3b8b65b47391a7112671
+RMD160 (gitea-1.8.1.tar.gz) = efee8cfb61fca861c76fe7304ea3c725940383ca
+SHA512 (gitea-1.8.1.tar.gz) = b583ba21ae9c896d527d299d5a14f7b99e40b474da7ca40521487f0459c877da9c21825b40dc0f981af7813bcabca11f62d8076cc1e401adda57d0e0505b96ce
+Size (gitea-1.8.1.tar.gz) = 24304805 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