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-Oct-2007 09:55:07
  Branch: HEAD                             Handle: 2007100608550600

  Modified files:
    openpkg-src/proftpd     proftpd.patch proftpd.spec

  Log:
    upgrading package: proftpd 1.3.1rc3 -> 1.3.1

  Summary:
    Revision    Changes     Path
    1.25        +3  -22     openpkg-src/proftpd/proftpd.patch
    1.134       +3  -3      openpkg-src/proftpd/proftpd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/proftpd/proftpd.patch
  ============================================================================
  $ cvs diff -u -r1.24 -r1.25 proftpd.patch
  --- openpkg-src/proftpd/proftpd.patch 25 Jul 2007 08:30:54 -0000      1.24
  +++ openpkg-src/proftpd/proftpd.patch 6 Oct 2007 07:55:06 -0000       1.25
  @@ -1,6 +1,6 @@
   Index: mod_otp/mod_otp.c
   --- mod_otp/mod_otp.c.orig   2006-12-06 17:13:06 +0100
  -+++ mod_otp/mod_otp.c        2007-07-25 10:24:36 +0200
  ++++ mod_otp/mod_otp.c        2007-10-06 09:52:27 +0200
   @@ -79,7 +79,7 @@
      CHECK_CONF(cmd, CONF_ROOT|CONF_VIRTUAL|CONF_GLOBAL);
    
  @@ -21,7 +21,7 @@
    }
   Index: mod_time/mod_time.c
   --- mod_time/mod_time.c.orig 2004-05-12 20:57:06 +0200
  -+++ mod_time/mod_time.c      2007-07-25 10:24:36 +0200
  ++++ mod_time/mod_time.c      2007-10-06 09:52:27 +0200
   @@ -146,7 +146,7 @@
      /* If we don't have a password file, we create an empty array and punt.
       */
  @@ -80,7 +80,7 @@
        time_user = pstrdup(session.pool, pw->pw_name);
   Index: modules/mod_auth_unix.c
   --- modules/mod_auth_unix.c.orig     2006-06-29 19:16:23 +0200
  -+++ modules/mod_auth_unix.c  2007-07-25 10:24:36 +0200
  ++++ modules/mod_auth_unix.c  2007-10-06 09:52:27 +0200
   @@ -243,7 +243,7 @@
      return gr;
    }
  @@ -108,22 +108,3 @@
      if (table == uid_table)
        return id.uid == idcomp.uid;
      else
  -Index: src/dirtree.c
  ---- src/dirtree.c.orig       2007-03-22 04:54:20 +0100
  -+++ src/dirtree.c    2007-07-25 10:24:36 +0200
  -@@ -2911,12 +2911,13 @@
  -                * this address.
  -                */
  -               snprintf(ipbuf, sizeof(ipbuf), "::ffff:%s", ipstr);
  --              ipstr = ipbuf;
  -+              ipstr = pstrdup(s->pool, ipbuf);
  -             }
  -           }
  - #endif /* PR_USE_IPV6 */
  - 
  --          pr_conf_add_server_config_param_str(s, "_bind", 1, ipstr);
  -+          if (ipstr)
  -+            pr_conf_add_server_config_param_str(s, "_bind", 1, ipstr);
  -         }
  -       }
  -  
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  ============================================================================
  $ cvs diff -u -r1.133 -r1.134 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  16 Sep 2007 07:31:32 -0000      1.133
  +++ openpkg-src/proftpd/proftpd.spec  6 Oct 2007 07:55:06 -0000       1.134
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_proftpd         1.3.1rc3
  +%define       V_proftpd         1.3.1
   %define       V_mod_exec        0.9.3
   %define       V_mod_otp         0.9.1
   %define       V_mod_shaper      0.6.3
  @@ -31,7 +31,7 @@
   %define       V_mod_sql_odbc    0.3.2
   %define       V_mod_time        2.2.1
   %define       V_mod_vroot       0.7.2
  -%define       V_mod_gss         1.3.0a
  +%define       V_mod_gss         1.3.1
   
   #   package information
   Name:         proftpd
  @@ -44,7 +44,7 @@
   Group:        FTP
   License:      GPL
   Version:      %{V_proftpd}
  -Release:      20070916
  +Release:      20071006
   
   #   package options
   %option       with_ifsession  no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to