Module Name:    src
Committed By:   snj
Date:           Mon Mar  9 07:46:05 UTC 2015

Modified Files:
        src/crypto/external/bsd/openssh [netbsd-7]: Makefile.inc

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.22.1 src/crypto/external/bsd/openssh/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/openssh/Makefile.inc
diff -u src/crypto/external/bsd/openssh/Makefile.inc:1.5 src/crypto/external/bsd/openssh/Makefile.inc:1.5.22.1
--- src/crypto/external/bsd/openssh/Makefile.inc:1.5	Thu Oct 13 17:23:28 2011
+++ src/crypto/external/bsd/openssh/Makefile.inc	Mon Mar  9 07:46:05 2015
@@ -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 @@ USE_FORT?= yes	# network client/server
 
 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

Reply via email to