openbsd-ports/net/ntp/patches/patch-config_h_in
naddy 18b76430e6 SECURITY update to 4.2.4p7:
Fix remote exploit if autokey is enabled (CVE-2009-1252).
2009-05-23 16:32:29 +00:00

14 lines
425 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.5 2009/05/23 16:32:29 naddy Exp $
--- config.h.in.orig Mon May 18 10:53:23 2009
+++ config.h.in Sat May 23 17:03:44 2009
@@ -352,6 +352,9 @@
/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
+/* Define to 1 if you have the `geteuid' function. */
+#undef HAVE_GETEUID
+
/* Define to 1 if you have the `getifaddrs' function. */
#undef HAVE_GETIFADDRS