From 75cbce823385d2d10ab05be24034103976677c44 Mon Sep 17 00:00:00 2001 From: bket Date: Fri, 7 Dec 2018 13:15:32 +0000 Subject: [PATCH] Register mbedtls CVE --- devel/quirks/Makefile | 4 ++-- devel/quirks/files/Quirks.pm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index b2d82ff5c32..a8efb2bbbe7 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.655 2018/12/06 08:54:28 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.656 2018/12/07 13:15:32 bket Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.48 +PKGNAME = quirks-3.49 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index f5bb10a5ebd..e4958e5b830 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.669 2018/12/06 08:54:28 ajacoutot Exp $ +# $OpenBSD: Quirks.pm,v 1.670 2018/12/07 13:15:32 bket Exp $ # # Copyright (c) 2009 Marc Espie # @@ -1226,6 +1226,7 @@ my $cve = { 'net/wireshark,-text' => 'tshark-<2.6.3', 'print/cups,-main' => 'cups-<1.7.4', 'security/clamav' => 'clamav-<0.100.2', + 'security/polarssl' => 'mbedtls-<2.14.1', 'shells/bash' => 'bash-<4.3.27', 'sysutils/ansible,-main' => 'ansible-<2.7.1', 'sysutils/mcollective' => 'mcollective-<2.5.3',