This file is indexed.

/usr/share/wixl-0.95/include/curl.wxi is in wixl 0.95-1.

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
<?xml version="1.0" encoding="utf-8"?>
<?require libssh2.wxi?>
<?require libidn.wxi?>
<?require zlib.wxi?>
<?require openssl.wxi?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir228046DAD8E98D16E9275D1D5B2A4070" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmpD17DE7BDBF0C5DD49F836AC69F4B3B5F" Guid="*">
          <File Id="filC09E7BC3640F1C5BE2A36213327D902F" KeyPath="yes" Source="$(var.SourceDir)/bin/libcurl-4.dll"/>
        </Component>
        </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.curl">
      <ComponentGroupRef Id="CG.libssh2"/>
      <ComponentGroupRef Id="CG.libidn"/>
      <ComponentGroupRef Id="CG.zlib"/>
      <ComponentGroupRef Id="CG.openssl"/>
      <ComponentRef Id="cmpD17DE7BDBF0C5DD49F836AC69F4B3B5F"/>
    </ComponentGroup>
  </Fragment>
</Include>