logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 860068eebadbb338bfdb0847349792165bf7281c
parent 29a33247f7d9459f55595be7966f7fcccee019c3
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 27 May 2021 01:18:50 -0700

expat: Update to 2.4.1

Diffstat:

Mpkg/expat/expat_config.h8++++----
Mpkg/expat/ver2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkg/expat/expat_config.h b/pkg/expat/expat_config.h @@ -8,9 +8,9 @@ #define HAVE_GETRANDOM 1 #define HAVE_INTTYPES_H 1 /* #undef HAVE_LIBBSD */ +#define HAVE_MEMORY_H 1 #define HAVE_MMAP 1 #define HAVE_STDINT_H 1 -#define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 @@ -23,12 +23,12 @@ #define PACKAGE "expat" #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org" #define PACKAGE_NAME "expat" -#define PACKAGE_STRING "expat 2.3.0" +#define PACKAGE_STRING "expat 2.4.1" #define PACKAGE_TARNAME "expat" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.3.0" +#define PACKAGE_VERSION "2.4.1" #define STDC_HEADERS 1 -#define VERSION "2.3.0" +#define VERSION "2.4.1" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/expat/ver b/pkg/expat/ver @@ -1 +1 @@ -2.3.0 r0 +2.4.1 r0