| Name: | capnproto |
|---|---|
| Version: | 1.3.0 |
| Release: | 1.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 744340 |
| License: | MIT |
| RPM: | capnproto-1.3.0-1.el10.aarch64.rpm |
| Source RPM: | capnproto-1.3.0-1.el10.src.rpm |
| Build Date: | Wed Feb 11 2026 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://capnproto.org |
| Summary: | A data interchange format and capability-based RPC system |
| Description: | Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers. This package contains the schema compiler and command-line encoder/decoder tools. |
- capnproto-1.3.0 (RHEL-127899)
- Remove needless test skipping
- Rebase to latest capnproto-1.2.0
- Enable gating
- Initial commit on c10s
- Rebase to 1.0.1
- Backport upstream fix for missing headers for g++13 - Backport upstream fix for operator!= removal for C++20
- Update to version 0.10.3 - Fixes RHBZ#2149787 - Addresses CVE-2022-46149
- Rebase to 0.10.2 - Drop backported patch
- Rebase to 0.9.1 - Add patch to fix running tests - Disable flaky/broken test per upstream guidance