diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 15:46:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-09 15:46:44 +0000 |
commit | edfed6c47d6e48f7f30d334f295878e57127c438 (patch) | |
tree | 0676c8e955aa5f15ddee144a7c139bfb71ac201b /net-misc/ntp/files | |
parent | more KEYWORDS (diff) | |
download | historical-edfed6c47d6e48f7f30d334f295878e57127c438.tar.gz historical-edfed6c47d6e48f7f30d334f295878e57127c438.tar.bz2 historical-edfed6c47d6e48f7f30d334f295878e57127c438.zip |
Version bump to resolve ipv6 problems (#51721 #57355 #67654), segfaults (#48128 #58684), be more friendly with openntpd (#70142), clean up the config files (#64171 #65502), some md5 key troubles (#65099 #67408), and change the default install path (#66671).
Diffstat (limited to 'net-misc/ntp/files')
-rw-r--r-- | net-misc/ntp/files/digest-ntp-4.2.0.20040617 | 2 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp-4.1.1b-syscall-libc.patch | 10 | ||||
-rw-r--r-- | net-misc/ntp/files/ntp.conf | 4 |
3 files changed, 6 insertions, 10 deletions
diff --git a/net-misc/ntp/files/digest-ntp-4.2.0.20040617 b/net-misc/ntp/files/digest-ntp-4.2.0.20040617 new file mode 100644 index 000000000000..1fec3109247e --- /dev/null +++ b/net-misc/ntp/files/digest-ntp-4.2.0.20040617 @@ -0,0 +1,2 @@ +MD5 d0554ae42164bcda990e6318648a7c58 ntp-stable-4.2.0a-20040617.tar.gz 2435648 +MD5 0f2d809eb4a360dd4479b00cfd95bc4e ntp-stable-4.2.0a-20040617-manpages.tar.bz2 25346 diff --git a/net-misc/ntp/files/ntp-4.1.1b-syscall-libc.patch b/net-misc/ntp/files/ntp-4.1.1b-syscall-libc.patch index 48815334315b..02a7375f0e4a 100644 --- a/net-misc/ntp/files/ntp-4.1.1b-syscall-libc.patch +++ b/net-misc/ntp/files/ntp-4.1.1b-syscall-libc.patch @@ -1,17 +1,11 @@ --- ntp-4.1.1b/include/ntp_syscall.h 2003-01-06 18:51:39.000000000 +0100 +++ ntp-4.1.1b-alpha/include/ntp_syscall.h 2003-01-06 18:54:57.000000000 +0100 -@@ -14,7 +14,6 @@ +@@ -14,7 +14,7 @@ # include <sys/timex.h> #endif -#ifndef NTP_SYSCALLS_LIBC ++#if !defined(NTP_SYSCALLS_LIBC) || defined(__alpha__) #ifdef NTP_SYSCALLS_STD # define ntp_adjtime(t) syscall(SYS_ntp_adjtime, (t)) # define ntp_gettime(t) syscall(SYS_ntp_gettime, (t)) -@@ -50,6 +49,5 @@ - # endif - # endif /* !HAVE_ADJTIMEX */ - #endif /* !NTP_SYSCALLS_STD */ --#endif /* !NTP_SYSCALLS_LIBC */ - - #endif /* NTP_SYSCALL_H */ diff --git a/net-misc/ntp/files/ntp.conf b/net-misc/ntp/files/ntp.conf index ca3806b324ca..a56945aa45f0 100644 --- a/net-misc/ntp/files/ntp.conf +++ b/net-misc/ntp/files/ntp.conf @@ -34,7 +34,7 @@ driftfile /var/lib/ntp/ntp.drift # To deny other machines from changing the # configuration but allow localhost: -restrict default notrust nomodify +restrict default nomodify nopeer restrict 127.0.0.1 @@ -43,4 +43,4 @@ restrict 127.0.0.1 # not allowed to configure the server or used as peers # to synchronize against, uncomment this line. # -#restrict 192.168.0.0 mask 255.255.255.0 notrust nomodify notrap +#restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap |