Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 19:15:29 +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: r419017 - in head/net-mgmt/seafile: . files
Message-ID:  <201607241915.u6OJFTi3019056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 24 19:15:29 2016
New Revision: 419017
URL: https://svnweb.freebsd.org/changeset/ports/419017

Log:
  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)

Modified:
  head/net-mgmt/seafile/Makefile
  head/net-mgmt/seafile/distinfo
  head/net-mgmt/seafile/files/pkg-message.in

Modified: head/net-mgmt/seafile/Makefile
==============================================================================
--- head/net-mgmt/seafile/Makefile	Sun Jul 24 19:12:34 2016	(r419016)
+++ head/net-mgmt/seafile/Makefile	Sun Jul 24 19:15:29 2016	(r419017)
@@ -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/libsearp
 		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"
 

Modified: head/net-mgmt/seafile/distinfo
==============================================================================
--- head/net-mgmt/seafile/distinfo	Sun Jul 24 19:12:34 2016	(r419016)
+++ head/net-mgmt/seafile/distinfo	Sun Jul 24 19:15:29 2016	(r419017)
@@ -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

Modified: head/net-mgmt/seafile/files/pkg-message.in
==============================================================================
--- head/net-mgmt/seafile/files/pkg-message.in	Sun Jul 24 19:12:34 2016	(r419016)
+++ head/net-mgmt/seafile/files/pkg-message.in	Sun Jul 24 19:15:29 2016	(r419017)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607241915.u6OJFTi3019056>