Package socket_wrapper: Information

    Source package: socket_wrapper
    Version: 1.2.1-alt1
    Build time:  Dec 30, 2019, 06:58 PM in the task #243463
    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 RPM packages built from this SRPM:
    socket_wrapper (x86_64, i586)
    socket_wrapper-debuginfo (x86_64, i586)

    Maintainer: Evgeny Sinelnikov

    List of contributors:
    Evgeny Sinelnikov

      1. cmake
      2. libcmocka-devel
      3. ctest

    Last changed


    Jan. 16, 2019 Evgeny Sinelnikov 1.2.1-alt1
    - Update to latest release
    - Disable ubt macros due binary package identity change
    April 9, 2018 Evgeny Sinelnikov 1.1.9-alt2
    - Add LD_LIBRARY_PATH to libthread_deadlock.so for running tests on e2k
    Jan. 29, 2018 Evgeny Sinelnikov 1.1.9-alt1
    - Update to latest release with fixed thread - signal deadlock issue