Browse code

autojunk'd

Micah Snyder authored on 2018/07/11 09:12:37
Showing 1 changed files
... ...
@@ -18614,23 +18614,24 @@ $as_echo "$pcre_version" >&6; }
18614 18614
         if test $pcrever_major -eq 6 && test $pcrever_minor -lt 5; then
18615 18615
             as_fn_error $? "This pcre version is missing features used by ClamAV. Please upgrade to a newer version: http://www.pcre.org." "$LINENO" 5
18616 18616
         fi
18617
+        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pcre (original) detected. We recommend upgrading from pcre to pcre2 10.30 or later: http://www.pcre.org." >&5
18618
+$as_echo "$as_me: WARNING: pcre (original) detected. We recommend upgrading from pcre to pcre2 10.30 or later: http://www.pcre.org." >&2;}
18617 18619
     fi
18618 18620
 
18619
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CVE-2015-3210" >&5
18620
-$as_echo_n "checking for CVE-2015-3210... " >&6; }
18621
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CVE-2017-7186" >&5
18622
+$as_echo_n "checking for CVE-2017-7186... " >&6; }
18621 18623
     if test "$pcrelib" = "pcre2"; then
18622
-        if test $pcrever_major -eq 10 && test $pcrever_minor -eq 10; then
18623
-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The installed pcre2 version may contain a security bug. Please upgrade to 10.20 or later: http://www.pcre.org." >&5
18624
-$as_echo "$as_me: WARNING: The installed pcre2 version may contain a security bug. Please upgrade to 10.20 or later: http://www.pcre.org." >&2;}
18624
+        if test $pcrever_major -eq 10 && test $pcrever_minor -lt 24; then
18625
+            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The installed pcre2 version may contain security bugs. Please upgrade to 10.30 or later: http://www.pcre.org." >&5
18626
+$as_echo "$as_me: WARNING: The installed pcre2 version may contain security bugs. Please upgrade to 10.30 or later: http://www.pcre.org." >&2;}
18625 18627
         else
18626 18628
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
18627 18629
 $as_echo "ok" >&6; }
18628 18630
         fi
18629 18631
     else
18630
-        if test $pcrever_major -eq 8 &&
18631
-          test $pcrever_minor -gt 33 && test $pcrever_minor -lt 38; then
18632
-            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The installed pcre version may contain a security bug. Please upgrade to 8.38 or later: http://www.pcre.org." >&5
18633
-$as_echo "$as_me: WARNING: The installed pcre version may contain a security bug. Please upgrade to 8.38 or later: http://www.pcre.org." >&2;}
18632
+        if test $pcrever_major -eq 8 && test $pcrever_minor -lt 41; then
18633
+            { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The installed pcre version may contain security bugs. Please upgrade to 8.41+ or _preferably_ install pcre2 10.30+: http://www.pcre.org." >&5
18634
+$as_echo "$as_me: WARNING: The installed pcre version may contain security bugs. Please upgrade to 8.41+ or _preferably_ install pcre2 10.30+: http://www.pcre.org." >&2;}
18634 18635
         else
18635 18636
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
18636 18637
 $as_echo "ok" >&6; }