diff options
author | pi <pi@FreeBSD.org> | 2016-05-31 02:17:53 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-31 02:17:53 +0800 |
commit | 373096c2d32e68d757e601a97a214e5ef48f788b (patch) | |
tree | 2e6cd52bef3ebfb18e31a124baa40752b8e37c39 /www | |
parent | 07e460c318827bb0e36c4fdb6ce251a4a7e2cb3f (diff) | |
download | freebsd-ports-gnome-373096c2d32e68d757e601a97a214e5ef48f788b.tar.gz freebsd-ports-gnome-373096c2d32e68d757e601a97a214e5ef48f788b.tar.zst freebsd-ports-gnome-373096c2d32e68d757e601a97a214e5ef48f788b.zip |
www/seahub: 5.1.5 -> 5.1.6
- [security] Fix permission checking for generating share links
- Add an option (ENABLE_SETTINGS_VIA_WEB) to ignore settings via Web UI
(system admin->settings)
- [fix] Making user search (used in auto-completion) case insensitive
PR: 209863
Submitted by: Ultima1252@gmail.com (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/seahub/Makefile | 2 | ||||
-rw-r--r-- | www/seahub/distinfo | 6 | ||||
-rw-r--r-- | www/seahub/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 0d91b4686ca3..ec8afbc96f18 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seahub -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www diff --git a/www/seahub/distinfo b/www/seahub/distinfo index f344cd5e02cb..c1ab06e7023f 100644 --- a/www/seahub/distinfo +++ b/www/seahub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464112057 -SHA256 (haiwen-seahub-v5.1.5-pro_GH0.tar.gz) = 1b3dd496b2d0620fccb51fcb6a266ed2ff3207d8db702e1f86733de4a71add3d -SIZE (haiwen-seahub-v5.1.5-pro_GH0.tar.gz) = 6839749 +TIMESTAMP = 1464610000 +SHA256 (haiwen-seahub-v5.1.6-pro_GH0.tar.gz) = 20bf2a3230d4a0e31e62f8e41a22c7ff13e845c4c089654d5c3d0cff9d2b368b +SIZE (haiwen-seahub-v5.1.6-pro_GH0.tar.gz) = 6841536 diff --git a/www/seahub/pkg-plist b/www/seahub/pkg-plist index 9ee4fbd15639..3a2774d00e5b 100644 --- a/www/seahub/pkg-plist +++ b/www/seahub/pkg-plist @@ -1403,6 +1403,9 @@ %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_reset.py %%SEAHUBDIR%%/tests/seahub/views/test_list_lib_dir.py %%SEAHUBDIR%%/tests/seahub/views/wiki/test_personal_wiki.py +%%SEAHUBDIR%%/tests/seahub/share/views/test_ajax_get_download_link.py +%%SEAHUBDIR%%/tests/seahub/share/views/test_ajax_get_upload_link.py +%%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_settings.py %%SEAHUBDIR%%/tests/seahubtests.sh %%SEAHUBDIR%%/tests/ui/__init__.py %%SEAHUBDIR%%/tests/ui/conftest.py |