Fix php7.2 requested by/from sthen@
This commit is contained in:
parent
c69647a445
commit
943b68b752
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.746 2019/04/03 11:23:13 semarie Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.747 2019/04/03 15:01:23 danj Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -1325,7 +1325,7 @@ my $cve = {
|
||||
'lang/php/5.6,-main' => 'php-<5.6.38',
|
||||
'lang/php/7.0,-main' => 'php->7.0,<7.0.32',
|
||||
'lang/php/7.1,-main' => 'php->7.1,<7.1.22',
|
||||
'lang/php/7.2,-main' => 'php-7.2->7.2,<7.2.10',
|
||||
'lang/php/7.2,-main' => 'php->7.2,<7.2.10',
|
||||
'lang/ruby/2.3,-main' => 'ruby-<2.3.8',
|
||||
'lang/ruby/2.4,-main' => 'ruby->2.4,<2.4.5p2',
|
||||
'lang/ruby/2.5,-main' => 'ruby->2.5,<2.5.5',
|
||||
|
Loading…
x
Reference in New Issue
Block a user