diff --git a/server/ntp/actions.py b/server/ntp/actions.py index b0bee8e9e9..6d6edf750a 100644 --- a/server/ntp/actions.py +++ b/server/ntp/actions.py @@ -18,8 +18,8 @@ def setup(): shelltools.export("ac_cv_header_dns_sd_h", "yes") shelltools.export("ac_cv_lib_dns_sd_DNSServiceRegister", "yes") - pisitools.dosed("ntpstat-0.2/Makefile", "^CC=.*gcc", "CC=%s" % get.CC()) - pisitools.dosed("ntpstat-0.2/Makefile", "^CFLAGS=.*", "CFLAGS=%s" % get.CFLAGS()) + #pisitools.dosed("ntpstat-0.2/Makefile", "^CC=.*gcc", "CC=%s" % get.CC()) + #pisitools.dosed("ntpstat-0.2/Makefile", "^CFLAGS=.*", "CFLAGS=%s" % get.CFLAGS()) autotools.configure("--enable-all-clocks \ --enable-parse-clocks \ @@ -29,7 +29,7 @@ def setup(): def build(): autotools.make() - autotools.make("-C ntpstat-0.2") + #autotools.make("-C ntpstat-0.2") #shelltools.cd("html") #shelltools.system("../scripts/html2man") @@ -48,8 +48,8 @@ def install(): pisitools.domove("/usr/bin/%s" % sbin, "/usr/sbin") # Additional ntpstat binary and man page - pisitools.dobin("ntpstat-0.2/ntpstat") - pisitools.doman("ntpstat-0.2/ntpstat.1") + #pisitools.dobin("ntpstat-0.2/ntpstat") + #pisitools.doman("ntpstat-0.2/ntpstat.1") pisitools.dodir("/var/lib/ntp") diff --git a/server/ntp/pspec.xml b/server/ntp/pspec.xml index 07c2faead9..98b47e508e 100644 --- a/server/ntp/pspec.xml +++ b/server/ntp/pspec.xml @@ -14,8 +14,8 @@ service NTP daemon and client Network Time Protocol utilities and daemons that will synchronize your computer's time to Coordinated Universal Time (UTC) via the NTP protocol and NTP servers. - https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p4.tar.gz - http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz + https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p8.tar.gz + fix-man-pages.sh @@ -125,6 +125,13 @@ + + 2016-10-27 + 4.2.8_p8 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-08 4.2.8_p4