a1cab37ac7
Differences from previous 20100324 version: Mon Mar 25 03:51:20 UTC 2013 lukem * Fix incorrect use of test(1) in configure. Fri Mar 22 09:00:00 UTC 2013 lukem * Release as "tnftpd 20130322" * Update build framekwork to autoconf 2.69, automake 1.11.1, libtool 2.4.2. * Replace glob with newer copy from NetBSD that does not suffer from DoS exhaustion attacks. Fix in NetBSD from Maksymilian Arciemowicz. See CVE-2010-2632 * Update to NetBSD-ftpd 20130321: * Fix warnings and build issues * Fix memcpy usage * Fix remote crash (fix was already pulled up manually to tnftpd 20100324). PR/43023 from Bruce Cran. * Reduce priority of syslog message if getpeername returns ENOTCONN. PR/18934 from Greg A Woods. pkgsrc changes - use pkgsrc libtool and add LICENSE
36 lines
864 B
Makefile
36 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/03/25 04:11:25 agc Exp $
|
|
#
|
|
|
|
DISTNAME= tnftpd-20130325
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
|
|
|
|
MAINTAINER= lukem@NetBSD.org
|
|
COMMENT= The NetBSD FTP Daemon
|
|
LICENSE= 2-clause-bsd
|
|
|
|
CONFLICTS= wu-ftpd-[0-9]*
|
|
CONFLICTS+= kth-krb4-[0-9]*
|
|
CONFLICTS+= lukemftpd-[0-9]*
|
|
CONFLICTS= man-pages-[0-9]*
|
|
|
|
GNU_CONFIGURE= YES
|
|
MANCOMPRESSED_IF_MANZ= YES
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= yacc
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
CONF_FILES+= ${EXAMPLEDIR}/ftpd.conf ${PKG_SYSCONFDIR}/ftpd.conf
|
|
CONF_FILES+= ${EXAMPLEDIR}/ftpusers ${PKG_SYSCONFDIR}/ftpusers
|
|
|
|
.include "options.mk"
|
|
|
|
OPSYSVARS+= MAKE_ENV
|
|
MAKE_ENV.SunOS+= CPPFLAGS=""
|
|
|
|
EXAMPLEDIR= ${PREFIX}/share/examples/tnftpd
|
|
INSTALLATION_DIRS= libexec ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 \
|
|
${EXAMPLEDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|