diff options
Diffstat (limited to 'debian/patches/restore-tcp-wrappers.patch')
-rw-r--r-- | debian/patches/restore-tcp-wrappers.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/restore-tcp-wrappers.patch b/debian/patches/restore-tcp-wrappers.patch index 4132937da..fccd130b8 100644 --- a/debian/patches/restore-tcp-wrappers.patch +++ b/debian/patches/restore-tcp-wrappers.patch | |||
@@ -22,13 +22,13 @@ Last-Update: 2014-10-07 | |||
22 | 22 | ||
23 | Patch-Name: restore-tcp-wrappers.patch | 23 | Patch-Name: restore-tcp-wrappers.patch |
24 | --- | 24 | --- |
25 | configure.ac | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 25 | configure.ac | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ |
26 | sshd.8 | 7 +++++++ | 26 | sshd.8 | 7 +++++++ |
27 | sshd.c | 25 +++++++++++++++++++++++++ | 27 | sshd.c | 25 +++++++++++++++++++++++ |
28 | 3 files changed, 89 insertions(+) | 28 | 3 files changed, 89 insertions(+) |
29 | 29 | ||
30 | diff --git a/configure.ac b/configure.ac | 30 | diff --git a/configure.ac b/configure.ac |
31 | index 1cd5eab6..3e23e60d 100644 | 31 | index 1cd5eab6c..3e23e60d6 100644 |
32 | --- a/configure.ac | 32 | --- a/configure.ac |
33 | +++ b/configure.ac | 33 | +++ b/configure.ac |
34 | @@ -1566,6 +1566,62 @@ AC_ARG_WITH([skey], | 34 | @@ -1566,6 +1566,62 @@ AC_ARG_WITH([skey], |
@@ -103,7 +103,7 @@ index 1cd5eab6..3e23e60d 100644 | |||
103 | echo " libedit support: $LIBEDIT_MSG" | 103 | echo " libedit support: $LIBEDIT_MSG" |
104 | echo " libldns support: $LDNS_MSG" | 104 | echo " libldns support: $LDNS_MSG" |
105 | diff --git a/sshd.8 b/sshd.8 | 105 | diff --git a/sshd.8 b/sshd.8 |
106 | index 968ba66b..c8299d5e 100644 | 106 | index 968ba66bb..c8299d5e5 100644 |
107 | --- a/sshd.8 | 107 | --- a/sshd.8 |
108 | +++ b/sshd.8 | 108 | +++ b/sshd.8 |
109 | @@ -845,6 +845,12 @@ the user's home directory becomes accessible. | 109 | @@ -845,6 +845,12 @@ the user's home directory becomes accessible. |
@@ -128,7 +128,7 @@ index 968ba66b..c8299d5e 100644 | |||
128 | .Xr moduli 5 , | 128 | .Xr moduli 5 , |
129 | .Xr sshd_config 5 , | 129 | .Xr sshd_config 5 , |
130 | diff --git a/sshd.c b/sshd.c | 130 | diff --git a/sshd.c b/sshd.c |
131 | index e88185ef..4ed0364f 100644 | 131 | index e88185efa..4ed0364f2 100644 |
132 | --- a/sshd.c | 132 | --- a/sshd.c |
133 | +++ b/sshd.c | 133 | +++ b/sshd.c |
134 | @@ -127,6 +127,13 @@ | 134 | @@ -127,6 +127,13 @@ |