Package socket_wrapper: Information
Source package: socket_wrapper
Version: 1.4.3-alt1
Build time: Nov 1, 2024, 12:17 AM in the task #360140
Category: Development/Other
Report package bugHome 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 RPM packages built from 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)
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
Last changed
July 14, 2024 Evgeny Sinelnikov 1.4.3-alt1
- Updates to new version 1.4.3 (released 2024-06-12) - Fixes from upstream: + Fixed socket_wrapper running with jemalloc compiled binaries + Fixed thread sanitizer on modern Linux Kernels + Fixed swrap_fake_uid_wrapper test
Oct. 20, 2023 Evgeny Sinelnikov 1.4.2-alt1
- Fixed LFS issues on 32bit platforms - Fixed issue with fnctl() on 32bit - Added openat64() to detect stale fds
March 24, 2023 Evgeny Sinelnikov 1.4.0-alt3
- Fix cmocka >= 1.1.6 find_package()