pkgsrc/misc/openoffice/patches/patch-ax
mrauch 5fdb99139b Update to version 1.1.4.
* solves the vulnerability CAN-2004-0752
  (local users may read files of other users because of world-readable
   temporary files)
* various bug fixes
2005-01-06 15:52:19 +00:00

12 lines
341 B
Text

$NetBSD: patch-ax,v 1.3 2005/01/06 15:52:20 mrauch Exp $
--- ../ucbhelper/source/client/proxydecider.cxx.orig 2004-10-20 14:04:36.000000000 +0200
+++ ../ucbhelper/source/client/proxydecider.cxx
@@ -125,6 +125,7 @@ using namespace ucbhelper;
#else
#include <netdb.h>
#include <unistd.h>
+#include <sys/socket.h>
#endif
#ifdef SOLARIS