diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kresources/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 'kresources/groupwise/soap/patches/README')
-rw-r--r-- | kresources/groupwise/soap/patches/README | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kresources/groupwise/soap/patches/README b/kresources/groupwise/soap/patches/README deleted file mode 100644 index 17e91cb8c..000000000 --- a/kresources/groupwise/soap/patches/README +++ /dev/null @@ -1,32 +0,0 @@ -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 <[email protected]>: The attached patch is needed for me to get - kresources/groupwise/soap/stdsoap2.cpp to build -- it's the pretty usual - socklen_t type mixups (that are only serious on 64-bitters). |