19b2813
Summary:	SSH (Secure Shell) client
19b2813
Name:		perl-Net-SSH-Perl
e3d63f3
Version:	2.142
cdbb996
Release:	1%{?dist}
de03c68
License:	GPL-1.0-or-later OR Artistic-1.0-Perl
b354130
URL:		https://metacpan.org/release/Net-SSH-Perl
cdbb996
Source0:	https://cpan.metacpan.org/modules/by-module/Net/Net-SSH-Perl-%{version}.tar.gz
e028331
# Module Build
e028331
BuildRequires:	coreutils
e028331
BuildRequires:	findutils
b870415
BuildRequires:	gcc
b870415
#BuildRequires:	gnupg2
e028331
BuildRequires:	make
b870415
BuildRequires:	perl-devel
1f2c0da
BuildRequires:	perl-generators
b870415
BuildRequires:	perl-interpreter
cdbb996
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.64
cdbb996
BuildRequires:	perl(File::Spec)
cdbb996
BuildRequires:	perl(Test::Manifest) >= 1.21
e028331
# Module Runtime
e028331
BuildRequires:	perl(base)
80b90fe
BuildRequires:	perl(Carp)
80b90fe
BuildRequires:	perl(Compress::Zlib)
e028331
BuildRequires:	perl(constant)
b870415
BuildRequires:	perl(Crypt::Cipher::AES)
b870415
BuildRequires:	perl(Crypt::Cipher::Blowfish)
b870415
BuildRequires:	perl(Crypt::Cipher::DES)
b870415
BuildRequires:	perl(Crypt::Curve25519)		>= 0.05
b870415
BuildRequires:	perl(Crypt::Digest::MD5)
b870415
BuildRequires:	perl(Crypt::Digest::SHA1)
b870415
BuildRequires:	perl(Crypt::Digest::SHA256)
b870415
BuildRequires:	perl(Crypt::Digest::SHA512)
e028331
BuildRequires:	perl(Crypt::DSA::Key)
6756625
BuildRequires:	perl(Crypt::IDEA)
b870415
BuildRequires:	perl(Crypt::Mac::HMAC)
b870415
BuildRequires:	perl(Crypt::Misc)
b870415
BuildRequires:	perl(Crypt::PK::DH)
b870415
BuildRequires:	perl(Crypt::PK::DSA)
b870415
BuildRequires:	perl(Crypt::PK::ECC)
b870415
BuildRequires:	perl(Crypt::PK::RSA)
b870415
BuildRequires:	perl(Crypt::PRNG)
b870415
BuildRequires:	perl(CryptX)			>= 0.032
19b2813
BuildRequires:	perl(Digest::MD5)
e028331
BuildRequires:	perl(Errno)
e028331
BuildRequires:	perl(Exporter)
e028331
BuildRequires:	perl(Fcntl)
e028331
BuildRequires:	perl(File::Basename)
e028331
BuildRequires:	perl(File::HomeDir)
e028331
BuildRequires:	perl(File::Path)
e028331
BuildRequires:	perl(File::Spec::Functions)
e028331
BuildRequires:	perl(if)
80b90fe
BuildRequires:	perl(IO::Select)
80b90fe
BuildRequires:	perl(IO::Socket)
b870415
BuildRequires:	perl(IO::Socket::Socks)
af0f670
BuildRequires:	perl(Math::GMP)			>= 1.04
e028331
BuildRequires:	perl(POSIX)
80b90fe
BuildRequires:	perl(Scalar::Util)
80b90fe
BuildRequires:	perl(Socket)
e028331
BuildRequires:	perl(strict)
80b90fe
BuildRequires:	perl(String::CRC32)		>= 1.2
e028331
BuildRequires:	perl(Symbol)
e028331
BuildRequires:	perl(Sys::Hostname)
e028331
BuildRequires:	perl(Term::ReadKey)
80b90fe
BuildRequires:	perl(Tie::Handle)
e028331
BuildRequires:	perl(vars)
e028331
BuildRequires:	perl(warnings)
b870415
BuildRequires:	perl(XSLoader)
b870415
# Optional Functionality
b870415
BuildRequires:	perl(Digest::BubbleBabble)
e028331
# Test Suite
e028331
BuildRequires:	perl(Cwd)
e028331
BuildRequires:	perl(Data::Dumper)
e028331
BuildRequires:	perl(lib)
e028331
BuildRequires:	perl(Test)
b870415
BuildRequires:	perl(Test::More)		>= 0.61
de03c68
# Dependencies
e028331
Requires:	perl(Digest::BubbleBabble)
e028331
Requires:	perl(File::Basename)
e028331
Requires:	perl(File::Path)
f4f81b2
Requires:	perl(Term::ReadKey)
19b2813
19b2813
%description
b870415
Net::SSH::Perl is a mostly-Perl module implementing an SSH (Secure Shell)
19b2813
client. It is compatible with both the SSH-1 and SSH-2 protocols.
19b2813
19b2813
%prep
b870415
%setup -q -n Net-SSH-Perl-%{version}
b870415
19b2813
%build
b870415
# Protocol support (select one)
b870415
# 1=SSH1 2=SSH2 3=Both
b870415
echo 3 | perl Makefile.PL INSTALLDIRS=vendor
51022e2
make %{?_smp_mflags}
19b2813
19b2813
%install
b870415
make pure_install DESTDIR=%{buildroot}
6756625
find %{buildroot} -type f -name .packlist -delete
6756625
%{_fixperms} -c %{buildroot}
fbb81f0
fbb81f0
%check
b870415
make test
e2645fc
19b2813
%files
cdbb996
%license LICENSE LICENSE_ARTISTIC LICENSE_GNU
36d9d1e
%doc Changes README eg ToDo
b870415
%{perl_vendorarch}/auto/Net/
b870415
%{perl_vendorarch}/Net/
e028331
%{_mandir}/man3/Net::SSH::Perl*.3*
19b2813
19b2813
%changelog
e3d63f3
* Tue Aug  8 2023 Paul Howarth <paul@city-fan.org> - 2.142-1
e3d63f3
- Update to 2.142
e3d63f3
  - Yank out the SIGNATURES stuff; this is something you can do locally if you
