OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   24-Jan-2005 11:26:55
  Branch: HEAD                             Handle: 2005012410265500

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

  Log:
    Be more friendly to packet filters already in default config
    by using for passive connections the IANA "emphemeral"
    port range for "DYNAMIC AND/OR PRIVATE PORTS" according to
    http://www.iana.org/assignments/port-numbers

  Summary:
    Revision    Changes     Path
    1.13        +1  -0      openpkg-src/proftpd/proftpd.conf
    1.89        +1  -1      openpkg-src/proftpd/proftpd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/proftpd/proftpd.conf
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 proftpd.conf
  --- openpkg-src/proftpd/proftpd.conf  7 Dec 2004 12:03:07 -0000       1.12
  +++ openpkg-src/proftpd/proftpd.conf  24 Jan 2005 10:26:55 -0000      1.13
  @@ -56,6 +56,7 @@
   #   sample virtual Anonymous-FTP only server
   <VirtualHost 127.0.0.1>
       Port              21
  +    PassivePorts      49152 65535
       ServerIdent       on "localhost FTP Server (ProFTPD) ready."
       ServerAdmin       [EMAIL PROTECTED]
       MaxClients        20
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  ============================================================================
  $ cvs diff -u -r1.88 -r1.89 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  1 Jan 2005 10:54:06 -0000       1.88
  +++ openpkg-src/proftpd/proftpd.spec  24 Jan 2005 10:26:55 -0000      1.89
  @@ -34,7 +34,7 @@
   Group:        FTP
   License:      GPL
   Version:      1.2.10
  -Release:      20041207
  +Release:      20050124
   
   #   package options
   %option       with_ifsession  no
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to