From 5f2247d2f33f7264d41ad4c80d5d24623524e520 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 2 Dec 2015 13:03:14 +0000 Subject: [PATCH] add cve quirks for lldpd (prompted by a mail from Mathieu Simon) and pcre --- devel/quirks/Makefile | 4 ++-- devel/quirks/files/Quirks.pm | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index eb78cc3fdad..085646ce7ac 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.317 2015/11/30 11:57:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.318 2015/12/02 13:03:14 sthen Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-2.162 +PKGNAME = quirks-2.163 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index c486860d69f..2afba5c1feb 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.327 2015/11/30 11:57:55 sthen Exp $ +# $OpenBSD: Quirks.pm,v 1.328 2015/12/02 13:03:14 sthen Exp $ # # Copyright (c) 2009 Marc Espie # @@ -789,6 +789,8 @@ my $cve = { 'audio/flac' => 'flac-<1.3.0p1', 'www/drupal6/views' => 'drupal6-views-<2.18', 'graphics/tiff' => 'tiff-<4.0.4beta', + 'net/lldpd' => 'lldpd-<0.7.18p0', + 'devel/pcre' => 'pcre-<8.38', }; # ->check_security($path)