[Lunar-commits] <moonbase-other> ntp: version bumped to 4.2.8.

Florin Braescu florin at lunar-linux.org
Sat Dec 20 17:11:02 CET 2014


commit ac1a1751e32b64c8577546e59c67eb78c40f8f79
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 20 Dec 2014 18:10:40 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/ac1a1751e32b64c8577546e59c67eb78c40f8f79

ntp: version bumped to 4.2.8.
---
  net/ntp/BUILD                     | +1/-1     
  net/ntp/DEPENDS                   | +2/-2     
  net/ntp/DETAILS                   | +3/-3     
  net/ntp/systemd.d/ntpdate.service | +12/-0    
  4 files changed, 18 insertions(+), 6 deletions(-)

--- a/net/ntp/BUILD
+++ b/net/ntp/BUILD
@@ -12,7 +12,7 @@
                 --infodir=/usr/share/info    \
                 --mandir=/usr/share/man      \
                 --sysconfdir=/etc            \
-                --enable-linuxcaps           \
+                --enable-ntp-signd           \
                 --localstatedir=/var/cache  &&
   default_make                              &&
 
--- a/net/ntp/DEPENDS
+++ b/net/ntp/DEPENDS
@@ -1,4 +1,4 @@
 depends readline
 
-optional_depends  "libcap"  ""  ""  "use POSIX 1003.1e capabilities"
-optional_depends  "systemd" ""  ""  "for systemd style init services"
+optional_depends  "libcap"  "--enable-libuxcaps"  ""  "use POSIX 1003.1e capabilities"
+optional_depends  "systemd" ""                    ""  "for systemd style init services"
--- a/net/ntp/DETAILS
+++ b/net/ntp/DETAILS
@@ -1,13 +1,13 @@
           MODULE=ntp
-         VERSION=4.2.6p5
+         VERSION=4.2.8
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/$MODULE-${VERSION%.*}/
    SOURCE_URL[1]=ftp://ftp.udel.edu/pub/ntp/ntp4/$MODULE-${VERSION%.*}
    SOURCE_URL[2]=http://archive.ntp.org/ntp4/$MODULE-${VERSION%.*}
-      SOURCE_VFY=sha1:4a5353a4791b6f4315a66c28d504ec6c7926b192
+      SOURCE_VFY=sha256:2e920df8b6a5a410567a73767fa458c00c7f0acec3213e69ed0134414a50d8ee
         WEB_SITE=http://www.ntp.org
          ENTERED=20011004
-         UPDATED=20111226
+         UPDATED=20141220
            SHORT="ntp syncs your time with an ntp server"
 
 cat << EOF
--- /dev/null
+++ b/net/ntp/systemd.d/ntpdate.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=One-Shot Network Time Service
+After=network.target nss-lookup.target
+Before=ntpd.service
+
+[Service]
+Type=oneshot
+PrivateTmp=true
+ExecStart=/usr/sbin/ntpd -q -n -g
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list