pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/gitea gitea: Update to 1.10.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9aa373353ac
branches:  trunk
changeset: 346867:d9aa373353ac
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jan 04 12:13:35 2020 +0000

description:
gitea: Update to 1.10.2

## [1.10.2](https://github.com/go-gitea/gitea/releases/tag/v1.10.2) - 2020-01-02
* BUGFIXES
  * Allow only specific Columns to be updated on Issue via API (#9539) (#9580)
  * Add ErrReactionAlreadyExist error (#9550) (#9564)
  * Fix bug when migrate from API (#8631) (#9563)
  * Use default avatar for ghost user (#9536) (#9537)
  * Fix repository issues pagination bug when there are more than one label filter (#9512) (#9528)
  * Fix deleted branch not removed when push the branch again (#9516) (#9524)
  * Fix missing repository status when migrating repository via API (#9511)
  * Trigger webhook when deleting a branch after merging a PR (#9510)
  * Fix paging on /repos/{owner}/{repo}/git/trees/{sha} API endpoint (#9482)
  * Fix NewCommitStatus (#9434) (#9435)
  * Use OriginalURL instead of CloneAddr in migration logging (#9418) (#9420)
  * Fix Slack webhook payload title generation to work with Mattermost (#9404)
  * DefaultBranch needs to be prefixed by BranchPrefix (#9356) (#9359)
  * Fix issue indexer not triggered when migrating a repository (#9333)
  * Fix bug that release attachment files not deleted when deleting repository (#9322) (#9329)
  * Fix migration releases (#9319) (#9326) (#9328)
  * Fix File Edit: Author/Committer interchanged (#9297) (#9300)

diffstat:

 www/gitea/Makefile |   5 ++---
 www/gitea/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 415d3f6b2bed -r d9aa373353ac www/gitea/Makefile
--- a/www/gitea/Makefile        Sat Jan 04 12:09:28 2020 +0000
+++ b/www/gitea/Makefile        Sat Jan 04 12:13:35 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/12/13 07:44:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2020/01/04 12:13:35 nia Exp $
 
-DISTNAME=      gitea-1.10.1
+DISTNAME=      gitea-1.10.2
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=go-gitea/}
-PKGREVISION=   1
 CATEGORIES=    www
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
diff -r 415d3f6b2bed -r d9aa373353ac www/gitea/distinfo
--- a/www/gitea/distinfo        Sat Jan 04 12:09:28 2020 +0000
+++ b/www/gitea/distinfo        Sat Jan 04 12:13:35 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/12/07 19:23:37 nia Exp $
+$NetBSD: distinfo,v 1.13 2020/01/04 12:13:35 nia Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index