Update gitea 1.16.2 -> 1.16.3

Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.16.3
This commit is contained in:
pvk 2022-03-06 11:05:26 +00:00
parent 09b0029381
commit cafaa13f8a
6 changed files with 4 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.71 2022/03/01 22:35:26 pvk Exp $
# $OpenBSD: Makefile,v 1.72 2022/03/06 11:05:26 pvk Exp $
COMMENT = compact self-hosted Git service
VERSION = 1.16.2
VERSION = 1.16.3
DISTNAME = gitea-src-${VERSION}
PKGNAME = gitea-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (gitea-src-1.16.2.tar.gz) = fN7F76TzxBwvUbe2Ha5sfAk6x+FaUDIdx8YaQKfndSU=
SIZE (gitea-src-1.16.2.tar.gz) = 49770367
SHA256 (gitea-src-1.16.3.tar.gz) = kT87CV/P1MUBLRetzYdIsIGVDjp9F6zmD2ovmcmy4Ys=
SIZE (gitea-src-1.16.3.tar.gz) = 49769388

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-custom_conf_app_example_ini,v 1.8 2022/02/03 11:03:13 pvk Exp $
Index: custom/conf/app.example.ini
--- custom/conf/app.example.ini.orig
+++ custom/conf/app.example.ini

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.22 2022/02/03 11:03:13 pvk Exp $
@newgroup _gitea:787
@newuser _gitea:787:_gitea:daemon:Gitea Account:/var/gitea:/bin/sh
@rcscript ${RCDIR}/gitea

View File

@ -1,5 +1,3 @@
$OpenBSD: README,v 1.5 2020/07/30 07:04:55 pvk Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

View File

@ -1,6 +1,4 @@
#!/bin/ksh
#
# $OpenBSD: gitea.rc,v 1.6 2021/01/17 21:07:41 pvk Exp $
daemon="${TRUEPREFIX}/sbin/gitea"
daemon_user="_gitea"