summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch20
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96d50d7fdefe..6f016c1df062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitea-git
pkgdesc = A painless self-hosted Git service.
- pkgver = v1.1.0.r626.ga4cd4616
+ pkgver = v1.1.0.r631.g32ca2996
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 = 38665da6b49fe1dea68239babf00dd94815321191eb73f7b023bed4aa2b7bde7
+ sha256sums = b34ecac386b6d732cbeb8b482d243b2051343b1559bf0674a97aee657429cf22
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 00afeefa6af0..ce3801ac9f25 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-12 10:50:05.000000000 +0300
++++ app.ini 2017-10-15 11:38:35.000000000 +0300
@@ -1,12 +1,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
@@ -32,7 +32,7 @@
; One or more allowed types, e.g. image/jpeg|image/png. Nothing means any file type
ALLOWED_TYPES =
; Max size of each file in MB. Defaults to 3MB
-@@ -122,7 +122,7 @@
+@@ -124,7 +124,7 @@
; Port number builtin SSH server listens on
SSH_LISTEN_PORT = %(SSH_PORT)s
; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
@@ -41,7 +41,7 @@
; Directory to create temporary files when test public key using ssh-keygen,
; default is system temporary directory.
SSH_KEY_TEST_PATH =
-@@ -144,13 +144,13 @@
+@@ -146,13 +146,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"
-@@ -158,7 +158,7 @@
+@@ -160,7 +160,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 =
-@@ -174,17 +174,17 @@
+@@ -176,17 +176,17 @@
DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = gitea
@@ -89,7 +89,7 @@
UPDATE_BUFFER_LEN = 20
[admin]
-@@ -307,8 +307,8 @@
+@@ -309,8 +309,8 @@
SKIP_VERIFY =
; Use client certificate
USE_CERTIFICATE = false
@@ -100,7 +100,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
-@@ -339,7 +339,7 @@
+@@ -341,7 +341,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`
@@ -109,7 +109,7 @@
; Session cookie name
COOKIE_NAME = i_like_gitea
; If you use session in https only, default is false
-@@ -352,7 +352,7 @@
+@@ -354,7 +354,7 @@
SESSION_LIFE_TIME = 86400
[picture]
@@ -118,7 +118,7 @@
; Chinese users can choose "duoshuo"
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
GRAVATAR_SOURCE = gravatar
-@@ -367,7 +367,7 @@
+@@ -369,7 +369,7 @@
; Whether attachments are enabled. Defaults to `true`
ENABLE = true
; Path for attachments. Defaults to `data/attachments`
@@ -127,7 +127,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
-@@ -382,7 +382,7 @@
+@@ -384,7 +384,7 @@
FORMAT =
[log]
diff --git a/PKGBUILD b/PKGBUILD
index 2eb7c520aab8..6d0c803bb147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _gourl="code.gitea.io"
pkgname=gitea-git
pkgrel=1
-pkgver=v1.1.0.r626.ga4cd4616
+pkgver=v1.1.0.r631.g32ca2996
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"
- "38665da6b49fe1dea68239babf00dd94815321191eb73f7b023bed4aa2b7bde7"
+ "b34ecac386b6d732cbeb8b482d243b2051343b1559bf0674a97aee657429cf22"
"6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73")
pkgver() {