be0e20b Update to 1.125

Authored and Committed by pghmcfc 10 years ago
    Update to 1.125
    
    - New upstream release 1.125
      - Maintainer changed
      - Organized document and package files
      - Fixed pod format errors
      - New repository: https://github.com/ryochin/p5-net-ftpserver
      - Added a workaround to make sure to cause abort by SIGURG in t/240abort.t
        (CPAN RT#21261)
      - Fixed a bug that MLST command treated DirHandle as FileHandle
        (CPAN RT#27640)
      - Fixed a bug that ls -l command doesn't show a directory named '0'
        (CPAN RT#29503)
      - Fixed a problem that extra large file sizes were not displayed correctly
        because of integer digit overflow (CPAN RT#35332)
      - Fixed a problem caused by a Constant.pm internal change, affecting
        Archive::Zip (CPAN RT#35698)
      - Fixed a problem that Archive::Zip::Member::setLastModFileDateTimeFromUnix()
        doesn't accept 0 (CPAN RT#35698)
      - Addressed an issue that ftpd.conf had been installed despite lack of write
        permission to sysconfdir (CPAN RT#81130)
      - Added a message that Win32 platform is not supported (CPAN RT#81136)
      - Switched to Test::More for better installation process
      - Supported cpantesters and added other small changes
      - Tweaked t/240abort.t to skip when BSD::Resource is not installed, to avoid
        test errors on OpenBSD/Solaris at cpantesters
      - Improved an error message when using chroot feature by non-root users with
        Full personality
    - This release by RYOCHIN -> update source URL
    - Drop upstreamed patch and hacks for CPAN RT#35698
    - Drop %defattr, redundant since rpm 4.4
    - Simplify %install
    - Run the test suite
    - Make %files list more explicit
    - Don't use macros for commands
    - Drop redundant recoding of documentation
    
        
file modified
+1 -0
file removed
-111
file modified
+79 -36
file modified
+1 -1