sthen 8d47ee3b45 patch antiword to fix a buffer overflow in antiword found by american fuzzy lop
sync plist etc while there, reset maintainer address (account no longer active)
ok benoit@
2014-12-01 17:35:33 +00:00

13 lines
466 B
Plaintext

$OpenBSD: patch-antiword_h,v 1.10 2014/12/01 17:35:34 sthen Exp $
--- antiword.h.orig Wed Jul 6 18:46:22 2005
+++ antiword.h Tue Nov 8 12:54:38 2005
@@ -224,7 +224,7 @@
#define ANTIWORD_DIR ".antiword"
#define FONTNAMES_FILE "fontnames"
#else /* All others */
-#define GLOBAL_ANTIWORD_DIR "/usr/share/antiword"
+#define GLOBAL_ANTIWORD_DIR "${PREFIX}/share/antiword"
#define ANTIWORD_DIR ".antiword"
#define FONTNAMES_FILE "fontnames"
#endif /* __dos */