Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 14:50:47 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565403 - head/sysutils/nfs-over-tls
Message-ID:  <202102161450.11GEolKk083280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem (src committer)
Date: Tue Feb 16 14:50:46 2021
New Revision: 565403
URL: https://svnweb.freebsd.org/changeset/ports/565403

Log:
  sysutils/nfs-over-tls: Fix build with OpenSSL without KTLS patches
  
  The NFS over TLS daemons have been updated so that they will build
  with versions of OpenSSL not patched for KTLS and all arches.
  They also check for KTLS being enabled and just errx() if not.
  The Makefile with the sources was also modified to not specify
  root/wheel during install so that the build step works as any user.
  
  The source version has been bumped to 1.1 to reflect the source
  and Makefile changes.
  
  Reviewed by:	lwhsu, loader, koobs
  Approved by:	lwhsu (ports), koobs (ports)
  MFH:		No (Port does not exist in quarterly)
  Differential Revision:	https://reviews.freebsd.org/D28572

Modified:
  head/sysutils/nfs-over-tls/Makefile
  head/sysutils/nfs-over-tls/distinfo

Modified: head/sysutils/nfs-over-tls/Makefile
==============================================================================
--- head/sysutils/nfs-over-tls/Makefile	Tue Feb 16 14:46:45 2021	(r565402)
+++ head/sysutils/nfs-over-tls/Makefile	Tue Feb 16 14:50:46 2021	(r565403)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nfs-over-tls
-DISTVERSION=	1.0
+DISTVERSION=	1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://people.freebsd.org/~rmacklem/nfs-over-tls/
 
@@ -16,9 +16,9 @@ USES=		kmod ssl
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1300042
-BROKEN=         Requires FreeBSD 13 or later with in-kernel TLS support \
-		and port's OpenSSL with KTLS enabled
+.if ${OSVERSION} < 1300133
+IGNORE=         Requires FreeBSD 13 or later with in-kernel TLS support \
+		and OpenSSL with KTLS enabled
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/sysutils/nfs-over-tls/distinfo
==============================================================================
--- head/sysutils/nfs-over-tls/distinfo	Tue Feb 16 14:46:45 2021	(r565402)
+++ head/sysutils/nfs-over-tls/distinfo	Tue Feb 16 14:50:46 2021	(r565403)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612192663
-SHA256 (nfs-over-tls-1.0.tar.gz) = fe3481f637df45450d11446587d1044060179d2d6a94b4aedd4cb3e239b31279
-SIZE (nfs-over-tls-1.0.tar.gz) = 17153
+TIMESTAMP = 1613226988
+SHA256 (nfs-over-tls-1.1.tar.gz) = 7bc40d7267f4b56bd6083304a4edc02abe8e4b56d0176d9a60b139882cde0243
+SIZE (nfs-over-tls-1.1.tar.gz) = 17229



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