The NetBSD Project

CVS log for pkgsrc/textproc/qore-xml-module/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / qore-xml-module

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 8 19:38:53 2023 UTC (6 weeks, 5 days ago) by nros
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update textproc/qore-xml-module to version 1.8.1

Changes from release notes:

* allow connection options designating files to be selected as files

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 20 12:59:46 2023 UTC (5 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update qore-xml-module to version 1.8.0

Update to build with latest version of qore.
Build using cmake since configure.ac but not
./configure is included in dist any more.
This also means that prebuilt docs are not
included and building them requires doxygen
which is a quite heavy dependency.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 20 11:43:03 2022 UTC (11 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Update qore-xml-module to version 1.6.1

Update qore-xml-module to version 1.6.1 .

Changes from changelog:

 * fixed SoapDataProvider to no longer return the full data
   provider path as the name but instead just the local name,
   as paths with / characters can break clients traversing
   the data provider hierarchy

 * fixed a bug merging namespaces in externsl XSDs with
   overlapping prefixes

 * fixed a bug handling complexType elements with a sequence
   and and any element

 * fixed a confusing bug in the error message for
   WSDLLib::getWebServiceFromUrl() when the file could not
   be read

 * fixed bugs loading URLs with multiple imports of the same
   external XSD schema

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 27 19:18:12 2022 UTC (19 months, 3 weeks ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update qore-xml-module to version 1.5.1

This update is to make sure the package
works correctly qore version 1.2.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:18 2021 UTC (22 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:25 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

textproc: Remove SHA1 hashes for distfiles

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 8 19:40:44 2018 UTC (5 years, 3 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Updated textproc/qore-xml-module to version 1.4.1 .

Changes from release notes:
* fixed a bug where the URI path was not respected when
  resolving SOAP calls
* implemented supoprt for handling SOAP faults based on
  the exception err string (must correspond to the fault name)
* implemented supoprt for handling SOAP faults in response
  messages with SOAP bindings
* fixed a bug resolving namespaces in nested schemas with
  late resolution with overlapping namespace prefixes
* fixed a type error in message generation
* implemented the wsdl_set_global_compat_empty_string_is_nothing()
  function and the "compat_empty_string_is_nothing" option for
  the WebService class for backwards compatibility with older
  versions of the WSDL module
* implemented the wsdl_set_global_compat_allow_any_header
  function and the "compat_allow_any_header" option for the
  WebService class for backwards compatibility with older
  versions of the WSDL module
* fixed types when deserializing to eliminate performance
  penalties stripping types in large data structures
* fixed soaputil to import XSDs automatically when parsing WSDLs
* fixed a bug in make_xml() to support underscores at start of tags
* added the InputStreamSaxIterator class
* added the get_xml_value() function
* exception raised when make_xml() called with multi list
  value passed for top level element
* added support for XML comments (XPF_ADD_COMMENTS)
* added missing support for DTD validation
  (parse_xml_with_dtd(),XmlDoc::validateDtd())
* added support for stripping namespace prefixes on element
  names when parsing XML
* added a make_xml(hash, hash) variant that allows for more
  control over the XML output such as date serialization formats
* added AbstractXmlIoInputCallback to provide an abstract API
  for resolving external schema references
* extended XmlDoc::constructor with extra optional hash that
  allows for more control over the XML output such as date
  serialization formats
* XSD-ERROR exception thrown during document validation against
  schema is now more verbose about what exactly failed
* fixed a bug in Windows builds
* added the SalesforceSoapConnection class
* added support for logging messages in the SoapClient module
* added the SoapConnection class
* added API support for specifying the SOAP bindings in the WSDL
  to use
* added support for logging messages in the SoapHandler module
* fixed a bug in late resolution of complexTypes
* fixed a bug handling empty complexType declarations
* fixed a bug handling complexType extentions
* fixed bugs handling elementFormDefault="qualified"
  declarations when the value differs between schemas
* fixed a bug where xsi:type information was serialized when
  not necessary
* added a more user-friendly exception when WSDLs are encountered
  with unsupported bindings
* added WSDL::WSMessageHelper to generate sample messages
* added support for multiple SOAP bindings in the WSDL
  including HTTP GET/POST bindings
* fixed a bug in message serialization; all required elements
  must be present or an exception is thrown
* fixed a bug handling base type extensions to complexTypes
* improved argument error messages with RPC calls in the
  XmlRpcHandler module
* fixed SOAP handler to produce correct URLs in WSDL
* added documentation for the WSOperation class in the WSDL module
* fixed SalesforceSoapClient::callOperation() in the
  SalesforceSoapClient module to respect the soapaction header
* fixed a memory leak in XML-RPC parsing
* supress emitting a SOAPAction header in requests if the binding
  gives an empty string
* updated WSOperation::serializeRequest() to allow the SOAPAction
  header to be overridden in each request
* respect XML generation flags in request generation in WSDL module
* fixed parsing empty base64Binary and hexBinary elements
* added the SoapClient::callOperation() method
* updated SOAP response processing to throw an exception when the
  server responds with an error code
* content-type in exceptional cases follows Soap version
* fixed a bug in the SoapClient::constructor() where a WebService
  object was not supported
* added SalesforceSoapClient user module
* added Salesforce.com.qtest and accompanying WSDLs

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 22 12:22:43 2016 UTC (7 years, 2 months ago) by nros
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +5 -7 lines
Diff to previous 1.2 (colored)

Update qore-xml-module to version 1.3.

Release notes:

This release contains major new functionality and many bugfixes over
the previous version; major features include:

* SaxIterator class
* FileSaxIterator class
* massive improvements in SOAP compatibility support entailing significant
  changes in the following modules:
  - WSDL
  - SoapClient
  - SoapHandler
* QUnit-based testing infrastructure

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:06 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add SHA512 digests for distfiles for textproc category

Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

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.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 30 15:51:11 2014 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1

Import qore-xml-module-1.2nb4 as textproc/qore-xml-module, packaged
for wip by nros.

XML module for the Qore language that provides (de)serialization, Soap
support and XmlRpcHandler and other things.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>