to expire at the end of June. These ports are no longer supported
by balabit.hu.
Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com>
Balabit / syslog-ng upstream
Changes:
o [NSE][GH#341] Added support for diffie-hellman-group-exchange-* SSH key
exchange methods to ssh2.lua, allowing ssh-hostkey to run on servers that
only support custom Diffie-Hellman groups. [Sergey Khegay]
o [NSE] Added support in sslcert.lua for Microsoft SQL Server's TDS protocol,
so you can now grab certs with ssl-cert or check ciphers with
ssl-enum-ciphers. [Daniel Miller]
DragonFly needs the same modifications as FreeBSD. They were carried
in dports before, but the macros were moved to new files.
Approved by: Restore DF functionality blanket
The "long file names" support check touches /usr/local/lib which is a
file system violation. The value is always "yes", so just pass it as
a cached value to the configure script.
Approved by: just fix it
From on WRKSRC/configure:
license="LGPL version 2.1 or later"
if enabled nonfree; then
license="nonfree and unredistributable"
elif enabled gplv3; then
license="GPL version 3 or later"
elif enabled lgplv3; then
license="LGPL version 3 or later"
elif enabled gpl; then
license="GPL version 2 or later"
fi
This update includes a fix for installing dsbmixer as a regular, non-root user.
PR: 207995
Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
Add a missing dependency on libtxc_dxtn.so (provided by graphics/s2tc).
PORTREVISION is not bumped (despite policy) for the following reasons:
- Bumping PORTREVISION just for the slave port wine-staging is likely to
result in human error later on (i.e. it will cause issues if wine-devel
needs a bump, or an update).
- Bumping both wine-devel and wine-staging is overkill.
- The port is newly updated likely to catch most builds with this update
- The port is updated every two weeks, so everyone gets the improvement
quickly enough.
- This change will be in the i386-wine-staging update.
PR: 208162
Reported by: Mickael Maillot <mickael.maillot@gmail.com>
Approved by: gerald@
Python-LLFUSE is a set of Python bindings for the low level FUSE API. It
requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs
under Linux, OS-X, FreeBSD and NetBSD.
WWW: https://bitbucket.org/nikratio/python-llfuse
PR: 203759
Submitted by: Niklaas Baudet von Gersdorff <niklaas@kulturflatrate.net>