[libconfig-model-openssh-perl] branch master updated (f984676 -> 8760a12)
dod at debian.org
dod at debian.org
Tue Oct 10 12:55:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
dod pushed a change to branch master
in repository libconfig-model-openssh-perl.
from f984676 update changelog
adds d6640f1 New upstream version 1.238
new cd64e9a Updated version 1.238 from 'upstream/1.238'
new 0ecc55e control: depends on libconfig-model-perl >= 2.111
new 23b9bbf control: declare compliance with policy 4.1.1
new 8760a12 prepare release
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Build.PL | 4 +-
Changes | 7 +
LICENSE | 2 +-
MANIFEST | 5 +-
META.json | 8 +-
META.yml | 7 +-
README-build-from-git.md | 56 ++
README.pod | 13 +
debian/changelog | 13 +-
debian/control | 6 +-
demo/maintainer-demo.pl | 2 +-
demo/user-demo.pl | 2 +-
lib/Config/Model/Backend/OpenSsh.pm | 8 +-
lib/Config/Model/Backend/OpenSsh/Ssh.pm | 8 +-
lib/Config/Model/Backend/OpenSsh/Sshd.pm | 8 +-
lib/Config/Model/OpenSsh.pm | 95 ++-
lib/Config/Model/models/Ssh.pl | 30 +-
lib/Config/Model/models/{SystemSsh.pod => Ssh.pod} | 691 +++++++++++++++++---
lib/Config/Model/models/Ssh/HostElement.pl | 70 +-
lib/Config/Model/models/Ssh/HostElement.pod | 663 ++++++++++++++++---
lib/Config/Model/models/Ssh/PortForward.pl | 2 +-
lib/Config/Model/models/Ssh/PortForward.pod | 13 +-
lib/Config/Model/models/Sshd.pl | 21 +-
lib/Config/Model/models/Sshd.pod | 713 ++++++++++++++++++---
lib/Config/Model/models/Sshd/MatchBlock.pl | 2 +-
lib/Config/Model/models/Sshd/MatchBlock.pod | 7 +-
lib/Config/Model/models/Sshd/MatchCondition.pl | 2 +-
lib/Config/Model/models/Sshd/MatchCondition.pod | 11 +-
lib/Config/Model/models/Sshd/MatchElement.pl | 2 +-
lib/Config/Model/models/Sshd/MatchElement.pod | 285 ++++++--
lib/Config/Model/models/SystemSsh.pl | 28 +-
lib/Config/Model/models/SystemSsh.pod | 679 +++++++++++++++++---
t/model_tests.d/ssh-test-conf.pl | 4 +-
t/model_tests.d/sshd-test-conf.pl | 2 +-
t/model_tests.d/system-ssh-test-conf.pl | 2 +-
t/ssh_config.t | 6 -
weaver.ini | 9 +
37 files changed, 2988 insertions(+), 498 deletions(-)
create mode 100644 README-build-from-git.md
copy lib/Config/Model/models/{SystemSsh.pod => Ssh.pod} (74%)
create mode 100644 weaver.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-openssh-perl.git
More information about the Pkg-perl-cvs-commits
mailing list