Use C++11 compiler:
MPEG2TransportStreamParser.hh:107: error: a class-key must be used when declaring a friend
Approved by: mentors (implicit approval)
Changelog since the 1.8.5 release:
* Fixes around +100 bugs
* The link to the release notes was omitted as it's not very URL friendly.
It can be obtained via the URL field within the PR listed below.
PR: 239676
Submitted by: emss@free.fre (based on)
* Sort variables according the PHB while I'm here.
Changelog:
* Fixed: Out-of-bound write and few minor bugs on configuration saving in
admin
* Fixed: $ is not correctly handled in the beginning of quoted line on
configuration parsing
https://github.com/z3APA3A/3proxy/releases/tag/0.8.13
PR: 239677
Submitted by: timp87@gmail.com (maintainer)
MFH: 2019Q3 (bugfix blanket)
Maintainer reset due to the extended timeout, as per policy.
Take maintainership.
7 ports are bumped.
PR: 239367
Approved by: waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port)
URI::Fast is a faster alternative to URI. It is written in C and provides basic
parsing and modification of a URI.
URI is an excellent module; it is battle-tested, robust, and handles many edge
cases. As a result, it is rather slower than it would otherwise be for more
trivial cases, such as inspecting the path or updating a single query parameter.
WWW: https://metacpan.org/release/URI-Fast
URI::Encode::XS is a Perl URI encoder/decoder written in XS based on RFC3986.
This module always encodes characters that are not unreserved. When decoding,
invalid escape sequences are preserved.
WWW: https://metacpan.org/release/URI-Encode-XS
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Snort 2.9 introduces the DAQ, or Data Acquisition library,
for packet I/O. The DAQ replaces direct calls to PCAP functions
with an abstraction layer that facilitates operation on a variety
of hardware and software interfaces without requiring changes
to Snort. It is possible to select the DAQ type and mode
when invoking Snort to perform PCAP readback or inline operation, etc.
The DAQ library may be useful for other packet processing applications
and the modular nature allows you to build new modules for other
platforms.
This version is not compatible with Snort 2.X.
WWW: http://www.snort.org/