add entry for brotli/CVE-2020-8927

This commit is contained in:
daniel 2020-10-18 18:40:32 +00:00
parent 3055e49e48
commit 1afdbc5032
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1069 2020/10/18 18:15:45 jasper Exp $
# $OpenBSD: Makefile,v 1.1070 2020/10/18 18:40:32 daniel Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.461
PKGNAME = quirks-3.462
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1087 2020/10/18 18:15:45 jasper Exp $
# $OpenBSD: Quirks.pm,v 1.1088 2020/10/18 18:40:32 daniel Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -2007,6 +2007,7 @@ sub tweak_search
# list of
# cat/path => badspec
my $cve = {
'archivers/brotli' => 'brotli-<1.0.9',
'archivers/cabextract' => 'cabextract-<1.8',
'archivers/libmspack' => 'libmspack-<0.8alpha',
'archivers/p5-Archive-Zip' => 'p5-Archive-Zip-<1.64',