Message ID | 20250927034420.13089-1-schonm@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] gsoap: upgrade 2.8.134 -> 2.8.135 | expand |
IMO, this can also be submitted to walnascar, scarthgap and kirkstone branches as well. On Sat, Sep 27, 2025 at 3:44 PM J. S. via lists.openembedded.org <schonm=gmail.com@lists.openembedded.org> wrote: > > License-Change: update copywrite 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 <schonm@gmail.com> > --- > .../gsoap/{gsoap_2.8.134.bb => gsoap_2.8.135.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-oe/recipes-support/gsoap/{gsoap_2.8.134.bb => gsoap_2.8.135.bb} (88%) > > diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb > similarity index 88% > rename from meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb > rename to meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb > index 0956eb121c..8ce4f17075 100644 > --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb > +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb > @@ -2,12 +2,12 @@ DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language bindin > 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 \ > +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] = "63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218" > +SRC_URI[sha256sum] = "b11757e405d55d4674dfbf88c4fa6d7e24155cf64ed8ed578ccad2f2b555e98d" > > inherit autotools > > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#119950): https://lists.openembedded.org/g/openembedded-devel/message/119950 > Mute This Topic: https://lists.openembedded.org/mt/115460648/3619737 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb similarity index 88% rename from meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb rename to meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb index 0956eb121c..8ce4f17075 100644 --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.135.bb @@ -2,12 +2,12 @@ DESCRIPTION = "The gSOAP toolkit provides a unique SOAP-to-C/C++ language bindin 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 \ +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] = "63478e555c0ccde0164f055ff605b02805db0abc6712a04bcb14cb617b047218" +SRC_URI[sha256sum] = "b11757e405d55d4674dfbf88c4fa6d7e24155cf64ed8ed578ccad2f2b555e98d" inherit autotools
License-Change: update copywrite 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 <schonm@gmail.com> --- .../gsoap/{gsoap_2.8.134.bb => gsoap_2.8.135.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/gsoap/{gsoap_2.8.134.bb => gsoap_2.8.135.bb} (88%)