diff options
author | pi <pi@FreeBSD.org> | 2016-07-25 03:15:29 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-25 03:15:29 +0800 |
commit | 283179bd6683148c91c1a584a08c6672cad76eab (patch) | |
tree | 18149ea339444a8e3c6dec8c501ba688a611dfbd /net-mgmt | |
parent | f943eba0d904045c9186015cf61f84775296da56 (diff) | |
download | freebsd-ports-gnome-283179bd6683148c91c1a584a08c6672cad76eab.tar.gz freebsd-ports-gnome-283179bd6683148c91c1a584a08c6672cad76eab.tar.zst freebsd-ports-gnome-283179bd6683148c91c1a584a08c6672cad76eab.zip |
net-mgmt/seafile: 5.1.3 -> 5.1.4
- Added py-urllib3 to runtime depends
- Added upgrading reminder in pkg-message.in
- [fix] Fix seaf-fsck.sh --export fails without database
- [fix] Fix users with Umlauts in their display name breaks group
management and api2/account/info on some special Linux distribution
- Remove user from groups when a user is deleted.
- [fix] Fix can't generate shared link for read-only shared library
- [fix] Fix can still view file history after library history is
set to "no history".
- [fix] Fix after moving or deleting multiple selected items in the
webinterface, the buttons are lost until reloading
- Check user before start seafile. The user must be the owner of
seafile-data directory
- Don't allow emails with very special characters that may containing
XSS string to register
- [fix] During downloading multiple files/folders, show "Total size
exceeds limits" instead of "internal server error" when selected
items exceeds limits.
- [fix] When delete a share, only check whether the be-shared user
exist or not. This is to avoid the situation that share to a user
can't be deleted after the user be deleted.
- Add a notificition to a user if he/she is added to a group
- Improve UI for password change page when forcing password change
after admin reset a user's password
- [fix] Fix duplicated files show in Firefox if the folder name
contains single quote '
PR: 211340
Submitted by: Ultima1252@gmail.com (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/seafile/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/seafile/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/seafile/files/pkg-message.in | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-mgmt/seafile/Makefile b/net-mgmt/seafile/Makefile index 458bb0fd117c..a4cdf2213432 100644 --- a/net-mgmt/seafile/Makefile +++ b/net-mgmt/seafile/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seafile -PORTVERSION= 5.1.3 +PORTVERSION= 5.1.4 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt @@ -23,20 +23,20 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3 \ bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= haiwen USES= autoreconf gettext iconv libarchive libtool mysql pathfix \ - pkgconfig python:-2.7 shebangfix sqlite + pkgconfig python:-2.7 shebangfix sqlite ssl USE_GNOME= glib20 SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh tests/*.py tests/basic/*.sh \ tests/sync-auto-test/*.template *.sh scripts/build/*.py \ scripts/*.py *.py scripts/upgrade/*.py app/seaf-cli \ tools/seafile-admin GNU_CONFIGURE= yes -USE_OPENSSL= yes USE_LDCONFIG= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" diff --git a/net-mgmt/seafile/distinfo b/net-mgmt/seafile/distinfo index f8e863cf744a..f9453330a373 100644 --- a/net-mgmt/seafile/distinfo +++ b/net-mgmt/seafile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464609936 -SHA256 (haiwen-seafile-v5.1.3-server_GH0.tar.gz) = b0079b6fc55f96ca49a890740fd623bbf3704624a8c51af5dbd9e5333002c5ec -SIZE (haiwen-seafile-v5.1.3-server_GH0.tar.gz) = 1140668 +TIMESTAMP = 1469293619 +SHA256 (haiwen-seafile-v5.1.4-server_GH0.tar.gz) = b45b2d8bc252563d4a34094aa481db5550ea2a7daa65e946e2566353163e6919 +SIZE (haiwen-seafile-v5.1.4-server_GH0.tar.gz) = 1143972 diff --git a/net-mgmt/seafile/files/pkg-message.in b/net-mgmt/seafile/files/pkg-message.in index e1cb83231e4c..4c8229b86d58 100644 --- a/net-mgmt/seafile/files/pkg-message.in +++ b/net-mgmt/seafile/files/pkg-message.in @@ -5,3 +5,8 @@ end is using the seafile UID/GID as well. chown -R seafile:seafile %%PREFIX%%/%%HAIWENDIR%%/conf \ %%PREFIX%%/%%HAIWENDIR%%/ccnet %%PREFIX%%/%%HAIWENDIR%%/seafile-data \ %%PREFIX%%/%%HAIWENDIR%%/pids %%PREFIX%%/%%HAIWENDIR%%/logs + +Don't forget to run update scripts after every minor and major update located in + %%PREFIX%%/%%SEAFILE_SERVER%%/upgrade + +Patch updates (5.1.x) don't require these scripts, however do required a restarted. |