This file is indexed.

/usr/share/doc/zeroc-icepatch2/README is in zeroc-icepatch2 3.6.3-5.

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
======================================================================
The Internet Communications Engine
======================================================================

Ice is a comprehensive RPC framework that helps you build distributed
applications with minimal effort using familiar object-oriented idioms.
Ice handles all interactions with low-level network programming
interfaces so that you can focus your efforts on your application logic.
When using Ice, there is no need to worry about details such as opening
network connections, serializing and deserializing data for network
transmission, or retrying failed connection attempts (just to name a
few things).

Feature highlights:

- Efficient, high-performance binary protocol
- Supports a wide range of programming languages and platforms
- Easy to use and type-safe API, with your own interfaces and types
  defined in a programming language neutral IDL, Slice
- Supports secure, encrypted communications by taking advantage of
  your platform's native SSL/TLS stack
- Familiar object-oriented programming model, with the ability to
  transmit proxies (references to remote objects) to remote applications
- Supports synchronous and asynchronous calls, for both client-side
  invocations and server-side dispatches
- Automatic discovery of remote objects through UDP multicast
- Comes with a number of optional services:
   - IceGrid, the nerve-center of any large-scale application, with
     support for server deployment, replication, monitoring,
     load-balancing and more
   - IceStorm, a lightweight topic-based pub-sub service
   - Freeze, an embedded, transactional database for Ice datatypes
   - Glacier2, a sysadmin-friendly solution for routing Ice
     communications through firewalls
   - IcePatch2, an efficient software distribution and patching service


Getting Started with Ice on Linux
---------------------------------

Please visit the 'Using the Linux Binary Distributions' section in the
Ice 3.6.3 release notes:

https://doc.zeroc.com/display/Rel/Ice+3.6.3+Release+Notes

Documentation
-------------

The full documentation for Ice is available online:

https://doc.zeroc.com/display/Ice36/Ice+Manual


Source Code
------------

The source code for Ice 3.6.3 is on GitHub:

https://github.com/zeroc-ice/ice/releases/tag/v3.6.3