summaryrefslogtreecommitdiff
path: root/debian/patches/systemd-readiness.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-07-10 15:06:26 +0000
committerColin Watson <cjwatson@debian.org>2018-07-10 15:06:26 +0000
commit064fa3f4a8bd3b2e297bc4cfbaa7a22375323663 (patch)
treec23159a23239438f10da5f025ca2297ad44ca9d5 /debian/patches/systemd-readiness.patch
parent970f1c25f7c73067f2f07e2e64c88201c90ff490 (diff)
parent92d266b9e75233afd4a1ce663f062b7e9a843e65 (diff)
Merge branch 'fix-authorized_keys-environment-var' into 'master'
Fix ENV restriction of authorized keys See merge request ssh-team/openssh!2
Diffstat (limited to 'debian/patches/systemd-readiness.patch')
-rw-r--r--debian/patches/systemd-readiness.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/systemd-readiness.patch b/debian/patches/systemd-readiness.patch
index a0e733f1b..982085c4c 100644
--- a/debian/patches/systemd-readiness.patch
+++ b/debian/patches/systemd-readiness.patch
@@ -14,7 +14,7 @@ Patch-Name: systemd-readiness.patch
14 2 files changed, 33 insertions(+) 14 2 files changed, 33 insertions(+)
15 15
16diff --git a/configure.ac b/configure.ac 16diff --git a/configure.ac b/configure.ac
17index 3e23e60d..eac143b4 100644 17index 3e23e60d6..eac143b4d 100644
18--- a/configure.ac 18--- a/configure.ac
19+++ b/configure.ac 19+++ b/configure.ac
20@@ -4496,6 +4496,29 @@ AC_ARG_WITH([kerberos5], 20@@ -4496,6 +4496,29 @@ AC_ARG_WITH([kerberos5],
@@ -56,7 +56,7 @@ index 3e23e60d..eac143b4 100644
56 echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG" 56 echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
57 echo " BSD Auth support: $BSD_AUTH_MSG" 57 echo " BSD Auth support: $BSD_AUTH_MSG"
58diff --git a/sshd.c b/sshd.c 58diff --git a/sshd.c b/sshd.c
59index 1d645a17..3a86e66e 100644 59index 1d645a170..3a86e66e7 100644
60--- a/sshd.c 60--- a/sshd.c
61+++ b/sshd.c 61+++ b/sshd.c
62@@ -85,6 +85,10 @@ 62@@ -85,6 +85,10 @@