Hi,

Here is a diff for latest version of the vsftpd.
Tested on amd64 and i386.

CHANGES:
Too many changes since version 2.0.5 to paste it here.
Changelog:
ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.1.0/Changelog

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/vsftpd/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile    15 Sep 2007 22:37:00 -0000      1.19
+++ Makefile    3 Mar 2009 16:13:11 -0000
@@ -2,7 +2,7 @@

 COMMENT=               Ftp daemon which aims to be secure

-DISTNAME=              vsftpd-2.0.5
+DISTNAME=              vsftpd-2.1.0
 CATEGORIES=            net

 HOMEPAGE=              http://vsftpd.beasts.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/vsftpd/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo    5 Apr 2007 16:20:17 -0000       1.10
+++ distinfo    3 Mar 2009 16:13:11 -0000
@@ -1,5 +1,5 @@
-MD5 (vsftpd-2.0.5.tar.gz) = FGBi6LL5OvQ/9sLHcP7qlA==
-RMD160 (vsftpd-2.0.5.tar.gz) = KXw4Oq6f2Q911damKy7V5UrfJdQ=
-SHA1 (vsftpd-2.0.5.tar.gz) = m2oHlpmq6wEhlmWs8gPAk/lPrvA=
-SHA256 (vsftpd-2.0.5.tar.gz) = VGLr8N8nkt3o6jz12HxxUgCqw4hVSz8Kms5iZe3s+ls=
-SIZE (vsftpd-2.0.5.tar.gz) = 155985
+MD5 (vsftpd-2.1.0.tar.gz) = eJC1Tn/6YQb/vf2lP0f6QQ==
+RMD160 (vsftpd-2.1.0.tar.gz) = AGasUmuxhOOtqdTlPlINgt/HFjM=
+SHA1 (vsftpd-2.1.0.tar.gz) = Pt0IaOAxZOrBGrH6nqw8pKMM0zo=
+SHA256 (vsftpd-2.1.0.tar.gz) = gv23XUTxu/HueTAmWnct0T69MU04lpLGeI6eK0sRbIc=
+SIZE (vsftpd-2.1.0.tar.gz) = 178636
Index: patches/patch-tcpwrap_c
===================================================================
RCS file: /cvs/ports/net/vsftpd/patches/patch-tcpwrap_c,v
retrieving revision 1.1
diff -u -r1.1 patch-tcpwrap_c
--- patches/patch-tcpwrap_c     3 Jul 2005 18:06:37 -0000       1.1
+++ patches/patch-tcpwrap_c     3 Mar 2009 16:13:11 -0000
@@ -1,10 +1,10 @@
 $OpenBSD: patch-tcpwrap_c,v 1.1 2005/07/03 18:06:37 aanriot Exp $
---- tcpwrap.c.orig     Fri Jun 10 10:08:18 2005
-+++ tcpwrap.c  Fri Jun 10 10:08:32 2005
-@@ -10,6 +10,7 @@
- #include "tcpwrap.h"
+--- tcpwrap.c.orig     Tue Mar  3 17:58:49 2009
++++ tcpwrap.c  Tue Mar  3 17:59:32 2009
+@@ -11,6 +11,7 @@
  #include "builddefs.h"
  #include "utility.h"
+ #include "sysutil.h"
 +#include <sys/types.h>

  #ifdef VSF_BUILD_TCPWRAPPERS

Reply via email to