Package socket_wrapper: Information

  • Default inline alert: Version in the repository: 1.4.2-alt1

Source package: socket_wrapper
Version: 1.3.4-alt2
Build time:  Dec 6, 2023, 10:26 PM in the task #332201
Report package bug
Home page: http://cwrap.org/

License: BSD
Summary: A library passing all socket communications through Unix sockets
Description: 
socket_wrapper aims to help client/server software development teams willing to
gain full functional test coverage. It makes it possible to run several
instances of the full software stack on the same machine and perform locally
functional testing of complex network configurations.

To use it set the following environment variables:

LD_PRELOAD=libsocket_wrapper.so
SOCKET_WRAPPER_DIR=/path/to/swrap_dir

This package doesn't have a devel package because this project is for
development/testing.

List of rpms provided by this srpm:
libsocket_wrapper_noop (x86_64, ppc64le, i586, armh, aarch64)
libsocket_wrapper_noop-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libsocket_wrapper_noop-devel (x86_64, ppc64le, i586, armh, aarch64)
socket_wrapper (x86_64, ppc64le, i586, armh, aarch64)
socket_wrapper-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Evgeny Sinelnikov

List of contributors:
Evgeny Sinelnikov

    1. cmake
    2. libcmocka-devel
    3. ctest

Last changed


March 24, 2023 Evgeny Sinelnikov 1.3.4-alt2
- Split and place libsocket_wrapper_noop library and it's development files
  to separate subpackages.
Sept. 16, 2022 Evgeny Sinelnikov 1.3.4-alt1
- Fixed TOCTOU issue with udp auto binding
July 29, 2021 Evgeny Sinelnikov 1.3.3-alt1
- Update to latest release with support for fd-passing via unix sockets
- Add public libsocket_wrapper_noop library