Pull in upstream Git patch for lib/ext2fs/unix_io.c to fix unaligned
multi-block writes, and disable the two known failing e2undo patches
ONLY for the exact 1.43.3_2, even if "ALLTESTS" is enabled.
(Modify the post-patch:: target to avoid that.)
The port is still marked BROKEN on FreeBSD 11+ to protect the innocent,
but a TRYBROKEN=1 build that will not use e2undo should be fine now.
Obtained from: Ted Y. Ts'o (upstream maintainer)
- Fixed link for avatars
- Added custom folder
- Add full screen Web UI
- Add file comment
- Improve zip downloading by adding zip progress
- Change of navigation labels
- Support Seafile Drive client
- [admin] Add group transfer function in admin panel
- [admin] Admin can set library permissions in admin panel
- Improve checking the user running Seafile must be the owner of
seafile-data. If seafile-data is symbolic link, check the destination
folder instead of the symbolic link.
- [UI] Improve rename operation
- Show name/contact email in admin panel and enable search user by
name/contact email
- Add printing style for markdown and doc/pdf
- The Seafile in "Welcome to Seafile" message can be customised by SITE_NAME
- Improve sorting of files with numbers
- [API] Add admin API to only return LDAP imported user list
- Code clean and update Web APIs
- Remove number of synced libraries in devices page for simplify
the interface and concept
- Update help pages
- [online preview] The online preview size limit setting
FILE_PREVIEW_MAX_SIZE will not affect videos and audio files. So
videos and audio with any size can be previewed online.
- [online preview] Add printing style for markdown
PR: 212560
Submitted by: Ultima1252@gmail.com (maintainer)
THe signify program doesn't require any symbols from libcrypto, so
just remove it from LIBS so the linker doesn't go looking for it.
Approved by: SSL blanket
The SSL flags were moved to show unconditionally as they are always
correct. The WITH_OPENSSL_PORT=yes variable was replaced with an
SSL version check so that the port is marked broken if built on
FreeBSD 9 with the base OpenSSL libary selected. This fixes other
values of SSL_DEFAULT on all platforms.
Approved by: SSL blanket
The FreeBSD 10+ check for IDEA was hardcoded against the base library.
While all ports SSL library options likely have idea.h, extending the
check generically enables the port to build correctly on all platforms
when SSL_DEFAULT is set to something other than "base".
Approved by: SSL blanket
It turns out that dtcpclient's makefile checks the OPSYS and links
with either libcrypto or libmd depending on its value. The SSL
dependency is incorrect for FreeBSD, but correct for DF. Revert the
previous commit and make DragonFly link with libmd as well.
Reported by: Hajimu UMEMOTO