diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-05-21 14:53:02 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-05-21 15:53:54 +0800 |
commit | f350b5620bf3db3efe06a2aa62527ca4799fcaeb (patch) | |
tree | 998487e1d68b27c31c877c68da28e575cda05aed /net/seafile-seahub | |
parent | 10e67aca45dd3cb55ee0d4651cfbd064a3d8793f (diff) |
seafile-server: Update to 7.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 6 | ||||
-rw-r--r-- | net/seafile-seahub/patches/030-uci-conf.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index d72a2a3bb..ab1888bf3 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub -PKG_VERSION:=7.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=7.1.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server? -PKG_HASH:=a2cf1ad1ff357b06c112f3f80e2e4a2ef109813496c96afc309449f6915e8797 +PKG_HASH:=921ef4373311c06c1192975a294d7d38c12ac34381a7df19542391fc1d810baf PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Jeffery To <jeffery.to@gmail.com> PKG_LICENSE:=Apache-2.0 diff --git a/net/seafile-seahub/patches/030-uci-conf.patch b/net/seafile-seahub/patches/030-uci-conf.patch index 259c32b5c..364ef0424 100644 --- a/net/seafile-seahub/patches/030-uci-conf.patch +++ b/net/seafile-seahub/patches/030-uci-conf.patch @@ -9,7 +9,7 @@ os.path.join(PROJECT_ROOT, 'seahub/templates'), ], 'APP_DIRS': True, -@@ -630,7 +630,7 @@ CAPTCHA_IMAGE_SIZE = (90, 42) +@@ -633,7 +633,7 @@ CAPTCHA_IMAGE_SIZE = (90, 42) ENABLE_THUMBNAIL = True # Absolute filesystem path to the directory that will hold thumbnail files. @@ -18,7 +18,7 @@ if os.path.exists(SEAHUB_DATA_ROOT): THUMBNAIL_ROOT = os.path.join(SEAHUB_DATA_ROOT, 'thumbnail') else: -@@ -793,7 +793,7 @@ except ImportError: +@@ -829,7 +829,7 @@ except ImportError: pass else: # In server release, sqlite3 db file is <topdir>/seahub.db |