Thomas Fanninger před 10 roky
rodič
revize
f14a0e216a
6 změnil soubory, kde provedl 69 přidání a 15 odebrání
  1. 5 5
      .SRCINFO
  2. 4 4
      PKGBUILD
  3. 6 6
      app.ini.patch
  4. 16 0
      app_new.ini
  5. 16 0
      app_old.ini
  6. 22 0
      gogs.changelog

+ 5 - 5
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = gogs
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
-	pkgver = 0.6.15
-	pkgrel = 3
+	pkgver = 0.7.0
+	pkgrel = 1
 	epoch = 1
 	url = http://gogs.io/
 	install = gogs.install
@@ -10,7 +10,7 @@ pkgbase = gogs
 	arch = armv6h
 	arch = armv7h
 	license = MIT
-	makedepends = go>=1.2
+	makedepends = go>=1.3
 	makedepends = git>=1.7.1
 	makedepends = patch
 	depends = git>=1.7.1
@@ -30,9 +30,9 @@ pkgbase = gogs
 	source = gogs.service
 	source = app.ini.patch
 	source = helper.sh
-	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.15
+	source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.7.0
 	sha512sums = c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
-	sha512sums = cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
+	sha512sums = 7fe59ae091353438bd59d1b27fd40663e2f53c073eedd5f321ae2e2f657de7af5efd10f0ce316dab3ef9f300e82450da5f86f64592d75e9b150b7d08d59af04a
 	sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
 	sha512sums = SKIP
 

+ 4 - 4
PKGBUILD

@@ -3,8 +3,8 @@
 
 pkgname=gogs
 _pkgname=${pkgname}
-pkgver=0.6.15
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
 epoch=1
 pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -18,7 +18,7 @@ optdepends=('sqlite: SQLite support'
             'memcached: MemCached support'
             'openssh: GIT over SSH support'
             'tidb-git: TiDB support')
-makedepends=('go>=1.2' 'git>=1.7.1' 'patch')
+makedepends=('go>=1.3' 'git>=1.7.1' 'patch')
 conflicts=('gogs-bin' 'gogs-git' 'gogs-git-dev')
 options=('!strip' '!emptydirs')
 backup=('srv/gogs/conf/app.ini')
@@ -32,7 +32,7 @@ source=('gogs.service'
         "$_pkgname::git+https://${_gourl}.git#tag=v${pkgver}")
 
 sha512sums=(c7abbe4af438a8a1db44537a16dbd40b82d50c921d53002c083071c4cd16644769e9d5dabbccedc1bd4ba563324186da4b4378365e098cc45df76402a657be90
-            cd00b1f29c0ab2eaf70647b51a7fe135aa00906dcda1b1d99c56ea3371fc6540f82bf77999018078b43294614317df253fb4217c2d84f873398c4a69ae2bfaa5
+            7fe59ae091353438bd59d1b27fd40663e2f53c073eedd5f321ae2e2f657de7af5efd10f0ce316dab3ef9f300e82450da5f86f64592d75e9b150b7d08d59af04a
             e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
             'SKIP')
 

+ 6 - 6
app.ini.patch

@@ -6,27 +6,27 @@
 < ROOT =
 ---
 > ROOT = /srv/gogs/repo
-61c61
+67c67
 < STATIC_ROOT_PATH =
 ---
 > STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-77c77
+83c83
 < PATH = data/gogs.db
 ---
 > PATH = /srv/gogs/sqlite/gogs.db
-168c168
+184c184
 < PROVIDER_CONFIG = data/sessions
 ---
 > PROVIDER_CONFIG = /srv/gogs/sessions
-183c183
+199c199
 < AVATAR_UPLOAD_PATH = data/avatars
 ---
 > AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-193c193
+209c209
 < PATH = data/attachments
 ---
 > PATH = /srv/gogs/data/attachments
-208c208
+224c224
 < ROOT_PATH =
 ---
 > ROOT_PATH = /var/log/gogs

+ 16 - 0
app_new.ini

@@ -11,6 +11,12 @@ RUN_MODE = dev
 [repository]
 ROOT = /srv/gogs/repo
 SCRIPT_TYPE = bash
+; Default ANSI charset
+ANSI_CHARSET = 
+; Force every new repository to be private
+FORCE_PRIVATE = false
+; Patch test queue length, make it as large as possible
+PULL_REQUEST_QUEUE_LENGTH = 10000
 
 [ui]
 ; Number of repositories that are showed in one explore page
@@ -110,6 +116,16 @@ DISABLE_MINIMUM_KEY_SIZE_CHECK = false
 ; Enable captcha validation for registration
 ENABLE_CAPTCHA = true
 
+; used to filter keys which are too short
+[service.minimum_key_sizes]
+ED25519 = 256
+ECDSA   = 256
+NTRU    = 1087
+MCE     = 1702
+McE     = 1702
+RSA     = 1024
+DSA     = 1024
+
 [webhook]
 ; Hook task queue length
 QUEUE_LENGTH = 1000

+ 16 - 0
app_old.ini

@@ -11,6 +11,12 @@ RUN_MODE = dev
 [repository]
 ROOT =
 SCRIPT_TYPE = bash
+; Default ANSI charset
+ANSI_CHARSET = 
+; Force every new repository to be private
+FORCE_PRIVATE = false
+; Patch test queue length, make it as large as possible
+PULL_REQUEST_QUEUE_LENGTH = 10000
 
 [ui]
 ; Number of repositories that are showed in one explore page
@@ -110,6 +116,16 @@ DISABLE_MINIMUM_KEY_SIZE_CHECK = false
 ; Enable captcha validation for registration
 ENABLE_CAPTCHA = true
 
+; used to filter keys which are too short
+[service.minimum_key_sizes]
+ED25519 = 256
+ECDSA   = 256
+NTRU    = 1087
+MCE     = 1702
+McE     = 1702
+RSA     = 1024
+DSA     = 1024
+
 [webhook]
 ; Hook task queue length
 QUEUE_LENGTH = 1000

+ 22 - 0
gogs.changelog

@@ -1,3 +1,25 @@
+2015-11-08
+
+	* V0.7.0
+	Bug fix: Admin e-mail does not allow root@localhost when install #470
+	Bug fix: Wrong commits reference order on issue page #1602
+	Bug fix: Inconsistent link of e-mail URL after sign up #1697
+	Bug fix: Migrated repository incompatible with --all flag #1705
+	Bug fix: Members of team has admin access can't close/reopen issues #1748
+	Bug fix: Huge diff causes out of memory #1790
+	Bug fix: Push returns fail message when no actual update needed #1896
+	Bug fix: Wrong image link is rendered for relative links #1904
+	Improvement: Detect file renames/moves in diffs #1078
+	Improvement: Dashboard issues add sorting #1459
+	Improvement: Allow import local repositories only for admin or permitted users #1511
+	Improvement: Able to trigger mailer for admin created accounts #1525
+	Improvement: Show clone URL with original cases #1895
+	Features: Support pull requests #5
+	Features: Auto-render clickable links for images #1433
+	Features: Add config option [repository] FORCE_PRIVATE that allows forcing all new repositories to be private #1657
+	Others: Drop Go 1.2.x support, minimum requirement of Go is 1.3
+	Others: 0.5.x will no longer be supported in 0.8
+
 2015-09-26
 
 	* V0.6.15