Package: libaws / 3.3.2-2

Metadata

Package Version Patches format
libaws 3.3.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
GPL.patch | (download)

docs/source/index.rst | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 remove ambiguity about gpl
 All the content available on libre.adacore.com is licensed
 under the terms of the pure GPL, despite the fact that AdaCore have
 not yet adjusted the licensing boilerplate in documentation.
 .
 This is stated for example at
 http://lists.adacore.com/pipermail/gtkada/2009-June/003789.html. The
 actual license is a decision of AdaCore. Please contact them at
 libre@adacore.com for any clarification. .
 .
 This is confirmed by the fact that COPYING3 exists in the top
 directory.
demos.patch | (download)

demos/Makefile | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 make usual targets unconditional in demos
 In Debian, the dependencies are automatically satisfied.
noisy_style_warnings.diff | (download)

config/setup/xoscons.adb | 39 23 + 16 - 0 !
config/src/aws-net-std__gnat.adb | 1 0 + 1 - 0 !
config/ssl/aws-net-ssl-certificate-impl__gnutls.adb | 2 0 + 2 - 0 !
src/core/aws-client-http_utils.adb | 1 0 + 1 - 0 !
src/core/aws-client-http_utils.ads | 1 0 + 1 - 0 !
src/core/aws-net-acceptors.adb | 4 0 + 4 - 0 !
src/core/aws-net-acceptors.ads | 4 0 + 4 - 0 !
src/core/aws-parameters.adb | 2 0 + 2 - 0 !
src/core/aws-response-set.adb | 1 0 + 1 - 0 !
src/core/aws-server-http_utils.adb | 1 0 + 1 - 0 !
src/core/aws-server-protocol_handler.adb | 1 0 + 1 - 0 !
src/core/aws-server-status.adb | 2 0 + 2 - 0 !
src/core/aws-server.adb | 3 0 + 3 - 0 !
src/core/aws-status-set.adb | 5 0 + 5 - 0 !
src/core/aws-status.adb | 1 0 + 1 - 0 !
src/extended/aws-cookie.adb | 2 0 + 2 - 0 !
src/extended/aws-server-hotplug.adb | 1 0 + 1 - 0 !
src/extended/aws-server-push.adb | 3 0 + 3 - 0 !
src/extended/aws-server-push.ads | 2 0 + 2 - 0 !
src/extended/aws-smtp-client.ads | 3 0 + 3 - 0 !
src/soap/soap-types-untyped.adb | 2 0 + 2 - 0 !
src/soap/soap-types.adb | 3 0 + 3 - 0 !
src/soap/soap-wsdl-parameters.adb | 1 0 + 1 - 0 !
src/soap/soap-wsdl-parser.adb | 5 1 + 4 - 0 !
src/soap/soap-wsdl-schema.adb | 2 0 + 2 - 0 !
src/soap/soap-wsdl-types.adb | 3 0 + 3 - 0 !
src/soap/soap-xml.adb | 5 0 + 5 - 0 !
src/xsrc/aws-jabber-digest_md5.adb | 1 0 + 1 - 0 !
tools/ada2wsdl-generator.adb | 2 0 + 2 - 0 !
29 files changed, 24 insertions(+), 79 deletions(-)

 correct style warnings to reduce log pollution.
 Beware that some warnings may appear or disappear depending on the
 configuration. Here are such examples.
 .
 The generic procedure G_Poll defined in aws-net-poll_events.adb is
 referenced by (unselected)
 config/src/aws-net-poll_events-wait__win32.adb and
 config/src/aws-net-poll_events-wait__posix.adb.
 .
 The IO field of the Socket_Type record in src/core/aws-net-ssl.ads is
 referenced by aws-net-ssl__openssl.adb and aws-net-ssl__gnutls.adb,
 but would trigger a warning if no encryption was selected.
 .
 The part about xoscons.adb (from GCC) has been refused by private email.
 What follows has never been reported.