From owner-freebsd-stable@FreeBSD.ORG Wed Jun 17 18:41:05 2015 Return-Path: Delivered-To: freebsd-stable@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59379EA7 for ; Wed, 17 Jun 2015 18:41:05 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 D31951EF for ; Wed, 17 Jun 2015 18:41:04 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lacny3 with SMTP id ny3so39298021lac.3 for ; Wed, 17 Jun 2015 11:41:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PUmmDgf0pKS05Nc/65PNae/rBvO4vGzdNJCxfNKJoDk=; b=Vd+Mc5Nsn7+heuzJ7VJ2SbPxJ+DcTtQUln3rZH8CmbecGgdOBIio4LSPmZdrTD3Mm8 tzLCCU2/RRn8vmDUutyvN/PM3BudVv1zwPP5WRybTyveq8E1cmXjRN1pVbioGRPoRXuL k7vPi/s78L6jlUunREIvxycXd/gwcqb0wA296KZ1sHoSV8RV2w/4AmnT3kVs1IRnkv7b nMnv/DKAGGSZgJ3kdONEoTocgiI7SPmVKw82EM2Jv/VP1Q+s/UkHKwxCW61iE1/uVp1S Qymo69jwpd6n4WJ7eVqMN4tyeYfa1pp3qQKHTBXYjod0hRTZpphQ/rL8b3Xg3Z6F9aqK U73Q== MIME-Version: 1.0 X-Received: by 10.112.126.42 with SMTP id mv10mr9533008lbb.58.1434566463020; Wed, 17 Jun 2015 11:41:03 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Wed, 17 Jun 2015 11:41:02 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Jun 2015 21:41:02 +0300 Message-ID: Subject: Re: building -stable after FreeBSD-SA-15:10.openssl From: Kimmo Paasiala To: jungle Boogie Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 18:41:05 -0000 On Wed, Jun 17, 2015 at 9:36 PM, jungle Boogie wrote: > On 17 June 2015 at 11:23, Kimmo Paasiala wrote: >> Don't use the patch at all if you're following stable/10, the >> necessary security fixes are already included in updates you pull in >> from SVN. > > > Oh, so in the future, just svn up and rebuild? > Exactly. -Kimmo