mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a928726e0e
- Bug fixes: - Support PROT in SSL mode. Fixes: - Filezilla, TurboFTP fail to connect in SSLv3 mode. - Fix vulnerability caused by misuse of fprintf(). PR: ports/117908 Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer), linimon (mentor) Security: http://www.vuxml.org/freebsd/b2571f88-a867-11dc-a6f0-00a0cce0781e.html
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# New ports collection makefile for: smbftpd
|
|
# Date created: 2006-01-22
|
|
# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smbftpd
|
|
PORTVERSION= 0.97
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://www.twbsd.org/download/download.php?file=smbftpd/
|
|
|
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
|
COMMENT= FTP daemon using Samba-like share management mechanism
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
USE_PERL5= yes
|
|
|
|
MAKE_ENV= OSTYPE=FreeBSD
|
|
|
|
.include <bsd.port.mk>
|