diff options
author | steve <steve@FreeBSD.org> | 1998-06-14 15:56:50 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-06-14 15:56:50 +0000 |
commit | 2b226576d5d9df20ce0f57db4ed35a006cd3a303 (patch) | |
tree | 8aa96a09ef0100040afe7d609214413d553d7fe2 /ftp/proftpd/files | |
parent | 8518dd83bf3b5d5f4b6448a96a98423fcbb6c95d (diff) | |
download | FreeBSD-ports-2b226576d5d9df20ce0f57db4ed35a006cd3a303.zip FreeBSD-ports-2b226576d5d9df20ce0f57db4ed35a006cd3a303.tar.gz |
Upgrade to version 1.0.3pl1.
PR: 6884
Submitted by: maintainer
Diffstat (limited to 'ftp/proftpd/files')
-rw-r--r-- | ftp/proftpd/files/patch-ae | 8 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-af | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ftp/proftpd/files/patch-ae b/ftp/proftpd/files/patch-ae index 4d82a6e..7496f3b 100644 --- a/ftp/proftpd/files/patch-ae +++ b/ftp/proftpd/files/patch-ae @@ -1,5 +1,5 @@ ---- modules/mod_auth.c.orig Tue Nov 11 09:17:23 1997 -+++ modules/mod_auth.c Fri Feb 20 00:38:05 1998 +--- modules//mod_auth.c.orig Sun Jun 7 16:17:57 1998 ++++ modules/mod_auth.c Sun Jun 7 16:21:29 1998 @@ -177,7 +177,7 @@ /* Is this the proper behavior when timing out? */ send_response_async(R_421,"Login Timeout (%d seconds): closing control connection.", @@ -9,7 +9,7 @@ (void*)0,NULL); remove_timer(TIMER_IDLE,ANY_MODULE); remove_timer(TIMER_NOXFER,ANY_MODULE); -@@ -731,10 +731,10 @@ +@@ -763,10 +763,10 @@ } if(c) @@ -22,7 +22,7 @@ origuser,session.c->remote_name,inet_ntoa(*session.c->remote_ipaddr)); session.user = pstrdup(permanent_pool,auth_map_uid(pw->pw_uid)); -@@ -955,7 +955,7 @@ +@@ -987,7 +987,7 @@ send_response(R_530,"%s", sreplace(cmd->tmp_pool,maxstr,"%m",maxn,NULL)); diff --git a/ftp/proftpd/files/patch-af b/ftp/proftpd/files/patch-af index 0a5d59c..901b66e 100644 --- a/ftp/proftpd/files/patch-af +++ b/ftp/proftpd/files/patch-af @@ -1,5 +1,5 @@ ---- src/proftpd.8.orig Wed Oct 29 10:51:30 1997 -+++ src/proftpd.8 Fri Feb 20 00:48:52 1998 +--- src/proftpd.8.orig Sun Jun 7 16:26:39 1998 ++++ src/proftpd.8 Sun Jun 7 16:27:44 1998 @@ -19,6 +19,12 @@ may be invoked by the Internet "super-server" inetd(8) each time a connection to the FTP service is made, or alternatively it can be run as a |