This file is indexed.

/usr/share/doc/php-horde-gollem/RELEASE_NOTES is in php-horde-gollem 3.0.7-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/* Security release? */
$notes['security'] = false;

/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Gollem File
Manager version H5 (3.0.7).

Gollem is a web-based file manager, providing the ability to fully manage a
hierarchical file system stored in a variety of backends such as a SQL
database, as part of a real filesystem, or on FTP, Samba or SSH servers. For
more information on Gollem, visit http://www.horde.org/apps/gollem.

For upgrading instructions, please see
http://www.horde.org/apps/gollem/docs/UPGRADING

For detailed installation and configuration instructions, please see
http://www.horde.org/apps/gollem/docs/INSTALL

The major changes compared to Gollem version H5 (3.0.6) are:
    * Small bugfixes and improvements.
ML;

$notes['name'] = 'Gollem';
$notes['branch'] = 'Horde 5';
return $notes;