Compare commits
10 Commits
088e5a2039
...
00c15f2b51
Author | SHA256 | Date | |
---|---|---|---|
00c15f2b51 | |||
b4094b810a | |||
1508ea15de | |||
951417cf98 | |||
89a91204a4 | |||
775d005d3d | |||
25642ed6e6 | |||
|
07a202e1ee | ||
|
94612b1e6a | ||
|
d959295423 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f45a54b3c6015d4dc44cbff9f9be57bc9d54dfb104fb38bcf3c4eb04789582d9
|
||||
size 72948
|
3
Net-OpenSSH-0.84.tar.gz
Normal file
3
Net-OpenSSH-0.84.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8780e62f01b1cf0db43c9cb705c94ff4949b032233be4be91fc91abc791539f8
|
||||
size 77004
|
@@ -1,3 +1,126 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 03:09:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.84
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.84 Jul 2, 2023
|
||||
- Fix scp/rsync_get handling of multiple source files (bug
|
||||
report by Diab Jerius).
|
||||
- Document how to run interative sftp sessions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 03:10:53 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.83
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.83 Jan 22, 2023
|
||||
- Skip quoting test for broken AIX csh shell (bug report by
|
||||
jrtaisto@gmail.com, #rt133092).
|
||||
- New FAQ entry about running interactive sessions.
|
||||
- Add new method "default_ssh_configuration" (feature request
|
||||
by Diab Jerius, #rt140762).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 6 03:06:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.82
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.82 Mar 5, 2022
|
||||
- Rerelease as stable version
|
||||
0.81_04 Feb 25, 2022
|
||||
- Let rsync use the ssh connection in non-blocking mode (bug
|
||||
report and pull-request by monkburger@github).
|
||||
0.81_03 Apr 18, 2021
|
||||
- Improve forward_agent always semantics.
|
||||
0.81_02 Apr 18, 2021
|
||||
- Fix regression, module was broken for perl 5.8.x.
|
||||
0.81_01 Apr 16, 2021
|
||||
- Add forward_agent always feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 03:09:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.80
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.80 Sep 28, 2020
|
||||
- Add restart method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 03:10:27 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 0.79
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.79 Apr 29, 2020
|
||||
- Don't clobber $? in disconnect (bug report by Slaven Rezic,
|
||||
#rt129350).
|
||||
- Silence spurious warnings being generated in _set_error (bug
|
||||
report by Jaroslav Reindl, #rt132449).
|
||||
- Error handling in _master_check method was broken.
|
||||
- Fix documentation error (patch by Martin Barth)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 05:39:44 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 0.78
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.78 May 5, 2018
|
||||
- Free master pty when the user calls disconnect (bug report
|
||||
by Jaroslav Reindl, #rt125240).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 06:45:57 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 0.77
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.77 Feb 15, 2018
|
||||
- Fix regression broking password authentication (bug report
|
||||
by Russell Shingleton).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 12:06:47 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 0.76
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.76 Feb 8, 2018
|
||||
- Allow passing "file_from" and "from0" options into "rsync"
|
||||
(bug report and patch by Slaven Rezic, fixes #rt124357)
|
||||
- Document how to manipulate port forwardings.
|
||||
- Rename sample directory to examples (fixes #rt122042
|
||||
reported by Karen Etheridge).
|
||||
|
||||
0.75_02 Jul 18, 2017
|
||||
- Add support for "master_pty_force" and "get_master_pty_log"
|
||||
features.
|
||||
- Add support for "subsystem" feature.
|
||||
|
||||
0.75_01 Mar 3, 2017
|
||||
- Use an opaque digest as the last part of the multiplexing
|
||||
socket path in order to reduce its size (bug report by
|
||||
Sombrerero_Loco at PerlMonks).
|
||||
- Improve ctl_path/ctl_dir handling catching more errors
|
||||
earlier.
|
||||
- Add support for stdin_keep_open feature (bug report by
|
||||
fwalters at PerlMonks).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 12:35:19 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.74
|
||||
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
|
||||
|
||||
0.74 Feb 10, 2017
|
||||
- Update list of options accepted by method "sftp" (bug report
|
||||
by Mirror).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 12 13:26:49 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-OpenSSH
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,24 +12,39 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Net-OpenSSH
|
||||
Version: 0.73
|
||||
Release: 0
|
||||
%define cpan_name Net-OpenSSH
|
||||
Name: perl-Net-OpenSSH
|
||||
Version: 0.840.0
|
||||
Release: 0
|
||||
# 0.84 -> normalize -> 0.840.0
|
||||
%define cpan_version 0.84
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Perl SSH client package implemented on top of OpenSSH
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Net-OpenSSH/
|
||||
Source0: http://www.cpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Net::OpenSSH) = %{version}
|
||||
Provides: perl(Net::OpenSSH::ConnectionCache)
|
||||
Provides: perl(Net::OpenSSH::Constants) = 0.510.700
|
||||
Provides: perl(Net::OpenSSH::ModuleLoader)
|
||||
Provides: perl(Net::OpenSSH::OSTracer) = 0.650.600
|
||||
Provides: perl(Net::OpenSSH::ObjectRemote)
|
||||
Provides: perl(Net::OpenSSH::SSH)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::Chain)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::MSCmd)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::MSWin)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::POSIX)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::csh)
|
||||
Provides: perl(Net::OpenSSH::ShellQuoter::fish)
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -37,14 +52,14 @@ Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
|
||||
binary client ('ssh').
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -52,7 +67,6 @@ binary client ('ssh').
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes examples README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user