From owner-svn-ports-all@freebsd.org Wed Jun 24 22:54:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3A7A3458CD; Wed, 24 Jun 2020 22:54:49 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49sdkx69RDz4CVs; Wed, 24 Jun 2020 22:54:49 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id C9E74252AE; Wed, 24 Jun 2020 22:54:49 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f180.google.com with SMTP id u17so3200117qtq.1; Wed, 24 Jun 2020 15:54:49 -0700 (PDT) X-Gm-Message-State: AOAM532BLTR8VgUQx1QEFAYocQ/sbGQIbY6hSbc8tb61ECP5ZzexlG4s /vZZg2Ba9gHOce/DD0IcYTqOgQL/S/UNC+i/AeQ= X-Google-Smtp-Source: ABdhPJzq6Hx/r+7YX8jIHJK3xBevi4NXsQKQ7J/pj7jg63W06CHb6DcX8ZZjt4whJ6M3/Vef3Ey91feteuYSQgfEgE8= X-Received: by 2002:ac8:464f:: with SMTP id f15mr16653794qto.211.1593039289157; Wed, 24 Jun 2020 15:54:49 -0700 (PDT) MIME-Version: 1.0 References: <202006242153.05OLrxWT076793@repo.freebsd.org> In-Reply-To: <202006242153.05OLrxWT076793@repo.freebsd.org> From: Kyle Evans Date: Wed, 24 Jun 2020 17:54:35 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r540354 - head/security/vuxml To: Glen Barber Cc: ports-committers , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 24 Jun 2020 22:54:50 -0000 On Wed, Jun 24, 2020 at 4:54 PM Glen Barber wrote: > > Author: gjb > Date: Wed Jun 24 21:53:58 2020 > New Revision: 540354 > URL: https://svnweb.freebsd.org/changeset/ports/540354 > > Log: > Fix build, again... > > Sponsored by: Rubicon Communications, LLC (netgate.com) > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Wed Jun 24 21:37:05 2020 (r540353) > +++ head/security/vuxml/vuln.xml Wed Jun 24 21:53:58 2020 (r540354) > @@ -79,7 +79,7 @@ Notes: > > > > - CE-2020-6509 > + CVE-2020-6509 > https://chromereleases.googleblog.com/2020/06/stable-channel-update-for-desktop_22.html > > Alright, this one has me convinced that `make validate` should really check the contents of ... anyone else already working on that?