Skip to content

Commit 90a4307

Browse files
authored
OS-8643 Update platform libexpat to 2.7.1
Reviewed by: Toomas Soome <[email protected]> Reviewed by: Nahum Shalman <[email protected]> Approved by: Nahum Shalman <[email protected]>
1 parent 906285c commit 90a4307

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
/idnkit/idnkit-2.3-32strap
3838
/ipmitool/ipmitool-1.8.18-32
3939
/less/less-661-64
40-
/libexpat/expat-2.7.0-32*
41-
/libexpat/expat-2.7.0-64*
40+
/libexpat/expat-2.7.1-32*
41+
/libexpat/expat-2.7.1-64*
4242
/libidn/libidn-1.11-32*
4343
/libidn2/libidn2-2.3.4-32
4444
/libxml/libxml2-2.7.6-32*

libexpat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Copyright 2025 MNX Cloud, Inc.
2323
#
2424

25-
VER = expat-2.7.0
25+
VER = expat-2.7.1
2626

2727
include ../Makefile.defs
2828

libexpat/expat-2.7.0.tar.gz

-763 KB
Binary file not shown.

libexpat/expat-2.7.1.tar.gz

767 KB
Binary file not shown.

libexpat/install-sfw

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ mkdir -p ${LIBDIR} ${INCDIR}
3737

3838
cd ${VERS}
3939

40-
_install D lib/.libs/libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.1.10.1 555
40+
_install D lib/.libs/libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.1.10.2 555
4141
_install N lib/expat.h ${INCDIR}/expat.h 444
4242
_install N lib/expat_external.h ${INCDIR}/expat_external.h 444
43-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so
44-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.1
45-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.0
43+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so
44+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.1
45+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.0
4646

4747
exit 0

libexpat/install-sfw-64

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ mkdir -p ${LIBDIR} ${INCDIR}
3737

3838
cd ${VERS}
3939

40-
_install D lib/.libs/libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.1.10.1 555
41-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so
42-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.1
43-
_install L libexpat.so.1.10.1 ${LIBDIR}/libexpat.so.0
40+
_install D lib/.libs/libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.1.10.2 555
41+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so
42+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.1
43+
_install L libexpat.so.1.10.2 ${LIBDIR}/libexpat.so.0
4444

4545
exit 0

manifest

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ f usr/share/man/man1/less.1 0444 root bin
157157
f usr/share/man/man1/lessecho.1 0444 root bin
158158
f usr/share/man/man1/lesskey.1 0444 root bin
159159
# libexpat
160-
s usr/lib/amd64/libexpat.so.0=libexpat.so.1.10.1
161-
f usr/lib/amd64/libexpat.so.1.10.1 0555 root bin
162-
s usr/lib/amd64/libexpat.so.1=libexpat.so.1.10.1
163-
s usr/lib/libexpat.so.0=libexpat.so.1.10.1
164-
f usr/lib/libexpat.so.1.10.1 0555 root bin
165-
s usr/lib/libexpat.so.1=libexpat.so.1.10.1
160+
s usr/lib/amd64/libexpat.so.0=libexpat.so.1.10.2
161+
f usr/lib/amd64/libexpat.so.1.10.2 0555 root bin
162+
s usr/lib/amd64/libexpat.so.1=libexpat.so.1.10.2
163+
s usr/lib/libexpat.so.0=libexpat.so.1.10.2
164+
f usr/lib/libexpat.so.1.10.2 0555 root bin
165+
s usr/lib/libexpat.so.1=libexpat.so.1.10.2
166166
# libidn
167167
f usr/lib/libidn.so.11.5.40 0755 root bin
168168
s usr/lib/libidn.so.11=libidn.so.11.5.40

0 commit comments

Comments
 (0)