Accepting request 1108068 from home:varkoly:branches:server:http

- Apply upstream patch for the ppc64le issue:
  Add patch:
  0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch 
  Remove patch:
  fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch

OBS-URL: https://build.opensuse.org/request/show/1108068
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=291
This commit is contained in:
Marcus Rückert 2023-09-07 22:05:43 +00:00 committed by Git OBS Bridge
parent afa08a80b8
commit 4fae526252
4 changed files with 4994 additions and 13 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
--- haproxy-2.8.2+git0.61a0f576a/include/import/xxhash.h.orig 2023-08-18 07:12:28.464256077 +0200
+++ haproxy-2.8.2+git0.61a0f576a/include/import/xxhash.h 2023-08-18 07:18:38.142879532 +0200
@@ -4129,7 +4129,8 @@
const void* XXH_RESTRICT secret)
{
/* presumed aligned */
- unsigned long long* const xacc = (unsigned long long*) acc;
+ /* unsigned long long* const xacc = (unsigned long long*) acc; */
+ xxh_u64x2 const* const xacc = (xxh_u64x2 *) acc;
xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */
xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */
xxh_u64x2 const v32 = { 32, 32 };

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 30 09:04:25 UTC 2023 - Peter Varkoly <varkoly@suse.com>
- Apply upstream patch for the ppc64le issue:
Add patch:
0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch
Remove patch:
fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch
-------------------------------------------------------------------
Mon Aug 21 14:38:51 UTC 2023 - Peter Varkoly <varkoly@suse.com>

View File

@ -99,7 +99,7 @@ Source5: haproxy-user.conf
Patch1: haproxy-1.6.0_config_haproxy_user.patch
Patch2: haproxy-1.6.0-makefile_lib.patch
Patch3: haproxy-1.6.0-sec-options.patch
Patch4: fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch
Patch4: 0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch
#
Source98: series
Source99: haproxy-rpmlintrc