From 071c1e89c17887adb174a6933a8f241ac326e143 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 7 Jun 2016 18:44:18 +0000 Subject: Update to 6.0p1. Notable fixes: * Set MOD_MAXERROR to avoid unsynced time status when using ntp_adjtime. * Hardened TLS for ntpd constraints, enabling server name verification. PR: 210056 --- net/openntpd/files/patch-src_constraint.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/openntpd/files/patch-src_constraint.c (limited to 'net/openntpd/files/patch-src_constraint.c') diff --git a/net/openntpd/files/patch-src_constraint.c b/net/openntpd/files/patch-src_constraint.c deleted file mode 100644 index a6f46a88dde2..000000000000 --- a/net/openntpd/files/patch-src_constraint.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/constraint.c.orig 2016-03-28 13:51:51 UTC -+++ src/constraint.c -@@ -905,7 +905,7 @@ httpsdate_request(struct httpsdate *http - * or ANSI C's asctime() - the latter doesn't include - * the timezone which is required here. - */ -- if (strptime(p, "%a, %d %h %Y %T %Z", -+ if (strptime(p, "%a, %d %h %Y %T GMT", - &httpsdate->tls_tm) == NULL) { - log_warnx("unsupported date format"); - free(line); -- cgit v1.2.3