Package socket_wrapper: Information

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

Source package: socket_wrapper
Version: 1.4.0-alt2
Latest version according to Repology
Build time:  Mar 24, 2023, 04:08 AM in the task #317346
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

ACL:
Evgeny Sinelnikov
@everybody

    1. cmake
    2. ctest
    3. libcmocka-devel

Last changed


March 24, 2023 Evgeny Sinelnikov 1.4.0-alt2
- Skip test_syscall_swrap for arm archicture
March 24, 2023 Evgeny Sinelnikov 1.4.0-alt1
- Added support for sendmmsg()/recvmmsg()
- Added support for handling close, recvmmsg and sendmmsg syscalls
- Added support to interact with uid_wrapper syscall()
- Improved IP address tracing output
- Inject O_LARGEFILE as needed on 32bit
- pkgconfig: Fix path to libsocket_wrapper.so
- Fix -Wcast-qual warnings
- Fix dclose(RTLD_NEXT)
March 24, 2023 Evgeny Sinelnikov 1.3.4-alt2
- Split and place libsocket_wrapper_noop library and it's development files
  to separate subpackages.