fdc3e2a Update to 1.3.5a

Authored and Committed by pghmcfc 8 years ago
    Update to 1.3.5a
    
    - New upstream release 1.3.5a
      - Fixed "stalled" SSL/TLS handshakes for data transfers
      - Fixed handling of SSH keys with overlong Comment headers in mod_sftp_sql
      - By default, mod_tls will no longer support SSLv3 connections; in order to
        support SSLv3 connections (for sites that need to), you must explicitly
        configure this via the TLSProtocol directive, e.g.:
        TLSProtocol SSLv3 TLSv1 ...
      - The mod_copy module is enabled by default; there may be cases where the
        module should be disabled, without requiring a rebuild of the server, thus
        mod_copy now supports a CopyEngine directive to enable/disable the module
      - The DeleteAbortedStores directive (for Bug#3917) is only enabled when
        HiddenStores is in effect, as intended when originally implemented, rather
        than all the time
      - Many other bug-fixes, see NEWS for details
    - Drop upstreamed patches
    
    Conflicts:
    	.gitignore
    	proftpd.spec
    
        
file modified
+3 -3
file modified
+19 -15
file modified
+1 -1