Package socket_wrapper: Information

    Source package: socket_wrapper
    Version: 1.4.2-alt1
    Latest version according to Repology
    Build time:  Oct 20, 2023, 03:08 AM in the task #332204
    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


    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()
    March 24, 2023 Evgeny Sinelnikov 1.4.0-alt2
    - Skip test_syscall_swrap for arm archicture