the base system's openntpd. Update removes a reflected unauthenticated DoS attack vector that has been hit a lot in the wild recently, see http://www.openntpproject.org/ UDP traffic amplification 19x. This is a devel version from upstream, they have decided not to fix it in the stable branch. Users running older versions should add "disable monitor" to their config and restart, then verify that "monlist" in ntpdc does not return a list. ok aja@, missing build dep spotted by naddy
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
$OpenBSD: patch-include_ntp_worker_h,v 1.1 2014/02/09 21:36:46 sthen Exp $
|
|
--- include/ntp_worker.h.orig Thu Feb 6 22:41:12 2014
|
|
+++ include/ntp_worker.h Thu Feb 6 22:50:16 2014
|
|
@@ -9,6 +9,9 @@
|
|
|
|
#ifdef WORKER
|
|
# if defined(WORK_THREAD) && defined(WORK_PIPE)
|
|
+# ifdef HAVE_PTHREAD_H
|
|
+# include <pthread.h>
|
|
+# endif
|
|
# ifdef HAVE_SEMAPHORE_H
|
|
# include <semaphore.h>
|
|
# endif
|