[libconfig-model-openssh-perl] 06/10: added patch to add support for sshd_config Debian specific parameter

dod at debian.org dod at debian.org
Sun Dec 29 16:15:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-openssh-perl.

commit 5dfdc3ca562fdf1c15bd559d46c0622dab2e4af1
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Dec 28 17:44:44 2013 +0100

    added patch to add support for sshd_config Debian specific parameter
---
 debian/patches/add-debian-param | 24 ++++++++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/add-debian-param b/debian/patches/add-debian-param
new file mode 100644
index 0000000..14555f2
--- /dev/null
+++ b/debian/patches/add-debian-param
@@ -0,0 +1,24 @@
+Description:Add debian specific parameter
+ Patch support for a parameter added by Debian package (DebianBanner).
+Forwarded:NA
+Author:dod
+--- a/lib/Config/Model/models/Sshd.pl
++++ b/lib/Config/Model/models/Sshd.pl
+@@ -302,6 +302,17 @@
+         'upstream_default' => 'delayed',
+         'value_type' => 'enum'
+       },
++      'DebianBanner',
++      {
++        'description' => 'Specifies whether the distribution-specified extra version suffix is included during initial protocol handshake.',
++        'type' => 'leaf',
++        'upstream_default' => '1',
++        'value_type' => 'boolean',
++        'write_as' => [
++          'no',
++          'yes'
++        ]
++      },
+       'DenyGroups',
+       {
+         'cargo' => {
diff --git a/debian/patches/series b/debian/patches/series
index ea3ea8f..2b48458 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 test-failure.patch
 spelling.patch
+add-debian-param

-- 
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