From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 5AEA7718EC for ; Tue, 18 Nov 2014 02:58:35 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id sAI2wZ82009870 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Mon, 17 Nov 2014 18:58:35 -0800 (PST) Received: from [128.224.162.168] (128.224.162.168) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.174.1; Mon, 17 Nov 2014 18:58:34 -0800 Message-ID: <546AB5D8.9000202@windriver.com> Date: Tue, 18 Nov 2014 10:58:32 +0800 From: wenzong fan User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: akuster , References: <546A15B5.9030205@mvista.com> In-Reply-To: <546A15B5.9030205@mvista.com> Subject: Re: [PATCH 0/1] uprev serf: 1.3.6 -> 1.3.8 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 02:58:42 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 11/17/2014 11:35 PM, akuster wrote: > Please add to the 1.3.7 the security fix > > - CVE-2014-3504: (Closes: #757965) Ok, I have added this comment and updated the contrib branch. Thanks Wenzong > > On 11/17/2014 12:38 AM, wenzong.fan@windriver.com wrote: >> From: Wenzong Fan >> >> Release changes: >> >> Serf 1.3.8 [2014-10-20, from /tags/1.3.8, rxxxx] >> Fix issue #152: CRC calculation error for gzipped http reponses > 4GB. >> Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed. >> Fix issue #154: Disable SSLv2 and SSLv3 as both or broken. >> >> Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411] >> Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399) >> >> The following changes since commit >> edaeb8940813b620090a0797ad3b6a076897512d: >> >> bitbake: cooker.py: fix loginfo op being set to an invalid value >> (2014-11-12 17:04:50 +0000) >> >> are available in the git repository at: >> >> git://git.pokylinux.org/poky-contrib wenzong/serf >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/serf >> >> Wenzong Fan (1): >> serf: 1.3.6 -> 1.3.8 >> >> .../serf/{serf_1.3.6.bb => serf_1.3.8.bb} | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> rename meta/recipes-support/serf/{serf_1.3.6.bb => serf_1.3.8.bb} (74%) >> >