- It was possible to trigger an assertion when attempting to fill an
oversized TCP buffer. This was disclosed in CVE-2020-8618. [GL #1850]
- It was possible to trigger an INSIST failure when a zone with an
interior wildcard label was queried in a certain pattern. This was
disclosed in CVE-2020-8619. [GL #1111] [GL #1718]
* res_ari: Fix create channel request channelId parameter parsing
If channelId parameters were passed in the body, Asterisk doesn't parse
it correctly.
while here made it py3 only.
Tests are not included in the distfile. Talked with upstream about it
and they plan to include them on the next version.
ok kn, sthen, jca
* TUI: Fix access to public and tag timelines when on private mastodon
instances (#168)
* Add `--reverse` option to `toot notifications` (#151)
* Fix `toot timeline` to respect `--instance` option
* TUI: Add opton to pin/save tag timelines (#163, thanks @dlax)
* TUI: Fixed crash on empty timeline (#138, thanks ecs)
"make test" passes
cleanup by me. Moves to Python 3/py-qt5/py-qtwebengine and unbreaks.
This isn't the latest version but newer ones use Rust so this is a
good stepping stone.
OK jca@
py3-opcua-0.98.9
Comment:
pure Python OPC UA client and server library
Description:
Pure Python OPC UA / IEC 62541 Client and Server Python 2, 3 and
pypy. OPC UA binary protocol implementation is quasi complete and
has been tested against many different OPC UA stacks. API offers
both a low level interface to send and receive all UA defined
structures and high level classes allowing to write a server or a
client in a few lines. It is easy to mix high level objects and
low level UA calls in one application.
py3-opcua-widgets-0.5.8
Comment:
widgets for OPC UA
Description:
Common widgets for opcua-modeler and opcua-client-gui.
opcua-client-gui-0.8.0
Comment:
minimal OPC UA client GUI
Description:
Simple OPC-UA GUI client. Written using freeopcua python api and
pyqt. Most needed functionalities are implemented including
subscribing for data changes and events, write variable values
listing attributes and references, and call methods.
Also, remove the hardcoded SOVERSION from qt5/src/CMakeLists.txt
(similar to the patch to glib/CMakeLists.txt from rsadowski@).
This does *not* fix the problem found by gnezdo@ (libpoppler-qt5.so
picking up an already installed older libpoppler.so during build
and then failing to package).
Updating bigger ports with lots of patches, combing the target's output
for failed hunks can be cumbersome; print failed patch files one per line
iff there are any to provide immediate feedback on what wrong and where.
"definitely wanted" landry
Style nits, OK espie