Accepting request 879655 from devel:tools

- 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

OBS-URL: https://build.opensuse.org/request/show/879655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/socket_wrapper?expand=0&rev=17
This commit is contained in:
Richard Brown 2021-03-19 15:40:17 +00:00 committed by Git OBS Bridge
commit e31ef34a02
7 changed files with 58 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b6bf2e30eec8c02a5d559b22cf8c08dc8434e759c2e870c82783b50609fa9d8
size 86255

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmAjyKsACgkQfuD8TcwB
Tj3JORAArxYJ+bzinZ+6zfKvT+LSBKc6uk5aCFNV9067FJ5UHhscbuYuXUyEVVaI
0UkdoOT52ZJAG5odfTntasjhoTob5K78P/m445SItbA/+lInH9Yn91neNHB572JQ
WrbEs02SxdpUYgzuLPFtPs6RWWAu06GZu2rN4m/NwSUbkI0GZhisvI3ShWogmfJJ
mmX/s31Put3OjD5lXcoVzC/kIgW/rFnFVkJhJ/W4GMM7SbgRUw5nt5nEd46ZBKqT
V9cJO51JdTk8eflWE5oVng3mChbYtdzK5m5C2vsULWn6wlzvSAmt3/iFFmqkspIP
kFZ94ZnvTNcBg3SFm28IVeXM+hGrPPJY8S1dyiXXdCHfU1x447GMUx4hhZ0tawz0
CjxHDW/ACS+f/lkgJQJ1kg+PX1+E+qIxr2Vx2V6LRmkgu+RUgBZV+f9ocCm/7D19
ls3msr2DFbpBBpJO7WvvwFAgMTRog44Kpm54CZjUhrM74svW+RoMLxFhhGFosnhE
8RCRU383JxrUytca4fznsxlxdpdJ4oTpcORt70hcRkQSI39CWdEa2XAQtNPxus1W
ot3dAmP0nMis8j0auHfkmAUGyATx2CAUcM13W8cJgibL/MaV2SrCtz7pYdbuLNGC
HqXagI0N+7AA5o1HvaU+WUK7hK0V8lvyWeOITOOSINeYyZAPRQg=
=vp1k
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b8da2fb0ee7dc990fbce734dfd23e7ebcc39ead46186c90a9490c15da1e6e13
size 81579

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmBRw8EACgkQfuD8TcwB
Tj09Dg/7BB9tSGuFVUx2xNlS0BwNiLI5ElU3+RIaTy3YNain9eYzZQbefNMty1Nn
BuzQCX2wSpjbaACb/lNzH2ExBvwfkSqcma2OzU9KfvYWZNNKvZ7MMvSyrPDDrBF3
2vu33qwBonOog1NWSKqP7JsIAr7v3E2x2TIS0UdRE896m1Up2OUaFpN+DVah523O
BGtIosGFP/aP7wwER/KeKdCsHVa0eFQ5dH73ZncJOjJRJT+XglpIFk4/NuItX8ga
N9EjNsvy4vFLq84rtlYx+qBnYp51O+KhfUysK6VcXXt44GmXMDpYel7pMr02Nqbh
7Otg89ef8O6yM2Ur4rHp7He4AW1adcq4Hz9VT39OrmmNI8yvqC73LI3sfbtTpO41
lOrTqaD/cG91CD6GhqS27aktMMerx6M7H8ydHGq9aC+QKdMdLCid+5yLD1AJHFX9
9pLC5mmDG9G7YW0YII6hi03fJ9zx3ha/yTZCPaPQRey8fiCoh+cLs6aiCX+V49Zm
ckilFRlug1NugF3uRZVq86GNBkutWykC034k7dqJofTPucn9HY8zvoKadzclR3I1
Yxy+IVpEeTGWVcYr1I9y9L71BO8baW8SXyRLnuqyTIVczPfUlNMNvVbHA+EU5us0
/MffwMWHZ/Mnz1W1lOPA4x+V3K6rqeZ445duQxlWdm4XIBTGM5k=
=vb6P
-----END PGP SIGNATURE-----

View File

@ -7,3 +7,4 @@
addFilter("shlib-policy-name-error")
addFilter("shared-lib-calls-exit")
addFilter("devel-file-in-non-devel-package")
addFilter("shared-lib-without-dependency-information")

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@ -24,7 +24,7 @@
############################# NOTE ##################################
Name: socket_wrapper
Version: 1.3.2
Version: 1.3.3
Release: 0
Summary: A library passing all socket communications through Unix sockets
License: BSD-3-Clause
@ -50,6 +50,21 @@ To use it, set the following environment variables:
LD_PRELOAD=libsocket_wrapper.so
SOCKET_WRAPPER_DIR=/path/to/swrap_dir
%package -n libsocket_wrapper_noop0
Summary: A library providing dummies for socket_wrapper
%description -n libsocket_wrapper_noop0
Applications with the need to call socket_wrapper_enabled() should link against
-lsocket_wrapper_noop in order to resolve the symbol at link time.
%package -n libsocket_wrapper_noop-devel
Summary: Development headers for libsocket_wrapper_noop
Requires: libsocket_wrapper_noop0 = %{version}
%description -n libsocket_wrapper_noop-devel
Development headers for applications with the need to call
socket_wrapper_enabled().
%prep
%autosetup
@ -69,6 +84,10 @@ SOCKET_WRAPPER_DIR=/path/to/swrap_dir
%postun -p /sbin/ldconfig
%post -n libsocket_wrapper_noop0 -p /sbin/ldconfig
%postun -n libsocket_wrapper_noop0 -p /sbin/ldconfig
%files
%doc AUTHORS README.md CHANGELOG
%license LICENSE
@ -80,4 +99,13 @@ SOCKET_WRAPPER_DIR=/path/to/swrap_dir
%{_libdir}/cmake/socket_wrapper/socket_wrapper-config.cmake
%{_libdir}/pkgconfig/socket_wrapper.pc
%files -n libsocket_wrapper_noop0
%{_libdir}/libsocket_wrapper_noop.so.*
%files -n libsocket_wrapper_noop-devel
%{_includedir}/socket_wrapper.h
%{_libdir}/libsocket_wrapper_noop.so
%{_libdir}/cmake/socket_wrapper/socket_wrapper_noop-config*.cmake
%{_libdir}/pkgconfig/socket_wrapper_noop.pc
%changelog