Fri, 31 Mar 2023 04:29:28 UTC

Information for build gsoap-2.7.16-6.el6

ID1073410
Package Namegsoap
Version2.7.16
Release6.el6
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gsoap.git#b6d3810f0e8d78f9765980c484405d57daafcb8a
SummaryGenerator Tools for Coding SOAP/XML Web Services in C and C++
DescriptionThe gSOAP Web services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++.
Built byellert
State complete
Volume DEFAULT
StartedWed, 18 Apr 2018 16:46:35 UTC
CompletedWed, 18 Apr 2018 16:54:44 UTC
Taskbuild (el6-candidate, /rpms/gsoap.git:b6d3810f0e8d78f9765980c484405d57daafcb8a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gsoap.git?#b6d3810f0e8d78f9765980c484405d57daafcb8a'}}
Tags
dist-6E-epel
RPMs
src
gsoap-2.7.16-6.el6.src.rpm (info) (download)
i686
gsoap-2.7.16-6.el6.i686.rpm (info) (download)
gsoap-devel-2.7.16-6.el6.i686.rpm (info) (download)
gsoap-debuginfo-2.7.16-6.el6.i686.rpm (info) (download)
noarch
gsoap-doc-2.7.16-6.el6.noarch.rpm (info) (download)
ppc64
gsoap-2.7.16-6.el6.ppc64.rpm (info) (download)
gsoap-devel-2.7.16-6.el6.ppc64.rpm (info) (download)
gsoap-debuginfo-2.7.16-6.el6.ppc64.rpm (info) (download)
x86_64
gsoap-2.7.16-6.el6.x86_64.rpm (info) (download)
gsoap-devel-2.7.16-6.el6.x86_64.rpm (info) (download)
gsoap-debuginfo-2.7.16-6.el6.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64
hw_info.log
build.log
root.log
state.log
mock_output.log
i686
hw_info.log
root.log
build.log
state.log
mock_output.log
Changelog * Wed Apr 18 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.7.16-6 - Fix issue with DIME protocol receiver and malformed DIME headers * Tue Aug 01 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.7.16-5 - CVE-2017-9765 * Wed Oct 16 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.7.16-4 - Pad non-ipv6 struct gsoap to match ipv6 version * Sun Aug 28 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.7.16-3 - Update the IPv6 patch - Add manpages from Debian * Mon Dec 13 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 2.7.16-2 - Enable IPv6 support * Sat Apr 24 2010 <matt@redhat> - 2.7.16-1 - Update to gsoap 2.7.16 - Thanks to matt@mattjamison.com for update patches - Removed unused_args patch (upstream) * Fri Sep 18 2009 Lubomir Rintel <lkundrak@v3.sk> - 2.7.13-2 - Fix build * Mon May 11 2009 <matt@redhat> - 2.7.13-1 - Updated to gsoap 2.7.13 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.7.12-2 - rebuild with new openssl * Wed Dec 24 2008 <matt@redhat> - 2.7.12-1 - Updated to gsoap 2.7.12: - Numerous bug fixes - xml:lang, maxOccurs="unbounded", SSL, xmlns="", ... - New features, maintaining backward compatibility - MinGW, wsseapi, multi-endpoint connect, ... - Patches removed (incorporated upstream): - datadir_importpath-2.7.10.patch - install_soapcpp2_wsdl2h_aux-2.7.10.patch - no_locale.patch as default off, enable by defining WITH_C_LOCALE - Patches added (sent upstream): - unused_args.patch - eliminate many unused param warnings * Thu Feb 21 2008 <mfarrellee@redhat> - 2.7.10-4 - Applied upd patch from upstream. It fixes glibc C locale issues, hp-ux h_errno definition, and xsd:dateTime timezone processing for WS-I - Removed tru64_hp_ux patches, they are present in upstream's upd patch - Added no_locale.patch to stop configure from checking for locale version of functions * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.7.10-3 - Autorebuild for GCC 4.3 * Mon Feb 18 2008 <mfarrellee@redhat> - 2.7.10-2 - Removed --disable-namespaces from configure, result is code compiled against gsoap does not need to call set_soap_namespaces * Sun Jan 27 2008 <mfarrellee@redhat> - 2.7.10-1 - Upgraded to 2.7.10 release - Stopped hosting patches on grid.et.redhat.com - Removed import_dom_h patch, it was integrated - Removed large autotools patch, replaced with patch (use_libtool-2.7.10.patch) changing configure.in, gsoap/Makefile.am and gsoap/wsdl/Makefile.am, which enable libtool use, and a call to autoreconf - Changed soapcpp2 references to gsoap as per new layout of source distribution - Updated tru64_hp_up_c/pp patches to handle new source layout - Install of soapcpp2/import with cp removed in favor of a patch to gsoap/Makefile.am (install_soapcpp2_wsdl2h_aux-2.7.10.patch) - No pre-generated Makefiles are distributed, no longer removing them - stdsoap2_cpp.cpp not in distribution, no longer removing it - Added datadir_importpath-2.7.10.patch to set SOAPCPP2_IMPORT_PATH and WSDL2H_IMPORT_PATH, useful defaults, using ${datadir} instead of `pwd` - Added autoconf, automake and libtool to BuildRequires, because configure.in and gsoap/Makefile.am are patched - Added ?dist to Release * Fri Nov 30 2007 <mfarrellee@redhat> - 2.7.9-0.4.l - Added OpenSSL requirement * Tue Nov 27 2007 <mfarrellee@redhat> - 2.7.9-0.3.l - Decided soapcpp2/import/ files should be in /usr/share instead of /usr/include because they are not really headers gcc can process. Also, this is likely the location new versions of gsoap will install the import headers. People should use -I /usr/share/gsoap/import * Mon Nov 26 2007 <mfarrellee@redhat> - 2.7.9-0.2.l - Changed license tag to GPLv2+, which is more accurate - Resolved bz399761 by adding soapcpp2/import/*.h to the -devel package as /usr/include/gsoap, users will need to add -I /usr/include/gsoap to their soapcpp2 line * Sun Sep 30 2007 <mfarrellee@redhat> - 2.7.9-0.1.l - Updated to 2.7.9l (2.7.9k patches still apply) - Added patch for import/dom.h missing xsd__anyAttribute definitions - Removed removal of .deps directories and autom4te.cache * Mon Sep 24 2007 <mfarrellee@redhat> - 2.7.9-0.2.k - Moved pkgconfig requirement to -devel package * Tue Sep 11 2007 <mfarrellee@redhat> - 2.7.9-0.1.k - Initial release