2019.11.11:
- Fixed the URL parsing code in "RTSPClient" to allow for the possibility
of an embedded password containing a '@'.
(Thanks to Ha Viet for reporting this.)
- Fixed a potential memory leak in "GenericMediaServer.cpp"
(if "addUserRecord()" is called more than once with the same user name.
(Thanks to Jeff Shanab for reporting this.)
Tuesday, 12 November 2019. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.17.3. Plasma 5.17 was released in October 2019 with many feature
refinements and new modules to complete the desktop experience.
This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:
* Fix binding loop in lockscreen media controls. Commit. Fixes bug #413087.
* [GTK3/Firefox] Fix scrollbar click region. Commit. Fixes bug #413118.
* [effects/startupfeedback] Fallback to small icon size when no cursor size is configured.
Changelog:
https://kde.org/announcements/plasma-5.17.2-5.17.3-changelog.php
While here:
- Remove the warning message during installation and only
show it during upgrades (it only matters for people upgrading)
- Add support for fmemopen(3) which should speed up some searches
Have you ever wanted to mount those HTTP directory listings as if it was a
partition? Look no further, this is your solution. HTTPDirFS stands for
Hyper Text Transfer Protocol Directory Filesystem.
The performance of the program is excellent. HTTP connections are reused
due to the use of curl-multi interface. The FUSE component runs in
multithreaded mode.
There is a permanent cache system which can cache all the file segments you
have downloaded, so you don't need to these segments again if you access
them later. This feature is triggered by the --cache flag. This makes this
filesystem much faster than rclone mount.
The support for Airsonic / Subsonic server has also been added. This allows
you to mount a remote music collection locally.
WWW: https://github.com/fangfufu/httpdirfs
ERROR at //third_party/protobuf/proto_library.gni:348:15: Only source, header, and object files belong in the sources of a static_library. //out/Release/pyproto/google_apis/gcm/protocol/mcs_pb2.py is not one of the valid types.
sources = get_target_outputs(":$action_name")
^---------------------------------
See //google_apis/gcm/BUILD.gn:77:1: whence it was called.
proto_library("proto") {
^-----------------------
See //BUILD.gn:80:7: which caused the file to be included.
"//google_apis/gcm:gcm_unit_tests",
^---------------------------------
r517260 accidentally bumped PORTREVISION for librav1e. ?= to serve as
a reminder to avoid dropping the line on update only to repeat the
same mistake in future.
In file included from ../subprojects/test.h/test.h:14,
from ../src/string_utils.c:6:
/usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'?
1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
| ^~~~~
| int
PR: 241724
Submitted by: pkubaj
Obtained from: upstream