Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_tcltk8.6.patch | Change upstream source build stuff to use tcl/tk8.6 instead of tcl/tk8.4 This included autogeneration of all automake / autoconf tools which makes this patch quite long |
Andreas Tille <tille@debian.org> | no | |||
10_wordnet_structures.patch | Adapt wordnet_structures which is used to convert WordNet to dict format from WordNet 2.1 to WordNet 3.0 format |
Sebastian Hagen <sebastian_hagen@memespace.net> | no | |||
python3.patch | port script to Python 3 Use 2to3 and then manually fix the script to by compatible with Python 3. | Stuart Prescott <stuart@debian.org> | no | upstream | ||
20_doc_Makefile.in.patch | Do not build html, pdf and ps targets because they are not used in the package anyway. Just go with the man pages. |
Andreas Tille <tille@debian.org> | no | |||
20_doc_man_wninput.patch | Use proper sections of man pages | Andreas Tille <tille@debian.org> | no | |||
20_include_wn.h.patch | Enable setting dict dir as command line option in the build process rather than hard coding it into the header file |
Andreas Tille <tille@debian.org> | no | |||
20_src_stubs_c.patch | Fix gcc4.x issue with constant strings | Matthew Wilcox <matthew@wil.cx> | no | |||
20_src_wnb.patch | Adapt pathes of tcl script to Debian locations | Andreas Tille <tille@debian.org> | no | |||
20_verb.social_fix.patch | Fix loop issue when look up the hypernyms of "inhibit". | Ben Haskell <ben@clarity.princeton.edu> | no | |||
20_adj.all_fix.patch | Fix missing space in upstream database | Andreas Tille <tille@debian.org> | invalid | debian | ||
30_src_grind.patch | Add missing includes to work with gcc4.x | Andreas Tille <tille@debian.org> | no | |||
40_doc_man_fix_names.patch | Fix NAME section of manpages | Andreas Tille <tille@debian.org> | no | |||
41_doc_man_fix_names.patch | Fix some formating issues in manpages | Andreas Tille <tille@debian.org> | no | |||
50_CVE-2008-2149_buffer_overflows.patch | Fix CVE-2008-2149: buffer overflows by limiting the length of the string in sprintf format string Please note: The WordNet code contains several other occurences of potentially exploitable functions like strcpy()/strcat()/... and so even if there are no known exploits the code needs a full security audit. |
no | ||||
51_overflows.patch | This patch was created by oCert according to http://www.ocert.org/advisories/ocert-2008-014.html and can be downloaded from http://www.ocert.org/analysis/2008-014/wordnet.patch Unfortunately the original patch had a problem which caused 'wordnet test -synsn' to fail. The critical part of the patch was removed from the whole patch set and is moved to 51_overflows_memcpy.patch which uses memcpy instead of the formerly used strcpy. |
Anton Gladky <gladk@debian.org> | no | |||
51_overflows_memcpy.patch | This patch was created by oCert according to http://www.ocert.org/advisories/ocert-2008-014.html Unfortunately the original patch contained a bug which was later fixed by the issuer of the patch Rob Holland <rob@ocert.org> This part was now separated in this file. |
no | ||||
90_prevent_parallel_build.patch | Prevent parallel builds of grind because this might lead to FTBFS in some cases | Jakub Wilk <ubanus@users.sf.net> | no | debian | ||
60_gcc-4.6.patch | When using -Werror=format-security with gcc-4.6 some function calls are throwing erros. This patch replates [f]printf by [f]puts to fix the problem |
Andreas Tille <tille@debian.org> | no | 2011-10-24 | ||
make-reproducible.patch | no | |||||
gcc-14.patch | fix FTBFS with GCC 14 | Andreas Beckmann <anbe@debian.org> | no |