Date: Mon, 30 May 2016 18:17:53 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416168 - head/www/seahub Message-ID: <201605301817.u4UIHr4i000170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon May 30 18:17:53 2016 New Revision: 416168 URL: https://svnweb.freebsd.org/changeset/ports/416168 Log: 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) Modified: head/www/seahub/Makefile head/www/seahub/distinfo head/www/seahub/pkg-plist Modified: head/www/seahub/Makefile ============================================================================== --- head/www/seahub/Makefile Mon May 30 18:10:38 2016 (r416167) +++ head/www/seahub/Makefile Mon May 30 18:17:53 2016 (r416168) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seahub -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -pro CATEGORIES= www Modified: head/www/seahub/distinfo ============================================================================== --- head/www/seahub/distinfo Mon May 30 18:10:38 2016 (r416167) +++ head/www/seahub/distinfo Mon May 30 18:17:53 2016 (r416168) @@ -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 Modified: head/www/seahub/pkg-plist ============================================================================== --- head/www/seahub/pkg-plist Mon May 30 18:10:38 2016 (r416167) +++ head/www/seahub/pkg-plist Mon May 30 18:17:53 2016 (r416168) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605301817.u4UIHr4i000170>