stored in an extra element of an array, however the array allocation size was
not increased to match. Fix. Found by valgrind while investigating a leak.
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux capable of operating on files on MTP devices attached via USB to the local
machine. On the local computer where the SIMPLE-MTPFS is mounted, the
implementation makes use of FUSE (Filesystem in Userspace).
The practical effect of this is that the end user can seamlessly interact with
MTP device files.
successfully tested with a Nokia Lumia 520.
ok jasper@
- Security fixes to check that hostnames match certificates with
https urls (CVE-2015-3908)
- get_url and uri modules
- url and etcd lookup plugins
- Security fixes to the zone (Solaris containers), jail (bsd
containers), and chroot connection plugins.
For a full list of changes see:
https://github.com/ansible/ansible/blob/v1.9.2-1/CHANGELOG.md
OK aja@
Native implementation of facter functionality in C++11, providing:
- a shared library which gather facts about the system
- an executable for standalone command line usage
- a ruby file to enable require 'facter'
Facter is especially useful for retrieving things like operating system
names, hardware characteristics, IP addresses, MAC addresses, and SSH
keys.
Note that this port doesn't provide all the facts that sysutils/ruby-facter
does right now, but that's being worked on. therefore it's not used by
puppet yet.
feedback/ok aja@
GdMap is a tool which allows to visualize disk space. To display directory
structures cushion treemaps are used which visualize a complete folder or even
the whole hard drive with one picture.
Cushion treemaps display directories and files in rectangular areas. The larger
a file is the larger is the rectangle which represents it. All files in one
directory are painted within the rectangle of that directory.
OK kirby@
the port now, but I argued for keeping until the service is actually shut
down to make it easier if users need to fetch their own copy of backups,
so add a MESSAGE instead, warning people that it will go away.
ok dhill@ aja@
https://blog.conformal.com/cyphertite-service-closing-august-18th-2015/
The default location of the r10k.yaml changed from /etc/r10k.yaml to
/etc/puppetlabs/r10k/r10k.yaml. However, the file in the old location
is still picked up, but a deprecation warning is issued.
OK jasper@