<ChangeLog>
*) Bugfix: in the $upstream_status variable.
*) Bugfix: a segmentation fault might occur in a worker process if a
backend returned a "101 Switching Protocols" response to a
subrequest.
*) Bugfix: a segmentation fault occurred in a master process if a shared
memory zone size was changed during a reconfiguration and the
reconfiguration failed.
*) Bugfix: in the ngx_http_fastcgi_module.
*) Bugfix: nginx returned the 500 error if parameters without variables
were specified in the "xslt_stylesheet" directive.
*) Workaround: "gzip filter failed to use preallocated memory" alerts
appeared in logs when using a zlib library variant from Intel.
*) Bugfix: the "worker_shutdown_timeout" directive did not work when
using mail proxy and when proxying WebSocket connections.
</ChangeLog>
using .elif instead of distinct .if sequences, similar to most of the
other lang/gcc* ports by now. (This being the default port we usually
let changes settle elsewhere first.)
The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016
Added:
SSL: peer certificate and hostname validation improvements
SSL: the desire SSL version range can now be specified
SSL: SSLv2, and SSLv3 have been disabled by default
Fixed issues:
Rabbitmq-c may block when attempting to close an SSL socket
amqp_parse_url does not correctly initialize default parameters
x509 objects are leaked in verify_hostname
TCP_NOPUSH doesn't work under cygwin
Deprecated:
SSL: amqp_ssl_socket_set_verify is being replaced by
amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname
Removed:
OpenVMS build system and related files.
Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends
PR: 223566
Submitted by: loic.blot@unix-experience.fr
Reported by: freebsd@geoffgarside.co.uk (maintainer)
Compared to the previous version, nothing installed by this port has
changed. The only changes that have happened are in the vDSO assembly
files that are only used by the FreeBSD kernel. These changes allow us
to add support for running ARMv6/7 binaries on ARM64.
Reviewed by: rene
Differential Revision: https://reviews.freebsd.org/D13241
it easier to switch off if OpenEXR is removed.
Reported by: mandree
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13132
Remove special code handling armv6 (which for GCC 6 and 5-based
ports is necessary for aarch64, armv6 and armv7, but that we never
had for aarch64 or armv7 here).
Consulted with: andreast
- Fix in CegoBTreeValue::valueFromSchema, introduced method
getReservedLength to return fixed value length for type fixed and
decimal. Since for decimal and fixed type just the dimension is
stored in CegoField::getLength, we must define a reserved area
for those types. This is done now with constant definition
RESERVED_BTREE_FLOATLEN in CegoDefs.h
- Improved ordersize calculation in CegoOrderSpace:insertTuple. Now
the following formula is used :
int s = sizeof(fv);
if ( fv.getLength() > STATICFIELDBUF )
s += fv.getLength();
orderEntryLen += s;
The catches the base memory usage for the instance but also the
dynamic allocated part
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
The new version brings important support for Abaqus(TM) and will be supported
in a future release of CalculiX.
PR: 216315
Submitted by: Pedro F. Giffuni
kbfs is the official Keybase implementation of the client-side code for the
Keybase filesystem (KBFS).
This client allows you to mount KBFS as a proper filesystem at some mountpoint
on your local device (by default, /keybase/). It communicates locally with the
Keybase service, and remotely with three types of KBFS servers (block servers,
metadata servers, and key servers).
WWW: https://keybase.io/docs/kbfs
WWW: https://github.com/keybase/kbfs
- Make MusicBrainz support an on-by-default option
- Add pkg-plist file to allow @sample to be clearly used for the config file
- Include patch from upstream bug#54 to fix calculating MusicBrainz discid [1]
[1] https://abcde.einval.com/bugzilla/show_bug.cgi?id=54
PR: 223346
Approved by: tz (maintainer timeout)
- Take maintainership
- Bump PORTREVISION of ports depending on this port
- Added USES=localbase to work around an issue where the Makefile.PL
pkgconfig check was finding that the discid check required the
CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.
Changes this release:
http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes
PR: 223344
Approved by: tobias.rehbein@web.de (previous maintainer)
All these files have svn property fbsd:nokeywords and
$FreeBSD$ tag on it.
Replace svn property fbsd:nokeywords for svn:keywords => FreeBSD=%H.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13147