From owner-svn-src-head@freebsd.org Sun Jul 5 19:58:28 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93BB0A306 for ; Sun, 5 Jul 2015 19:58:28 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA7521FDA for ; Sun, 5 Jul 2015 19:58:27 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wiwl6 with SMTP id l6so267403091wiw.0 for ; Sun, 05 Jul 2015 12:58:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=of2vXB4jap4R5D28fCS5e6RnYWtgR3O/uXaQ22x6xQw=; b=ei/goEJ4oAK/6ki8H3y6xjRTMLa0jPLKf3CnvOMN1aFHcrdu5Ht8OBIf8VdsAZiAaZ OlMYuU+D+oa5yYz70wRWCIexLPpRxlJCajuc6vg6g4T68Gbn8HIJO2nP2U9bROEA/t4v j6pkmv8uwfmiE3/kgX7ev9K7DIMx+lOJLSbYdvPw38wE6G08n2xN/c7YIQc/ubrVvA7b dIhmga8ePRDXZ/rCvkJNUPI8Q7bo8qxSy/+dgprHZkDuaRiy6yiVTyfSpZgvUUkXuY+j jVzo60jaX1t3ibb18LuJ2/uXdCNfPiTCoUHZdv/LM917+vmM8r85gEgxWvRRtPC1x0jK feeg== X-Gm-Message-State: ALoCoQlkEQYTwXGIUAe4FYVjwIK6/1ZQkPljFHEzaM6cNUoYmetLGEmvfRcqq8wLVCSizbvSAwjp MIME-Version: 1.0 X-Received: by 10.194.71.226 with SMTP id y2mr40281564wju.34.1436125984828; Sun, 05 Jul 2015 12:53:04 -0700 (PDT) Received: by 10.194.81.106 with HTTP; Sun, 5 Jul 2015 12:53:04 -0700 (PDT) In-Reply-To: <20150705194954.GA8523@funkthat.com> References: <201507051415.t65EFxWd044357@repo.freebsd.org> <20150705194954.GA8523@funkthat.com> Date: Sun, 5 Jul 2015 21:53:04 +0200 Message-ID: Subject: Re: svn commit: r285160 - head/sys/conf From: Oliver Pinter To: John-Mark Gurney Cc: Ian Lepore , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 19:58:28 -0000 On 7/5/15, John-Mark Gurney wrote: > Ian Lepore wrote this message on Sun, Jul 05, 2015 at 14:15 +0000: >> Author: ian >> Date: Sun Jul 5 14:15:58 2015 >> New Revision: 285160 >> URL: https://svnweb.freebsd.org/changeset/base/285160 >> >> Log: >> Ensure all the required files get built when you include the IPSEC >> option. > > Umm.. This looks more like that IPSEC should require that the crypto > device be specified instead of fixing it this way... > Is there any way to specify implication rules to config? Ergo if I specify IPSEC without device crypto, then it's auto enable/include. Similar to linux's Kconfig framework.. >> Modified: >> head/sys/conf/files >> >> Modified: head/sys/conf/files >> ============================================================================== >> --- head/sys/conf/files Sun Jul 5 11:42:01 2015 (r285159) >> +++ head/sys/conf/files Sun Jul 5 14:15:58 2015 (r285160) >> @@ -3902,17 +3902,17 @@ ofed/drivers/infiniband/hw/mthca/mthca_u >> >> # crypto support >> opencrypto/cast.c optional crypto | ipsec >> -opencrypto/criov.c optional crypto >> -opencrypto/crypto.c optional crypto >> +opencrypto/criov.c optional crypto | ipsec >> +opencrypto/crypto.c optional crypto | ipsec >> opencrypto/cryptodev.c optional cryptodev >> -opencrypto/cryptodev_if.m optional crypto >> -opencrypto/cryptosoft.c optional crypto >> -opencrypto/cryptodeflate.c optional crypto >> -opencrypto/gmac.c optional crypto >> -opencrypto/gfmult.c optional crypto >> +opencrypto/cryptodev_if.m optional crypto | ipsec >> +opencrypto/cryptosoft.c optional crypto | ipsec >> +opencrypto/cryptodeflate.c optional crypto | ipsec >> +opencrypto/gmac.c optional crypto | ipsec >> +opencrypto/gfmult.c optional crypto | ipsec >> opencrypto/rmd160.c optional crypto | ipsec >> -opencrypto/skipjack.c optional crypto >> -opencrypto/xform.c optional crypto >> +opencrypto/skipjack.c optional crypto | ipsec >> +opencrypto/xform.c optional crypto | ipsec >> rpc/auth_none.c optional krpc | nfslockd | nfscl | nfsd >> rpc/auth_unix.c optional krpc | nfslockd | nfscl | nfsd >> rpc/authunix_prot.c optional krpc | nfslockd | nfscl | nfsd > > -- > John-Mark Gurney Voice: +1 415 225 5579 > > "All that I will do, has been done, All that I have, has not." > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >