Commit graph

19 commits

Author SHA1 Message Date
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
jperkin
b0189cfdd5 flex (libfl) is a runtime dependency. 2014-07-24 13:22:36 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
joerg
ff5ab3c858 Don't use gethostbyname_r on NetBSD. 2013-08-31 14:46:48 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
marino
3de906b7a8 devel/gsoap: Fix socketlen_t for DragonFly
DragonFly needs the same socklet_t modification as the other BSDs.
2011-12-02 20:52:50 +00:00
obache
175d154d8a Update gsoup to 2.7.17.
Based on PR#43789 by Kamel Derouiche.

pkgsrc changes:
 * install documentation additionally.
 * exactly buildlink with zlib and openssl.

upstream changes:

# Version 2.7.14 (09/07/2009)


    * Added support for poll() to replace select() to prevent FD_EXCEEDED.
    * Fixed enum local simpleType restriction attribute initialization.
    * Fixed utf8 string parsing issue when first char in CDATA could cause
      problems.
    * Fixed UDP IPv6 multicast-unicast exchange.
    * Fixed gzip end-of-stream check.
    * Fixed wsdl2h portType operation-input/output matching to ensure operations
      can be safely overloaded.


# Version 2.7.15 (11/07/2009)


    * Added soap_read_X() and soap_write_X() macros to simplify object reading
      and writing.
    * Fixed soap_new_X() functions compilation problem.
    * Fixed SSL session in context copy.
    * Fixed win32 select() in tcp_select().
    * Fixed wstrings in unions.
    * Fixed preservation of CDATA sections in literal XML strings.


# Version 2.7.16 (04/05/2010)


    * Added soapcpp2 option -T to generate auto-test echo server code with an
      example in samples/autotest based on 294 patterns for data binding W3C
      workgroup.
    * Added soapcpp2 option -b to serialize byte arrays char[] as fixed-size
      strings (array of xsd:byte otherwise).
    * Added xsd:duration serializer: import custom/duration.h.
    * Added gsoap header syntax '$' type qualifier to indicate special
      struct/class members (array length, union discriminators).
    * Added "colon notation" to attach XML prefixes to C/C++ names without
      changing the names, an alternative to the ns__ prefix notation.
    * Added wsdl2h options -z# for backward compatibility flags (-z1, -z2).
    * Added SOAP_XML_IGNORENS to optionally ignore XML namespaces.
    * Added WS-ReliableMessaging plugin.
    * Added custom xsd:duration serializer.
    * Added WSSE plugin soap_wsse_set_wsu_id() to simplify signing of elements
      (sets the wsu:Id of a given element tag name).
    * Improved handling of struct/class member name clashes resulting from XML
      schemas definitions.
    * Improved SOAP RPC ecoding response element tag acceptance.
    * Improved VxWorks compatibility.
    * Fixed FastCGI SOAP/XML processing with MIME attachments.
    * Fixed 'typedef std::string XML', for literal XML serialization problem.
    * Fixed a rare incorrect well-formedness error when xmlns default namespaces
      are absent.
    * Fixed a zlib compression error when obsolete crc check is used.
    * Fixed WS-Addressing HTTPS message relay (OpenSSL crash).


# Version 2.7.17 (05/10/2010)


    * Added WS-Policy 1.2 and 1.5, WS-SecurityPolicy 1.2 support for wsdl2h.
    * Improved WS-ReliableMessaging interop and verified MT-safety.
    * Improved WS-Security WSSE plugin documentation.
    * Fixed soapcpp2 line number error reporting.
    * Fixed WSSE plugin soap_wsse_set_wsu_id().
    * Fixed wsdl2h cycle problem with recursive xs:include and xs:import.
    * Fixed enum translation of enum symbols with colons.
    * Fixed std::wstring used as XML attribute value UTF8 encoding (internal stdsoap2 API changed).
2010-09-18 12:11:36 +00:00
joerg
356e58e6d2 Not MAKE_JOBS_SAFE. 2009-12-21 20:13:36 +00:00
dholland
1f8168c986 Configure socklen_t properly on NetBSD. Fixes broken amd64 build. 2009-11-29 21:31:57 +00:00
agc
1663bb2823 Add a buildlink3.mk file for gsoap 2009-10-20 16:22:50 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
hasso
c6af259e0a Update to 2.7.13. Make it build on recent DragonFly and mark as DESTDIR
ready. Upstream changes:

