From 57e8d0fff48f2d8ef22b5b4fa1bff0fdb9d480f0 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 9 May 2004 00:29:22 +0000 Subject: 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). --- net/vsftpd/Makefile | 10 +++++----- net/vsftpd/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'net/vsftpd') 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} && \ diff --git a/net/vsftpd/distinfo b/net/vsftpd/distinfo index 93a6ec87e27..12f371b4574 100644 --- a/net/vsftpd/distinfo +++ b/net/vsftpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2004/01/01 04:39:22 salo Exp $ +$NetBSD: distinfo,v 1.6 2004/05/09 00:29:22 salo Exp $ -SHA1 (vsftpd-1.2.1.tar.gz) = 01b1d64c7f0f0793332f51ec9ae92d176fba57de -Size (vsftpd-1.2.1.tar.gz) = 136041 bytes +SHA1 (vsftpd-1.2.2.tar.gz) = 02ba37eb26021bb5650d78541072b210f8d3937e +Size (vsftpd-1.2.2.tar.gz) = 136669 bytes SHA1 (patch-aa) = 7e42db098d0d2261d5f02b36f7cba4ec6d91c6a0 SHA1 (patch-ab) = 18431ae27f53270ad4c19b0530e55348397fe143 SHA1 (patch-ac) = 46ff47e7d8b510ccc89905726e4a63a18d678318 -- cgit v1.2.3