Mention CVEs for older Jenkinses. From Edward Lopez-Acosta. Tweaks, OK sthen@

This commit is contained in:
ian 2019-01-03 14:14:01 +00:00
parent 5bd07246ab
commit 85f230f1f3
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.682 2019/01/02 20:32:12 jasper Exp $
# $OpenBSD: Makefile,v 1.683 2019/01/03 14:14:01 ian Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.75
PKGNAME = quirks-3.76
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.696 2019/01/02 20:32:12 jasper Exp $
# $OpenBSD: Quirks.pm,v 1.697 2019/01/03 14:14:01 ian Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -1246,6 +1246,8 @@ my $cve = {
'devel/git,-main' => 'git-<2.19.1',
'devel/git,-svn' => 'git-svn-<2.19.1',
'devel/git,-x11' => 'git-x11-<2.19.1',
'devel/jenkins/devel' => 'jenkins-<2.154',
'devel/jenkins/stable' => 'jenkins-<2.138.4',
'devel/libgit2/libgit2' => 'libgit2-<0.27.7',
'devel/mercurial,-main' => 'mercurial-<4.5.3p1',
'devel/mercurial,-x11' => 'mercurial-x11-<4.5.3p1',