Changelog for
perl-Net-SSH-Perl-1.38-1.fc22.noarch.rpm :
Thu Oct 9 14:00:00 2014 Paul Howarth
- 1.38-1
- Update to 1.38
- Install valid SIGNATURE file (CPAN RT#99284)
- Re-enable the signature test
- This release by TURNSTEP → update source URL
- Use %license where possible
Fri Aug 29 14:00:00 2014 Jitka Plesnikova - 1.37-3
- Perl 5.20 rebuild
Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 1.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Sun Mar 30 14:00:00 2014 Paul Howarth - 1.37-1
- Update to 1.37
- Enabled config option \"StrictHostKeyChecking\"; the corresponding code
already existed (CPAN RT#91840)
- Don\'t test signature because upstream forgot to re-generate it
Sat Aug 10 14:00:00 2013 Paul Howarth - 1.36-1
- Update to 1.36
- CPAN RT#48338 - Fix race condition with SSHv2
- CPAN RT#55195 - Fix race condition in KEXINIT
- CPAN RT#67586 - Fix test \'03-packet.t\' hangs forever
- CPAN RT#64517 - Enable PTY support in SSH2
- CPAN RT#23947 - Replacement for KeyboardInt.pm
- Drop %defattr, redundant since rpm 4.4
- Disable spell check test, which simplifies the spec considerably
Sat Aug 3 14:00:00 2013 Petr Pisar - 1.35-3
- Perl 5.18 rebuild
Thu Feb 14 13:00:00 2013 Fedora Release Engineering - 1.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Mon Dec 3 13:00:00 2012 Paul Howarth 1.35-1
- Update to 1.35
- Apply patch to t/03-packet.t for 5.15+ (CPAN RT#76482)
- This release by SCHWIGON -> update source URL
- Drop upstreamed patch for CPAN RT#76482
Fri Jul 20 14:00:00 2012 Fedora Release Engineering - 1.34-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Mon Jul 2 14:00:00 2012 Paul Howarth 1.34-16
- Fix breakage with Perl 5.16 (CPAN RT#76482)
- Drop buildreqs for modules that are not dual-lived
- Don\'t need to remove empty directories from the buildroot
Mon Jul 2 14:00:00 2012 Petr Pisar - 1.34-15
- Perl 5.16 rebuild
Thu Jan 12 13:00:00 2012 Paul Howarth 1.34-14
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Use %{_fixperms} macro rather than our own chmod incantation
- Add buildreqs not mentioned in module metadata
Wed Jul 20 14:00:00 2011 Paul Howarth 1.34-13
- Perl mass rebuild
- Work around MYMETA.yml causing signature test to fail
- Use LANG rather than LC_ALL to set locale for spell check test
Thu Jun 23 14:00:00 2011 Paul Howarth 1.34-12
- Nobody else likes macros for commands
- Update fix for spell check test again
Sat Feb 12 13:00:00 2011 Paul Howarth 1.34-11
- Fix dependency filtering for Crypt::IDEA in rpm 4.9
Wed Feb 9 13:00:00 2011 Paul Howarth 1.34-10
- Update fix for spell check test as dictionary coverage in Rawhide appears
to have gone down
Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 1.34-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Mon Oct 4 14:00:00 2010 Paul Howarth 1.34-8
- BR: hunspell-en rather than aspell-en now that Text::SpellChecker uses a
hunspell back-end
- Fix spell check test to add words not in hunspell dictionary
Thu May 13 14:00:00 2010 Paul Howarth 1.34-7
- Don\'t clobber ~/.gnupg during build
Tue May 4 14:00:00 2010 Marcela Maslanova - 1.34-6
- Mass rebuild with perl-5.12.0
Mon Dec 7 13:00:00 2009 Stepan Kasal - 1.34-5
- Rebuild against perl 5.10.1
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 1.34-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 1.34-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Sun Feb 22 13:00:00 2009 Paul Howarth 1.34-2
- Add buildreq aspell-en for spell check test
Mon Feb 2 13:00:00 2009 Paul Howarth 1.34-1
- Update to 1.34, fixes various upstream bugs:
* Rekey properly after 1 GB of data (rt.cpan.org #25044)
* Don\'t try to process nonexistent or empty auth file (rt.cpan.org #41877)
* Fix typo in croak message (rt.cpan.org #42056)
* Move \'use base\' call after Crypt module loading (rt.cpan.org #42051)
* Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
Tue Nov 4 13:00:00 2008 Paul Howarth 1.33-2
- Run tests in en_US locale, so spell checker doesn\'t complain about the use of
American English when the host is in a non-US locale
Mon Nov 3 13:00:00 2008 Paul Howarth 1.33-1
- Update to 1.33 (#469612), fixes various upstream bugs:
* Fix open() calls (rt.cpan.org #40020)
* Fix non-shell problem (rt.cpan.org #39980)
* Allow full agent forwarding (rt.cpan.org #32190)
* Handle hashed known_hosts files (rt.cpan.org #25175)
* Add IO::Handle to Perl.pm (rt.cpan.org #40057, #35985)
* Prevent t/03-packet.t from hanging due to high file descriptor
| (rt.cpan.org #6101)
* If ENV{HOME} is not set, use getpwuid. If both fail and the dir
| is needed, we croak (rt.cpan.org #25174)
* Fix incorrect logical/bitwise AND mixup (rt.cpan.org #31490)
* Allow empty stdin for SSH2 (rt.cpan.org #32730)
* Adjust terminal dimensions dynamically if Term::ReadKey is available
| (rt.cpan.org #34874)
- New upstream (co-)maintainer, new source URL
- t/03-packet.t re-enabled as it should no longer hang
- Add buildreqs Module::Signature, Test::Pod, Test::Pod::Coverage,
Perl::Critic, Test::YAML::Meta, Text::SpellChecker for additional test
coverage
- Add dependency on Term::ReadKey to provide dynamic terminal resizing
- Include upstream maintainer\'s GPG key for signature checking
Thu Mar 6 13:00:00 2008 Tom \"spot\" Callaway 1.30-6
- Rebuild for new perl
Mon Aug 13 14:00:00 2007 Paul Howarth 1.30-5
- Clarify license as GPL v1 or later, or Artistic (same as perl)
- Add buildreq perl(Test::More)
Wed Apr 18 14:00:00 2007 Paul Howarth 1.30-4
- Buildrequire perl(ExtUtils::MakeMaker)
- Fix argument order for find with -depth
Wed Aug 30 14:00:00 2006 Paul Howarth 1.30-3
- Skip test 03-packet, which can sometimes hang (cpan rt#6101)
- Add manual Crypt::Blowfish dep to ensure we have blowfish support
Wed Aug 30 14:00:00 2006 Paul Howarth 1.30-2
- FE6 mass rebuild
Mon Mar 20 13:00:00 2006 Paul Howarth 1.30-1
- Update to 1.30
- Patch for cpan rt#11674 no longer needed, fixed upstream
Thu Mar 2 13:00:00 2006 Paul Howarth 1.29-1
- Initial build