summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_ntpd.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2016-04-02 16:04:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2016-04-02 16:04:34 +0000
commit2728a66081e1f584e73b305239b1e5796ac3deff (patch)
treef56319ff72613b1128162a1b97e8691c9f17a10b /net/openntpd/files/patch-src_ntpd.c
parentDuring the exp-run in bug 208158, it was found that www/node gives (diff)
Update to 5.9p1. Notable changes:
* The rtable option was removed from server and servers. Users of "server * rtable X" will need to switch to launching ntpd with # setfib -F X /usr/sbin/ntpd * Various improvements to the HTTPS constraint feature (requires LibreSSL). This port reenables rtable support in the listen option on FreeBSD. Relnotes: http://www.openntpd.org/txt/release-5.9p1.txt
Diffstat (limited to '')
-rw-r--r--net/openntpd/files/patch-src_ntpd.c18
-rw-r--r--net/openntpd/files/patch-src_ntpd.conf.54
2 files changed, 2 insertions, 20 deletions
diff --git a/net/openntpd/files/patch-src_ntpd.c b/net/openntpd/files/patch-src_ntpd.c
deleted file mode 100644
index eb4601ab9b86..000000000000
--- a/net/openntpd/files/patch-src_ntpd.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/ntpd.c.orig 2015-03-25 01:18:56 UTC
-+++ src/ntpd.c
-@@ -53,6 +53,7 @@ const char *ctl_lookup_option(char *
- void show_status_msg(struct imsg *);
- void show_peer_msg(struct imsg *, int);
- void show_sensor_msg(struct imsg *, int);
-+void update_status(int);
-
- volatile sig_atomic_t quit = 0;
- volatile sig_atomic_t reconfig = 0;
-@@ -423,6 +424,7 @@ ntpd_adjtime(double d)
- else if (!firstadj && olddelta.tv_sec == 0 && olddelta.tv_usec == 0)
- synced = 1;
- firstadj = 0;
-+ update_status(synced);
- return (synced);
- }
-
diff --git a/net/openntpd/files/patch-src_ntpd.conf.5 b/net/openntpd/files/patch-src_ntpd.conf.5
index 063446be9971..bafd70764599 100644
--- a/net/openntpd/files/patch-src_ntpd.conf.5
+++ b/net/openntpd/files/patch-src_ntpd.conf.5
@@ -1,6 +1,6 @@
---- src/ntpd.conf.5.orig 2015-03-18 16:25:53 UTC
+--- src/ntpd.conf.5.orig 2016-03-28 13:51:51 UTC
+++ src/ntpd.conf.5
-@@ -222,8 +222,8 @@ constraints from "https://www.google.com
+@@ -218,8 +218,8 @@ constraints from "https://www.google.com
.Ed
.El
.Sh FILES