Compare commits
10 Commits
ce2d4fd8b7
...
25752b1999
Author | SHA256 | Date | |
---|---|---|---|
|
25752b1999 | ||
13874c5fab | |||
81c1e20ddf | |||
668b9f2725 | |||
|
14b40f2fe6 | ||
|
2774b85d8b | ||
|
682b2b74f9 | ||
a22bf49f3f | |||
|
115602106a | ||
|
69e219c1e9 |
3
Config-Model-OpenSsh-2.9.9.1.tar.gz
Normal file
3
Config-Model-OpenSsh-2.9.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df10a922adfefeee6588a466dd5fc08a3d1a282df4941a7f6c246bf3bbcfad1f
|
||||
size 189430
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da3cdf50cdc4777d466f41949062c4e9e3cb45266258abec6acbd7c78093dba
|
||||
size 166617
|
@@ -1,3 +1,135 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 05:34:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.9.9.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.9.9.1 2025-04-07
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 05:30:44 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.9.8.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.9.8.1 2024-09-04
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 15 03:06:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.9.4.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.9.4.1 2023-10-14
|
||||
|
||||
Update:
|
||||
* Add support for OpenSsh 9.4
|
||||
|
||||
Generation of SSh model:
|
||||
* man2html is now used instead of roff2html. The program parsing
|
||||
parameter description (parse-man.pl) to extract parameter
|
||||
properties was updated to cope with this change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 03:07:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.9.0.2
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.9.0.2 2022-08-07
|
||||
|
||||
Fix test:
|
||||
* remove obsolete "backend" constructor parameter
|
||||
(Debian #1016295)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 03:06:15 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.9.0.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.9.0.1 2022-05-10
|
||||
|
||||
Update:
|
||||
* Add support for OpenSsh 9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.8.7.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.8.7.1 2021-12-22
|
||||
Update:
|
||||
* Support for OpenSsh 8.7
|
||||
* Added migration instructions for some parameters deprecated
|
||||
between OpenSsh 8.4 and 8.7
|
||||
Bug fix related to generation of OpenSsh model:
|
||||
* fix (model generation): add deprecated elements
|
||||
* fix (ParseMan): handle description like "supported keywords are..."
|
||||
* fix (model generation): override value types of PerSource*
|
||||
* fix (model): improve warning about identity file
|
||||
* fix (parse-man.pl): improve user messages
|
||||
* fix (model generation): avoid long unbreakable lines (origin/master)
|
||||
Other changes:
|
||||
* build depends on Config::Model 2.146
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 9 03:06:12 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.8.4.3
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.8.4.3 2021-05-07
|
||||
|
||||
Bug fixes:
|
||||
* Keep order of Host and Match sections (fix #6)
|
||||
* No longer use content of /etc/ssh/ssh_config as upstream
|
||||
default values for ~/.ssh/config. See commit
|
||||
766442b log for details
|
||||
* Fix crash when starting with empty user file (fix #5)
|
||||
* docs : fix typos and grammar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 03:06:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.8.4.2
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.8.4.2 2021-01-13
|
||||
|
||||
Update:
|
||||
* Support for OpenSsh 8.4
|
||||
* update copyright year
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 09:04:07 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.8.0.1
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.8.0.1 2019-09-08
|
||||
|
||||
Update:
|
||||
* Support for OpenSsh 8.0
|
||||
|
||||
Bug fix related to generation of OpenSsh model:
|
||||
* fix storage of description text
|
||||
* change quoted text to text with bold font
|
||||
* replace utf-8 quote with ascii quote
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 05:04:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 2.7.9.2
|
||||
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||
|
||||
2.7.9.2 2019-06-14
|
||||
|
||||
This release fixes CI/CD bugs:
|
||||
* Work around Dzil bug that break tests on travis.
|
||||
* Fix statement in test not compatible with perl 5.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 05:04:03 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-Model-OpenSsh
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,35 +16,33 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Config-Model-OpenSsh
|
||||
Version: 2.7.9.1
|
||||
Release: 0
|
||||
%define cpan_name Config-Model-OpenSsh
|
||||
Summary: OpenSSH config editor
|
||||
Name: perl-Config-Model-OpenSsh
|
||||
Version: 2.9.9.1
|
||||
Release: 0
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-v%{version}.tar.gz
|
||||
Summary: OpenSSH config editor
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Config::Model) >= 2.134
|
||||
BuildRequires: perl(Config::Model) >= 2.146
|
||||
BuildRequires: perl(Config::Model::Backend::Any)
|
||||
BuildRequires: perl(Config::Model::BackendMgr)
|
||||
BuildRequires: perl(Config::Model::Tester) >= 4.001
|
||||
BuildRequires: perl(Config::Model::Tester) >= 4.1.0
|
||||
BuildRequires: perl(Config::Model::Tester::Setup)
|
||||
BuildRequires: perl(File::HomeDir)
|
||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||
BuildRequires: perl(Module::Build) >= 0.340000
|
||||
BuildRequires: perl(Module::Build) >= 0.34
|
||||
BuildRequires: perl(Mouse)
|
||||
BuildRequires: perl(Mouse::Role)
|
||||
BuildRequires: perl(Path::Tiny)
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Warn)
|
||||
Requires: perl(Config::Model) >= 2.134
|
||||
Requires: perl(Config::Model) >= 2.146
|
||||
Requires: perl(Config::Model::Backend::Any)
|
||||
Requires: perl(File::HomeDir)
|
||||
Requires: perl(Log::Log4perl) >= 1.11
|
||||
@@ -55,15 +53,15 @@ Recommends: perl(Config::Model::TkUI)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module provides a configuration editors (and models) for the
|
||||
This module provides a configuration editor (and models) for the
|
||||
configuration files of OpenSSH. ('/etc/ssh/sshd_config',
|
||||
_/etc/ssh/ssh_config_ and '~/.ssh/config').
|
||||
'/etc/ssh/ssh_config' and '~/.ssh/config').
|
||||
|
||||
This module can also be used to modify safely the content of these
|
||||
configuration files from a Perl programs.
|
||||
configuration files from a Perl program.
|
||||
|
||||
Once this module is installed, you can edit '/etc/ssh/sshd_config' with run
|
||||
(as root) :
|
||||
Once this module is installed, you can edit '/etc/ssh/sshd_config' with (as
|
||||
root) :
|
||||
|
||||
# cme edit sshd
|
||||
|
||||
@@ -76,21 +74,20 @@ To edit _~/.ssh/config_, run as a normal user:
|
||||
$ cme edit ssh
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-v%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README-build-from-git.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user