This file is indexed.

/usr/share/maven-repo/io/netty/netty-tcnative-parent/1.x/netty-tcnative-parent-1.x.pom is in libnetty-tcnative-1.1-java 1.1.33.Fork26-2build1.

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2014 The Netty Project
  ~
  ~ The Netty Project licenses this file to you under the Apache License,
  ~ version 2.0 (the "License"); you may not use this file except in compliance
  ~ with the License. You may obtain a copy of the License at:
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  ~ License for the specific language governing permissions and limitations
  ~ under the License.
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>io.netty</groupId>
	<artifactId>netty-tcnative-parent</artifactId>
	<version>1.x</version>
	<packaging>pom</packaging>
	<name>Netty/TomcatNative [Parent]</name>
	<description>A Mavenized fork of Tomcat Native which incorporates various patches</description>
	<properties>
		<checkstyle.skip>true</checkstyle.skip>
		<animal.sniffer.skip>true</animal.sniffer.skip>
		<forceAutogen>true</forceAutogen>
		<forceConfigure>true</forceConfigure>
		<opensslDynamicDir>../openssl-dynamic</opensslDynamicDir>
		<vsStaticTemplateFile>../vs2010.vcxproj.static.template</vsStaticTemplateFile>
		<defaultJarFile>${project.build.directory}/${project.build.finalName}.jar</defaultJarFile>
		<nativeJarFile>${project.build.directory}/${project.build.finalName}-${os.detected.classifier}.jar</nativeJarFile>
		<nativeLibOnlyDir>${project.build.directory}/native-lib-only</nativeLibOnlyDir>
		<nativeJarWorkdir>${project.build.directory}/native-jar-work</nativeJarWorkdir>
		<aprVersion>1.5.2</aprVersion>
		<aprMd5>98492e965963f852ab29f9e61b2ad700</aprMd5>
		<boringsslBranch>chromium-stable</boringsslBranch>
		<libresslVersion>2.4.4</libresslVersion>
		<!--
        NB: libressl does not currently publish sha256 signatures and instead relies on signify
        to verify releases. The project does not have a securely published GPG key.

        Verifying a libressl release:
        - Download the new version and the SHA256.sig from http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
        - Grab the signify public key from https://www.openbsd.org/libressl/signing.html if you
          don't already have it
        - Verify the release: signify -V -x SHA256.sig  -p libressl.pub -m libressl-{libresslVersion}.tar.gz -e
        - Record the sha256: sha1sum -a 256 libressl-{libresslVersion}.tar.gz (shasum on osx)
    -->
		<libresslSha256>6fcfaf6934733ea1dcb2f6a4d459d9600e2f488793e51c2daf49b70518eebfd1</libresslSha256>
		<opensslVersion>1.0.2j</opensslVersion>
		<opensslSha256>e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431</opensslSha256>
		<aprHome>${project.build.directory}/apr</aprHome>
		<aprBuildDir>${project.build.directory}/apr-${aprVersion}</aprBuildDir>
		<archBits>64</archBits>
		<linkStatic>false</linkStatic>
		<sslHome>${project.build.directory}/ssl</sslHome>
		<msvcSslIncludeDirs>${sslHome}/include</msvcSslIncludeDirs>
		<msvcSslLibDirs>${sslHome}/lib</msvcSslLibDirs>
		<msvcSslLibs>ssleay32.lib;libeay32.lib</msvcSslLibs>
		
			<debian.mavenRules>io.netty netty-tcnative* * s/.*/1.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>1.1.33.Fork26</debian.originalVersion>
		
			<debian.package>libnetty-tcnative-1.1-java</debian.package>
	</properties>
</project>