summaryrefslogtreecommitdiff
path: root/net/vsftpd/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2004-05-09 00:29:22 +0000
committersalo <salo>2004-05-09 00:29:22 +0000
commitc15ee54241dd73bed143cc2fdd91c18a72154907 (patch)
treee28c17b4cfa0818eda41da498c083199aafbf33a /net/vsftpd/Makefile
parent2ebb309420ec54909fd22a898206a4a2a99c5312 (diff)
downloadpkgsrc-c15ee54241dd73bed143cc2fdd91c18a72154907.tar.gz
Updated to version 1.2.2.
Changes: - remove superfluous .if around BUILD_DEFS - drop maintainership, i don't really use the package anymore - XXX: this package doesn't compile on non-IPv6 enabled operating systems 1.2.2: ====== - Fix FreeBSD 5.1/5.2 issue with time_t being long long on that platform. - Tweak vsftpd.conf.5 to avoid automated mails from ESR ;-) - Add -v flag which just outputs the version and exits. - Fix nasty issue resulting in listener instability under extreme load (root cause was re-entering malloc/free). - Fix build with modern glibc-2.3 and no libcap on Linux. - Fix 64-bit file support on Solaris. - Add initial support for running as the user which launched vsftpd, i.e. no root needed. Warning - easy to create insecurity if you use this without knowing what you are doing. - For above run-as-launching-user support: make CDUP re-use CWD code so that deny_file of *..* is useful. - Attempt fix of 64-bit file support on FreeBSD (may need another go).
Diffstat (limited to 'net/vsftpd/Makefile')
-rw-r--r--net/vsftpd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile
index 770cf6c89d0..964e62e00db 100644
--- a/net/vsftpd/Makefile
+++ b/net/vsftpd/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2004/04/02 20:17:44 salo Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/09 00:29:22 salo Exp $
#
-DISTNAME= vsftpd-1.2.1
+DISTNAME= vsftpd-1.2.2
CATEGORIES= net
MASTER_SITES= ftp://vsftpd.beasts.org/users/cevans/
-MAINTAINER= salo@NetBSD.org
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://vsftpd.beasts.org/
COMMENT= FTP server that aims to be very secure
@@ -31,9 +31,9 @@ CONF_FILES= ${EGDIR}/vsftpd.conf.default ${PKG_SYSCONFDIR}/vsftpd.conf
MAKE_DIRS= /var/chroot
OWN_DIRS= /var/chroot/vsftpd
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+# XXX: This package doesn't work on non-IPv6 enabled operating systems.
+#
BUILD_DEFS+= USE_INET6
-.endif
post-patch:
@cd ${WRKSRC} && \