This file is indexed.

/usr/share/doc/php-net-checkip/package.xml is in php-net-checkip 1.2.1-3.

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.11" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0                              http://pear.php.net/dtd/tasks-1.0.xsd                              http://pear.php.net/dtd/package-2.0                              http://pear.php.net/dtd/package-2.0.xsd">
 <name>Net_CheckIP</name>
 <channel>pear.php.net</channel>
 <summary>Check the syntax of IPv4 addresses</summary>
 <description>This package validates IPv4 addresses.</description>
 <lead>
  <name>Martin Jansen</name>
  <user>mj</user>
  <email>mj@php.net</email>
  <active>yes</active>
 </lead>
 <date>2006-12-15</date>
 <time>18:45:32</time>
 <version>
  <release>1.2.1</release>
  <api>1.2.1</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license>MIT License</license>
 <notes>Fixed bug #6914 that caused the package to accept illegal IP addresses.</notes>
 <contents>
  <dir name="/">
   <file baseinstalldir="Net" md5sum="08cf9c0efacdf4811328d6d94aeb7676" name="CheckIP.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
</package>