G_ENABLE_DEBUG seems to enable some badly tested code...
This fixes (at least) screen locking in GNOME.
investigation and fix by robert@ who's too lazy to commit :-)
IRTT (Isochronous Round-Trip Tester) is software that runs on a client
and server, using its own UDP-based protocol to allow measurements
including round-trip time, one-way delay (assuming the clocks are
synchronized), and lost/out-of-order/duplicate packets.
It has features for reasonably secure use on both public and private
servers, including optional HMAC (access control) and three-way
handshake (anti-spoofing).
PatchELF is a simple utility for modifying existing ELF executables and
libraries. In particular, it can do the following:
* Change the dynamic loader ("ELF interpreter") of executables
* Change the `RPATH` of executables and libraries
* Shrink the `RPATH` of executables and libraries
* Remove declared dependencies on dynamic libraries (`DT_NEEDED` entries)
* Add a declared dependency on a dynamic library (`DT_NEEDED`)
* Replace a declared dependency on a dynamic library with another one
(`DT_NEEDED`)
* Change `SONAME` of a dynamic library
OK abieber
This nextcloud service attempts to solve the issue where Nextcloud clients have
to periodically check the server if any files have been changed. In order to
keep sync snappy, clients wants to check for updates often, which increases the
load on the server.
With many clients all checking for updates a large portion of the server load
can consist of just these update checks.
By providing a way for the server to send update notifications to the clients,
the need for the clients to make these checks can be greatly reduced.
Been using it for some weeks on 6.9 without issues, support for push
notifications landed in nextcloudclient 3.2, and is also present in
recent android/ios clients.
Note that the _notify_push user needs to be in www group to be able to
read /var/www/nextcloud/config.php. The service also requires nextcloud
to be configured against redis, cf pkg/README.
ok gonzalo@, feedback rsadowski@
Upstream has erroneous #ifdefs which fail to build if both
TLS1_3_VERSION and OPENSSL_NO_PSK are defined. Adjust them.
In addition, libssl will need to provide
SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback.
ok rsadowski (maintainer)
Upstream has erroneous #ifdefs which will lead to a runtime abort
if both TLS1_3_VERSION and OPENSSL_NO_PSK are defined. Adjust
them. Additionally, libssl will need to provide
SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback.
ok rsadowski (maintainer)