e3d63f3
    need that (GH#63)
e3d63f3
  - Update the license files to match those in Perl (GH#67)
e3d63f3
cdbb996
* Wed Jul 26 2023 Paul Howarth <paul@city-fan.org> - 2.141-1
cdbb996
- Update to 2.141
cdbb996
  - The code in now hosted at https://github.com/briandfoy/net-ssh-perl
cdbb996
  - Allow IdentitiesOnly (GH#66)
cdbb996
- Use author-independent source URL
cdbb996
cb4972b
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-22
cb4972b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
cb4972b
b53d155
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-21
b53d155
- Perl 5.38 rebuild
b53d155
de03c68
* Fri May  5 2023 Paul Howarth <paul@city-fan.org> - 2.14-20
de03c68
- Use SPDX-format license tag
de03c68
- Drop support for using hobbled CryptX without ECC support
de03c68
3e656d5
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-19
3e656d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
3e656d5
17cc3b1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-18
17cc3b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
17cc3b1
4f70f42
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-17
4f70f42
- Perl 5.36 rebuild
4f70f42
b7f310a
* Thu Mar 24 2022 Paul Howarth <paul@city-fan.org> - 2.14-16
b7f310a
- Drop Suggests: for Crypt::RSA as I intend to retire that package (data point:
b7f310a
  it hasn't been in EPEL since EPEL-6 and nobody has asked for it to be there
b7f310a
  since)
b7f310a
ed7497d
* Fri Mar  4 2022 Paul Howarth <paul@city-fan.org> - 2.14-15
ed7497d
- CryptX in F-36+ and EPEL has been un-hobbled
ed7497d
63bfa10
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-14
63bfa10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
63bfa10
2c5f0d1
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-13
2c5f0d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2c5f0d1
17044b1
* Sat May 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-12
17044b1
- Perl 5.34 rebuild
17044b1
c2c40f4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-11
c2c40f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c2c40f4
f807b25
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-10
f807b25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f807b25
42d3a37
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-9
42d3a37
- Perl 5.32 rebuild
42d3a37
6811cee
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-8
6811cee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6811cee
e7f75f2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-7
e7f75f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e7f75f2
a3770ee
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-6
a3770ee
- Perl 5.30 rebuild
a3770ee
dd49851
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-5
dd49851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
dd49851
0d42d96
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-4
0d42d96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0d42d96
a41eaad
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14-3
a41eaad
- Perl 5.28 rebuild
a41eaad
5cdba44
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 2.14-2
5cdba44
- Rebuild with new redhat-rpm-config/perl build flags
5cdba44
b870415
* Thu Feb 15 2018 Paul Howarth <paul@city-fan.org> - 2.14-1
b870415
- Update to 2.14
b870415
  - This is a significant refactoring of the code to use CryptX for most of the
b870415
    low-level cryptographic functionality, replacing a raft of old,
b870415
    un-maintained dependencies
b870415
  - A lot of additional functionality matching OpenSSH has been added, but much
b870415
    of the elliptical curve cipher support has been removed in packaging
b870415
    because the perl-CryptX package in Fedora does not support it
b870415
  - The module is no longer pure-Perl, with XS code added for Chacha20, BSD
b870415
    Blowfish, and Ed25519 routines
b870415
- Remove parts that require ECC support from perl-CryptX, which is currently
b870415
  hobbled in Fedora
b870415
- Package is now arch-specific
b870415
- Drop author tests, some of which don't work and others require excessive
b870415
  spec file work-arounds to run cleanly
b870415
- Simplify find command using -delete
b870415
cb33715
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-11
cb33715
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cb33715
8699455
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-10
8699455
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8699455
e1e8009
* Sat Jun 24 2017 Paul Howarth <paul@city-fan.org> - 1.42-9
e1e8009
- Perl 5.26 rebuild
e1e8009
5fb29c6
* Thu Apr  6 2017 Paul Howarth <paul@city-fan.org> - 1.42-8
5fb29c6
- Drop EL-5 support
5fb29c6
  - Drop BuildRoot: and Group: tags
5fb29c6
  - Drop explicit buildroot cleaning in %%install section
5fb29c6
  - Drop explicit %%clean section
5fb29c6
  - BR: perl(Test::YAML::Meta) unconditionally
5fb29c6
- Use gnupg2 rather than gnupg, and explicitly build-require it
5fb29c6
1272730
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-7
1272730
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1272730
6756625
* Wed Nov 16 2016 Paul Howarth <paul@city-fan.org> - 1.42-6
6756625
- Enable IDEA support unconditionally (patent expired a few years ago)
6756625
cff02e1
* Fri Jul 22 2016 Petr Pisar <ppisar@redhat.com> - 1.42-5
cff02e1
- Adjust RPM version detection to SRPM build root without perl
cff02e1
48c9de3
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-4
48c9de3
- Perl 5.24 rebuild
48c9de3
6cf6e99
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-3
6cf6e99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6cf6e99
0dd7df9
* Tue Jan 19 2016 Paul Howarth <paul@city-fan.org> - 1.42-2
0dd7df9
- Prefer %%global over %%define
0dd7df9
2d719e1
* Mon Sep 28 2015 Paul Howarth <paul@city-fan.org> - 1.42-1
2d719e1
- Update to 1.42
2d719e1
  - Fix issue with long selects getting interrupted by signals and dying
2d719e1
  - Fix version CPAN meta info
2d719e1
856360f
* Fri Sep 18 2015 Paul Howarth <paul@city-fan.org> - 1.41-1
856360f
- Update to 1.41
856360f
  - Declare new dependency to File::HomeDir in Makefile.PL
856360f
  - Use Errno constants in a more portable way
856360f
e028331
* Wed Sep 16 2015 Paul Howarth <paul@city-fan.org> - 1.39-1
e028331
- Update to 1.39
e028331
  - Fix shell terminal width and height (CPAN RT#83978)
e028331
  - Fix algorithm negotiation issue in ::Kex.pm (CPAN RT#94574)
e028331
  - Fix VERSION methods (CPAN RT#105728)
e028331
  - Code modernization (strict+warnings)
e028331
  - Pass tests on Win32
e028331
  - Use Win32::LoginName on Windows
e028331
  - Use File::HomeDir to simplify handling
e028331
- This release by SCHWIGON → update source URL
e028331
- Classify buildreqs by usage
e028331
8c8bedb
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
8c8bedb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8c8bedb
f630af5
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-2
f630af5
- Perl 5.22 rebuild
f630af5
36d9d1e
* Thu Oct  9 2014 Paul Howarth <paul@city-fan.org> - 1.38-1
36d9d1e
- Update to 1.38
36d9d1e
  - Install valid SIGNATURE file (CPAN RT#99284)
36d9d1e
- Re-enable the signature test
36d9d1e
- This release by TURNSTEP → update source URL
36d9d1e
- Use %%license where possible
36d9d1e
0cea735
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.37-3
0cea735
- Perl 5.20 rebuild
0cea735
34a22de
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-2
34a22de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
34a22de
221ed03
* Sun Mar 30 2014 Paul Howarth <paul@city-fan.org> - 1.37-1
221ed03
- Update to 1.37
221ed03
  - Enabled config option "StrictHostKeyChecking"; the corresponding code
221ed03
    already existed (CPAN RT#91840)
221ed03
- Don't test signature because upstream forgot to re-generate it
221ed03
9c23f33
* Sat Aug 10 2013 Paul Howarth <paul@city-fan.org> - 1.36-1
9c23f33
- Update to 1.36
9c23f33
  - CPAN RT#48338 - Fix race condition with SSHv2
9c23f33
  - CPAN RT#55195 - Fix race condition in KEXINIT
9c23f33
  - CPAN RT#67586 - Fix test '03-packet.t' hangs forever
9c23f33
  - CPAN RT#64517 - Enable PTY support in SSH2
9c23f33
  - CPAN RT#23947 - Replacement for KeyboardInt.pm
9c23f33
- Drop %%defattr, redundant since rpm 4.4
9c23f33
- Disable spell check test, which simplifies the spec considerably
9c23f33
6e3a816
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.35-3
6e3a816
- Perl 5.18 rebuild
6e3a816
4b3550f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
4b3550f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4b3550f
e16a53b
* Mon Dec  3 2012 Paul Howarth <paul@city-fan.org> 1.35-1
e16a53b
- Update to 1.35
e16a53b
  - Apply patch to t/03-packet.t for 5.15+ (CPAN RT#76482)
e16a53b
- This release by SCHWIGON -> update source URL
e16a53b
- Drop upstreamed patch for CPAN RT#76482
e16a53b
1b0f7cc
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-17
1b0f7cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1b0f7cc
a23d1a6
* Mon Jul  2 2012 Paul Howarth <paul@city-fan.org> 1.34-16
a23d1a6
- Fix breakage with Perl 5.16 (CPAN RT#76482)
a23d1a6
- Drop buildreqs for modules that are not dual-lived
a23d1a6
- Don't need to remove empty directories from the buildroot
a23d1a6
a8b2742
* Mon Jul 02 2012 Petr Pisar <ppisar@redhat.com> - 1.34-15
a8b2742
- Perl 5.16 rebuild
a8b2742
80b90fe
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> 1.34-14
80b90fe
- Use DESTDIR rather than PERL_INSTALL_ROOT
80b90fe
- Use %%{_fixperms} macro rather than our own chmod incantation
80b90fe
- Add buildreqs not mentioned in module metadata
80b90fe
f4f81b2
* Wed Jul 20 2011 Paul Howarth <paul@city-fan.org> 1.34-13
Petr Sabata 895237e
- Perl mass rebuild
e2645fc
- Work around MYMETA.yml causing signature test to fail
f4f81b2
- Use LANG rather than LC_ALL to set locale for spell check test
Petr Sabata 895237e
51022e2
* Thu Jun 23 2011 Paul Howarth <paul@city-fan.org> 1.34-12
51022e2
- Nobody else likes macros for commands
51022e2
- Update fix for spell check test again
51022e2
f21f832
* Sat Feb 12 2011 Paul Howarth <paul@city-fan.org> 1.34-11
f21f832
- Fix dependency filtering for Crypt::IDEA in rpm 4.9
f21f832
3a9dfda
* Wed Feb  9 2011 Paul Howarth <paul@city-fan.org> 1.34-10
3a9dfda
- Update fix for spell check test as dictionary coverage in Rawhide appears
3a9dfda
  to have gone down
3a9dfda
bae8df5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-9
bae8df5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bae8df5
aabdbf4
* Mon Oct  4 2010 Paul Howarth <paul@city-fan.org> 1.34-8
aabdbf4
- BR: hunspell-en rather than aspell-en now that Text::SpellChecker uses a
aabdbf4
  hunspell back-end
aabdbf4
- Fix spell check test to add words not in hunspell dictionary
aabdbf4
fbb81f0
* Thu May 13 2010 Paul Howarth <paul@city-fan.org> 1.34-7
fbb81f0
- Don't clobber ~/.gnupg during build
fbb81f0
82ad78b
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.34-6
82ad78b
- Mass rebuild with perl-5.12.0
82ad78b
ff56ece
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.34-5
fbb81f0
- Rebuild against perl 5.10.1
ff56ece
58dc73b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-4
58dc73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
58dc73b
8475d25
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.34-3
8475d25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8475d25
47d8d68
* Sun Feb 22 2009 Paul Howarth <paul@city-fan.org> 1.34-2
47d8d68
- Add buildreq aspell-en for spell check test
47d8d68
3074768
* Mon Feb  2 2009 Paul Howarth <paul@city-fan.org> 1.34-1
3074768
- Update to 1.34, fixes various upstream bugs:
3074768
  * Rekey properly after 1 GB of data (rt.cpan.org #25044)
3074768
  * Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
3074768
  * Fix typo in croak message (rt.cpan.org #42056)
3074768
  * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
3074768
  * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
3074768
dea1b7d
* Tue Nov  4 2008 Paul Howarth <paul@city-fan.org> 1.33-2
dea1b7d
- Run tests in en_US locale, so spell checker doesn't complain about the use of
dea1b7d
  American English when the host is in a non-US locale
dea1b7d
0f176d5
* Mon Nov  3 2008 Paul Howarth <paul@city-fan.org> 1.33-1
0f176d5
- Update to 1.33 (#469612), fixes various upstream bugs:
275c93b
  * Fix open() calls (rt.cpan.org #40020)
275c93b
  * Fix non-shell problem (rt.cpan.org #39980)
275c93b
  * Allow full agent forwarding (rt.cpan.org #32190)
275c93b
  * Handle hashed known_hosts files (rt.cpan.org #25175)
275c93b
  * Add IO::Handle to Perl.pm (rt.cpan.org #40057, #35985)
275c93b
  * Prevent t/03-packet.t from hanging due to high file descriptor
275c93b
  | (rt.cpan.org #6101)
275c93b
  * If ENV{HOME} is not set, use getpwuid. If both fail and the dir 
275c93b
  | is needed, we croak (rt.cpan.org #25174)
275c93b
  * Fix incorrect logical/bitwise AND mixup (rt.cpan.org #31490)
275c93b
  * Allow empty stdin for SSH2 (rt.cpan.org #32730)
275c93b
  * Adjust terminal dimensions dynamically if Term::ReadKey is available
275c93b
  | (rt.cpan.org #34874)
0f176d5
- New upstream (co-)maintainer, new source URL
0f176d5
- t/03-packet.t re-enabled as it should no longer hang
0f176d5
- Add buildreqs Module::Signature, Test::Pod, Test::Pod::Coverage,
0f176d5
  Perl::Critic, Test::YAML::Meta, Text::SpellChecker for additional test
0f176d5
  coverage
0f176d5
- Add dependency on Term::ReadKey to provide dynamic terminal resizing
275c93b
- Include upstream maintainer's GPG key for signature checking
0f176d5
b7a43fe
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.30-6
0f176d5
- Rebuild for new perl
b7a43fe
9c36545
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 1.30-5
9c36545
- Clarify license as GPL v1 or later, or Artistic (same as perl)
9c36545
- Add buildreq perl(Test::More)
9c36545
35156fa
* Wed Apr 18 2007 Paul Howarth <paul@city-fan.org> 1.30-4
35156fa
- Buildrequire perl(ExtUtils::MakeMaker)
af0f670
- Fix argument order for find with -depth
af0f670
4aba462
* Wed Aug 30 2006 Paul Howarth <paul@city-fan.org> 1.30-3
4aba462
- Skip test 03-packet, which can sometimes hang (cpan rt#6101)
4aba462
- Add manual Crypt::Blowfish dep to ensure we have blowfish support
4aba462
313ee9c
* Wed Aug 30 2006 Paul Howarth <paul@city-fan.org> 1.30-2
313ee9c
- FE6 mass rebuild
313ee9c
19b2813
* Mon Mar 20 2006 Paul Howarth <paul@city-fan.org> 1.30-1
19b2813
- Update to 1.30
19b2813
- Patch for cpan rt#11674 no longer needed, fixed upstream
19b2813
19b2813
* Thu Mar  2 2006 Paul Howarth <paul@city-fan.org> 1.29-1
19b2813
- Initial build