Version 2.7.8 revisions a/b/c (06/05/2006-06/24/2006))
  Added X509 extension checks.
  Added advanced MTOM streaming features.
  Added WS-Addressing plugin and demo.
  Moved soapcpp2 and wsdl2h to bin directory.
  Improved SOAP1.2 MTOM interop.
  Changed soap_send_empty_response function signature (additional status
  argument) for HTTP optional response binding.
  Changed fmimewriteopen() callback signature.
  Fixed wsdl2h top-level element and complexType name clash issue.
  Fixed HTTP chunking with empty response message body.
  Fixed WSSE digest authentication.
  Fixed WSDL response element output.
  Fixed SOAP 1.2 <RPC:result> handling with SOAP_XML_STRICT flag.
  Fixed WSSE signed response messages.
  Fixed Win32 max open connection exceeded checking.
  Fixed xsi:type matching for "__name" fields, which required a signature
  change of soap_element_begin_in() with an additional 'type' parameter
  (affecting custom deserializers, see custom dir).

Version 2.7.9 revisions a/b/c/d/e/f/g/h/i/j/k/l (10/24/2006-09/26/2007)
  Added wsdl2h option -j to omit the generation of SOAP Header and Faults
  for customization of these.
  Added wsdl2h option -q to generate C++ namespace qualified header files.
  Added SOAP_SSLv3, SOAP_TLSv1, SOAP_SSL_SKIP_HOST_CHECK flags.
  Added file input and output specifications (with < and >) to wsdl2h's
  typemap.dat to specify input and output for wsdl2h.
  Added WS-Addressing 2005/03 support.
  Added function soap_free() = soap_done() + free() and renamed previous
  soap_free() to soap_temp_free().
  Added wsdl2h option -_ to translate _USCORE.
  Added xsd:anyAttribute (using DOM parser) with wsdl2h option -d.
  Added multi-WSDL types section schema component merging.
  Added TCP keep-alive settings.
  Added QName list normalization.
  Changed soapcpp2 default rule for generating attribute form qualified to
  unqualified.
  Improved wsdl2h SOAP Fault coding.
  Improved performance and stability.
  Improved portability.
  Improved wsdl2h empty namespace handling ("" namespace).
  Improved wsdl2h and schema conversion to C and C++.
  Improved SSL timeouts and error handling.
  Improved soapcpp2 option -i (generate proxy and service classes).
  Improved class instance initialization.
  Improved use of IPv6.
  Improved proxy and server code output for soapcpp2 option -i.
  Improved soapcpp2 code output with additional exception checks.
  Fixed MIME/MTOM start id handling (SOAP message no longer required to be
  first attachment).
  Fixed WS-Security wsse plugin canonicalization format issue.
  Fixed ZIP content remainder parsing (CRC check).
  Fixed WSA API handling of messages with MIME/DIME attachments.
  Fixed wsdl2h <include> relative path includes.
  Fixed _XML literal string parsing of root attributes.

Version 2.7.10 (01/27/2008)
  Combined pre-built win32, Linux i386, and Mac universal binaries into a
  single software distribution package to streamline the distribution.
  Added new Web service examples and removed XMethods dependence.
  Added soapcpp2 option -q<name> for automatic C++ namespace qualification.
  Added HTTP PUT, DELETE, HEAD callback support.
  Added ability to derive classes from soap struct (in gSOAP header files).
  Updated certificates and fixed cacerts.c.
  Improved soapcpp2 option -i proxy/server object generation.
  Improved socket timeout handling.
  Improved HTTP chunking handling and efficiency.
  Improved web server implementation.
  Improved soapcpp2 and wsdl2h warning and error reporting.
  Fixed dom parser handling of default xml namespace bindings.
  Fixed wsdl2h default ("") namespace handling.

Version 2.7.11 (07/26/2008)
  Added new wsseapi signature verification API functions.
  Added mutability property of SOAP_ENV__Header and SOAP_ENV__Fault struct
  to allow consistent redefinitions and on-the-fly member additions.
  Added wsdl2h -r option parameters.
  Added MINGW portability.
  Added configure option --disable-openssl to build wsdl2h and libraries
  without OpenSSL.
  Added WITH_C_LOCALE compilation flag to enable the use of c_locale and
  local-specific numeric conversion routines.
  Fixed xml:lang in SOAP 1.2 SOAP-ENV:Text.
  Fixed XML literal strings with maxOccurs="unbounded"
  Fixed SSL connection engine issue.
  Fixed RPC literal part name handling issue.
  Fixed in update: SSL alloc/free issue and s2dateTime.

