From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001
From: cvs2svn
Date: Sun, 24 Feb 2008 03:11:57 +0000
Subject: This commit was manufactured by cvs2svn to create tag
'RELEASE_7_0_0'.
---
.../files/extra-patch-cyrillic-fix-netio.c | 50 --------------
ftp/proftpd-devel/files/patch-ah | 10 ---
.../files/patch-contrib-mod_wrap2-Makefile.in | 11 ---
.../files/patch-doc::Configuration.html | 18 -----
.../files/patch-module::mod_auth_pam.c | 11 ---
.../files/patch-sample-configurations_basic.conf | 79 ----------------------
ftp/proftpd-devel/files/patch-src-auth.c | 43 ------------
ftp/proftpd-devel/files/patch-src_proftpd.8.in | 15 ----
ftp/proftpd-devel/files/proftpd.sh.in | 43 ------------
9 files changed, 280 deletions(-)
delete mode 100644 ftp/proftpd-devel/files/extra-patch-cyrillic-fix-netio.c
delete mode 100644 ftp/proftpd-devel/files/patch-ah
delete mode 100644 ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in
delete mode 100644 ftp/proftpd-devel/files/patch-doc::Configuration.html
delete mode 100644 ftp/proftpd-devel/files/patch-module::mod_auth_pam.c
delete mode 100644 ftp/proftpd-devel/files/patch-sample-configurations_basic.conf
delete mode 100644 ftp/proftpd-devel/files/patch-src-auth.c
delete mode 100644 ftp/proftpd-devel/files/patch-src_proftpd.8.in
delete mode 100644 ftp/proftpd-devel/files/proftpd.sh.in
(limited to 'ftp/proftpd-devel/files')
diff --git a/ftp/proftpd-devel/files/extra-patch-cyrillic-fix-netio.c b/ftp/proftpd-devel/files/extra-patch-cyrillic-fix-netio.c
deleted file mode 100644
index 58f6f3d57056..000000000000
--- a/ftp/proftpd-devel/files/extra-patch-cyrillic-fix-netio.c
+++ /dev/null
@@ -1,50 +0,0 @@
---- ./src/netio.c.orig Sun Oct 10 00:46:22 2004
-+++ ./src/netio.c Thu Oct 12 15:17:22 2006
-@@ -901,47 +901,6 @@
- cp = *pbuf->current++;
- pbuf->remaining++;
-
-- switch (mode) {
-- case IAC:
-- switch (cp) {
-- case WILL:
-- case WONT:
-- case DO:
-- case DONT:
-- mode = cp;
-- continue;
--
-- case IAC:
-- mode = 0;
-- break;
--
-- default:
-- /* Ignore */
-- mode = 0;
-- continue;
-- }
-- break;
--
-- case WILL:
-- case WONT:
-- pr_netio_printf(out_nstrm, "%c%c%c", IAC, DONT, cp);
-- mode = 0;
-- continue;
--
-- case DO:
-- case DONT:
-- pr_netio_printf(out_nstrm, "%c%c%c", IAC, WONT, cp);
-- mode = 0;
-- continue;
--
-- default:
-- if (cp == IAC) {
-- mode = cp;
-- continue;
-- }
-- break;
-- }
--
- *bp++ = cp;
- buflen--;
- }
diff --git a/ftp/proftpd-devel/files/patch-ah b/ftp/proftpd-devel/files/patch-ah
deleted file mode 100644
index b534609737fc..000000000000
--- a/ftp/proftpd-devel/files/patch-ah
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/mod_auth_unix.c.orig 2006-06-29 09:16:23.000000000 -0800
-+++ modules/mod_auth_unix.c 2007-10-05 16:23:46.000000000 -0800
-@@ -57,6 +57,7 @@
- #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */
-
- #if defined(HAVE_PROT_H) || defined(COMSEC)
-+# include
- # include
- #endif
-
diff --git a/ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in b/ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in
deleted file mode 100644
index db1914062dd4..000000000000
--- a/ftp/proftpd-devel/files/patch-contrib-mod_wrap2-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/mod_wrap2/Makefile.in.orig 2007-01-08 19:16:11.000000000 -0900
-+++ contrib/mod_wrap2/Makefile.in 2007-10-05 14:02:38.000000000 -0800
-@@ -13,7 +13,7 @@
- MODULE_NAME=mod_wrap2
-
- # Necessary redefinitions
--INCLUDES=-I. -I../.. -I../../include
-+INCLUDES=-I. -I../.. -I../../include -I/usr/local/include
- CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
- LDFLAGS=-L../../lib
-
diff --git a/ftp/proftpd-devel/files/patch-doc::Configuration.html b/ftp/proftpd-devel/files/patch-doc::Configuration.html
deleted file mode 100644
index 400699d4f8f1..000000000000
--- a/ftp/proftpd-devel/files/patch-doc::Configuration.html
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./doc/Configuration.html.orig Wed Jan 29 12:27:24 2003
-+++ ./doc/Configuration.html Sat Mar 15 11:34:14 2003
-@@ -4226,7 +4226,7 @@
- >ftp
ftpd