From owner-svn-ports-all@freebsd.org Thu Jul 30 16:55:09 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 0071F3AA72C; Thu, 30 Jul 2020 16:55:09 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4BHc3J6CFqz4dgR; Thu, 30 Jul 2020 16:55:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) (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 B3F5020414; Thu, 30 Jul 2020 16:55:08 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f179.google.com with SMTP id g26so26276826qka.3; Thu, 30 Jul 2020 09:55:08 -0700 (PDT) X-Gm-Message-State: AOAM532XGilPJeUeD/RhZWQCSYUVeecZ5JjpEoE5d7bGkVCbjmR+1eMz NqYIH4wKtTKX69gwnqzuH89ftXu4htqdJ4lq8AI= X-Google-Smtp-Source: ABdhPJxvTqwxMv2J3RSCXK35XP35JACj6GVC+5C99Th3H3NaqCgIr/cUx8g47IUG5bdvAF9qVF//Jd1ZFw+PiSaIcXI= X-Received: by 2002:a37:b907:: with SMTP id j7mr147844qkf.120.1596128108227; Thu, 30 Jul 2020 09:55:08 -0700 (PDT) MIME-Version: 1.0 References: <202007301554.06UFsLku005954@repo.freebsd.org> In-Reply-To: <202007301554.06UFsLku005954@repo.freebsd.org> From: Kyle Evans Date: Thu, 30 Jul 2020 11:54:56 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r543799 - head/security/vuxml To: "Tobias C. Berner" 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: Thu, 30 Jul 2020 16:55:09 -0000 On Thu, Jul 30, 2020 at 10:54 AM Tobias C. Berner wrote: > > Author: tcberner > Date: Thu Jul 30 15:54:21 2020 > New Revision: 543799 > URL: https://svnweb.freebsd.org/changeset/ports/543799 > > Log: > Document vulnerability in archivers/ark > > - fixed in r543704 (head), r543705 (2020Q3) > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Thu Jul 30 15:54:05 2020 (r543798) > +++ head/security/vuxml/vuln.xml Thu Jul 30 15:54:21 2020 (r543799) > @@ -41,7 +41,7 @@ QUICK GUIDE TO ADDING A NEW ENTRY > 5. use 'make VID=xxx-yyy-zzz html' to emit the entry's html file for formatting review > 6. profit! > > -Additional tests can be done this way: > +edditional tests can be done this way: > $ pkg audit -f ./vuln.xml py26-django-1.6 > $ pkg audit -f ./vuln.xml py27-django-1.6.1 > Ah, I think the old spelling was correct here. :-) Thanks, Kyle Evans