Update to version 1.0.7

PR: 27881
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2001-06-05 12:42:34 +00:00
parent 97777f9292
commit b0f9c946a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43525
4 changed files with 10 additions and 8 deletions

View file

@ -6,9 +6,9 @@
#
PORTNAME= ftpproxy
PORTVERSION= 1.0.1
PORTVERSION= 1.0.7
CATEGORIES= ftp
MASTER_SITES= http://www.quietsche-entchen.de/download/
MASTER_SITES= http://ftp.daemons.de/download/
DISTNAME= ftpproxy-${PORTVERSION}
MAINTAINER= philippe@le-berre.com

View file

@ -1 +1 @@
MD5 (ftpproxy-1.0.1.tar.gz) = d9f1ce0a3e028c060a9c5d0d8ae7d6ac
MD5 (ftpproxy-1.0.7.tar.gz) = 4cf5774e22fbcd0a0e02dab0c7ba4853

View file

@ -1,19 +1,21 @@
*** ftp.orig Wed May 16 09:53:13 2001
--- ftp.c Wed May 16 09:54:08 2001
***************
*** 30,36 ****
*** 31,38 ****
#include <time.h>
#include <signal.h>
! #include <wait.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
--- 30,36 ----
--- 31,38 ----
#include <time.h>
#include <signal.h>
! #include <sys/wait.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>

View file

@ -6,7 +6,7 @@ Beside this basic function which makes the program useful on firewall
or masqueraders it offers fixing the FTP server (e.g. for connections
into a protected LAN) and proxy authentication.
WWW: http://www.quietsche-entchen.de/software/ftp.proxy.html
WWW: http://ftp.daemons.de/
-Philippe
philippe@le-berre.com