diff options
author | Anton Kudryavtsev | 2018-01-07 04:34:19 +0300 |
---|---|---|
committer | Anton Kudryavtsev | 2018-01-07 04:34:19 +0300 |
commit | dff810b394667b801d9e058d2d9725397695132c (patch) | |
tree | 26e22a9e1f40d330bae761d0a936c058c5fd1ebd | |
parent | 9f42c75c707439103188fa6f4cc94e9fe6fd6120 (diff) | |
download | aur-dff810b394667b801d9e058d2d9725397695132c.tar.gz |
Maintenance update
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | 01-adjust-config.patch | 22 | ||||
-rw-r--r-- | 02-adjust-service.patch | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
4 files changed, 17 insertions, 17 deletions
@@ -29,8 +29,8 @@ pkgbase = gitea-git source = 01-adjust-config.patch source = 02-adjust-service.patch sha512sums = SKIP - sha512sums = 43818244bdc615ed4bb6ea9128a81839fafb1ff63e4fa15f8a4ded8c53fd21172c508442598ec6962749fed0dcd1bca5c9d59d20a94e21cfae92e97eebf9ecbd - sha512sums = d501e9422cbdcec11a0455cd1243a28bb134727e759e04f619938b739fc8e58f5860d6622f13b9f9d82dc7cfee4ca5f4fcb6f1fd9a7bd68b4ee8b357dcdc6bee + sha512sums = 67c61dbfb0002ec714423eda9310325158b6fed998969e9049c49f521f0f1ad0727f090460e00c26390bb1f817cfb55a7aed720f7b34d4afc8b10369c4fe5322 + sha512sums = dab5e8221c3d87062a079bb0289e3d9609122e76fca3b2b9faf3bce810602661af9435e46585c479151c2e46ff83edce7d18072dee7cbf4ac50c2419d8871c53 pkgname = gitea-git diff --git a/01-adjust-config.patch b/01-adjust-config.patch index 0a0154897ea6..6596cedbb04b 100644 --- a/01-adjust-config.patch +++ b/01-adjust-config.patch @@ -1,5 +1,5 @@ --- app.ini.sample -+++ app.ini.sample 2017-12-18 11:50:27.080000002 +0300 ++++ app.ini.sample 2018-01-07 04:29:27.120000000 +0300 @@ -7,10 +7,10 @@ ; Change it if you run locally RUN_USER = git @@ -13,7 +13,7 @@ SCRIPT_TYPE = bash ; Default ANSI charset ANSI_CHARSET = -@@ -40,13 +40,13 @@ +@@ -42,13 +42,13 @@ [repository.local] ; Path for uploads. Defaults to `tmp/local-repo` @@ -29,7 +29,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 -@@ -128,7 +128,7 @@ +@@ -136,7 +136,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'. @@ -38,7 +38,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 -@@ -159,13 +159,13 @@ +@@ -167,13 +167,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 @@ -56,7 +56,7 @@ ; Application level GZIP support ENABLE_GZIP = false ; Landing page, can be "home", "explore", or "organizations" -@@ -173,7 +173,7 @@ +@@ -181,7 +181,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. @@ -65,7 +65,7 @@ ; LFS authentication secret, changed this to yourself. LFS_JWT_SECRET = -@@ -189,22 +189,22 @@ +@@ -197,22 +197,22 @@ DB_TYPE = mysql HOST = 127.0.0.1:3306 NAME = gitea @@ -92,7 +92,7 @@ UPDATE_BUFFER_LEN = 20 MAX_FILE_SIZE = 1048576 -@@ -328,8 +328,8 @@ +@@ -336,8 +336,8 @@ SKIP_VERIFY = ; Use client certificate USE_CERTIFICATE = false @@ -103,7 +103,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 -@@ -365,7 +365,7 @@ +@@ -373,7 +373,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` @@ -112,7 +112,7 @@ ; Session cookie name COOKIE_NAME = i_like_gitea ; If you use session in https only, default is false -@@ -378,7 +378,7 @@ +@@ -386,7 +386,7 @@ SESSION_LIFE_TIME = 86400 [picture] @@ -121,7 +121,7 @@ ; Chinese users can choose "duoshuo" ; or a custom avatar source, like: http://cn.gravatar.com/avatar/ GRAVATAR_SOURCE = gravatar -@@ -393,7 +393,7 @@ +@@ -401,7 +401,7 @@ ; Whether attachments are enabled. Defaults to `true` ENABLE = true ; Path for attachments. Defaults to `data/attachments` @@ -130,7 +130,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 -@@ -408,7 +408,7 @@ +@@ -416,7 +416,7 @@ FORMAT = [log] diff --git a/02-adjust-service.patch b/02-adjust-service.patch index ae2714227743..7490456ba6ac 100644 --- a/02-adjust-service.patch +++ b/02-adjust-service.patch @@ -1,5 +1,5 @@ --- gitea.service -+++ gitea.service 2017-12-18 11:50:10.090000002 +0300 ++++ gitea.service 2018-01-07 04:29:41.890000000 +0300 @@ -18,10 +18,10 @@ Type=simple User=git @@ -10,7 +10,7 @@ _gourl="code.gitea.io" pkgname=gitea-git pkgrel=1 -pkgver=r5946.9a0e2a8b0 +pkgver=r5999.400232817 pkgdesc="A painless self-hosted Git service." url="https://gitea.io/" license=("MIT") @@ -33,8 +33,8 @@ source=("git://github.com/go-gitea/gitea.git" "01-adjust-config.patch" "02-adjust-service.patch") sha512sums=('SKIP' - '43818244bdc615ed4bb6ea9128a81839fafb1ff63e4fa15f8a4ded8c53fd21172c508442598ec6962749fed0dcd1bca5c9d59d20a94e21cfae92e97eebf9ecbd' - 'd501e9422cbdcec11a0455cd1243a28bb134727e759e04f619938b739fc8e58f5860d6622f13b9f9d82dc7cfee4ca5f4fcb6f1fd9a7bd68b4ee8b357dcdc6bee') + '67c61dbfb0002ec714423eda9310325158b6fed998969e9049c49f521f0f1ad0727f090460e00c26390bb1f817cfb55a7aed720f7b34d4afc8b10369c4fe5322' + 'dab5e8221c3d87062a079bb0289e3d9609122e76fca3b2b9faf3bce810602661af9435e46585c479151c2e46ff83edce7d18072dee7cbf4ac50c2419d8871c53') pkgver() { cd "${srcdir}/${_pkgname}" |