Skip to content

Commit

Permalink
update to pcre2 10.43 for security and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Feb 26, 2024
1 parent e75085a commit e2adff7
Show file tree
Hide file tree
Showing 207 changed files with 36,203 additions and 14,886 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/cmake/pcre2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ SET(PCRE2_HEADERS ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/pcre2.h)
SET(SOURCES
${PROJECT_NAME}/src/pcre2_auto_possess.c
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/pcre2_chartables.c
${PROJECT_NAME}/src/pcre2_chkdint.c
${PROJECT_NAME}/src/pcre2_compile.c
${PROJECT_NAME}/src/pcre2_config.c
${PROJECT_NAME}/src/pcre2_context.c
Expand All @@ -121,11 +122,10 @@ SET(SOURCES
${PROJECT_NAME}/src/pcre2_substring.c
${PROJECT_NAME}/src/pcre2_tables.c
${PROJECT_NAME}/src/pcre2_ucd.c
${PROJECT_NAME}/src/pcre2_ucptables.c
${PROJECT_NAME}/src/pcre2_valid_utf.c
${PROJECT_NAME}/src/pcre2_xclass.c
)

add_library(${PROJECT_NAME}-16 ${SOURCES})
target_include_directories(${PROJECT_NAME}-16 PUBLIC
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}
Expand Down
3 changes: 3 additions & 0 deletions 3rdparty/pcre2/132html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ while (<STDIN>)
$wrotetext = 1;
}

# Remove the "AUTOMATICALLY GENERATED" warning from pcre2demo.3
elsif (/^\.\\"AUTOMATICALLY GENERATED/) { next; }

# A comment that starts "HREF" takes the next line as a name that
# is turned into a hyperlink, using the text given, which might be
# in a special font. If it ends in () or (digits) or punctuation, they
Expand Down
6 changes: 3 additions & 3 deletions 3rdparty/pcre2/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Email domain: gmail.com
Retired from University of Cambridge Computing Service,
Cambridge, England.

Copyright (c) 1997-2022 University of Cambridge
Copyright (c) 1997-2024 University of Cambridge
All rights reserved


Expand All @@ -19,7 +19,7 @@ Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu

Copyright(c) 2010-2022 Zoltan Herczeg
Copyright(c) 2010-2024 Zoltan Herczeg
All rights reserved.


Expand All @@ -30,7 +30,7 @@ Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu

Copyright(c) 2009-2022 Zoltan Herczeg
Copyright(c) 2009-2024 Zoltan Herczeg
All rights reserved.

####
Loading

0 comments on commit e2adff7

Please sign in to comment.