060da19 Update to 1.3.4rc1

Authored and Committed by pghmcfc 13 years ago
    Update to 1.3.4rc1
    
    New upstream release 1.3.4rc1 (see RELEASE_NOTES for full details)
    - Added Japanese translation
    - Many mod_sftp bugfixes
    - Fixed SSL_shutdown() errors caused by OpenSSL 0.9.8m and later
    - Added support for SMTP authentication in ftpmail script
    - Updated fnmatch implementation, using glibc-2.9 version
    - New modules: mod_copy, mod_deflate, mod_ifversion, mod_qos
    - New configuration directives:
      - Protocols
      - ScoreboardMutex
      - SFTPClientAlive
      - WrapOptions
    - Changed configuration directives:
      - BanOnEvent
      - ListOptions
      - LogFormat
      - SFTPOptions
      - TLSOptions
      - UseSendfile
    - Deprecated configuration directives:
      - DisplayGoAway (support for this directive has been removed)
    
    Add %check section, running the API tests by default
    
    BR: check-devel, needed for the API test suite
    
    Add upstream patch (http://bugs.proftpd.org/3568), modified slightly, to fix
    the API tests
    
    Optionally run the perl-based integration test suite if the build option
    --with integrationtests is supplied; this is off by default as it is not
    fully maintained and is expected to fail in parts
    (see http://bugs.proftpd.org/3568#c5)
    
    Bundle perl(Test::Unit) 0.14, needed to run the integration test suite
    (version in Fedora is incompatible later version not from CPAN)
    
    BR: perl modules Compress::Zlib, IO::Socket::SSL, Net::FTPSSL, Net::SSLeay,
    Net::Telnet, Test::Harness and Time::HiRes if building --with integrationtests
    
    New DSO modules: mod_copy, mod_deflate, mod_ifversion, mod_qos
    
    QoS support can be enabled in /etc/sysconfig/proftpd
    
        
file modified
+2 -1
file modified
+27 -0
file modified
+90 -4
file modified
+1 -0
file modified
+2 -1