add mosquitto b/c of CVE-2018-12546, CVE-2018-12550, CVE-2018-12551

This commit is contained in:
jasper 2019-02-12 19:19:49 +00:00
parent 92110cedc8
commit 3b228c13f6
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.706 2019/02/12 09:31:54 gonzalo Exp $
# $OpenBSD: Makefile,v 1.707 2019/02/12 19:19:49 jasper Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.99
PKGNAME = quirks-3.100
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.720 2019/02/12 09:31:54 gonzalo Exp $
# $OpenBSD: Quirks.pm,v 1.721 2019/02/12 19:19:49 jasper Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -1325,6 +1325,7 @@ my $cve = {
'x11/rdesktop' => 'rdesktop-<1.8.4',
'www/py-django/stable' => 'py-django-<2.1.6',
'www/py-django/lts' => 'py-django-lts-<1.11.19',
'net/mosquitto' => 'mosquitto-<1.5.6',
};
# please maintain sort order in above $cve list, future updates need to
# replace existing entries