From owner-svn-ports-all@freebsd.org Fri Jan 15 18:00:46 2016 Return-Path: Delivered-To: svn-ports-all@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 D5C3AA8453F for ; Fri, 15 Jan 2016 18:00:46 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (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 8FFF3115C for ; Fri, 15 Jan 2016 18:00:46 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x231.google.com with SMTP id i129so164488237vkb.0 for ; Fri, 15 Jan 2016 10:00:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=50mY0xsFzUakwSTW5llxGWwG2tO3CIfn6LFSQATLpK0=; b=WLA5HD36rj1dKNEDqETwEiQqLqDjuNU/8hapFu6M6Vh7v732A+TmQyjq648Qgs3PT7 DF755Y++C3RD+/yecqVXqvkWyvZot73VSXxuJyaebfRQ6XC68hqERnwmrW7jzZ94vTzt 5FhAHlp0sXm28YItt93mSWNw//A4O+lNcilcbuI6G0UcPVcIdUXU9/MHLLTOVpxjhRyT /xfFT2AgqEeGY4jw9QlHHnJ3B1z7DmEjZhBu9hzXi0zmJcQS2HQN9waInUzQbYluhSWM C+9IbRCQQ5f8oNmYWN3Ddy0TA7akc+dAQx55xUydhYSbCs/FBtFy3RO4JYW14bsz3jiT 62Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=50mY0xsFzUakwSTW5llxGWwG2tO3CIfn6LFSQATLpK0=; b=fFuDFGzhjF3xvAp1Y8u2mtEjrjZSB5Q0sdMiM21/cgChuHth9DHA/Tbtc8e3ACH0ht qU+nBdR8hZGcMTfWkQDTxynH2Ud4uRgypY8TkqkacyUetMAgJpICUwENn6lhYTCPq1py eoSHspyq9qyyDdIqRfiXirlx0SCBBedTZ+AjfUbAXZXAth5U1R911xXEmy6pgDkc/9tL 7QjRYy1Bx473RORd3YAqSS7p6k4z1OEqTM18JQEkUCSa7J5H0r6xGdGOQsMbzNrrafPm JO38Oh2LcXhyNFNMsn3kZEsaBnv0YL/sx+vaV3S3dS6OXt3ksCISH2/oucJN34oSlH9O xtGA== X-Gm-Message-State: ALoCoQkko9UrJ31T/6+DLZEKREBjJ1CjrXkqA1FxjaTMDpf+2ihE5q0m5R6weR1FKjafYlY9yMGz5uINCRYQC2DRV+aQhwYe4Q== X-Received: by 10.31.52.195 with SMTP id b186mr8142856vka.39.1452880845700; Fri, 15 Jan 2016 10:00:45 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.219.3 with HTTP; Fri, 15 Jan 2016 10:00:06 -0800 (PST) In-Reply-To: <201601151747.u0FHlXum015458@repo.freebsd.org> References: <201601151747.u0FHlXum015458@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 16 Jan 2016 02:00:06 +0800 X-Google-Sender-Auth: igrSohKgkefrPOfAyfUVj7bcbZM Message-ID: Subject: Re: svn commit: r406172 - head/security/vuxml To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 18:00:46 -0000 On Sat, Jan 16, 2016 at 1:47 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Jan 15 17:47:33 2016 > New Revision: 406172 > URL: https://svnweb.freebsd.org/changeset/ports/406172 > > Log: > Fix OpenSSH version ranges. > > Reported by: sunpoet > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > > ============================================================================== > --- head/security/vuxml/vuln.xml Fri Jan 15 17:41:22 2016 > (r406171) > +++ head/security/vuxml/vuln.xml Fri Jan 15 17:47:33 2016 > (r406172) > @@ -91,8 +91,8 @@ Notes: > > openssh-portable > > - 5.4p0,1 > - 7.1p2,1 > + 5.4.p0,1 > + 7.1.p2,1 > > > > @@ -114,6 +114,7 @@ Notes: > > 2016-01-14 > 2016-01-14 > + 2016-01-15 > > > > @@ -8848,7 +8849,7 @@ Notes: > > > openssh-portable > - 7.0p1,1 > + 7.0.p1,1 > > > > @@ -8872,6 +8873,7 @@ Notes: > > 2015-08-11 > 2015-08-21 > + 2016-01-15 > > > > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > Thanks!