From 92ab710a3f2ef9a7a030c9e8f33932de0da312f7 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sat, 27 Sep 2025 13:17:19 -0400 Subject: gsoap: upgrade 2.8.134 -> 2.8.135 License-Change: update copyright from 2015 to 2024. from the changelog.md file : Version 2.8.135 (07/01/2024) --- - Updated `soap::http_extra_header` optional user-defined custom HTTP header string to permit multiple HTTP headers in the specified string separated by newlines, the specified headers are checked by the engine to conform to HTTP header formats. Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb | 42 -------------------------- meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb | 42 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb create mode 100644 meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb deleted file mode 100644 index 0956eb121c..0000000000 --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \ -for the development of SOAP Web Services and clients." -SECTION = "devel" -LICENSE = "GPL-2.0-with-OpenSSL-exception" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4f40a941379143186f9602242c3fb729 \ - file://GPLv2_license.txt;md5=a33672dbe491b6517750a0389063508b" - -SRC_URI = "https://prdownloads.sourceforge.net/${BPN}2/${BPN}_${PV}.zip \ - file://0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch" -SRC_URI[sha256sum] = "63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218" - -inherit autotools - -BBCLASSEXTEND = "native" - -S = "${UNPACKDIR}/${BPN}-2.8" - -EXTRA_OECONF += "--enable-ipv6 --enable-c-locale" -PARALLEL_MAKE = "" - -EXTRA_OEMAKE:class-target = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" - -DEPENDS = "openssl zlib flex bison bison-native" -DEPENDS:append:class-target = " gsoap-native" - -do_install:append() { - install -d ${D}${libdir} - for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck - do - oe_libinstall -C gsoap $lib ${D}${libdir} - done -} - -do_install:class-native() { - oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install -} - -FILES:${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" -FILES:${PN} += "${datadir}" -FILES:${PN}-staticdev = "${libdir}" -FILES:${PN}-dev = "${includedir}" -RRECOMMENDS:${PN}-dev = "${PN}-staticdev" diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb new file mode 100644 index 0000000000..8ce4f17075 --- /dev/null +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb @@ -0,0 +1,42 @@ +DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language binding \ +for the development of SOAP Web Services and clients." +SECTION = "devel" +LICENSE = "GPL-2.0-with-OpenSSL-exception" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7eaf5d4df67c0db38549ba3c714a37d6 \ + file://GPLv2_license.txt;md5=a33672dbe491b6517750a0389063508b" + +SRC_URI = "https://prdownloads.sourceforge.net/${BPN}2/${BPN}_${PV}.zip \ + file://0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch" +SRC_URI[sha256sum] = "b11757e405d55d4674dfbf88c4fa6d7e24155cf64ed8ed578ccad2f2b555e98d" + +inherit autotools + +BBCLASSEXTEND = "native" + +S = "${UNPACKDIR}/${BPN}-2.8" + +EXTRA_OECONF += "--enable-ipv6 --enable-c-locale" +PARALLEL_MAKE = "" + +EXTRA_OEMAKE:class-target = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" + +DEPENDS = "openssl zlib flex bison bison-native" +DEPENDS:append:class-target = " gsoap-native" + +do_install:append() { + install -d ${D}${libdir} + for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck + do + oe_libinstall -C gsoap $lib ${D}${libdir} + done +} + +do_install:class-native() { + oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install +} + +FILES:${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" +FILES:${PN} += "${datadir}" +FILES:${PN}-staticdev = "${libdir}" +FILES:${PN}-dev = "${includedir}" +RRECOMMENDS:${PN}-dev = "${PN}-staticdev" -- cgit v1.2.3-54-g00ecf