Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expat: Update to v2.6.3 #401

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified e/expat/manifest.x86_64.bin
Binary file not shown.
28 changes: 14 additions & 14 deletions e/expat/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"files": [
"/usr/bin/xmlwf",
"/usr/lib/libexpat.so.1",
"/usr/lib/libexpat.so.1.9.2",
"/usr/lib/libexpat.so.1.9.3",
"/usr/share/doc/expat/AUTHORS",
"/usr/share/doc/expat/changelog",
"/usr/share/man/man1/xmlwf.1"
Expand All @@ -25,12 +25,12 @@
"expat-32bit": {
"depends": [
"expat",
"soname(libc.so.6(x86))",
"soname(libm.so.6(x86))"
"soname(libc.so.6(386))",
"soname(libm.so.6(386))"
],
"files": [
"/usr/lib32/libexpat.so.1",
"/usr/lib32/libexpat.so.1.9.2"
"/usr/lib32/libexpat.so.1.9.3"
],
"name": "expat-32bit",
"provides": [
Expand All @@ -44,10 +44,10 @@
"expat-devel"
],
"files": [
"/usr/lib32/cmake/expat-2.6.2/expat-config-version.cmake",
"/usr/lib32/cmake/expat-2.6.2/expat-config.cmake",
"/usr/lib32/cmake/expat-2.6.2/expat-noconfig.cmake",
"/usr/lib32/cmake/expat-2.6.2/expat.cmake",
"/usr/lib32/cmake/expat-2.6.3/expat-config-version.cmake",
"/usr/lib32/cmake/expat-2.6.3/expat-config.cmake",
"/usr/lib32/cmake/expat-2.6.3/expat-noconfig.cmake",
"/usr/lib32/cmake/expat-2.6.3/expat.cmake",
"/usr/lib32/libexpat.so",
"/usr/lib32/pkgconfig/expat.pc"
],
Expand All @@ -65,10 +65,10 @@
"/usr/include/expat.h",
"/usr/include/expat_config.h",
"/usr/include/expat_external.h",
"/usr/lib/cmake/expat-2.6.2/expat-config-version.cmake",
"/usr/lib/cmake/expat-2.6.2/expat-config.cmake",
"/usr/lib/cmake/expat-2.6.2/expat-noconfig.cmake",
"/usr/lib/cmake/expat-2.6.2/expat.cmake",
"/usr/lib/cmake/expat-2.6.3/expat-config-version.cmake",
"/usr/lib/cmake/expat-2.6.3/expat-config.cmake",
"/usr/lib/cmake/expat-2.6.3/expat-noconfig.cmake",
"/usr/lib/cmake/expat-2.6.3/expat.cmake",
"/usr/lib/libexpat.so",
"/usr/lib/pkgconfig/expat.pc"
],
Expand All @@ -80,6 +80,6 @@
}
},
"source-name": "expat",
"source-release": "4",
"source-version": "2.6.2"
"source-release": "5",
"source-version": "2.6.3"
}
6 changes: 3 additions & 3 deletions e/expat/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# SPDX-License-Identifier: MPL-2.0
#
name : expat
version : 2.6.2
release : 4
version : 2.6.3
release : 5
summary : An XML parser library
license : MIT
homepage : https://libexpat.github.io
description : |
An XML parser library
upstreams :
- https://github.com/libexpat/libexpat/releases/download/R_2_6_2/expat-2.6.2.tar.xz: ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364
- https://github.com/libexpat/libexpat/releases/download/R_2_6_3/expat-2.6.3.tar.xz: 274db254a6979bde5aad404763a704956940e465843f2a9bd9ed7af22e2c0efc
emul32 : yes
setup : |
%configure --disable-static
Expand Down