From owner-freebsd-current@freebsd.org Tue Aug 11 20:33:21 2015 Return-Path: Delivered-To: freebsd-current@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 D315F99FC36 for ; Tue, 11 Aug 2015 20:33:21 +0000 (UTC) (envelope-from net.hqin@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (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 601DDC7 for ; Tue, 11 Aug 2015 20:33:21 +0000 (UTC) (envelope-from net.hqin@gmail.com) Received: by lalv9 with SMTP id v9so34960033lal.0 for ; Tue, 11 Aug 2015 13:33:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8XeorY9/VIcixWSLWklzFZQqVyCRFYN6u0ORBPhZlI0=; b=k1AInH74NMvgT03Sx/cRlJCS2IwH2XEi/vE5+XAWKiV2TWI7fLCAqCDuQPCJCe0bNO iN+26Ts1VGFjYW8cNVXp94vmmFyjtH6bNzSXllxuzhSi6f1Xh9qhf0p8BCvnRHchWzBg EYeqfh/8iksUOtjPJBPDtPuPhhaOUU7Ej2fqahn6Nk0qnOA99G+1ZzhlMP5ZxXVlW51o kXjea9SsTKrnnwUurlpB9Y4CWBE/WTcyi/6jOKnVJjA8gvHkmmDhsoh4ZYt92yWrh9nB zOV1erEtoqV+9pZKmFhWkCAEhkdN6zMGZpgd67U5vbcicZWRQvZtW+mbJvZknAfU4nMt 7+dw== MIME-Version: 1.0 X-Received: by 10.152.45.69 with SMTP id k5mr24454242lam.13.1439325199097; Tue, 11 Aug 2015 13:33:19 -0700 (PDT) Received: by 10.112.13.35 with HTTP; Tue, 11 Aug 2015 13:33:19 -0700 (PDT) Date: Tue, 11 Aug 2015 16:33:19 -0400 Message-ID: Subject: Patch for expat lib CVE-2015-1283 From: Hannah Qin To: freebsd-current@freebsd.org X-Mailman-Approved-At: Tue, 11 Aug 2015 21:17:37 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 20:33:21 -0000 Where can get the patch for fixing CVE-2015-1283 expat lib? Thanks!