mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/gsoap: upgrade to 2.8.66
This commit is contained in:
parent
aca7c966bf
commit
e390625d44
@ -1,8 +1,8 @@
|
||||
# Contributor: <xmingske@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gsoap
|
||||
pkgver=2.8.65
|
||||
pkgrel=1
|
||||
pkgver=2.8.66
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
pkgdesc="Cross-platform C and C++ SDK for SOAP/XML Web services"
|
||||
license="GPL-2.0-or-later gSOAP-1.3b"
|
||||
@ -32,6 +32,6 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="2df8696971481e3728b4b8c2e5f038bb40f17e999eca2b8ca50b7f75b1e425d953eb930ad3094255e7e4d8fc7386a370e79920affb9fd293301b1b000c09be18 gsoap_2.8.65.zip
|
||||
ab917ece2b7fc507138c7920ddce99ef7a482bfef9e323366940987a75e7594ca91a081ed8d9b6a6b050346a6ebe7c9a9d2de9483beb54768384177e4bc15b9b musl-fixes.patch
|
||||
sha512sums="ee2ee5a8acc1d3a8da51296e940d6e239effcbb3d69516b94394edf74ba18549367bc450d3e36aebc8c3dc94cf0326b0a4420b9c41e0ba09935178378e2e0d09 gsoap_2.8.66.zip
|
||||
cb276ffdd213f3626f212f304628d0e91974e493afd325bb324031d5e5ee2cb1de0f57d69da1608320f8e999984c64700fe9273ecdba97401366f662ac15d423 musl-fixes.patch
|
||||
a0892700b55562880a58cd8411fb3386a2ae1785c9212a59d0d1c8ccdfa86553bb8d6fb3dd6c923453a1a47c586edbc924c6e7bd4f2436948693e39bd3b1ec73 libressl.patch"
|
||||
|
@ -1,8 +1,6 @@
|
||||
diff --git a/gsoap/stdsoap2.cpp b/gsoap/stdsoap2.cpp
|
||||
index fccadad..2de066f 100644
|
||||
--- a/gsoap/stdsoap2.cpp
|
||||
+++ b/gsoap/stdsoap2.cpp
|
||||
@@ -19652,7 +19652,7 @@ soap_strerror(struct soap *soap)
|
||||
@@ -22400,7 +22400,7 @@
|
||||
{
|
||||
#ifndef WIN32
|
||||
# ifdef HAVE_STRERROR_R
|
||||
@ -11,11 +9,9 @@ index fccadad..2de066f 100644
|
||||
return strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* GNU-specific */
|
||||
# else
|
||||
strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf)); /* XSI-compliant */
|
||||
diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h
|
||||
index ba38ba3..9922319 100644
|
||||
--- a/gsoap/stdsoap2.h
|
||||
+++ b/gsoap/stdsoap2.h
|
||||
@@ -947,7 +947,7 @@ extern "C" {
|
||||
@@ -1015,7 +1015,7 @@
|
||||
# endif
|
||||
#elif defined(SOCKLEN_T)
|
||||
# define SOAP_SOCKLEN_T SOCKLEN_T
|
||||
|
Loading…
Reference in New Issue
Block a user