Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/crypto/external/bsd/openssh Apply patch (requested by he ...



details:   https://anonhg.NetBSD.org/src/rev/ac6d59f1ddf7
branches:  netbsd-7
changeset: 799059:ac6d59f1ddf7
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Mar 09 07:46:05 2015 +0000

description:
Apply patch (requested by he in ticket #563):
Add -DHAVE_HEADER_AD, to signal a DNSSEC-signed response, so that
DNSSEC_signed SSHFPs can be correctly detected.

diffstat:

 crypto/external/bsd/openssh/Makefile.inc |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r d6b00b22abb6 -r ac6d59f1ddf7 crypto/external/bsd/openssh/Makefile.inc
--- a/crypto/external/bsd/openssh/Makefile.inc  Sat Mar 07 06:36:37 2015 +0000
+++ b/crypto/external/bsd/openssh/Makefile.inc  Mon Mar 09 07:46:05 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 2011/10/13 17:23:28 plunky Exp $
+#      $NetBSD: Makefile.inc,v 1.5.22.1 2015/03/09 07:46:05 snj Exp $
 
 WARNS?=        4
 
@@ -8,7 +8,14 @@
 
 SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
 
-CPPFLAGS+=-I${SSHDIST} -DHAVE_LOGIN_CAP -DHAVE_MMAP -DHAVE_OPENPTY -DENABLE_PKCS11
+CPPFLAGS+=-I${SSHDIST}
+
+CPPFLAGS+= -DHAVE_HEADER_AD
+CPPFLAGS+= -DHAVE_LOGIN_CAP
+CPPFLAGS+= -DHAVE_MMAP
+CPPFLAGS+= -DHAVE_OPENPTY
+
+CPPFLAGS+=-DENABLE_PKCS11
 .if !defined(NOPIC)
 CPPFLAGS+=-DHAVE_DLOPEN
 .endif



Home | Main Index | Thread Index | Old Index