Entry for cherokee CVE-2014-4668.

This commit is contained in:
jca 2014-07-23 20:35:15 +00:00
parent 1881b636f9
commit 13b07fb1e9
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.160 2014/07/23 20:08:08 naddy Exp $
# $OpenBSD: Makefile,v 1.161 2014/07/23 20:35:15 jca Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-2.6
PKGNAME = quirks-2.7
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.166 2014/07/23 20:08:08 naddy Exp $
# $OpenBSD: Quirks.pm,v 1.167 2014/07/23 20:35:15 jca Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -508,6 +508,7 @@ my $cve = {
'www/bozohttpd' => 'bozohttpd-<20130711p0',
'mail/exim' => 'exim-<4.83',
'www/p5-CGI-Application' => 'p5-CGI-Application-<4.50p0',
'www/cherokee,-ldap' => 'cherokee-ldap-<1.2.101p6',
};
# ->check_security($path)