OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 06-Dec-2006 18:51:08 Branch: HEAD Handle: 2006120617510800 Modified files: openpkg-src/proftpd proftpd.patch proftpd.spec Log: upstream has taken over my patches Summary: Revision Changes Path 1.19 +0 -21 openpkg-src/proftpd/proftpd.patch 1.119 +1 -1 openpkg-src/proftpd/proftpd.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/proftpd/proftpd.patch ============================================================================ $ cvs diff -u -r1.18 -r1.19 proftpd.patch --- openpkg-src/proftpd/proftpd.patch 6 Dec 2006 08:07:43 -0000 1.18 +++ openpkg-src/proftpd/proftpd.patch 6 Dec 2006 17:51:08 -0000 1.19 @@ -1,24 +1,3 @@ -Index: mod_otp/mod_otp.c ---- mod_otp/mod_otp.c.orig 2002-10-31 02:16:23 +0100 -+++ mod_otp/mod_otp.c 2005-11-07 21:15:19 +0100 -@@ -127,7 +127,7 @@ - ": error generating challenge for user '%s': %s", cmd->argv[1], str); - - } else -- add_response(R_DUP, "Challenge: [ %s ]", challenge); -+ pr_response_add(R_DUP, "Challenge: [ %s ]", challenge); - - return DECLINED(cmd); - } -@@ -203,7 +203,7 @@ - - static cmdtable otp_cmdtab[] = { - { POST_CMD, C_USER, G_NONE, otp_post_user, FALSE, FALSE }, -- { NULL } -+ { 0, NULL } - }; - - static authtable otp_authtab[] = { Index: mod_sql_sqlite/mod_sql_sqlite.c --- mod_sql_sqlite/mod_sql_sqlite.c.orig 2006-12-06 08:49:36 +0100 +++ mod_sql_sqlite/mod_sql_sqlite.c 2006-12-06 09:01:01 +0100 @@ . patch -p0 <<'@@ .' Index: openpkg-src/proftpd/proftpd.spec ============================================================================ $ cvs diff -u -r1.118 -r1.119 proftpd.spec --- openpkg-src/proftpd/proftpd.spec 6 Dec 2006 07:47:40 -0000 1.118 +++ openpkg-src/proftpd/proftpd.spec 6 Dec 2006 17:51:08 -0000 1.119 @@ -25,7 +25,7 @@ # package version %define V_proftpd 1.3.0a %define V_mod_exec 0.9 -%define V_mod_otp 0.9 +%define V_mod_otp 0.9.1 %define V_mod_shaper 0.6.2 %define V_mod_sql_sqlite 0.1 %define V_mod_sql_odbc 0.3.1 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org