diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-31 22:57:27 +0800 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-31 22:57:27 +0800 |
commit | 0adda06811a97af4694897e32a738e65e3a01921 (patch) | |
tree | 3869d27140833c66cb198ea71ef2740d3990f13b /net-mgmt/seafile-server/Makefile.include | |
parent | eaa8a6e42301c455fbaf28f545be1d6261204f0c (diff) | |
download | freebsd-ports-gnome-0adda06811a97af4694897e32a738e65e3a01921.tar.gz freebsd-ports-gnome-0adda06811a97af4694897e32a738e65e3a01921.tar.zst freebsd-ports-gnome-0adda06811a97af4694897e32a738e65e3a01921.zip |
update net-mgmt/seafile-server to 6.0.9
Changelog: https://seacloud.cc/group/3/wiki/server-changelog
- Show user' name instead of user's email in notifications sent out by email
- Add config items for setting favicon, disable wiki feature
- Add css id to easily hide user password reset and delete account button
- [fix] Fix UI bug in restoring a file from snapshot
- [fix] Fix after renaming a file, the old versions before file rename can't be downloaded
- [security] Fix XSS problem of the "go back" button in history page and snapshot view page
* unify versioning of dependent ports:
net-mgmt/seafile-server
net-mgmt/ccnet-server
www/py-seadav
www/py-seaobj
www/seahub
This replaces a rather ugly hack.
* add makesum-all target to ease maintenance
PR: 218245
Submitted by: ultima1252@gmail.com (maintainer)
Diffstat (limited to 'net-mgmt/seafile-server/Makefile.include')
-rw-r--r-- | net-mgmt/seafile-server/Makefile.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/seafile-server/Makefile.include b/net-mgmt/seafile-server/Makefile.include new file mode 100644 index 000000000000..93710439b9cf --- /dev/null +++ b/net-mgmt/seafile-server/Makefile.include @@ -0,0 +1,3 @@ +# $FreeBSD$ + +SEAFILE_VER=6.0.9 |