Sync from SUSE:SLFO:Main socket_wrapper revision b0a05ca4fc659a357a35127c997dc155

This commit is contained in:
2025-03-26 10:07:14 +01:00
parent 4de1609883
commit c7be9e583a
7 changed files with 56 additions and 56 deletions

BIN
socket_wrapper-1.4.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmPHvdgACgkQfuD8TcwB
Tj2q8g/7BlqS00E/JDGHSDiHFNjhtjey53nrrJ9Fbog6fPiI0SkjwrPotbE37rct
K5fGI+9HvyLGiG6XXERuUYhdoxt32Zlmdk0XSJbT1OZV2k3vjGR080w+mV/mcRMu
kC9ix+9vKiHkO6QfOEUwkv3C3IDyp/FHju61hossORcuiL3Kk+AVoGaoxfBgC29D
8/+g2Q0yNOLnF3+GUMODmYAs7s4CqcXys4AulXW6XwHwH8hIi3bDmUpNtUTGkjxY
8ZoWOgpHsvBiEQ0LpPJckRXbXPhf6TnX9orwGjrPDmBoRAcPt9prc5mLMThvltuX
BHa3tkyyOg7sUzK15S+HLQ1fDERMHcV6J97UzM/GW0DCuh2XxpXaayACkp3/8dLU
Tvz+M/YB82yikvK0ksW9KzCtxkk8f3UoCnhHCzwIjSeAnED1KUrQkqmctuK5t8MN
CnNLvpTLXLvRa3SbsFc/KnKa759TuLT3Zcz2//iNLZSDIQPQ1pWybY2x7KYqobpN
7dKXlwwrjvC4WUgMl8XOvMgngXYUiTPB7KQMqpyeqi3mBjWYAMsj7GMwkPYHPRDD
4tR8DZ9cbEPumcol2IxAEJUZaWHeBYbwMwq+EknUHe7d1V5gMbohZIKJbgzRZVpm
ieoxl0FyyUhNIiHqm59TAGSKlKds75sX0kg3NqVo6So6vFcQCPo=
=EBbQ
-----END PGP SIGNATURE-----

BIN
socket_wrapper-1.4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmeRAi8ACgkQfuD8TcwB
Tj0L3w/8ChaRDHVcyZwzq3XJlW4GTWuEJJaA5p3xLk3HMQow+iiZZ4D32Jp28BQw
yol29YkBvB3AGD0pjCpT1/ZcPGEvd5plYUT8equjSZnIqqgNS2xOQBkjAumZ2td3
TP6VMo4br0iaObHipzajbAQTesqpbx54gHH8ydwNZ4m345STY5ROG8Su0EQAq3Fp
dvJhatHsMf78xEJO0b9/1QOt7V4xVF1FZ8RzX3/h6Ec3M8OGXsfb9ttm2UTjp3mc
PUj/Flf26T0vYACRsHrQP5O5pdtZF7F19AicFXylG2/IwDkuBlgnNnN6jaJpgiPy
KLwRqzGrpR22TsmyGzWkOhqTlG5O9O1Cc6c2N1oBDrmk2ExQBn7wjL/sc1C+JSCc
T4UzyMfSTR1KwzneC0qPY3IP6kr2/q1/jklf/QPg/zEic0dFskH0w2KHBxIX1c2I
cchzaOcNKHmsSJo5DzGC0zPooppJjMH5RGxLNuNmnq8+LgthjAYRdCVhG6+XuCh/
Umva79BN+D0rJQipIj5ZdIMLuPwpzmCpua6gbofC4hgxS4bzTodkeJqF/a90E8S0
p9G5emxr8zsivmpE0q/HAhE5LqSW9QQzA+C6Cn441nOxbH377YmaDtdOkLJpRfsU
o9Qit7pXItM0bPiV019zCAEbpJ5YeYPssKR0DwaTSoO3efj34hU=
=NNwH
-----END PGP SIGNATURE-----

View File

@@ -1,33 +0,0 @@
From 97fe09e583f6e2ef94623c872e0c56bcd8817303 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <asn@samba.org>
Date: Fri, 17 Feb 2023 17:51:27 +0100
Subject: [PATCH] cmake: Fix cmocka >= 1.1.6 find_package() in CONFIG mode
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
---
tests/CMakeLists.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6c3aae9..3748461 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,6 +7,11 @@ include_directories(
${CMOCKA_INCLUDE_DIR}
)
+# Required for cmocka >= 1.1.6
+if (TARGET cmocka::cmocka)
+ set(CMOCKA_LIBRARY cmocka::cmocka)
+endif()
+
set(TORTURE_LIBRARY torture)
# RFC862 echo server
--
2.39.2

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Jan 22 15:12:45 UTC 2025 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.4.4
* Fixed setsockopt(SO_REUSEPORT) with glibc 2.40
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package socket_wrapper
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
############################# NOTE ##################################
Name: socket_wrapper
Version: 1.4.0
Version: 1.4.4
Release: 0
Summary: A library passing all socket communications through Unix sockets
License: BSD-3-Clause
@@ -35,11 +35,10 @@ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
Source2: socket_wrapper.keyring
Source3: %{name}-rpmlintrc
Patch0: socket_wrapper-fix-cmocka-1.1.6+-support.patch
#
BuildRequires: cmake
BuildRequires: libcmocka-devel
BuildRequires: pkg-config
BuildRequires: cmake(cmocka)
%description
socket_wrapper helps client/server software development to gain functional test