From owner-svn-ports-head@freebsd.org Sat Jun 29 03:35:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4A4015D2E81; Sat, 29 Jun 2019 03:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6670094A32; Sat, 29 Jun 2019 03:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F64689E1; Sat, 29 Jun 2019 03:35:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5T3Zd3q022870; Sat, 29 Jun 2019 03:35:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5T3Zci0022866; Sat, 29 Jun 2019 03:35:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906290335.x5T3Zci0022866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 29 Jun 2019 03:35:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505320 - in head/net: . ntpsec X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net: . ntpsec X-SVN-Commit-Revision: 505320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6670094A32 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2019 03:35:40 -0000 Author: yuri Date: Sat Jun 29 03:35:37 2019 New Revision: 505320 URL: https://svnweb.freebsd.org/changeset/ports/505320 Log: New port: net/ntpsec: Network Time Protocol suite, refactored Added: head/net/ntpsec/ head/net/ntpsec/Makefile (contents, props changed) head/net/ntpsec/distinfo (contents, props changed) head/net/ntpsec/pkg-descr (contents, props changed) head/net/ntpsec/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Jun 29 02:00:19 2019 (r505319) +++ head/net/Makefile Sat Jun 29 03:35:37 2019 (r505320) @@ -516,6 +516,7 @@ SUBDIR += ntp SUBDIR += ntp-devel SUBDIR += ntpa + SUBDIR += ntpsec SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nuster Added: head/net/ntpsec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpsec/Makefile Sat Jun 29 03:35:37 2019 (r505320) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= ntpsec +DISTVERSION= 1.1.4 +CATEGORIES= net + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Network Time Protocol suite, refactored + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= bison gettext-runtime python:2.7 shebangfix ssl waf # python-3.6 has 2 issues: plist differences, and terminal-related failure: https://gitlab.com/NTPsec/ntpsec/issues/599 +SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py +USE_GITLAB= yes +GL_ACCOUNT= NTPsec +GL_COMMIT= 79cd18fc56fc902c3a7fd78bcc32ee72f52eb396 + +.include Added: head/net/ntpsec/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpsec/distinfo Sat Jun 29 03:35:37 2019 (r505320) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561774063 +SHA256 (NTPsec-ntpsec-79cd18fc56fc902c3a7fd78bcc32ee72f52eb396_GL0.tar.gz) = 14eda0af80be125c4ac937c529f0973414c51bf691333b3950e08f3a5f282409 +SIZE (NTPsec-ntpsec-79cd18fc56fc902c3a7fd78bcc32ee72f52eb396_GL0.tar.gz) = 2536708 Added: head/net/ntpsec/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpsec/pkg-descr Sat Jun 29 03:35:37 2019 (r505320) @@ -0,0 +1,21 @@ +A reimplementation of the NNTP protocol daemon and tools in a secure way. + +A major new feature is that it implements IETF's Network Time Security standard +for strong cryptographic authentication of time service. + +Security improvements: +* Network Time Security is implemented. +* The deprecated ntpdc utility, long a chronic locus of security + vulnerabilities, has been removed +* Autokey is not supported; that code has been removed, as it was chronically + prone to security vulnerabilities. +* Peer mode has been removed. The keyword peer in ntp.conf is now just an alias + for keyword server. +* Broadcast- and multicast modes, which are impossible to secure, have been + removed. +* The authentication requirement for remote configuration commands (e.g., via + ntpq) can no longer be disabled. +* The deprecated and vulnerability-prone ntpdate program has been replaced with + a shell wrapper around ntpdig. + +WWW: https://gitlab.com/NTPsec/ntpsec/ Added: head/net/ntpsec/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ntpsec/pkg-plist Sat Jun 29 03:35:37 2019 (r505320) @@ -0,0 +1,43 @@ +bin/ntpdig +bin/ntpfrob +bin/ntpkeygen +bin/ntpleapfetch +bin/ntplogtemp +bin/ntpmon +bin/ntpq +bin/ntpsnmpd +bin/ntpsweep +bin/ntptime +bin/ntptrace +bin/ntpviz +bin/ntpwait +%%PYTHON_SITELIBDIR%%/ntp-1.1.4.egg-info +%%PYTHON_SITELIBDIR%%/ntp/__init__.py +%%PYTHON_SITELIBDIR%%/ntp/__init__.pyc +%%PYTHON_SITELIBDIR%%/ntp/__init__.pyo +%%PYTHON_SITELIBDIR%%/ntp/agentx.py +%%PYTHON_SITELIBDIR%%/ntp/agentx.pyc +%%PYTHON_SITELIBDIR%%/ntp/agentx.pyo +%%PYTHON_SITELIBDIR%%/ntp/agentx_packet.py +%%PYTHON_SITELIBDIR%%/ntp/agentx_packet.pyc +%%PYTHON_SITELIBDIR%%/ntp/agentx_packet.pyo +%%PYTHON_SITELIBDIR%%/ntp/control.py +%%PYTHON_SITELIBDIR%%/ntp/control.pyc +%%PYTHON_SITELIBDIR%%/ntp/control.pyo +%%PYTHON_SITELIBDIR%%/ntp/magic.py +%%PYTHON_SITELIBDIR%%/ntp/magic.pyc +%%PYTHON_SITELIBDIR%%/ntp/magic.pyo +%%PYTHON_SITELIBDIR%%/ntp/ntpc.so +%%PYTHON_SITELIBDIR%%/ntp/packet.py +%%PYTHON_SITELIBDIR%%/ntp/packet.pyc +%%PYTHON_SITELIBDIR%%/ntp/packet.pyo +%%PYTHON_SITELIBDIR%%/ntp/poly.py +%%PYTHON_SITELIBDIR%%/ntp/poly.pyc +%%PYTHON_SITELIBDIR%%/ntp/poly.pyo +%%PYTHON_SITELIBDIR%%/ntp/statfiles.py +%%PYTHON_SITELIBDIR%%/ntp/statfiles.pyc +%%PYTHON_SITELIBDIR%%/ntp/statfiles.pyo +%%PYTHON_SITELIBDIR%%/ntp/util.py +%%PYTHON_SITELIBDIR%%/ntp/util.pyc +%%PYTHON_SITELIBDIR%%/ntp/util.pyo +sbin/ntpd