From owner-freebsd-ports@freebsd.org Thu Jan 12 10:42:48 2017 Return-Path: Delivered-To: freebsd-ports@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 C0329CAC76D for ; Thu, 12 Jan 2017 10:42:48 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-vk0-x233.google.com (mail-vk0-x233.google.com [IPv6:2607:f8b0:400c:c05::233]) (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 7FE64164D for ; Thu, 12 Jan 2017 10:42:48 +0000 (UTC) (envelope-from ml@my.gd) Received: by mail-vk0-x233.google.com with SMTP id r136so9783374vke.1 for ; Thu, 12 Jan 2017 02:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=my-gd.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=f8yoJo04dpBt5LqH0a5G0K42+3jI4iyrVtO315JQUnY=; b=MaRycXWnCPHeriqz1ay2XKMx0pnYPo4s2jaMkyIiLYbXSP3bxYI3Uhm+SYMoMTW2QH Wq+DbsBipga4JspPUsrfM6WmyYTeqovsJzCoNFjAnaMP1qNeLIAYCQ9r8dlS4Yhv+CPP vYdux4is2mGEZ25ZrSS8lPGC62QztRn3sn2WC4IhsjkEd45qPuGpecflS500ToWRtfjM 1ddkTvpl4HhQgyWM+UVAcgtnPPx4ZJLl2lEPwp+UTIQjzElmsusFccawt5dQ6mul1NFl Yu1RBTbbCMErHxyVNtLB55XDYg1JItik2rgV/mkUo6V3fLUAbBjYlbOWQQ3jjFQF4Jq3 8meg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=f8yoJo04dpBt5LqH0a5G0K42+3jI4iyrVtO315JQUnY=; b=S57lfNM/FSVDfcnyZv70l/gsU8Tr13m6edoRkB+XEerSgEJpYRe0O5XlSr8GmN1Zks qaiWuJV7cUNZ9v5TF/JUk/Kqyynf01ONxbf7pU4jfugwXvHg9dLSoB+Igr/bWrVFlaPS XwuSdSaqhtdZwGcKgNqrifj6QhRUoVc2UizDfTL9PM88+p8gKwEcLcYNpFtxPTt1PpcC WNTzJKRR7SFX1WhlvfGSxB5YCAUCFOGKwmLNxX8l/6oFkB629s0lHQI1gXB21b21jMNx v9bfxW/wqn5e7G9na1lJlixADhTO4pzKVs2rc14JDq2rEIxH3N/uOCqR6QV+eGtJB/X7 rIXw== X-Gm-Message-State: AIkVDXKHNnB6XdcyLSNScE1m7051G2dVx2vGl/KIHszc0Y0c/jIbQHuhepUhdgJ6swHtIqOidBZWed6KwIQ4MQ== X-Received: by 10.31.124.194 with SMTP id x185mr6409243vkc.119.1484217767540; Thu, 12 Jan 2017 02:42:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.48.213 with HTTP; Thu, 12 Jan 2017 02:42:47 -0800 (PST) From: Damien Fleuriot Date: Thu, 12 Jan 2017 11:42:47 +0100 Message-ID: Subject: [shells/lshell] patches to update to upstream 0.9.18 To: freebsd-ports@freebsd.org Cc: dfl@hipay.com Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 10:42:48 -0000 Hello list, Just submitted a PR to update shells/lshell to upstream's 0.9.18 : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215989 The update should close the shell escape vulnerability in 0.9.16_2 : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215988 Seeking peer review for the provided patches. Cheers :) Kindly do preserve the CC'd address, not sure I've subbed to ports@ ;)