gwenhywfar, bump to 5.12.2 (#12980)

This commit is contained in:
Schrijvers Luc
2025-09-30 17:47:30 +02:00
committed by GitHub
parent debb2d3b53
commit 3c64f3b144
2 changed files with 27 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ COPYRIGHT="Martin Preuss"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/aqbanking/gwenhywfar/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="2b0b9dd49b95f025f4e0c0346ba88e20b893407c444fccf6403a4da349954f04"
CHECKSUM_SHA256="64e044f41a4ea59d3c5a7afe77ed8fed3ee850277f9310183bb5fcb0b2329633"
PATCHES="gwenhywfar-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -18,7 +18,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="79.10.2"
libVersion="79.12.2"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="

View File

@@ -1,4 +1,4 @@
From 83e8464a86e7653b8c21ed3470a24a7a27c0aed2 Mon Sep 17 00:00:00 2001
From 320c3a16a778d19ae65758f28a5fd265d791b941 Mon Sep 17 00:00:00 2001
From: Javier Steinaker <jsteinaker@gmail.com>
Date: Thu, 7 Nov 2024 12:07:29 -0300
Subject: Test http, https and TLS against a working domain
@@ -44,5 +44,28 @@ index 6ee1dab..cfe4e4f 100644
baseLayer=sio;
--
2.45.2
2.50.1
From cb6691dad7ff061d10dcc8e8a78f6c9ce38f5d20 Mon Sep 17 00:00:00 2001
From: Luc Schrijvers <begasus@gmail.com>
Date: Tue, 30 Sep 2025 13:42:08 +0200
Subject: Include endian.h for Haiku also (fixes build)
diff --git a/src/os/portable_endian.h b/src/os/portable_endian.h
index d9a9f7b..3df897d 100644
--- a/src/os/portable_endian.h
+++ b/src/os/portable_endian.h
@@ -13,7 +13,7 @@
#endif
-#if defined(__linux__) || defined(__CYGWIN__)
+#if defined(__linux__) || defined(__CYGWIN__) || defined(__HAIKU__)
# include <endian.h>
--
2.50.1