Skip to content

Commit

Permalink
expat: update to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Sep 14, 2024
1 parent 160d67f commit c3947e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@
"expat"
],
"versions": [
"2.6.3-1",
"2.6.2-1",
"2.6.0-1",
"2.5.0-4",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/expat.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = expat-2.6.2
source_url = https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz
source_filename = expat-2.6.2.tar.bz2
source_hash = ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364
directory = expat-2.6.3
source_url = https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz
source_filename = expat-2.6.3.tar.bz2
source_hash = 274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc
patch_directory = expat

[provide]
Expand Down
7 changes: 2 additions & 5 deletions subprojects/packagefiles/expat/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project(
'expat',
'c',
license: 'MIT',
version: '2.6.2',
version: '2.6.3',
meson_version: '>= 0.54.1',
)

Expand Down Expand Up @@ -78,9 +78,6 @@ endif
if not cc.has_header_symbol('sys/types.h', 'off_t')
config.set('off_t', 'long')
endif
if not cc.has_header_symbol('sys/types.h', 'size_t')
config.set('size_t', 'unsigned')
endif

config.set('HAVE_SYSCALL_GETRANDOM', cc.has_header_symbol('sys/syscall.h', 'SYS_getrandom'))

Expand Down Expand Up @@ -125,7 +122,7 @@ libexpat = library(
'lib/xmltok.c',
include_directories: incdir,
dependencies: dep_libbsd,
version: '1.8.10',
version: '1.9.3',
soversion: host_machine.system() != 'windows' ? '1' : '',
install: true,
gnu_symbol_visibility: 'hidden',
Expand Down

0 comments on commit c3947e4

Please sign in to comment.