diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2026-04-27 10:38:10 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2026-04-27 10:39:36 +0000 |
| commit | e3935639d8d8b6556cad18e1c90e419a65f26b40 (patch) | |
| tree | 4b9789f62a5f6dc8e2c2ffa4b80db40fde176b4a /lib/libexpat | |
| parent | 4c6d8aa069f2ac22f801fa69add61085631b3356 (diff) | |
| parent | 1102bfff8f2caed02885b18aceb9859b0bb943ae (diff) | |
Diffstat (limited to 'lib/libexpat')
| -rw-r--r-- | lib/libexpat/Makefile | 2 | ||||
| -rw-r--r-- | lib/libexpat/expat_config.h | 6 | ||||
| -rw-r--r-- | lib/libexpat/libbsdxml.3 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 92ba6b671488..1c5be3659eba 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -4,7 +4,7 @@ EXPAT= ${SRCTOP}/contrib/expat LIB= bsdxml SHLIBDIR?= /lib SHLIB_MAJOR= 4 -SRCS= xmlparse.c xmlrole.c xmltok.c +SRCS= random_arc4random_buf.c xmlparse.c xmlrole.c xmltok.c INCS= bsdxml.h bsdxml_external.h MAN= libbsdxml.3 diff --git a/lib/libexpat/expat_config.h b/lib/libexpat/expat_config.h index 2ee8a71a7871..fcc692224520 100644 --- a/lib/libexpat/expat_config.h +++ b/lib/libexpat/expat_config.h @@ -89,7 +89,7 @@ #define PACKAGE_NAME "expat" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "expat 2.7.5" +#define PACKAGE_STRING "expat 2.8.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "expat" @@ -98,7 +98,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.7.5" +#define PACKAGE_VERSION "2.8.0" /* Define to 1 if all of the C89 standard headers exist (not just the ones required in a freestanding environment). This macro is provided for @@ -106,7 +106,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.7.5" +#define VERSION "2.8.0" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3 index 2eea4810ef6c..e5fedea71dd1 100644 --- a/lib/libexpat/libbsdxml.3 +++ b/lib/libexpat/libbsdxml.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\"/ -.Dd April 2, 2026 +.Dd April 27, 2026 .Dt LIBBSDXML 3 .Os .Sh NAME @@ -34,7 +34,7 @@ .Sh DESCRIPTION The .Nm -library is a verbatim copy of the eXpat XML library version 2.7.5. +library is a verbatim copy of the eXpat XML library version 2.8.0. .Pp The .Nm |
