pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/vsftpd Updated to version 1.2.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/db0977cc062d
branches: trunk
changeset: 475018:db0977cc062d
user: salo <salo%pkgsrc.org@localhost>
date: Sun May 09 00:29:22 2004 +0000
description:
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:
net/vsftpd/Makefile | 10 +++++-----
net/vsftpd/distinfo | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r d92f3089b6dc -r db0977cc062d net/vsftpd/Makefile
--- a/net/vsftpd/Makefile Sun May 09 00:12:13 2004 +0000
+++ b/net/vsftpd/Makefile Sun May 09 00:29:22 2004 +0000
@@ -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@localhost
+MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://vsftpd.beasts.org/
COMMENT= FTP server that aims to be very secure
@@ -31,9 +31,9 @@
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 -r d92f3089b6dc -r db0977cc062d net/vsftpd/distinfo
--- a/net/vsftpd/distinfo Sun May 09 00:12:13 2004 +0000
+++ b/net/vsftpd/distinfo Sun May 09 00:29:22 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index