Skip to content

Commit

Permalink
expat 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Apr 12, 2024
1 parent 66112a9 commit 801af9d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
3 changes: 3 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Updating Information for MidnightBSD users.

20240412:
expat 5.6.0

20240411:
ldns 1.8.3

Expand Down
1 change: 1 addition & 0 deletions lib/libexpat/Makefile.depend
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
lib/msun \


.include <dirdeps.mk>
Expand Down
21 changes: 16 additions & 5 deletions lib/libexpat/expat_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* expat_config.h. Generated from expat_config.h.in by configure. */
/* expat_config.h.in. Generated from configure.ac by autoheader. */

#ifndef EXPAT_CONFIG_H
#define EXPAT_CONFIG_H 1

#include <machine/endian.h>

/* Define if building universal (internal helper macro) */
Expand All @@ -19,6 +22,9 @@
/* Define to 1 if you have the `arc4random_buf' function. */
#define HAVE_ARC4RANDOM_BUF 1

/* define if the compiler supports basic C++11 syntax */
#define HAVE_CXX11 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

Expand Down Expand Up @@ -77,13 +83,13 @@
#define PACKAGE "expat"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_BUGREPORT "https://github.com/libexpat/libexpat/issues"

/* Define to the full name of this package. */
#define PACKAGE_NAME "expat"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "expat 2.5.0"
#define PACKAGE_STRING "expat 2.6.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "expat"
Expand All @@ -92,15 +98,15 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.5.0"
#define PACKAGE_VERSION "2.6.0"

/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "2.5.0"
#define VERSION "2.6.0"

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
Expand All @@ -119,7 +125,7 @@
/* #undef XML_ATTR_INFO */

/* Define to specify how much context to retain around the current parse
point. */
point, 0 to disable. */
#define XML_CONTEXT_BYTES 1024

/* Define to include code reading entropy from `/dev/urandom'. */
Expand All @@ -128,6 +134,9 @@
/* Define to make parameter entity parsing functionality available. */
#define XML_DTD 1

/* Define as 1/0 to enable/disable support for general entities. */
#define XML_GE 1

/* Define to make XML Namespaces functionality available. */
#define XML_NS 1

Expand All @@ -139,3 +148,5 @@

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

#endif // ndef EXPAT_CONFIG_H
5 changes: 2 additions & 3 deletions lib/libexpat/libbsdxml.3
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"/
.Dd November 4, 2022
.Dd February 17, 2024
.Dt LIBBSDXML 3
.Os
.Sh NAME
Expand All @@ -35,7 +34,7 @@
.Sh DESCRIPTION
The
.Nm
library is a verbatim copy of the eXpat XML library version 2.5.0.
library is a verbatim copy of the eXpat XML library version 2.6.0.
.Pp
The
.Nm
Expand Down

0 comments on commit 801af9d

Please sign in to comment.