diff options
author | Juergen Daubert <jue@jue.li> | 2010-02-05 20:06:27 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-02-05 20:06:27 +0100 |
commit | d5cafde0c1a0388dc7aaafbf09db214e8e525dfe (patch) | |
tree | a19258df601e07d13a473e1dc2f9b00d3b8f8580 /chrony | |
parent | 5665c0202b31645b81812abf2a18d2343c600a72 (diff) | |
download | opt-d5cafde0c1a0388dc7aaafbf09db214e8e525dfe.tar.gz opt-d5cafde0c1a0388dc7aaafbf09db214e8e525dfe.tar.xz |
[notify] chrony: update to 1.24
Security fixes, see http://chrony.tuxfamily.org/News.html,
but many other improvements as well. Highly recommended ;)
Diffstat (limited to 'chrony')
-rw-r--r-- | chrony/.footprint | 12 | ||||
-rw-r--r-- | chrony/.md5sum | 4 | ||||
-rw-r--r-- | chrony/Pkgfile | 12 | ||||
-rw-r--r-- | chrony/chrony.conf | 11 |
4 files changed, 22 insertions, 17 deletions
diff --git a/chrony/.footprint b/chrony/.footprint index ea3c92b5c..339e24817 100644 --- a/chrony/.footprint +++ b/chrony/.footprint @@ -5,17 +5,17 @@ drwxr-xr-x root/root etc/rc.d/ -rwxr-xr-x root/root etc/rc.d/chronyd drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --r-xr-xr-x root/root usr/bin/chronyc +-rwxr-xr-x root/root usr/bin/chronyc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/chrony.1.gz --r--r--r-- root/root usr/man/man1/chronyc.1.gz +-rw-r--r-- root/root usr/man/man1/chrony.1.gz +-rw-r--r-- root/root usr/man/man1/chronyc.1.gz drwxr-xr-x root/root usr/man/man5/ --r--r--r-- root/root usr/man/man5/chrony.conf.5.gz +-rw-r--r-- root/root usr/man/man5/chrony.conf.5.gz drwxr-xr-x root/root usr/man/man8/ --r--r--r-- root/root usr/man/man8/chronyd.8.gz +-rw-r--r-- root/root usr/man/man8/chronyd.8.gz drwxr-xr-x root/root usr/sbin/ --r-xr-xr-x root/root usr/sbin/chronyd +-rwxr-xr-x root/root usr/sbin/chronyd drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/chrony/ diff --git a/chrony/.md5sum b/chrony/.md5sum index 2c9810779..a3aa1fc6e 100644 --- a/chrony/.md5sum +++ b/chrony/.md5sum @@ -1,4 +1,4 @@ -ffce77695e55d8efda19ab0b78309c23 chrony-1.23.tar.gz -3c53b2da1757f0c9de704b841adda511 chrony.conf +8849e95428f43c5ab2692a2812653e65 chrony-1.24.tar.gz +4dff89484fe7b6d6397a9501c7ae51ed chrony.conf ec43dcf700698a7d2891a1f8504b5e22 chrony.keys ef4b4ca7c250397656d81a329faf60d2 chronyd diff --git a/chrony/Pkgfile b/chrony/Pkgfile index 3db53418d..b92b46d3f 100644 --- a/chrony/Pkgfile +++ b/chrony/Pkgfile @@ -1,23 +1,23 @@ # Description: Network time protocol client/server # URL: http://chrony.tuxfamily.org/ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Depends on: ncurses, readline +# Depends on: ncurses readline libcap name=chrony -version=1.23 +version=1.24 release=1 source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz - chronyd chrony.conf chrony.keys) + chronyd chrony.conf chrony.keys) build () { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install - rm -r $PKG/usr/doc + rm -r $PKG/usr/share - install -d $PKG/var/{lib,log}/chrony + install -d $PKG/var/{lib,log}/chrony install -D -m 755 $SRC/chronyd $PKG/etc/rc.d/chronyd install -m 600 $SRC/chrony.* $PKG/etc } diff --git a/chrony/chrony.conf b/chrony/chrony.conf index 597ce9ec8..35bdc481a 100644 --- a/chrony/chrony.conf +++ b/chrony/chrony.conf @@ -4,13 +4,18 @@ # Change this to some puplic NTP server of your # country, or the server of your local network -server ntp1.ptb.de minpoll 10 auto_offline -server ntp1.fau.de minpoll 10 auto_offline - +! server ntp1.ptb.de auto_offline +! server ntp1.fau.de auto_offline +server pool.ntp.org + maxupdateskew 100 commandkey 1 dumponexit log measurements statistics tracking + +# Keep the hardware clock on UTC +! rtconutc + allow 192.168.0/24 cmdallow 192.168.0/24 cmdallow 127.0.0.1 |