This file is indexed.

/usr/share/doc/php5-sasl/package.xml is in php5-sasl 0.1.0-3+b1.

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
42
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>sasl</name>
  <summary>Cyrus SASL Extension</summary>
  <description>SASL is the Simple Authentication and Security Layer (as defined by RFC 2222).  It provides a system for adding plugable authenticating support to connection-based protocols.  The SASL Extension for PHP makes the Cyrus SASL library functions available to PHP. It aims to provide a 1-to-1 wrapper around the SASL library to provide the greatest amount of implementation flexibility.  To that end, it is possible to build both a client-side and server-side SASL implementation entirely in PHP.</description>
  <maintainers>
    <maintainer>
      <user>jon</user>
      <name>Jon Parise</name>
      <email>jon@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>0.1.0</version>
    <date>2004-01-27</date>
    <license>PHP License</license>
    <state>alpha</state>
    <notes>Initial preview release.</notes>
    <filelist>
      <file role="doc" baseinstalldir="/" name="docs/TODO"/>
      <file role="test" baseinstalldir="/" name="tests/sasl.phpt"/>
      <file role="test" baseinstalldir="/" name="tests/sasl_version.phpt"/>
      <file role="src" baseinstalldir="/" name="config.m4"/>
      <file role="src" baseinstalldir="/" name="config.w32"/>
      <file role="src" baseinstalldir="/" name="Makefile.in"/>
      <file role="src" baseinstalldir="/" name="php_sasl.h"/>
      <file role="src" baseinstalldir="/" name="sasl.c"/>
    </filelist>
  </release>
  <changelog>
    <release>
      <version>0.1.0</version>
      <date>2004-01-27</date>
      <license>PHP License</license>
      <state>alpha</state>
      <notes>Initial preview release.  This package is far from complete, but the basic functionality is available for testing and feedback.
</notes>
    </release>
  </changelog>
</package>