Skip to content

Commit 0afc85d

Browse files
authored
gsoap: update to 2.8.141
1 parent 62d120d commit 0afc85d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

components/library/gsoap/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ include ../../../make-rules/shared-macros.mk
1818

1919
COMPONENT_NAME= gsoap
2020
COMPONENT_MAJOR_VERSION= 2.8
21-
COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).140
21+
COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).141
2222
COMPONENT_SUMMARY= Toolkit for SOAP/REST-based C/C++ server and client web service applications
2323
COMPONENT_PROJECT_URL= https://www.genivia.com/products.html
2424
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_MAJOR_VERSION)
2525
COMPONENT_ARCHIVE= $(COMPONENT_NAME)_$(COMPONENT_VERSION).zip
2626
COMPONENT_ARCHIVE_URL= https://downloads.sourceforge.net/project/gsoap2/$(COMPONENT_ARCHIVE)
27-
COMPONENT_ARCHIVE_HASH= sha256:46a2a91f1d9fd756fd6e6e3b82deb673e3f7cc574d234c91132cfaf90449d3ab
27+
COMPONENT_ARCHIVE_HASH= sha256:bc8210e97a81a659a18c748e998958ae369d35fc5f6ba3a097b42780fedd5a59
2828
COMPONENT_FMRI= library/gsoap
2929
COMPONENT_CLASSIFICATION=System/Libraries
3030
COMPONENT_LICENSE= GPLv2+ with exceptions

components/library/gsoap/gsoap.p5m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ file path=usr/share/gsoap/plugin/httppost.h
218218
file path=usr/share/gsoap/plugin/httppost.o
219219
file path=usr/share/gsoap/plugin/httpposttest.c
220220
file path=usr/share/gsoap/plugin/httpposttest.h
221+
file path=usr/share/gsoap/plugin/httpstreams.c
222+
file path=usr/share/gsoap/plugin/httpstreams.h
223+
file path=usr/share/gsoap/plugin/httpstreamstest.c
224+
file path=usr/share/gsoap/plugin/httpstreamstest.h
221225
file path=usr/share/gsoap/plugin/logging.c
222226
file path=usr/share/gsoap/plugin/logging.h
223227
file path=usr/share/gsoap/plugin/md5evp.c

components/library/gsoap/manifests/sample-manifest.p5m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ file path=usr/share/gsoap/plugin/httppost.h
212212
file path=usr/share/gsoap/plugin/httppost.o
213213
file path=usr/share/gsoap/plugin/httpposttest.c
214214
file path=usr/share/gsoap/plugin/httpposttest.h
215+
file path=usr/share/gsoap/plugin/httpstreams.c
216+
file path=usr/share/gsoap/plugin/httpstreams.h
217+
file path=usr/share/gsoap/plugin/httpstreamstest.c
218+
file path=usr/share/gsoap/plugin/httpstreamstest.h
215219
file path=usr/share/gsoap/plugin/logging.c
216220
file path=usr/share/gsoap/plugin/logging.h
217221
file path=usr/share/gsoap/plugin/md5evp.c

0 commit comments

Comments
 (0)