summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudryavtsev2017-11-02 22:40:45 +0300
committerAnton Kudryavtsev2017-11-02 22:40:45 +0300
commit22dbfaec9ac221a31773054c2df093a1591f085a (patch)
tree1fc4b5626c788c054c758f45d53b4b606c4aca3a
parentde902c232a824ee21356f36e6a6b86eba02fb462 (diff)
downloadaur-22dbfaec9ac221a31773054c2df093a1591f085a.tar.gz
Updated config patch
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch18
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 740f12d7dd31..ea9e21fb7c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitea-git
pkgdesc = A painless self-hosted Git service.
- pkgver = v1.1.0.r674.g5866eb23
+ pkgver = v1.1.0.r702.gf70758de
pkgrel = 1
url = https://gitea.io/
install = gitea.install
@@ -28,7 +28,7 @@ pkgbase = gitea-git
source = 0001-Adjust-config-for-Arch-Linux-package.patch
source = 0002-Adjust-service-file-for-Arch-Linux-package.patch
sha256sums = SKIP
- sha256sums = 460cf59928a0ca4bc2d8593e38a6c45274dfe5161facf716e2ca4c45f69dc4e2
+ sha256sums = 5ddc6959ea29def1273a29ef561e14c13b6978dd65583058313afaed4e152e7f
sha256sums = 6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73
pkgname = gitea-git
diff --git a/0001-Adjust-config-for-Arch-Linux-package.patch b/0001-Adjust-config-for-Arch-Linux-package.patch
index c213574ad47d..e56d9a3284af 100644
--- a/0001-Adjust-config-for-Arch-Linux-package.patch
+++ b/0001-Adjust-config-for-Arch-Linux-package.patch
@@ -1,5 +1,5 @@
--- app.ini
-+++ app.ini 2017-10-27 22:25:40.000000000 +0300
++++ app.ini 2017-11-02 22:35:28.000000000 +0300
@@ -1,12 +1,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
@@ -41,7 +41,7 @@
; For built-in SSH server only, choose the ciphers to support for SSH connections,
; for system SSH this setting has no effect
SSH_SERVER_CIPHERS = aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, arcfour256, arcfour128
-@@ -149,13 +149,13 @@
+@@ -155,13 +155,13 @@
; not forget to export the private key):
; $ openssl pkcs12 -in cert.pfx -out cert.pem -nokeys
; $ openssl pkcs12 -in cert.pfx -out key.pem -nocerts -nodes
@@ -59,7 +59,7 @@
; Application level GZIP support
ENABLE_GZIP = false
; Landing page for non-logged users, can be "home" or "explore"
-@@ -163,7 +163,7 @@
+@@ -169,7 +169,7 @@
; Enables git-lfs support. true or false, default is false.
LFS_START_SERVER = false
; Where your lfs files put on, default is data/lfs.
@@ -68,7 +68,7 @@
; LFS authentication secret, changed this to yourself.
LFS_JWT_SECRET =
-@@ -179,22 +179,22 @@
+@@ -185,22 +185,22 @@
DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = gitea
@@ -95,7 +95,7 @@
UPDATE_BUFFER_LEN = 20
MAX_FILE_SIZE = 1048576
-@@ -318,8 +318,8 @@
+@@ -324,8 +324,8 @@
SKIP_VERIFY =
; Use client certificate
USE_CERTIFICATE = false
@@ -106,7 +106,7 @@
; Mail from address, RFC 5322. This can be just an email address, or the `"Name" <email@example.com>` format
FROM =
; Mailer user name and password
-@@ -355,7 +355,7 @@
+@@ -361,7 +361,7 @@
; file: session file path, e.g. `data/sessions`
; redis: network=tcp,addr=:6379,password=macaron,db=0,pool_size=100,idle_timeout=180
; mysql: go-sql-driver/mysql dsn config string, e.g. `root:password@/session_table`
@@ -115,7 +115,7 @@
; Session cookie name
COOKIE_NAME = i_like_gitea
; If you use session in https only, default is false
-@@ -368,7 +368,7 @@
+@@ -374,7 +374,7 @@
SESSION_LIFE_TIME = 86400
[picture]
@@ -124,7 +124,7 @@
; Chinese users can choose "duoshuo"
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
GRAVATAR_SOURCE = gravatar
-@@ -383,7 +383,7 @@
+@@ -389,7 +389,7 @@
; Whether attachments are enabled. Defaults to `true`
ENABLE = true
; Path for attachments. Defaults to `data/attachments`
@@ -133,7 +133,7 @@
; One or more allowed types, e.g. image/jpeg|image/png
ALLOWED_TYPES = image/jpeg|image/png|application/zip|application/gzip
; Max size of each file. Defaults to 32MB
-@@ -398,7 +398,7 @@
+@@ -404,7 +404,7 @@
FORMAT =
[log]
diff --git a/PKGBUILD b/PKGBUILD
index f80b896ad113..4691ec412ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _gourl="code.gitea.io"
pkgname=gitea-git
pkgrel=1
-pkgver=v1.1.0.r674.g5866eb23
+pkgver=v1.1.0.r702.gf70758de
pkgdesc="A painless self-hosted Git service."
url="https://gitea.io/"
license=("MIT")
@@ -34,7 +34,7 @@ source=("git://github.com/go-gitea/gitea.git"
"0001-Adjust-config-for-Arch-Linux-package.patch"
"0002-Adjust-service-file-for-Arch-Linux-package.patch")
sha256sums=("SKIP"
- "460cf59928a0ca4bc2d8593e38a6c45274dfe5161facf716e2ca4c45f69dc4e2"
+ "5ddc6959ea29def1273a29ef561e14c13b6978dd65583058313afaed4e152e7f"
"6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73")
pkgver() {