Update to version 1.2.0pre3.
PR: 10830 Submitted by: Micahel Haro <mharo@area51.fremont.ca.us>
This commit is contained in:
parent
1224e897fb
commit
145bda6b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17533
6 changed files with 34 additions and 38 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: proftpd
|
||||
# Version required: 1.0.3pl1
|
||||
# Version required: 1.2.0pl3
|
||||
# Date created: 26 January 1998
|
||||
# Whom: Stephane Legrand
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1999/02/12 21:55:04 obrien Exp $
|
||||
# $Id: Makefile,v 1.8 1999/03/15 02:13:32 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= proftpd-1.2.0pre2
|
||||
DISTNAME= proftpd-1.2.0pre3
|
||||
PKGNAME= proftpd-1.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/
|
||||
|
@ -20,10 +20,9 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var/run \
|
||||
--with-modules=mod_ratio
|
||||
--with-modules=mod_ratio
|
||||
|
||||
post-configure:
|
||||
|
||||
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
|
||||
@${SED} -e 's:/etc:${PREFIX}/etc:' \
|
||||
-e 's:/usr/sbin/proftpd:${PREFIX}/libexec/proftpd:' \
|
||||
|
@ -41,7 +40,6 @@ post-configure:
|
|||
< ${WRKSRC}/src/ftpcount.1.pre_sed > ${WRKSRC}/src/ftpcount.1
|
||||
|
||||
do-install:
|
||||
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/ftpcount ${PREFIX}/bin/ftpcount
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/proftpd ${PREFIX}/libexec/proftpd
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/ftpshut ${PREFIX}/sbin/ftpshut
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (proftpd-1.2.0pre2.tar.gz) = 85bed6f9211ba4a33f560312f1090a4b
|
||||
MD5 (proftpd-1.2.0pre3.tar.gz) = 60b8dc1ffd656a0c6823e83dc07aaecb
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- modules/mod_auth.c.orig Sat Oct 17 22:24:41 1998
|
||||
+++ modules/mod_auth.c Mon Dec 14 15:26:02 1998
|
||||
@@ -61,7 +61,7 @@
|
||||
--- modules/mod_auth.c.orig Thu Mar 4 18:29:19 1999
|
||||
+++ modules/mod_auth.c Thu Apr 1 14:36:03 1999
|
||||
@@ -65,7 +65,7 @@
|
||||
/* Is this the proper behavior when timing out? */
|
||||
send_response_async(R_421,"Login Timeout (%d seconds): closing control connection.",
|
||||
TimeoutLogin);
|
||||
- schedule(main_exit,0,(void*)LOG_NOTICE,"FTP login timed out, disconnected.",
|
||||
+ schedule(main_exit,0,(void*)LOG_INFO,"FTP login timed out, disconnected.",
|
||||
(void*)0,NULL);
|
||||
remove_timer(TIMER_IDLE,ANY_MODULE);
|
||||
remove_timer(TIMER_NOXFER,ANY_MODULE);
|
||||
@@ -763,13 +763,13 @@
|
||||
- main_exit((void*)LOG_NOTICE,"FTP login timed out, disconnected.",
|
||||
+ main_exit((void*)LOG_INFO,"FTP login timed out, disconnected.",
|
||||
(void*)0,NULL);
|
||||
|
||||
/*
|
||||
@@ -787,13 +787,13 @@
|
||||
resolve_anonymous_dirs(c->subset);
|
||||
|
||||
if(c)
|
||||
|
@ -25,7 +25,7 @@
|
|||
origuser,session.c->remote_name,
|
||||
inet_ascii(p,session.c->remote_ipaddr),
|
||||
inet_ascii(p,session.c->local_ipaddr),
|
||||
@@ -1132,7 +1132,7 @@
|
||||
@@ -1156,7 +1156,7 @@
|
||||
send_response(R_530,"%s",
|
||||
sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL));
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
max);
|
||||
end_login(0);
|
||||
}
|
||||
@@ -1156,7 +1156,7 @@
|
||||
@@ -1180,7 +1180,7 @@
|
||||
send_response(R_530,"%s",
|
||||
sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL));
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
max);
|
||||
end_login(0);
|
||||
}
|
||||
@@ -1243,7 +1243,7 @@
|
||||
@@ -1267,7 +1267,7 @@
|
||||
|
||||
if(++auth_tries >= max) {
|
||||
send_response(R_530,"Login incorrect");
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: proftpd
|
||||
# Version required: 1.0.3pl1
|
||||
# Version required: 1.2.0pl3
|
||||
# Date created: 26 January 1998
|
||||
# Whom: Stephane Legrand
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1999/02/12 21:55:04 obrien Exp $
|
||||
# $Id: Makefile,v 1.8 1999/03/15 02:13:32 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= proftpd-1.2.0pre2
|
||||
DISTNAME= proftpd-1.2.0pre3
|
||||
PKGNAME= proftpd-1.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/
|
||||
|
@ -20,10 +20,9 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var/run \
|
||||
--with-modules=mod_ratio
|
||||
--with-modules=mod_ratio
|
||||
|
||||
post-configure:
|
||||
|
||||
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
|
||||
@${SED} -e 's:/etc:${PREFIX}/etc:' \
|
||||
-e 's:/usr/sbin/proftpd:${PREFIX}/libexec/proftpd:' \
|
||||
|
@ -41,7 +40,6 @@ post-configure:
|
|||
< ${WRKSRC}/src/ftpcount.1.pre_sed > ${WRKSRC}/src/ftpcount.1
|
||||
|
||||
do-install:
|
||||
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/ftpcount ${PREFIX}/bin/ftpcount
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/proftpd ${PREFIX}/libexec/proftpd
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/ftpshut ${PREFIX}/sbin/ftpshut
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (proftpd-1.2.0pre2.tar.gz) = 85bed6f9211ba4a33f560312f1090a4b
|
||||
MD5 (proftpd-1.2.0pre3.tar.gz) = 60b8dc1ffd656a0c6823e83dc07aaecb
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
--- modules/mod_auth.c.orig Sat Oct 17 22:24:41 1998
|
||||
+++ modules/mod_auth.c Mon Dec 14 15:26:02 1998
|
||||
@@ -61,7 +61,7 @@
|
||||
--- modules/mod_auth.c.orig Thu Mar 4 18:29:19 1999
|
||||
+++ modules/mod_auth.c Thu Apr 1 14:36:03 1999
|
||||
@@ -65,7 +65,7 @@
|
||||
/* Is this the proper behavior when timing out? */
|
||||
send_response_async(R_421,"Login Timeout (%d seconds): closing control connection.",
|
||||
TimeoutLogin);
|
||||
- schedule(main_exit,0,(void*)LOG_NOTICE,"FTP login timed out, disconnected.",
|
||||
+ schedule(main_exit,0,(void*)LOG_INFO,"FTP login timed out, disconnected.",
|
||||
(void*)0,NULL);
|
||||
remove_timer(TIMER_IDLE,ANY_MODULE);
|
||||
remove_timer(TIMER_NOXFER,ANY_MODULE);
|
||||
@@ -763,13 +763,13 @@
|
||||
- main_exit((void*)LOG_NOTICE,"FTP login timed out, disconnected.",
|
||||
+ main_exit((void*)LOG_INFO,"FTP login timed out, disconnected.",
|
||||
(void*)0,NULL);
|
||||
|
||||
/*
|
||||
@@ -787,13 +787,13 @@
|
||||
resolve_anonymous_dirs(c->subset);
|
||||
|
||||
if(c)
|
||||
|
@ -25,7 +25,7 @@
|
|||
origuser,session.c->remote_name,
|
||||
inet_ascii(p,session.c->remote_ipaddr),
|
||||
inet_ascii(p,session.c->local_ipaddr),
|
||||
@@ -1132,7 +1132,7 @@
|
||||
@@ -1156,7 +1156,7 @@
|
||||
send_response(R_530,"%s",
|
||||
sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL));
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
max);
|
||||
end_login(0);
|
||||
}
|
||||
@@ -1156,7 +1156,7 @@
|
||||
@@ -1180,7 +1180,7 @@
|
||||
send_response(R_530,"%s",
|
||||
sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL));
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
max);
|
||||
end_login(0);
|
||||
}
|
||||
@@ -1243,7 +1243,7 @@
|
||||
@@ -1267,7 +1267,7 @@
|
||||
|
||||
if(++auth_tries >= max) {
|
||||
send_response(R_530,"Login incorrect");
|
||||
|
|
Loading…
Reference in a new issue