mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
gsoap: upgrade 2.8.137 -> 2.8.142
From the changelog.md file: Version 2.8.142 (04/25/2026) Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
43f2dc81c5
commit
8be7894301
+8
-8
@@ -24,7 +24,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
#if GSOAP_VERSION != GSOAP_LIB_VERSION
|
#if GSOAP_VERSION != GSOAP_LIB_VERSION
|
||||||
# error "GSOAP VERSION MISMATCH IN LIBRARY: PLEASE REINSTALL PACKAGE"
|
# error "GSOAP VERSION MISMATCH IN LIBRARY: PLEASE REINSTALL PACKAGE"
|
||||||
#endif
|
#endif
|
||||||
@@ -5457,7 +5462,7 @@ tcp_gethostbyname(struct soap *soap, con
|
@@ -5460,7 +5465,7 @@ tcp_gethostbyname(struct soap *soap, con
|
||||||
{
|
{
|
||||||
#if (defined(_AIX43) || defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R)
|
#if (defined(_AIX43) || defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R)
|
||||||
struct hostent_data ht_data;
|
struct hostent_data ht_data;
|
||||||
@@ -33,7 +33,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
int r;
|
int r;
|
||||||
char *tmpbuf = soap->tmpbuf;
|
char *tmpbuf = soap->tmpbuf;
|
||||||
size_t tmplen = sizeof(soap->tmpbuf);
|
size_t tmplen = sizeof(soap->tmpbuf);
|
||||||
@@ -5490,7 +5495,7 @@ tcp_gethostbyname(struct soap *soap, con
|
@@ -5493,7 +5498,7 @@ tcp_gethostbyname(struct soap *soap, con
|
||||||
hostent = NULL;
|
hostent = NULL;
|
||||||
soap->errnum = h_errno;
|
soap->errnum = h_errno;
|
||||||
}
|
}
|
||||||
@@ -46,8 +46,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
{
|
{
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
# ifdef HAVE_STRERROR_R
|
# ifdef HAVE_STRERROR_R
|
||||||
-# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)))
|
-# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))) || defined(WITH_POSIX_STRERROR_R)
|
||||||
+# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)))
|
+# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))) || defined(WITH_POSIX_STRERROR_R)
|
||||||
err = strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* XSI-compliant */
|
err = strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* XSI-compliant */
|
||||||
if (err != 0)
|
if (err != 0)
|
||||||
soap_strcpy(soap->msgbuf, sizeof(soap->msgbuf), "unknown error");
|
soap_strcpy(soap->msgbuf, sizeof(soap->msgbuf), "unknown error");
|
||||||
@@ -65,7 +65,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
#if GSOAP_VERSION != GSOAP_LIB_VERSION
|
#if GSOAP_VERSION != GSOAP_LIB_VERSION
|
||||||
# error "GSOAP VERSION MISMATCH IN LIBRARY: PLEASE REINSTALL PACKAGE"
|
# error "GSOAP VERSION MISMATCH IN LIBRARY: PLEASE REINSTALL PACKAGE"
|
||||||
#endif
|
#endif
|
||||||
@@ -5490,7 +5495,7 @@ tcp_gethostbyname(struct soap *soap, con
|
@@ -5493,7 +5498,7 @@ tcp_gethostbyname(struct soap *soap, con
|
||||||
hostent = NULL;
|
hostent = NULL;
|
||||||
soap->errnum = h_errno;
|
soap->errnum = h_errno;
|
||||||
}
|
}
|
||||||
@@ -74,12 +74,12 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
while ((r = gethostbyname_r(addr, hostent, tmpbuf, tmplen, &hostent, &soap->errnum)) < 0)
|
while ((r = gethostbyname_r(addr, hostent, tmpbuf, tmplen, &hostent, &soap->errnum)) < 0)
|
||||||
{
|
{
|
||||||
if (tmpbuf != soap->tmpbuf)
|
if (tmpbuf != soap->tmpbuf)
|
||||||
@@ -23192,7 +23197,7 @@ soap_strerror(struct soap *soap)
|
@@ -23263,7 +23268,7 @@ soap_strerror(struct soap *soap)
|
||||||
{
|
{
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
# ifdef HAVE_STRERROR_R
|
# ifdef HAVE_STRERROR_R
|
||||||
-# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)))
|
-# if !defined(_GNU_SOURCE) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))) || defined(WITH_POSIX_STRERROR_R)
|
||||||
+# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600)))
|
+# if !defined(__GLIBC__) || (!(~_GNU_SOURCE+1) && ((!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600))) || defined(WITH_POSIX_STRERROR_R)
|
||||||
err = strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* XSI-compliant */
|
err = strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* XSI-compliant */
|
||||||
if (err != 0)
|
if (err != 0)
|
||||||
soap_strcpy(soap->msgbuf, sizeof(soap->msgbuf), "unknown error");
|
soap_strcpy(soap->msgbuf, sizeof(soap->msgbuf), "unknown error");
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7eaf5d4df67c0db38549ba3c714a37d6 \
|
|||||||
|
|
||||||
SRC_URI = "https://prdownloads.sourceforge.net/${BPN}2/${BPN}_${PV}.zip \
|
SRC_URI = "https://prdownloads.sourceforge.net/${BPN}2/${BPN}_${PV}.zip \
|
||||||
file://0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch"
|
file://0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch"
|
||||||
SRC_URI[sha256sum] = "a6c9fb9088efd60ad0e983fa83d8440fe128514db22297b5b3f2de302106e55c"
|
SRC_URI[sha256sum] = "6d7196bd6591ec2977474c681e351b4a33eb5c2d64c9e2e6727b004f330b3752"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
Reference in New Issue
Block a user