Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 16:29:48 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557298 - in head/net/openntpd: . files
Message-ID:  <202012081629.0B8GTmBx018451@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Dec  8 16:29:47 2020
New Revision: 557298
URL: https://svnweb.freebsd.org/changeset/ports/557298

Log:
  Update to 6.8p1.  This is a large catch-up release.
  
  Configuration changes:
  * Servers can be marked as "trusted" to skip constraints processing.
  * The -s and -S options are no-ops and will be removed in the future.
  
  http://www.openntpd.org/txt/release-6.8p1.txt

Deleted:
  head/net/openntpd/files/patch-src_client.c
  head/net/openntpd/files/patch-src_ntp.c
  head/net/openntpd/files/patch-src_ntp__dns.c
  head/net/openntpd/files/patch-src_ntpd.h
  head/net/openntpd/files/patch-src_parse.y
Modified:
  head/net/openntpd/Makefile
  head/net/openntpd/distinfo
  head/net/openntpd/files/patch-src_ntpd.conf.5

Modified: head/net/openntpd/Makefile
==============================================================================
--- head/net/openntpd/Makefile	Tue Dec  8 16:26:33 2020	(r557297)
+++ head/net/openntpd/Makefile	Tue Dec  8 16:29:47 2020	(r557298)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openntpd
-PORTVERSION=	6.2p3
-PORTREVISION=	8
+PORTVERSION=	6.8p1
 PORTEPOCH=	2
 CATEGORIES=	net
 MASTER_SITES=	OPENBSD/OpenNTPD

Modified: head/net/openntpd/distinfo
==============================================================================
--- head/net/openntpd/distinfo	Tue Dec  8 16:26:33 2020	(r557297)
+++ head/net/openntpd/distinfo	Tue Dec  8 16:29:47 2020	(r557298)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510519480
-SHA256 (openntpd-6.2p3.tar.gz) = 7b02691524197e01ba6b1b4b7595b33956e657ba6d5c4cf2fc20ea3f4914c13a
-SIZE (openntpd-6.2p3.tar.gz) = 447586
+TIMESTAMP = 1607439518
+SHA256 (openntpd-6.8p1.tar.gz) = 8582db838a399153d4a17f2a76518b638cc3020f58028575bf54127518f55a46
+SIZE (openntpd-6.8p1.tar.gz) = 443997

Modified: head/net/openntpd/files/patch-src_ntpd.conf.5
==============================================================================
--- head/net/openntpd/files/patch-src_ntpd.conf.5	Tue Dec  8 16:26:33 2020	(r557297)
+++ head/net/openntpd/files/patch-src_ntpd.conf.5	Tue Dec  8 16:29:47 2020	(r557298)
@@ -1,13 +1,18 @@
---- src/ntpd.conf.5.orig	2017-10-30 08:57:40 UTC
+--- src/ntpd.conf.5.orig	2020-12-07 08:20:35 UTC
 +++ src/ntpd.conf.5
-@@ -232,8 +232,8 @@ constraints from "https://www.google.com/"
+@@ -258,13 +258,11 @@ constraints from "https://www.google.com/"
  .Ed
  .El
  .Sh FILES
--.Bl -tag -width "/etc/ntpd.confXXX" -compact
+-.Bl -tag -width /etc/examples/ntpd.conf -compact
 -.It Pa /etc/ntpd.conf
 +.Bl -tag -width "%%PREFIX%%/etc/ntpd.confXXX" -compact
 +.It Pa %%PREFIX%%/etc/ntpd.conf
- default
+ Default
  .Xr ntpd 8
- configuration file
+ configuration file.
+-.It Pa /etc/examples/ntpd.conf
+-Example configuration file.
+ .El
+ .Sh SEE ALSO
+ .Xr ntpctl 8 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012081629.0B8GTmBx018451>