Version 2.7.12 (10/01/2008)
  Added multi-endpoint connect capability. Endpoint string can be a
  space-separated list of endpoint URLs, where each URL is tried in turn.
  Added SOAP_SSL_NO_DEFAULT_CA_PATH option.
  Fixed SSL connect issue when the SSL handshake or network connection fails.
  Fixed xsi:nil handling for strings (NULL vs. "") in case of empty elements.
  Fixed DOM xmlns="" namespace issue in XML output.
  Fixed IP_MULTICAST_TTL failure to compile.
  Fixed non-critical WSSE API soap_wsse_verify_nested code.

Version 2.7.13 (03/21/2009)
  Improved wsdl2h code output.
  Updated gsoapWinInet.
  Updated DOM xmlns namespace binding handling.
  Fixed OpenSSL memory leak.
2009-05-13 18:46:16 +00:00
joerg
8a5e89e4fb Needs flex for build. From Jon Olsson in PR 34380. 2006-08-30 15:51:15 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
minskim
463e8002f9 USE_TOOLS+=yacc 2006-06-09 16:13:47 +00:00
wiz
63a1621b47 Update to 2.7.7, from Brook Milligan in PR 33498.
Previous version was 2.7.6c, but I'm not sure which of
the following changes were before 2.7.6c, so I'll list all
changes since 2.7.5:
# Version 2.7.6 revision a/b/c/d/e (08/19/2005-02/18/06)

    * Added WS-Security authentication, tokens, and signatures with new 'wsse' plugin, see documentation in 'doc' directory and 'samples/wsse'.
    * Added 'doc' directory for documentation and moved soapdoc2.html and soapdoc2.pdf.
    * Added SOAP_XML_INDENT flag.
    * Added soap_sender_fault_subcode() and soap_receiver_fault_subcode() for SOAP 1.2 subcodes.
    * Added WITH_DOM compile flag to enable flushing serialized and deserialized data to DOM (as well as a stream).
    * Added soapcpp2 option -L.
    * Added soapcpp2 option -a.
    * Added wsdl2h option -a (for backward compatibility).
    * Added wsdl2h option -d.
    * Added WITH_TCPFIN comile flag to enable optional shutdown with how=1 (TCPFIN) after final sends to force EOF on other side (used to be the default behavior).
    * Added schema substitutionGroup support.
    * Added soap_ssl_init().
    * Improved DOM implementation and documentation.
    * Improved AS400 portability.
    * Improved schema choice support.
    * Fixed wsdl2h multiple schema include issue.
    * Fixed soaps2dateTime and soap_timegm functions when timegm is not available.
    * Fixed exc-c14n formatting.
    * Fixed SOAP 1.2 fault handling.
    * Fixed missing soap_flag___item2 issue.
    * Fixed partial MIME boundary parsing issue.
    * Fixed base64 parsing with WITH_FAST.
    * Fixed MIME encoding of \r\r sequence.
    * Fixed QName normalization issue.
    * Fixed relative path schema import.
    * Fixed MTOM cid matching with URL encoded IDs.
    * Fixed wide-character (wchar_t*) XML attribute handling.
    * Fixed std::vector element id-ref ordering in deserializer.

# Version 2.7.7 (04/07/2006)

    * Added streaming MTOM support (see also example in samples/mtom-stream).
    * Added long double serialization support with custom serializer (custom/long_double.h).
    * Added automatic detection of application's soap_malloc() data overruns in DEBUG mode.
    * Improved time_t and struct tm (custom/struct_tm.h) serialization.
    * Fixed issue with a wrongly generated namespace map entry.
    * Fixed PalmOS socket connection issues.
    * Fixed XML attributes with bitmask enumeration (enum*) values.
2006-05-16 22:37:27 +00:00
minskim
92c3cabd16 Import gsoap from pkgsrc-wip. Packaged by Chris Wareham and Updated
by Mahesh Chittur.

The 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++.
2005-10-29 02:01:19 +00:00