FreeSWITCH is a scalable open source cross-platform telephony
platform designed to route and interconnect popular communication
protocols using audio, video, text or any other form of media. It
was created in 2006 to fill the void left by proprietary commercial
solutions. FreeSWITCH also provides a stable telephony platform
on which many applications can be developed using a wide range of
free tools.
WWW: https://freeswitch.org
PR: 205681
Submitted by: corsmith@gmail.com, numisemis@yahoo.com
Cyclone is a library of PureData classes, bringing some level of
compatibility between Max/MSP and Pd environments. The original
goal of cyclone was to create a collection of Max/MSP objects for
PureData. This was in the 2000s area, Max/MSP version 4.6. Since
then MAX evolved its architecture and file format to something that
is incompatible with PureData. Compatibility in patch file level
is limited to this very old version of Max/MSP.
WWW: http://puredata.info/downloads/cyclone/
PR: 207047
Submitted by: Tobias Brodel <brittlehaus@gmail.com>
Changelog:
Changed: Mouse buttons settings of opening news is removed
Changed: SQLite librari is updated to 3.11.1 version
Fixed: msvcr120.dll troubles (Windows)
Fixed: Application crash while using some shortcuts
Fixed: Images are not displayed in some feeds
Fixed: Folder properties does not display "Columns" tab
PR: 207922
Submitted by: coder@tuxfamily.org (maintainer)
Puppet master is a Ruby application that compiles configurations
for any number of Puppet agent nodes, using Puppet code and various
other data sources. (For more info, see Overview of Puppet's
Architecture.)
Puppet Server is an application that runs on the Java Virtual Machine
(JVM) and provides the same services as the classic Puppet master
application. It mostly does this by running the existing Puppet
master code in several JRuby interpreters, but it replaces some
parts of the classic application with new services written in
Clojure.
WWW: https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html
PR: 204072
Submitted by: Zach Leslie <freebsd@zleslie.info>
- Disables client behavior (content type) measurement if
QS_ClientPrefer has been disabled.
- Minor changes to the status viewer.
- Fixed: segfault when using HTTP/2.
- Fixed: Implemented graceful restart detection for Apache 2.4
to properly free shared memory and mutexes (prevents from
leaking while doing graceful restarts).
- Disables keep-alive enforcement for MPM event binaries.
- Adds filter (option -f) to qssign.
- Revised QS_ClientPrefer implementation (improved attribute weighting)
and the log messages 063/064 have been merged into message 066.
- Updates User-Agent header field pattern for the default
QS_RequestHeaderFilterRule rule set and adds the
Upgrade-Insecure-Requests header.
- QS_ClientGeoCountryDB is able to read IP2LOCATION csv file without
prior transformation (country code '-').
- Fixed: QS_ClientIpFromHeader used to determine country code
(QS_ClientGeoCountryDB) even the country could not be determined
for the connection address (incomplete IP list).
- New directive QS_Status.
- QS_SrvSampleRate must be greater then one second.
- Avoids using RAND_bytes() and checks if the generator
is seeded with enough entropy (mod_qos(08x) messages).
- Calculates MaxClients (instead of reading the directive).
- QS_SetEnvIfStatus supports QS_SrvMaxConnPerIP to increment the
QS_Block event variable.
- qssign features the option "-a" to define which algorithm to use.
- Enables QS_SrvMinDataRate, QS_SrvDataRateOff, and
QS_SrvMinDataRateOffEvent for Apache 2.4 as smoke test against
Apache 2.4.12 and 2.4.16 was now successful (MPM worker and event).
The QS_KeepAliveTimeout and QS_MaxKeepAliveRequests directives
have been disabled for the MPM event.
- Adds timeout option to the QS_SrvSerialize directive.
- Increased severity of message 035 and 036 from critical to alert.
- Lowered severity of messages 100, 009, and 007 from emergency to
critical.
- QS_RedirectIf directive supports 307 response code.
- Set *_Counter variable of QS_EventLimitCount within post read
request handler.
- QS_ClientSerialize honors the sequence of receiving requests (fifo)
in order to support requests from different clients accessing the
server via a proxy.
- Fixed: potential deadlock (when reaching the 5min timeout) when
using the QS_SrvSerialize directive.
- New directive QS_SrvSerialize.
- Adds option "-u" to the qslogger and qssign utilities.
- QS_MileStone features a "think time" attribute which defines how
long a client must wait between two milestones.
PR: 207678
Submitted by: Eero Haenninen <fax@nohik.ee> (maintainer)
Changelog:
* Made "-reduce" and "-force" the default behavior. Removed obsolete
options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed",
and "-bit_depth". Removed "things_have_changed" code.
* Deleted png_read_update_info() statement that was mistakenly added to
version 1.7.89. It caused "bad adaptive filter value" errors.
* Suppress warning about "damaged LZ stream" when bailing out and building
with libpng-1.7.0beta.
* Added a LICENSE file to the distribution. It points to the actual
license appearing in the NOTICES section near the top of pngcrush.c
* Show if pngcrush is built with bundled or system libpng and zlib.
* Fixed segfault while writing a -loco MNG (bug found with AFL, reported
by Brian Carpenter). Bug was introduced in pngcrush-1.7.35.
PR: 207801
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer)