1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to version 20051021, which after the original author has died now

is hosted at http://www.ford-hutchinson.com/~fh-1-pfh/. The only change
since version 20031008 is the addition of support for the Clear Command
Channel (CCC) command as described in draft-murray-auth-ftp-ssl-16.txt
(recently issued as RFC4217).

PR:		89675
Submitted by:	mnag
Approved by:	netchild
This commit is contained in:
Marius Strobl 2005-11-28 19:04:33 +00:00
parent bc1e74ae68
commit 2b6c9e1231
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149823
4 changed files with 12 additions and 9 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= ftp-tls
PORTVERSION= 20031008
PORTVERSION= 20051021
CATEGORIES= ftp security
MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/
MASTER_SITES= http://www.ford-hutchinson.com/~fh-1-pfh/
MAINTAINER= marius@FreeBSD.org
COMMENT= Ftp client supporting FTP AUTH TLS
@ -18,21 +18,21 @@ USE_OPENSSL= yes
MAN1= ftp-tls.1
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())"
.endif
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/ftp ${PREFIX}/bin/ftp-tls
@${INSTALL_MAN} ${WRKSRC}/ftp.1.TLS ${PREFIX}/man/man1/ftp-tls.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in README.TLS draft-murray-auth-ftp-ssl-09.txt
.for i in README.TLS draft-murray-auth-ftp-ssl-16.txt
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

View File

@ -1,2 +1,3 @@
MD5 (ftp-tls-20031008.tar.gz) = 4a8753432baacad7aae2e55bcb6ece8c
SIZE (ftp-tls-20031008.tar.gz) = 275934
MD5 (ftp-tls-20051021.tar.gz) = 0b5e30e75565d5e7d147f470949b5aaa
SHA256 (ftp-tls-20051021.tar.gz) = 5355389439313517dc02ef6d78f061904caeaa61388f7a85494ef81e8ba46462
SIZE (ftp-tls-20051021.tar.gz) = 278406

View File

@ -1,2 +1,4 @@
Ftp client based on the OpenBSD ftp client code, implements the
FTP AUTH TLS IETF draft.
WWW: http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html

View File

@ -1,4 +1,4 @@
bin/ftp-tls
%%PORTDOCS%%%%DOCSDIR%%/README.TLS
%%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-09.txt
%%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-16.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%