From owner-freebsd-ports@FreeBSD.ORG Wed Jun 25 05:42:36 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 016314A5 for ; Wed, 25 Jun 2014 05:42:36 +0000 (UTC) Received: from nschwmtas02p.mx.bigpond.com (nschwmtas02p.mx.bigpond.com [61.9.189.140]) by mx1.freebsd.org (Postfix) with ESMTP id 912552BB9 for ; Wed, 25 Jun 2014 05:42:34 +0000 (UTC) Received: from nschwcmgw08p ([61.9.190.168]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20140625054226.KZVN12338.nschwmtas02p.mx.bigpond.com@nschwcmgw08p> for ; Wed, 25 Jun 2014 05:42:26 +0000 Received: from hermes.heuristicsystems.com.au ([121.210.107.100]) by nschwcmgw08p with BigPond Outbound id JViS1o00G29zwdD01ViSfT; Wed, 25 Jun 2014 05:42:26 +0000 X-Authority-Analysis: v=2.0 cv=F6HVh9dN c=1 sm=1 a=SEJ2iDwVkb98DYvesvueMw==:17 a=JipEcVzqA9wA:10 a=BOa_BaovA9oA:10 a=8nJEP1OIZ-IA:10 a=GHIR_BbyAAAA:8 a=Rvh2MhcUfUJFwpm8qRwA:9 a=wPNLvfGTeEIA:10 a=jelWLj-JT5PVRuP4:21 a=iNaZULxxECYEW1Bi:21 a=SEJ2iDwVkb98DYvesvueMw==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id s5P5gKqS087511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 25 Jun 2014 15:42:21 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <53AA613B.30004@heuristicsystems.com.au> Date: Wed, 25 Jun 2014 15:42:19 +1000 From: Dewayne Geraghty User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Subject: Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-14:08.heimdal References: <201406241933.s5OJXt8l035215@freefall.freebsd.org> In-Reply-To: <201406241933.s5OJXt8l035215@freefall.freebsd.org> X-Forwarded-Message-Id: <201406241933.s5OJXt8l035215@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 05:42:36 -0000 Regarding the errata notice for heimdal, for the sake of consistency should the security/heimdal port also be patched? The following is against security/heimdal, and could be dropped into security/heimdal/files if required: --- lib/gssapi/krb5/prf.c.orig 2014-06-25 15:30:54.000000000 +1000 +++ lib/gssapi/krb5/prf.c 2014-06-25 15:31:45.000000000 +1000 @@ -119,7 +119,7 @@ while(dol > 0) { size_t tsize; - _gsskrb5_encode_om_uint32(num, input.data); + _gsskrb5_encode_be_om_uint32(num, input.data); ret = krb5_crypto_prf(context, crypto, &input, &output); if (ret) {