CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/11 16:41:23
Modified files:
lib/libexpat : Changes Makefile README.md expat_config.h
shlib_version
lib/libexpat/doc: reference.html
lib/libexpat/examples: element_declarations.c
lib/libexpat/lib: expat.h expat_external.h internal.h xmlparse.c
xmlrole.c xmltok.c xmltok_ns.c
lib/libexpat/tests: basic_tests.c misc_tests.c nsalloc_tests.c
Added files:
lib/libexpat/lib: random_arc4random_buf.c
random_arc4random_buf.h
Removed files:
lib/libexpat/tests: acc_tests_cxx.cpp alloc_tests_cxx.cpp
basic_tests_cxx.cpp chardata_cxx.cpp
common_cxx.cpp dummy_cxx.cpp
handlers_cxx.cpp memcheck_cxx.cpp
minicheck_cxx.cpp misc_tests_cxx.cpp
ns_tests_cxx.cpp nsalloc_tests_cxx.cpp
runtests_cxx.cpp structdata_cxx.cpp
Log message:
Update libexpat to version 2.8.0
Relevant for OpenBSD are other changes #1201 #1189 #1203 #1204 #1194
#1202 #1187 #1192 #1171 #1170. Minor library bump is necessary as
XML_SetHashSalt16Bytes() has been added. Security fixes have been
backported in previous commit.
OK tb@