Update x11-drivers/xf86-input-libinput to 0.30.0
This release implements scroll button lock, making it possible to configure
the scroll button on a mouse so that there is no need to hold it down while
scrolling.
Changelog:
https://lists.x.org/archives/xorg-announce/2020-May/003045.html
In r525879 the patch repairing the way ksmserver looks for _IceTransNoListen
was removed; for whatever reason it never got upstream, didn't apply
anymore, but is still relevant.
PR: 229772
Reported by: cpercival
Fast Avro support for Python provides:
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages.
WWW: https://pypi.python.org/pypi/fastavro
While I'm here add '--with-compat' option to the configure script
to enable dynamic modules compatibility.
<ChangeLog>
*) Feature: added support for multi-value headers in r.headersIn.
*) Feature: introduced raw headers API.
*) Feature: added TypedScript API description.
Core:
*) Bugfix: fixed Array.prototype.slice() for sparse arrays.
</ChangeLog>
Changes in this release:
========================
New Features:
- Allowed use of the smtpd(8) session username in built-in filters when available.
- Introduced a bypass keyword to smtpd(8) so that built-in filters can bypass processing when a condition is met.
- Allowed use of 'auth' as an origin in smtpd.conf(5).
- Allowed use of mail-from and rctp-to as for and from parameters in smtpd.conf(5).
Bug fixes:
- Ensured legacy ssl(8) session ID is persistent during a client TLS session, fixing an issue using TLSv1.3 with smtp.mail.yahoo.com.
- Fixed security vulnerabilities in smtpd(8). Corrected an out-of-bounds read in smtpd allowing an attacker to inject arbitrary commands into the envelope file to be executed as root, and ensured privilege revocation in smtpctl(8) to prevent arbitrary commands from being run with the _smtpq group.
- Allowed mail.local(8) to be run as non-root, opening a pipe to lockspool(1) for file locking.
- Fixed a security vulnerability in smtpd(8) which could lead to a privilege escalation on mbox deliveries and unprivileged code execution on lmtp deliveries.
- Added support for CIDR in a: spf atoms in smtpd(8).
- Fixed a possible crash in smtpd(8) when combining "from rdns" with nested virtual aliases under a particular configuration.
Changes since 1.0.2:
- add definition of MAXDNAME for systems that lack it
- some libc require include of nameser_compat.h for rr types definition
- add support for edns0 and dnssec
- remove support for HOSTALIASES
- remove support for non-standard [addr]:port syntax for nameserver
- remove support for YP
- always reload resolv.conf if pid changed
- various bugfixes and improvements