Пакет socket_wrapper-1.2.3-1.el8.src
Имя | socket_wrapper |
---|---|
Эпоха | 0 |
Версия | 1.2.3 |
Релиз | 1.el8 |
Архитектура | src |
Сайт | http://cwrap.org/ |
Лицензия | BSD |
Время сборки | 2023-12-08 21:28:54 |
Хост сборки | builder-x86-04.inferitos.ru |
Краткое описание | A library passing all socket communications through Unix sockets |
Репозитории | PowerTools |
Полное описание | 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. |
Эррата | — |
Размер | 84 КиБ |
Исходный проект | socket_wrapper-1.2.3-1.el8 |
Контрольная сумма SHA-256 | 4118e1d7921f83f6cd4e88bdb7f37758cd23f52b20299ad62d6d2e2747035f08 |
×
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.2.3-1 - Rebuilt for MSVSphere 8.8 * Thu Mar 28 2019 Andreas Schneider <asn@redhat.com> - 1.2.3-1 - Update to version 1.2.3 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Nov 14 2018 Andreas Schneider <asn@redhat.com> - 1.2.1-1 - Update to version 1.2.1 * Removed error message to fix applications doing stupid things * Tue Nov 13 2018 Andreas Schneider <asn@redhat.com> - 1.2.0-1 - Update to vesrion 1.2.0 * Added threading support * Moved to modern cmake * Several smaller bugfixes * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Dec 06 2017 Andreas Schneider <asn@redhat.com> - 1.1.9-1 - Update to version 1.1.9 * Fix thread deadlock with due to a signal interrupt * Fri Oct 13 2017 Andreas Schneider <asn@redhat.com> - 1.1.8-1 - Update to version 1.1.8 * Added support for openat() * Added support for open64() and fopen64() * Always enabled logging support * Increased maximum for wrapped interfaces to 64 * Improved fd duplication code * Fixed strict-aliasing issues * Fixed some use after free issues * Fixed issues on ppc64le * Wed Aug 02 2017 Andreas Schneider <asn@redhat.com> - 1.1.7-4 - resolves: #1465147 - Fix socket_wrapper on ppc64le