diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-07 18:44:18 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2016-06-07 18:44:18 +0000 |
| commit | 071c1e89c17887adb174a6933a8f241ac326e143 (patch) | |
| tree | 4a7c65027ce57badacbda8e0d930a94dda22969f /net/openntpd/files/patch-src_constraint.c | |
| parent | - Update to 4.3.4 (diff) | |
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
Notes
Notes:
svn path=/head/; revision=416520
Diffstat (limited to 'net/openntpd/files/patch-src_constraint.c')
| -rw-r--r-- | net/openntpd/files/patch-src_constraint.c | 11 |
1 files changed, 0 insertions, 11 deletions
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); |
