Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:redwil:devel:tools
socket_wrapper
socket_wrapper.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File socket_wrapper.changes of Package socket_wrapper
------------------------------------------------------------------- Thu Jun 13 05:50:23 UTC 2024 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.4.3 * Added support to find libc via LIBC_SO define * Fixed uid_wrapper running with jemalloc compiled binaries * Fixed socket_wrapper interaction test * Fixed thread sanitizer on modern Linux Kernels ------------------------------------------------------------------- Thu Aug 31 07:06:43 UTC 2023 - Andreas Schneider <asn@cryptomilk.org> - Update BuildRequires ------------------------------------------------------------------- Thu Jun 29 12:47:01 UTC 2023 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.4.2 * Fix LFS issues on 32bit platforms ------------------------------------------------------------------- Wed Jun 21 10:45:26 UTC 2023 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.4.1 * Fixed issue with fnctl() on 32bit * Added openat64() to detect stale fds - Remove socket_wrapper-fix-cmocka-1.1.6+-support.patch ------------------------------------------------------------------- Thu Feb 23 14:24:07 UTC 2023 - Andreas Schneider <asn@cryptomilk.org> - Fix building with cmocka >= 1.1.6 * Added socket_wrapper-fix-cmocka-1.1.6+-support.patch ------------------------------------------------------------------- Wed Jan 18 09:39:24 UTC 2023 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.4.0 * 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 ------------------------------------------------------------------- Thu Nov 24 09:40:58 UTC 2022 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.5 * Inject O_LARGEFILE as needed on 32bit * pkgconfig: Fix path to libsocket_wrapper.so * Fix -Wcast-qual warnings * Fix dclose(RTLD_NEXT) ------------------------------------------------------------------- Thu Jul 21 12:53:16 UTC 2022 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.4 * Fixed TOCTOU issue with udp auto binding * Fixed running on FreeBSD ------------------------------------------------------------------- Wed Mar 17 08:55:12 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.3 * Added public libsocket_wrapper_noop library * Added wrapper for wrap __close_nocancel() * Fixed possible deadlock in swrap_pcap_dump_packet() * Fixed issue when writing pcap files ------------------------------------------------------------------- Wed Feb 10 15:57:41 UTC 2021 - Jan Engelhardt <jengelh@inai.de> - Drop obsolete specfile constructs. Remove extraneous Recommends (no other package of the kind would have these). - Trim filler wording from descriptions. ------------------------------------------------------------------- Wed Feb 10 14:50:02 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.2 * https://gitlab.com/cwrap/socket_wrapper/-/blob/socket_wrapper-1.3.2/CHANGELOG ------------------------------------------------------------------- Fri Feb 5 14:58:06 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.1 * Fixed copy on write leak of ~38M for every fork * Fixed issue with accept() on FreeBSD * Fixed fd-passing on 32bit platforms * Fixed invalid read in swrap_sendmsg_unix_scm_rights() ------------------------------------------------------------------- Wed Feb 3 14:02:04 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.3.0 * https://gitlab.com/cwrap/socket_wrapper/-/blob/socket_wrapper-1.3.0/CHANGELOG ------------------------------------------------------------------- Mon Jun 22 15:05:19 UTC 2020 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.5 * https://gitlab.com/cwrap/socket_wrapper/-/blob/master/CHANGELOG ------------------------------------------------------------------- Tue Mar 24 13:12:47 UTC 2020 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.4 * https://gitlab.com/cwrap/socket_wrapper/-/blob/master/CHANGELOG ------------------------------------------------------------------- Thu Oct 31 11:55:39 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> - Some spec file cleanups ------------------------------------------------------------------- Wed Aug 21 09:08:54 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> - Change Requires to Recommends for cmake and pkgconf ------------------------------------------------------------------- Thu Mar 21 14:02:58 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.3 * Fixed missing NULL check for socket_wrapper_dir() * Fixes building in Samba source tree ------------------------------------------------------------------- Thu Mar 21 09:00:55 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.2 * Added environment variable to disable deep binding * Fixed installation of socket_wrapper * Fixed several small bugs ------------------------------------------------------------------- Wed Nov 14 08:43:12 UTC 2018 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.1 * Removed error message to fix applications doing stupid things ------------------------------------------------------------------- Tue Nov 13 13:10:34 UTC 2018 - Andreas Schneider <asn@cryptomilk.org> - Update to version 1.2.0 * Added threading support * Moved to modern cmake * Several smaller bugfixes ------------------------------------------------------------------- Mon Dec 4 11:22:22 UTC 2017 - asn@cryptomilk.org - Update to version 1.1.9 * Fixed thread - signal deadlock issue ------------------------------------------------------------------- Fri Oct 13 08:50:38 UTC 2017 - asn@cryptomilk.org - 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 ------------------------------------------------------------------- Tue May 31 06:57:22 UTC 2016 - asn@cryptomilk.org - Update to version 1.1.7 * Added support for accept4() * Added support for OpenBSD * Fixed sendto() with UDP and a connected socket * Fixed AF_RAWLINK sockets ------------------------------------------------------------------- Mon Mar 21 18:21:00 UTC 2016 - asn@cryptomilk.org - Update to version 1.1.6 * Added a wrapper for write() * Added support for automatic binding of ephemeral ports * Fixed recvmsg() with UDP * Fixed AF_NETLINK sockets ------------------------------------------------------------------- Sun Feb 14 11:46:13 UTC 2016 - jengelh@inai.de - Editorial fixes to the description ------------------------------------------------------------------- Thu Oct 15 09:15:14 UTC 2015 - asn@cryptomilk.org - Update to version 1.1.5 * Added support for TCP_NODELAY in setsockopt/getsockopt * Fixed cmsg space calculation ------------------------------------------------------------------- Wed Sep 2 11:53:38 UTC 2015 - asn@cryptomilk.org - Update to version 1.1.4 * Fixed handling of msg_name in recvmsg() * Fixed sendmsg()/recvmsg() TCP support * Fixed several compile warnings * Added environment variable to change MTU ------------------------------------------------------------------- Tue May 12 07:16:12 UTC 2015 - mpluskal@suse.com - Rename rpmlintrc so that it complies packaging conventions ------------------------------------------------------------------- Mon May 11 07:52:41 UTC 2015 - mpluskal@suse.com - Mention rpmlintrc as source ------------------------------------------------------------------- Mon May 11 06:22:55 UTC 2015 - asn@cryptomilk.org - Revert library package. ------------------------------------------------------------------- Mon May 11 06:16:38 UTC 2015 - asn@cryptomilk.org - Revert package split - Require pkg-config and cmake ------------------------------------------------------------------- Tue May 5 15:59:09 UTC 2015 - mpluskal@suse.com - Cleanup spec file - Use %cmake install macro - Split package - Remove rpmlintrc ------------------------------------------------------------------- Mon Feb 23 15:54:22 UTC 2015 - asn@cryptomilk.org - Update to version 1.1.3 * Added support for address sanitizer. * Fixed leaking of memory and fds of stale sockets. * Fixed the library loading code. ------------------------------------------------------------------- Thu Oct 2 09:42:58 UTC 2014 - asn@cryptomilk.org - Update to version 1.1.2 * Added support for fnctl(F_DUPFD). * Added support for glibc 2.20.90. ------------------------------------------------------------------- Thu Sep 11 14:57:22 UTC 2014 - asn@cryptomilk.org - Update to version 1.1.1 * Disable incomplete address in use check in bind(). * Added support for IP_PKTINFO in recvmsg(). * Added support for IPV6_PKTINFO in recvmsg(). * Added support for IP_RECVDSTADDR in recvmsg() on BSD. * Added support for more socket options in getsockopt(). * Added support for bindresvport(). * Fixed rebinding on connect(). * Fixed sockaddr buffer truncation in getsockname() and getpeername(). * Fixed special cases in bind(). * Fixed loading libc on some platforms. * Fixed memory leaks * Fixed calling open from libc. * Fixed loading libc functions on some platforms. ------------------------------------------------------------------- Thu Feb 13 10:22:38 UTC 2014 - asn@cryptomilk.org - Initial package.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor