aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwicast2015-09-10 04:54:05 +0800
committerwicast2015-09-10 04:54:05 +0800
commitca291617be6e6a2c9060c946bd17291bf6a1e046 (patch)
tree01d470394b49dcda62d18674255b00a4dd09ea67
parent08291db2df454e7389cd0e5e97f4f2f06521a1ac (diff)
downloadaur-ca291617be6e6a2c9060c946bd17291bf6a1e046.tar.gz
upgpkg 0.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--gogs.changelog20
3 files changed, 27 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2a2c7f24c2..32bc68519599 100644
--- a/.SRCINFO
+++ b/.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.5
- pkgrel = 5
+ pkgver = 0.6.9
+ pkgrel = 1
epoch = 1
url = http://gogs.io/
install = gogs.install
@@ -29,7 +29,7 @@ pkgbase = gogs
source = gogs.service
source = app.ini.patch
source = helper.sh
- source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.5
+ source = gogs::git+https://github.com/gogits/gogs.git#tag=v0.6.9
sha512sums = 2b4303f850e3b13b2fc3c9f0bc5820dae431d228002b35f01be0d4bfbcf05de8dcec2a559a85e318b609e4a4d492d44306eadf5f6508fd72333b198661bb0bb7
sha512sums = 939be9ad851ae6e20b786e2e189b0b67c0198edfc8c83442934ec48c7be073e03c75172e79f23a6ee1e0eb467c6fa18096a66d69d1142ebba28fdc8bb2a3964c
sha512sums = e746dbdafc4c8d0b15a224dba95ae3151611ba9ff468ee6f0b1789e489955e4d7eaac0dbdf28a22e5b8211559af5950726f4a37d699a2490fd349f034401028c
diff --git a/PKGBUILD b/PKGBUILD
index c4bab5f93a92..30be755ff649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gogs
_pkgname=${pkgname}
-pkgver=0.6.5
-pkgrel=5
+pkgver=0.6.9
+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')
@@ -69,8 +69,8 @@ prepare() {
msg2 "Check and download dependencies from .gopmfile"
get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
- msg2 "Download missing dependencies"
- go_get github.com/shurcooL/sanitized_anchor_name "$GOPATH/src/github.com/shurcooL/sanitized_anchor_name"
+# msg2 "Download missing dependencies"
+# go_get github.com/shurcooL/sanitized_anchor_name "$GOPATH/src/github.com/shurcooL/sanitized_anchor_name"
# msg2 "Workaround dependencies"
# cd "$GOPATH/src/github.com/gogits/go-gogs-client/"
diff --git a/gogs.changelog b/gogs.changelog
index a1bf91deaa37..28205c82fe89 100644
--- a/gogs.changelog
+++ b/gogs.changelog
@@ -1,3 +1,23 @@
+2015-09-05
+
+ * V0.6.9
+ Bug fix: File name with double quotation mark makes the repository inaccessible #966
+ Bug fix: Time zone trouble #1500
+ Bug fix: Removing deploy key does not remove key #1535
+ Improvement: Add webhook last delivery status, recent deliveries and new events
+ Improvement: Auto-remember visibility of last created repository #965
+ Improvement: Support BindDN and TLS in LDAP #1145
+ Improvement: Significantly enhanced LDAP support #1476
+ Improvement: Support ‘AUTH LOGIN’ in mailer #1517
+ Improvement: Add [markdown] ENABLE_HARD_LINE_BREAK to enable Markdown hard line break extension
+ Features: Add dashboard issues page for organization
+ Features: Allow editing of past comments #1280
+ Features: Support README template #1487
+ Others: Add official Docker images
+ Others: Change minimum password length to 1
+ Others: Change minimum size of RSA to 1024 #1519
+ Others: Change maximum size of e-mail to 254 #1579
+
2015-08-16
* V0.6.5