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
alm@ and csjp@ are both upstream maintainers of bsmtrace; they've decided to
transfer maintainership of bsmtrace over to csjp@. PORTREVISION bump to
reflect the new maintainer in the package.
Approved by: alm (maintainer, via e-mail)
Approved by: koobs (mentor, ports)
MFH: 2020Q2 (blanket: metadata update, MAINTAINER consistency)
Secure Shout Host Oriented Unified Talk is an instant-messaging platform
designed to make uses of the existing SSH server in your system.
SSHOUT creates a private chat room in your host. The authentication of the
chat room is done by SSH public authentication. Users can join your chat room
by either directly connecting your SSH server with any SSH client; or using a
SSHOUT client that implemented the client side SSHOUT API.
This package provides the SSHOUT server side programs; if you are finding a
SSHOUT client, go to project page and find out a suitable client; or you can
also write your own client using SSHOUT API.
PR: 228723
Submitted by: WHR <msl0000023508@gmail.com>
- After introducing nexthop objects in base@r359823 FreeBSD CI is failing
as netstat header has changed from Use to Nhop#. This patch is a
temporary workaround while I will work on libxo implementation in
scapy.
- Remove some unchanged files in post-patch
Reported by: kp
Add an upstream patch (submitted by myself and danfe) to fix the issue where
the hw cursor sometimes does not work when using x11-drivers/xf86-video-ati.
Big thanks to danfe@ for debugging and testing and figuring out what's going
on.
For details on the change, see upstream issue:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/190
PR: 237642
Reported by: jwb
MFH: 2020Q2
meh is a small, simple, super fast image viewer using raw XLib. It is
similar to feh, but faster and simpler.
meh can use ImageMagick’s convert to view almost 200 file formats, though
it is slower for these formats. Built in formats are JPEG, PNG, BMP, and
netpbm.
Features:
- Fast
- Tiny
- Fast JPEG, PNG, GIF and BMP support
- Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
- ImageMagick support by calling convert
- All ImageMagick formats (almost 200)
- This allows limited support for PDF’s and SVG’s
- Scales images to window size
- Preserves aspect ratio (either via EWMH hints or by padding the window)
- XSHM Support
- Minimal dependencies (Xlib, libjpeg, libpng, giflib)
WWW: https://www.johnhawthorn.com/meh/
FreeBSD 13 removes procfs-based process debugging which strace(1)
uses. Users can use truss in the base system instead.
PR: 244939
Reviewed by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D24254
GCTA (Genome-wide Complex Trait Analysis) was originally designed to estimate
the proportion of phenotypic variance explained by genome- or chromosome-wide
SNPs for complex traits (the GREML method), and has subsequently extended for
many other analyses to better understand the genetic architecture of complex
traits.
<ChangeLog>
This is a maintenance release for version 1.4.
Update urgency: Medium
Headlines:
This release improves overall stability and provides fixes for
issues found after the previous release.
Features:
- Added exists function that can be used on conditional updates
(REPLACE PARTIAL) to check if a field exists in the document.
Minor Enhancements:
- Lazy evaluation of the right side of 'or'/'and' clauses in
IF condition.
Bugfixes:
- Rare GC failure when accessing uninitialized variable.
- Crash on highlighting a search query where the document no
longer exists.
Note: we skipped 1.4.26 for technical reasons.
</ChangeLog>