File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ include ../../../make-rules/shared-macros.mk
1818
1919COMPONENT_NAME = gsoap
2020COMPONENT_MAJOR_VERSION = 2.8
21- COMPONENT_VERSION = $(COMPONENT_MAJOR_VERSION ) .140
21+ COMPONENT_VERSION = $(COMPONENT_MAJOR_VERSION ) .141
2222COMPONENT_SUMMARY = Toolkit for SOAP/REST-based C/C++ server and client web service applications
2323COMPONENT_PROJECT_URL = https://www.genivia.com/products.html
2424COMPONENT_SRC = $(COMPONENT_NAME ) -$(COMPONENT_MAJOR_VERSION )
2525COMPONENT_ARCHIVE = $(COMPONENT_NAME ) _$(COMPONENT_VERSION ) .zip
2626COMPONENT_ARCHIVE_URL = https://downloads.sourceforge.net/project/gsoap2/$(COMPONENT_ARCHIVE )
27- COMPONENT_ARCHIVE_HASH = sha256:46a2a91f1d9fd756fd6e6e3b82deb673e3f7cc574d234c91132cfaf90449d3ab
27+ COMPONENT_ARCHIVE_HASH = sha256:bc8210e97a81a659a18c748e998958ae369d35fc5f6ba3a097b42780fedd5a59
2828COMPONENT_FMRI = library/gsoap
2929COMPONENT_CLASSIFICATION =System/Libraries
3030COMPONENT_LICENSE = GPLv2+ with exceptions
Original file line number Diff line number Diff line change @@ -218,6 +218,10 @@ file path=usr/share/gsoap/plugin/httppost.h
218218file path=usr/share/gsoap/plugin/httppost.o
219219file path=usr/share/gsoap/plugin/httpposttest.c
220220file 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
221225file path=usr/share/gsoap/plugin/logging.c
222226file path=usr/share/gsoap/plugin/logging.h
223227file path=usr/share/gsoap/plugin/md5evp.c
Original file line number Diff line number Diff line change @@ -212,6 +212,10 @@ file path=usr/share/gsoap/plugin/httppost.h
212212file path=usr/share/gsoap/plugin/httppost.o
213213file path=usr/share/gsoap/plugin/httpposttest.c
214214file 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
215219file path=usr/share/gsoap/plugin/logging.c
216220file path=usr/share/gsoap/plugin/logging.h
217221file path=usr/share/gsoap/plugin/md5evp.c
You can’t perform that action at this time.
0 commit comments