[Oisf-devel] 'pcre' misspelled as 'prce' in configure.ac

Andreas Herz andi at geekosphere.org
Tue Apr 30 21:15:57 UTC 2019


Hi Luis,

could you submit a PR on github for that?

See https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Contributing

thanks

On 08/04/19 at 08:26, Luis Recuerda wrote:
> ---
>  configure.ac | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 41e1b13..ed5cc6d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -670,7 +670,7 @@
>      # libpcre 8.35 (especially on debian) has a known issue that
> results in segfaults
>      # see https://redmine.openinfosecfoundation.org/issues/1693
>      if test "$with_libpcre_libraries" = "no"; then
> -        PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.35],[libpcre_buggy_found="yes"],[libprce_buggy_found="no"])
> +        PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.35],[libpcre_buggy_found="yes"],[libpcre_buggy_found="no"])
>          if test "$libpcre_buggy_found" = "yes"; then
>              echo
>              echo "   Warning! vulnerable libpcre version 8.35 found"
> @@ -732,10 +732,10 @@
> 
>      case $host in
>          *powerpc64*)
> -            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.39],[libpcre_ppc64_buggy_found1="yes"],[libprce_ppc64_buggy_found1="no"])
> -            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.40],[libpcre_ppc64_buggy_found2="yes"],[libprce_ppc64_buggy_found2="no"])
> +            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.39],[libpcre_ppc64_buggy_found1="yes"],[libpcre_ppc64_buggy_found1="no"])
> +            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
> 8.40],[libpcre_ppc64_buggy_found2="yes"],[libpcre_ppc64_buggy_found2="no"])
> 
> -            if test "$libprce_ppc64_buggy_found1" = "yes" || test
> "$libprce_ppc64_buggy_found2"; then
> +            if test "$libpcre_ppc64_buggy_found1" = "yes" || test
> "$libpcre_ppc64_buggy_found2"; then
>                  # on powerpc64, both gcc and clang lead to SIGILL in
>                  # unittests when jit is enabled.
>                  pcre_jit_available="no, pcre 8.39/8.40 jit disabled
> for powerpc64"
> -- 
> 2.5.5
> 
> 
> -- 
> Luis Recuerda Santiago
> 
> lrec at titan.homeip.net
> lrecuerda at gmail.com
> _______________________________________________
> Suricata IDS Devel mailing list: oisf-devel at openinfosecfoundation.org
> Site: http://suricata-ids.org | Participate: http://suricata-ids.org/participate/
> List: https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-devel
> Redmine: https://redmine.openinfosecfoundation.org/
> 

-- 
Andreas Herz


More information about the Oisf-devel mailing list