diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /tderesources/groupwise/soap/patches/README | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tderesources/groupwise/soap/patches/README')
-rw-r--r-- | tderesources/groupwise/soap/patches/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tderesources/groupwise/soap/patches/README b/tderesources/groupwise/soap/patches/README new file mode 100644 index 000000000..5bca178f9 --- /dev/null +++ b/tderesources/groupwise/soap/patches/README @@ -0,0 +1,32 @@ +gSoap Patches +============= + +This directory contains patches for gSoap required to make the GroupWise +resource work with the real existing GroupWise server. They are already included +in the gSoap or gSoap generated files in CVS, so if you don't create the stubs +yourself or want to upgrade the gSoap version you don't have to care about these +patches. + +Patch descriptions +------------------ + +broken_namespace.diff: + + The GroupWise server doesn't correctly declare the default namespace. This + patch disables the namespace checking for the GroupWise namespace ns1. + +utf8_entities.diff: + + gSoap encodes utf8 characters as XML entities, but the server doesn't seem to + be able to decode them. This patch makes gSoap send unencoded utf8 characters. + +type_typo.diff + + Some intermediate versions of GroupWise have a typo in the protocol. This + patch works around it. + +socklen.diff: + + Adriaan de Groot <groot@kde.org>: The attached patch is needed for me to get + tderesources/groupwise/soap/stdsoap2.cpp to build -- it's the pretty usual + socklen_t type mixups (that are only serious on 64-bitters). |