Details:
- Added support for sending (and handling) RTCP "BYE" packets that
contain a 'reason' string.
- Fixed a bug in the server implementation of RTSP-over-HTTP to
prevent a potential denial-of-service attack.
- Upstream changelog, see:
http://www.live555.com/liveMedia/public/changelog.txt
MFH: 2018Q4
Update to latest snapshot to pull in a fix for running sysctl -a when using
amdgpu. This fix is aldready in drm-current-kmod.
Approved by: jmd (maintainer, implicit)
* tools: New commands --install-key and --remove-key for
gpg-wks-client. This allows to prepare a Web Key Directory on a
local file system for later upload to a web server.
* gpg: New --list-option "show-only-fpr-mbox". This makes the use
of the new gpg-wks-client --install-key command easier on Windows.
* gpg: Improve processing speed when --skip-verify is used.
* gpg: Fix a bug where a LF was accidentally written to the console.
* gpg: --card-status now shwos whether a card has the new KDF
feature enabled.
* agent: New runtime option --s2k-calibration=MSEC. New configure
option --with-agent-s2k-calibration=MSEC.
[https://dev.gnupg.org/T3399]
* dirmngr: Try another keyserver from the pool on receiving a 502,
503, or 504 error. [https://dev.gnupg.org/T4175]
* dirmngr: Avoid possible CSRF attacks via http redirects. A HTTP
query will not anymore follow a 3xx redirect unless the Location
header gives the same host. If the host is different only the
host and port is taken from the Location header and the original
path and query parts are kept.
* dirmngr: New command FLUSHCRL to flush all CRLS from disk and
memory. [https://dev.gnupg.org/T3967]
* New simplified Chinese translation (zh_CN).
Release-info: https://dev.gnupg.org/T4289
- Fix support for cups_browsed_flags in the cups_browsed rc.d script. The
flags were passed to daemon(8) instead of cups_browsed. [1]
PR: 230951 [1]
Submitted by: J.R. Oldroyd <fbsd@opal.com> [1]
./helper/cinnabar-helper.c:1464:49: error: no member named 'map' in 'struct oidset'
hashmap_get_size(&track->set.map.map));
~~~~~~~~~~ ^
./helper/cinnabar-helper.c:1712:34: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned int *') to parameter of type 'unsigned long *' [-Wincompatible-pointer-types]
buf = get_commit_buffer(commit, &size);
^~~~~
./commit.h:112:69: note: passing argument to parameter 'size' here
const void *get_commit_buffer(const struct commit *, unsigned long *size);
^
Reported by: pkg-fallout