summaryrefslogtreecommitdiffstats
path: root/debian/patches/systemd-readiness.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/systemd-readiness.patch')
-rw-r--r--debian/patches/systemd-readiness.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/systemd-readiness.patch b/debian/patches/systemd-readiness.patch
index 59f63ab..c2120d0 100644
--- a/debian/patches/systemd-readiness.patch
+++ b/debian/patches/systemd-readiness.patch
@@ -1,4 +1,4 @@
-From 997c7d972b8ad436dff3b9a482f7ce988b50114c Mon Sep 17 00:00:00 2001
+From e53b37df6356d224810f083e79ff662206243889 Mon Sep 17 00:00:00 2001
From: Michael Biebl <biebl@debian.org>
Date: Mon, 21 Dec 2015 16:08:47 +0000
Subject: Add systemd readiness notification support
@@ -14,10 +14,10 @@ Patch-Name: systemd-readiness.patch
2 files changed, 33 insertions(+)
diff --git a/configure.ac b/configure.ac
-index badfacf8f..5662c9e3a 100644
+index 2b2c4f086..81f75eb85 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -4922,6 +4922,29 @@ AC_SUBST([GSSLIBS])
+@@ -4950,6 +4950,29 @@ AC_SUBST([GSSLIBS])
AC_SUBST([K5LIBS])
AC_SUBST([CHANNELLIBS])
@@ -47,7 +47,7 @@ index badfacf8f..5662c9e3a 100644
# Looking for programs, paths and files
PRIVSEP_PATH=/var/empty
-@@ -5731,6 +5754,7 @@ echo " libldns support: $LDNS_MSG"
+@@ -5769,6 +5792,7 @@ echo " libldns support: $LDNS_MSG"
echo " Solaris process contract support: $SPC_MSG"
echo " Solaris project support: $SP_MSG"
echo " Solaris privilege support: $SPP_MSG"
@@ -56,7 +56,7 @@ index badfacf8f..5662c9e3a 100644
echo " Translate v4 in v6 hack: $IPV4_IN6_HACK_MSG"
echo " BSD Auth support: $BSD_AUTH_MSG"
diff --git a/sshd.c b/sshd.c
-index d56ba490b..356bd6c02 100644
+index 8fab51ebb..b981e7758 100644
--- a/sshd.c
+++ b/sshd.c
@@ -88,6 +88,10 @@