Commit 836119fc authored by Rene Ladan's avatar Rene Ladan
Browse files

sysutils/nfs-over-tls: Remove expired port

2023-10-01 sysutils/nfs-over-tls: All supported releases of FreeBSD include this in base
parent 438a30ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7926,3 +7926,4 @@ databases/percona-pam-for-mysql||2023-10-01|Has expired: Upstream EOL reaches on
databases/percona57-pam-for-mysql||2023-10-01|Has expired: Upstream EOL reaches on 2023-10-01
databases/percona57-server||2023-10-01|Has expired: Upstream EOL reaches on 2023-10-01
databases/percona57-client||2023-10-01|Has expired: Upstream EOL reaches on 2023-10-01
sysutils/nfs-over-tls||2023-10-01|Has expired: All supported releases of FreeBSD include this in base
+0 −1
Original line number Diff line number Diff line
@@ -816,7 +816,6 @@
    SUBDIR += nerdctl
    SUBDIR += netevent
    SUBDIR += nfcutils
    SUBDIR += nfs-over-tls
    SUBDIR += nitrogen
    SUBDIR += nix
    SUBDIR += nmrpflash

sysutils/nfs-over-tls/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
PORTNAME=	nfs-over-tls
DISTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://people.freebsd.org/~rmacklem/nfs-over-tls/

MAINTAINER=	rmacklem@freebsd.org
COMMENT=	Utilities for NFS over TLS
WWW=		https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt

LICENSE=	BSD2CLAUSE

DEPRECATED=	All supported releases of FreeBSD include this in base
EXPIRATION_DATE=	2023-10-01

IGNORE_FreeBSD_12=requires FreeBSD 13 or later with in-kernel TLS support \
		and OpenSSL with KTLS enabled

LIB_DEPENDS=	libssl.so:security/openssl

USES=		kmod ssl

.if exists(/usr/sbin/rpc.tlsclntd)
IGNORE=		already included in the base system
.endif

.include <bsd.port.mk>

sysutils/nfs-over-tls/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1646512318
SHA256 (nfs-over-tls-1.2.tar.gz) = eabb557a7e7edd29e8187786d9eebf663e7e1092b79eaf815b90463c2b7ff848
SIZE (nfs-over-tls-1.2.tar.gz) = 17269

sysutils/nfs-over-tls/pkg-descr

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
These daemons are required to implement NFS mounts using TLS,
as described in the Internet Draft "Towards Remote Procedure
Call Encryption By Default", which should soon become an RFC.
These daemons require OpenSSL libraries patched to support Kernel TLS (KTLS).
The OPENSSL port found in security/openssl-devel satisfies this requirement.
These daemons also require a FreeBSD system running a kernel built from a
kernel configuration file with "options KERNEL_TLS" specified in it.
Loading