[arch-commits] Commit in gitea/trunk (4 files)
Bruno Pagani
archange at archlinux.org
Fri Feb 15 15:34:48 UTC 2019
Date: Friday, February 15, 2019 @ 15:34:47
Author: archange
Revision: 432759
upgpkg: gitea 1.7.2-1
Modified:
gitea/trunk/PKGBUILD
gitea/trunk/gitea-arch-defaults.patch
gitea/trunk/gitea-ldflags.patch
Deleted:
gitea/trunk/gitea-disable-u2f.patch
---------------------------+
PKGBUILD | 17 +++++++++--------
gitea-arch-defaults.patch | 4 ++--
gitea-disable-u2f.patch | 16 ----------------
gitea-ldflags.patch | 2 +-
4 files changed, 12 insertions(+), 27 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-15 14:06:32 UTC (rev 432758)
+++ PKGBUILD 2019-02-15 15:34:47 UTC (rev 432759)
@@ -3,7 +3,7 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=('x86_64')
@@ -21,23 +21,24 @@
'sqlite: SQLite support'
)
backup=('etc/gitea/app.ini')
-_tag=a5e36b4f42c494250753a4e9b86901a4413bda9f # git rev-parse v1.7.1
+_tag=c3a963bbd7a842f0b532c710848c6e271b4c709e # git rev-parse v1.7.1
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
+ gitea-disable-u2f.patch::"https://patch-diff.githubusercontent.com/raw/go-gitea/gitea/pull/5994.patch"
gitea.tmpfiles
gitea.service
gitea.sysusers
gitea-arch-defaults.patch
- gitea-ldflags.patch
- gitea-disable-u2f.patch)
+ gitea-ldflags.patch)
sha256sums=('SKIP'
+ '08915e2456d0c20bf786559ba316b49c03de11bfc4b37f8f0ad4e577baf0e3df'
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
'7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0'
'2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4'
- 'db401622ea3d3bde5c1265b4031539a16e5be74191b6109491f539c7e5551f72'
- '9357afc653c70f524a4e3c42cc99c1e6bb4ff40a7460391fa283b6fcf3202e7b'
- 'd6842efd13b6971b77d233ff3ac2bd3d81c5d26c348ae1f2a2b19b0e7237726e')
+ '913a28110d2fbdabcfd2d19366aad8c645813b512f4591882efb47795ad8472f'
+ 'c552a5adb4058530d67176713240cc435b7b974747ec51e972c37d8834e32b3f')
validpgpkeys=('8C4033A23895237CB27D52D9D9B5613BEB813F99' # Matti Ranta <matti at mdranta.net>, retrieved from https://github.com/techknowlogick.gpg
- 'ED810FD31FBE67F406ED71BDD4F1E9B6493ED946') # Jonas Franz <info at jonasfranz.software>
+ 'ED810FD31FBE67F406ED71BDD4F1E9B6493ED946' # Jonas Franz <info at jonasfranz.software>
+ '9C5BCD799B3CDB124147A748E0DDFEC24C48784C') # Lauris Bukšis-Haberkorns <lauris at nix.lv>
install=gitea.install
prepare() {
Modified: gitea-arch-defaults.patch
===================================================================
--- gitea-arch-defaults.patch 2019-02-15 14:06:32 UTC (rev 432758)
+++ gitea-arch-defaults.patch 2019-02-15 15:34:47 UTC (rev 432759)
@@ -25,7 +25,7 @@
[indexer]
ISSUE_INDEXER_PATH = indexers/issues.bleve
-@@ -471,10 +471,10 @@ MAX_FILES = 5
+@@ -473,10 +473,10 @@ MAX_FILES = 5
FORMAT =
[log]
@@ -38,7 +38,7 @@
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
-@@ -482,7 +482,7 @@ LEVEL = Trace
+@@ -484,7 +484,7 @@ LEVEL = Trace
; For "console" mode only
[log.console]
Deleted: gitea-disable-u2f.patch
===================================================================
--- gitea-disable-u2f.patch 2019-02-15 14:06:32 UTC (rev 432758)
+++ gitea-disable-u2f.patch 2019-02-15 15:34:47 UTC (rev 432759)
@@ -1,16 +0,0 @@
---- a/custom/conf/app.ini.sample
-+++ b/custom/conf/app.ini.sample
-@@ -628,13 +628,6 @@ sr-SP = sr
- sv-SE = sv
- ko-KR = ko
-
--[U2F]
--; Two Factor authentication with security keys
--; https://developers.yubico.com/U2F/App_ID.html
--APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
--; Comma seperated list of truisted facets
--TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
--
- ; Extension mapping to highlight class
- ; e.g. .toml=ini
- [highlight.mapping]
Modified: gitea-ldflags.patch
===================================================================
--- gitea-ldflags.patch 2019-02-15 14:06:32 UTC (rev 432758)
+++ gitea-ldflags.patch 2019-02-15 15:34:47 UTC (rev 432759)
@@ -8,7 +8,7 @@
LDFLAGS := -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)"
PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations,$(shell $(GO) list ./... | grep -v /vendor/))
-@@ -250,7 +251,7 @@ install: $(wildcard *.go)
+@@ -263,7 +264,7 @@ install: $(wildcard *.go)
build: $(EXECUTABLE)
$(EXECUTABLE): $(SOURCES)
More information about the arch-commits
mailing list