Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.0.12 06 Nov 2024 15:17:35 |
Robert Clausecker (fuz) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
11.0.12 18 Aug 2024 23:49:56 |
Richard Gallamore (ultima) |
Seafile: Update to 11.0.12
Changes: https://manual.seafile.com/changelog/server-changelog/ |
11.0.9_2 04 Aug 2024 17:13:56 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.4.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
11.0.9_1 24 Jul 2024 11:44:12 |
Po-Chuan Hsieh (sunpoet) |
databases/libzdb: Update to 3.3.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://www.tildeslash.com/libzdb/#release_notes |
11.0.9 14 Jun 2024 17:44:43 |
Richard Gallamore (ultima) |
Seafile: Update to 11.0.9
Changes: https://manual.seafile.com/changelog/server-changelog |
11.0.5 28 Apr 2024 17:18:15 |
Richard Gallamore (ultima) |
net-mgmt/seafile-server: Fix build for FreeBSD 14
Clang upgraded to 16.x on FreeBSD 14. There was a breaking change which
upgraded incompatible-function-pointer-types from warning to error. |
11.0.5 24 Feb 2024 23:50:18 |
Richard Gallamore (ultima) |
seafile: Update to 11.0.5
Changes: https://manual.seafile.com/changelog/server-changelog/ |
11.0.3 16 Jan 2024 06:38:44 |
Richard Gallamore (ultima) |
seafile: Update to 11.0.3
changelog: https://manual.seafile.com/changelog/server-changelog/ |
11.0.2 04 Dec 2023 14:59:19 |
Richard Gallamore (ultima) |
Seafile: Update to 11.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/ |
9.0.10 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
9.0.10 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
9.0.10 15 Dec 2022 16:10:41 |
Richard Gallamore (ultima) |
seafile: Update to 9.0.10
Changes: https://manual.seafile.com/changelog/server-changelog/#9010-2022-12-07 |
9.0.9 31 Oct 2022 17:31:19 |
Richard Gallamore (ultima) |
Seafile: Update to 9.0.9
Changes: https://manual.seafile.com/changelog/server-changelog/ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.0.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.0.7 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
9.0.7 12 Aug 2022 07:17:58 |
Richard Gallamore (ultima) |
Seafile: Update to 9.0.7
Changes: https://manual.seafile.com/changelog/server-changelog/ |
9.0.6 17 Jul 2022 20:04:44 |
Richard Gallamore (ultima) |
*: Update seafile to 9.0.6
Changes: https://manual.seafile.com/changelog/server-changelog/ |
9.0.5 21 May 2022 20:20:51 |
Richard Gallamore (ultima) |
seafile: Updated to 9.0.5
Changes: https://manual.seafile.com/changelog/server-changelog/ |
9.0.4 07 May 2022 21:47:29 |
Richard Gallamore (ultima) |
Seafile: Updated to 9.0.4
Changes: https://manual.seafile.com/changelog/server-changelog/ |
9.0.2 20 Mar 2022 11:39:31 |
Danilo G. Baio (dbaio) |
textproc/py-xmlschema: Update to 1.10.0
Changelog: https://github.com/sissaschool/xmlschema/blob/v1.10.0/CHANGELOG.rst
Update consumers to use Python >= 3.7 (avoid break bulk -a). |
9.0.2 11 Jan 2022 01:32:53 |
Richard Gallamore (ultima) |
Seafile|Seahub: Updated to 9.0.2
Changes: https://manual.seafile.com/changelog/server-changelog/ |
8.0.7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
8.0.7 04 Sep 2021 02:49:22 |
Richard Gallamore (ultima) |
*: Updated to 8.0.7
Changes: https://manual.seafile.com/changelog/server-changelog/ |
8.0.6_1 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
8.0.6 30 Jul 2021 01:12:56 |
Richard Gallamore (ultima) |
*: Updated to 8.0.6
Changes: https://manual.seafile.com/changelog/server-changelog/ |
8.0.5_1 24 Jun 2021 07:33:47 |
Richard Gallamore (ultima) |
net-mgmt/seafile-server: Update distfile hash
Upstream commit after tag... Just the usual. |
8.0.5 21 May 2021 00:53:13 |
Richard Gallamore (ultima) |
*: Updated to 8.0.5
Changes: https://manual.seafile.com/changelog/server-changelog/ |
8.0.4_1 09 May 2021 21:23:47 |
Richard Gallamore (ultima) |
net-mgmt/seafile-server: Added LDAP support option default on. |
8.0.4 25 Apr 2021 20:27:37 |
Richard Gallamore (ultima) |
*: Updated to 8.0.4
Changes: https://manual.seafile.com/changelog/server-changelog/ |
8.0.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.0.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
8.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.0.3 01 Feb 2021 02:26:29 |
ultima |
Updated Seafile/Seahub to 8.0.3
Changed to -server branch, some errors were creeping over
from the pro version not being compatible with the community
edition. Previously this was never an issue as you must manually
upgrade to the pro version for the new features.
Disabled seafile-controller config checking prior to startup.
The check only ran on ccnet previously and this was changed to
seafile which never implemented the function.
https://forum.seafile.com/t/seafile-controller-t-functionality-broken-on-8-x/13738
This version adds compatible with Django 2.2, this will require
coordination with multiple port devs to migrate this over
properly.
Changes: https://manual.seafile.com/changelog/server-changelog/
PR: 252715 |
7.1.5_1 05 Dec 2020 00:17:35 |
ultima |
Updated SeaHub to 7.1.9 |
7.1.5_1 05 Dec 2020 00:16:39 |
ultima |
Added some environment variables that seafdav
requires if enabled.
Fixed dependency |
7.1.5 15 Oct 2020 02:19:55 |
ultima |
Updated seafile to 7.1.5 and seahub to 7.1.8
Changes:
https://download.seafile.com/published/seafile-manual/changelog/server-changelog.md
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.1.4 16 Sep 2020 07:24:46 |
ultima |
Updated Seahub to 7.1.7
Changelog:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.1.4 07 Aug 2020 18:12:53 |
ultima |
Updated to 7.1.6
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.1.4 29 Jun 2020 12:18:28 |
ultima |
Updated seafile to 7.1.4 and seahub to 7.1.5
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.1.3_1 16 May 2020 23:08:17 |
ultima |
Updated to 7.1.4
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.1.3_1 16 Apr 2020 08:30:33 |
ultima |
Fix python version hard coding in plists |
7.1.3 16 Apr 2020 00:28:25 |
ultima |
* Updated to 7.1.3
This minor version update no longer supports python 2.7.
The way mysql support is detected upstream has changed. Instead of patching
the configure.ac script, I used a couple hacks for this to be detected for
custom configurations. Didn't detect any issues with this method but I'm
open to change this in the future.
Added a SeaHub upgrade message to smooth out upgrading. For upgrading from
7.0.x,
if one does not clear the cache, http 500 will be returned.
The seafile_datadir no longer points to the seahub.ini, this has been changed
upstream and may cause upgrading issues if not using the default. This can
easily be changed by setting it in rc.conf.
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.0.4_2 02 Apr 2020 12:04:56 |
sunpoet |
Bump PORTREVISION for databases/libzdb shlib change |
7.0.4_1 25 Nov 2019 03:05:49 |
ultima |
Updated to 7.0.11
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.0.4_1 08 Nov 2019 00:55:27 |
ultima |
* Update to 7.0.10
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.0.4_1 27 Sep 2019 02:22:36 |
ultima |
Updated to to 7.0.9
Changes:
https://download.seafile.com/published/seafile-manual/changelog/changelog-for-seafile-professional-server.md |
7.0.4_1 02 Sep 2019 23:10:43 |
ultima |
Updated to 7.0.8
Fixed runtime dependencies for seafdav
and remove depends not required for
seahub. |
7.0.4_1 21 Aug 2019 05:54:37 |
ultima |
Fix permissions on seafile-setup script |
7.0.4 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
7.0.4 02 Aug 2019 22:16:41 |
ultima |
Updated seafile to version 7.0.4 and seahub to 7.0.7
Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
7.0.3_2 02 Aug 2019 13:30:40 |
jbeich |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
7.0.3_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
7.0.3 20 Jul 2019 23:31:06 |
ultima |
Update seafile to 7.0.3 and seahub to 7.0.6
Changes: https://manual.seafile.com/changelog/server-changelog.html |
7.0.2 17 Jun 2019 05:14:44 |
ultima |
Updated Seafile to 7.0.2
Updated Seahub to 7.0.3
Changes: https://manual.seafile.com/changelog/server-changelog.html |
7.0.1 10 Jun 2019 01:25:07 |
ultima |
Updated seafile to 7.0.1
Updated seahub to 7.0.2
Changes: https://manual.seafile.com/changelog/server-changelog.html
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.3.4_2 09 Jun 2019 05:24:41 |
ultima |
Bumped seahub version for init script to fix gunicorn binary name
Fix checksum due to retagged version
PR: 237367 |
6.3.4_2 06 Apr 2019 14:42:44 |
sunpoet |
Update databases/libzdb to 3.2
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership
Changes: https://www.tildeslash.com/libzdb/#release_notes |
6.3.4_1 16 Mar 2019 17:59:42 |
ultima |
* Updated to 6.3.13
* Added patch to SeaHub to revert regression
The regression breaks the search_user function.
More details about regression can be found at:
https://github.com/haiwen/seahub/issues/3001
PR: 236047
Reported by: Martin Waschbusch <martin@wasch^> |
6.3.4_1 28 Jan 2019 18:13:05 |
ultima |
* Updated to 6.3.11
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.3.4_1 11 Jan 2019 18:52:15 |
ultima |
* Updated to 6.3.10
Affected ports: www/py-seafdav www/py-seafobj www/seahub |
6.3.4_1 25 Dec 2018 21:35:11 |
ultima |
* Updated seahub to 6.3.9 |
6.3.4_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
6.3.4 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
6.3.4 25 Oct 2018 02:03:21 |
ultima |
* Updated Seahub to 6.3.7 |
6.3.4 01 Oct 2018 09:36:38 |
antoine |
Cleanup plists |
6.3.4 23 Sep 2018 19:41:17 |
ultima |
* Updated to 6.3.6 |
6.3.4 18 Sep 2018 08:14:23 |
linimon |
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket) |
6.3.4 17 Sep 2018 19:57:54 |
ultima |
* Updated Seafile to 6.3.4, Updated Seahub to 6.3.5.
* Removed flup6, this was required with fastcgi which
Seahub no longer supports
* Added django-webpack-loader and requests_oauthlib,
these were missing depends added in 6.3.x which can
errors if missing when Seahub starts.
* Removed PYTHONPATH for python2.6 and added additional
directories for Seahub "thirdpart". This can also prevent
seahub from starting.
Changes: https://manual.seafile.com/changelog/server-changelog.html |
6.3.2_1 20 Aug 2018 03:06:13 |
ultima |
Removed fastcgi, this is no longer supported in seafile 6.3+
and previous installs 6.3+ prior to this revision are broken
when using the seahub_fastcgi option. |
6.3.2 14 Jul 2018 19:42:59 |
ultima |
* Updated to 6.3.2 |
6.3.1 13 Jun 2018 22:05:51 |
ultima |
Update Seafile family to 6.3.1
As of Seafile 6.3.0, django has been upgraded
to 1.11. Seafile's dependencies have also been
switched to match this change.
Reviewed by: miwi
Differential Revision: https://reviews.freebsd.org/D15718 |
6.2.5_1 23 Apr 2018 06:44:54 |
ultima |
* Updated Seahub to 6.2.12
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.2.5_1 19 Apr 2018 16:48:53 |
ultima |
* Updated to 6.1.11
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes:
https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.2.5_1 08 Apr 2018 21:35:39 |
ultima |
Move net-mgmt/seafile-server's message to seahub and
change it to clarify that Seahub is required for the
full application. This will prevent users from being
confused when installing net-mgmt/seafile-server.
PR: 227337 |
6.2.5 21 Mar 2018 22:36:54 |
ultima |
* Updated to 6.2.10
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Affected Ports: www/py-seafdav www/py-seafobj www/seahub |
6.2.5 12 Feb 2018 19:41:45 |
ultima |
* Update Seahub to 6.2.9
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Affected Ports: www/py-seafdav www/py-seafobj www/seahub |
6.2.5 31 Jan 2018 22:12:27 |
ultima |
* Updated Seafile to 6.2.5, Seahub to 6.2.8
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.2.4 22 Jan 2018 23:41:02 |
ultima |
* Updated to 6.2.7
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
Affected ports: www/py-seafdav www/py-seafobj www/seahub |
6.2.4 11 Jan 2018 17:38:44 |
ultima |
* Update Seafile to 6.2.4
* Update Seahub to 6.2.5
* Reverted recent patches to work better with libevhtp
Affected ports: net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav
www/py-seafobj www/seahub |
6.2.3_1 04 Jan 2018 19:15:28 |
ultima |
* Revision bump for libevhtp
* Fix build warnings / errors for updated libevhtp
MFH: 2018Q1 |
6.2.3 20 Dec 2017 23:25:07 |
ultima |
* Updated to 6.2.4
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html |
6.2.3 12 Dec 2017 02:09:42 |
ultima |
* Updated to 6.2.2
Affected ports: www/py-seafdav www/py-seafobj www/seahub |
6.2.3 04 Dec 2017 08:00:09 |
ultima |
* Updated to 6.2.1
Affected ports: www/seahub www/py-seafdav www/py-seafobj |
6.2.3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
6.2.3 20 Nov 2017 02:11:19 |
ultima |
* Updated to 6.2.3
Changes: https://manual.seafile.com/changelog/server-changelog.html
Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server |
6.2.2 14 Oct 2017 00:58:35 |
ultima |
* Updated Seafile to 6.2.2, Seahub to 6.2.0
* Fixed gunicorn startup issue
Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seafdav
www/py-seafobj www/seahub
Changes: https://manual.seafile.com/changelog/server-changelog.html |
6.1.2 29 Sep 2017 22:59:14 |
ultima |
* Updated to 6.1.9
Affected ports: www/py-seafdav www/py-seafobj www/seahub |
6.1.2 04 Sep 2017 19:53:39 |
ultima |
* Updated to 6.1.8
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Approved by: lifanov (mentor, implicit) |
6.1.2 04 Sep 2017 19:49:42 |
ultima |
Updated to 6.1.2, cleanup makefiles, add note in UPDATING
Upstream has set collation type for MySQL to be implicit and
will cause issues when updating if tables are not set to
utf8_unicode_ci.
Approved by: lifanov (mentor, implicit) |
6.1.1 18 Aug 2017 06:39:48 |
ultima |
* Updated to 6.1.7
* Cleaned up Makefiles
Affected ports: www/seahub www/py-seafdav www/py-seafobj
Approved by: lifanov (mentor, implicit) |
6.1.1 22 Jul 2017 19:22:24 |
ultima |
* Updated to 6.1.6
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11689 |
6.1.1 19 Jul 2017 18:08:23 |
ultima |
* Updated to 6.1.5
Affected ports: www/py-seafdav www/py-seafobj www/seahub
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11643 |
6.1.1 14 Jul 2017 01:47:58 |
ultima |
* Updated to 6.1.4
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11591 |
6.1.1 06 Jul 2017 01:43:07 |
ultima |
* Updated to 6.1.3
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11493 |
6.1.1 03 Jul 2017 19:06:08 |
ultima |
* Updated maintainer email
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466 |
6.1.1 03 Jul 2017 17:46:41 |
ultima |
* Updated to 6.1.2
Affected ports: www/seahub www/py-seafdav www/py-seafobj
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11455 |
6.1.1 24 Jun 2017 17:10:25 |
ultima |
* Updated to 6.1.1
Changelog: https://manual.seafile.com/changelog/server-changelog.html
Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server
www/py-seafdav www/py-seafobj www/seahub
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11333 |
6.0.10 28 Apr 2017 15:09:09 |
lifanov |
update seafile to 6.0.10 and seahub to 6.0.13
This is an update to seafile to the most current version, 6.0.10. This update
moves duplicate code to Makefile.include and also added a variable seahub_ver
which is set to 6.0.13. The pkglist was also regenerated for most or all
packages.
* Updated seafile_ver to 6.0.10
* Added seahub_ver and set to 6.0.13
* Moved duplicate code to Makefile.include
* Regenerated pkg-lists
- [fix] Fix a bug in listing libraries in admin panel
- Improve performance when checking group shared library permission
- [fix] Fix image popup in favourite page
- [fix] Fix generating sharing link with expiring time in file detailed view
page
- [fix] Don't allow to create library with '/' in name
- [fix] Fix two-factor authentication (Only the first 15 lines of the commit message are shown above ) |
6.0.9 07 Apr 2017 15:57:20 |
amdmi3 |
- Always accompany OSVERSION check with OPSYS check
Approved by: portmgr blanket |