From owner-svn-ports-all@freebsd.org Mon May 30 18:17:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA9FAB55D07; Mon, 30 May 2016 18:17:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62CEB106C; Mon, 30 May 2016 18:17:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4UIHruI000173; Mon, 30 May 2016 18:17:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4UIHr4i000170; Mon, 30 May 2016 18:17:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605301817.u4UIHr4i000170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 30 May 2016 18:17:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416168 - head/www/seahub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 18:17:54 -0000 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