Commit graph

270 commits

Author SHA1 Message Date
Rudi Heitbaum
a7c7c856ae libxml2: update to 2.13.6 2025-02-19 11:33:12 +00:00
Rudi Heitbaum
b1d40c724e pugixml: update to 1.15 2025-01-13 09:20:29 +00:00
Rudi Heitbaum
f7456d9871 libiconv: move to textproc 2024-12-30 07:04:46 +00:00
Rudi Heitbaum
a1799f4e1f libxml2: update to 2.13.5 2024-11-14 05:24:34 +00:00
Rudi Heitbaum
8cd8d70035 expat: update to 2.6.4 2024-11-10 02:56:29 +00:00
Matthias Reichl
86f88a28d0
Merge pull request #9301 from heitbaum/cfglib
add cfg-libs option to PKG_BUILD_FLAGS to fix configure unrecognized options
2024-10-18 13:16:39 +02:00
Rudi Heitbaum
a247d0919e itstool: use cfg-libs option 2024-10-06 02:10:25 +00:00
Rudi Heitbaum
1b14ffc86c libxml2: update to 2.13.4 2024-09-19 12:31:32 +00:00
Rudi Heitbaum
6e4c58df89 cleanup packages: fix configure warnings with PKG_BUILD_FLAGS=-cfg-libs 2024-09-15 11:46:08 +00:00
Rudi Heitbaum
9212dac290 jsoncpp: update to 1.9.6 2024-09-12 11:47:39 +00:00
Rudi Heitbaum
ee1db2e749 expat: update to 2.6.3 2024-09-05 13:29:21 +00:00
Rudi Heitbaum
6d3326502e libxml2: update to 2.13.3 2024-07-27 04:06:56 +00:00
Rudi Heitbaum
584b0ea19a libxslt: update to 1.1.42 2024-07-07 05:20:22 +00:00
Rudi Heitbaum
aaf4ef2a55 libxml2: update to 2.13.2 2024-07-07 05:20:22 +00:00
Rudi Heitbaum
624868a953 minor fixes to the toolchain depends 2024-07-03 17:04:33 -04:00
Ian Leonard
37664def20 expat: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Ian Leonard
0d9f36a71a libidn2: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2024-07-03 00:06:04 -04:00
Rudi Heitbaum
b8463a0b70 libxslt: update to 1.1.41 2024-06-20 11:05:09 +00:00
Rudi Heitbaum
8642b88e63 libxml2: update to 2.13.1 2024-06-20 11:05:09 +00:00
Rudi Heitbaum
661553b3a0 libxml2: update to 2.13.0 2024-06-13 08:59:29 +00:00
Rudi Heitbaum
e70a995a44 libxslt: update to 1.1.40 2024-06-13 08:59:29 +00:00
Rudi Heitbaum
e985c984fc libxml2: update to 2.12.7 2024-05-15 12:46:24 +00:00
Rudi Heitbaum
d802baaea5 libxml2: update to 2.12.6
v2.12.6: Mar 15 2024

- parser: Fix detection of duplicate attributes in XML namespace
- xmlreader: Fix xmlTextReaderConstEncoding
- html: Fix htmlCreatePushParserCtxt with encoding
- xmllint: Return error code if XPath returns empty nodeset
2024-03-19 08:52:50 +00:00
Rudi Heitbaum
bafec211ef expat: update to 2.6.2 2024-03-19 08:52:50 +00:00
Rudi Heitbaum
ba2ba708fe expat: update to 2.6.1 2024-03-01 10:47:46 +00:00
Rudi Heitbaum
6ea0bdb513 expat: update to 2.6.0
release:
- https://blog.hartwork.org/posts/expat-2-6-0-released/
- https://github.com/libexpat/libexpat/blob/R_2_6_0/expat/Changes
2024-02-07 13:15:04 +00:00
Rudi Heitbaum
f3c6fb0108 libxml2: update to 2.12.5 2024-02-06 01:45:20 +00:00
Rudi Heitbaum
ac331d462f libidn2: update to 2.3.7
ann:
- https://lists.gnu.org/archive/html/info-gnu/2024-01/msg00015.html
2024-02-01 05:32:04 +00:00
Rudi Heitbaum
c0d71cced7 tinyxml2: update to 10.0.0 2024-01-19 10:43:43 +00:00
Rudi Heitbaum
a39a5e8b0d libxml2: update to 2.12.4
8292f36145/NEWS

v2.12.4: Jan 15 2024

- parser: Fix regression parsing standalone declarations
- autotools: Readd --with-xptr-locs configuration option
- parser: Fix build --without-output
- parser: Don't grow or shrink pull parser memory buffers
- io: Fix memory lifetime issue with input buffers
2024-01-17 09:37:25 +00:00
Rudi Heitbaum
6829c8e31d libxml2: install python host libraries into site-packages 2024-01-16 02:38:09 +00:00
Rudi Heitbaum
10d1cb9915 xmlstarlet: use shared libraries
reduce size of /usr/bin/xml by ~1MB and simplify build

before:
$ ldd /usr/bin/xml
        linux-vdso.so.1 (0x00007ffc675ac000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f54f0620000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f54f0546000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f54f0386000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f54f063b000)

$ ls -la /usr/bin/xml*
-rwxr-xr-x    1 root     root       1483728 Jan  6 04:27 /usr/bin/xml
lrwxrwxrwx    1 root     root             3 Jan  6 04:27 /usr/bin/xmlstarlet -> xml

after:
$ ldd /usr/bin/xml
        linux-vdso.so.1 (0x00007ffea1d78000)
        libexslt.so.0 => /usr/lib/libexslt.so.0 (0x00007efdcdbeb000)
        libxslt.so.1 => /usr/lib/libxslt.so.1 (0x00007efdcdba9000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007efdcda4c000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007efdcd88c000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007efdcd7b2000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007efdcd799000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007efdcdc02000)

$ ls -la /usr/bin/xml*
-rwxr-xr-x    1 root     root         85736 Jan 13 12:30 /usr/bin/xml
lrwxrwxrwx    1 root     root             3 Jan 13 12:30 /usr/bin/xmlstarlet -> xml

$ ls -la /usr/lib/*xslt*
lrwxrwxrwx    1 root     root            13 Jan 13 12:28 /usr/lib/libexslt.so -> libexslt.so.0
lrwxrwxrwx    1 root     root            18 Jan 13 12:28 /usr/lib/libexslt.so.0 -> libexslt.so.0.8.21
-rw-r--r--    1 root     root         81096 Jan 13 12:28 /usr/lib/libexslt.so.0.8.21
lrwxrwxrwx    1 root     root            12 Jan 13 12:28 /usr/lib/libxslt.so -> libxslt.so.1
lrwxrwxrwx    1 root     root            17 Jan 13 12:28 /usr/lib/libxslt.so.1 -> libxslt.so.1.1.39
-rw-r--r--    1 root     root        263272 Jan 13 12:28 /usr/lib/libxslt.so.1.1.39
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
34dd53f77d libxml2: migrate to cmake 2024-01-13 22:33:23 +00:00
Rudi Heitbaum
cfd8096153 libxslt: build shared libraries
do not build as static.
align build with libxml2.

the outcome is a reduction of ~1MB of diskspace for the /usr/bin/xml application
which uses libxslt.
2024-01-13 22:33:23 +00:00
Rudi Heitbaum
118620a6d6 libxslt: migrate to cmake 2024-01-13 22:33:23 +00:00
Rudi Heitbaum
52533e4fa9 libxml2: update to 2.12.3
log:
- https://github.com/GNOME/libxml2/compare/v2.12.2...v2.12.3
2023-12-13 11:20:23 +00:00
Rudi Heitbaum
c55ab80faf libxml2: update to 2.12.2 2023-12-06 13:10:00 +00:00
Christian Hewitt
ffe1b62b8c
Merge pull request #8380 from heitbaum/xml
libxml2: update to 2.12.1
2023-11-29 16:30:36 +04:00
Rudi Heitbaum
55f877fe64 xmlstarlet: fix compile with libxml2 2.12.0 2023-11-29 12:02:37 +00:00
Rudi Heitbaum
9aa5621612 libxml2: update to 2.12.1 2023-11-29 11:39:15 +00:00
Rudi Heitbaum
bf43260f97 nlohmann-json: update to 3.11.3 2023-11-29 10:02:08 +00:00
Rudi Heitbaum
eb5890c101 libxml2: update to 2.11.6 2023-11-21 11:18:29 +00:00
Rudi Heitbaum
fa1e79e24e libxslt: update to 1.1.39 2023-11-19 10:58:38 +00:00
Rudi Heitbaum
0255001576 pugixml: update to 1.14 2023-10-03 16:20:35 +00:00
Rudi Heitbaum
6d6eab2278 libxml2: update to 2.11.5 2023-08-10 11:29:26 +00:00
CvH
070b95fa55
Merge pull request #7944 from heitbaum/amlgx
Fix AMLGX build on aarch64
2023-07-21 20:43:38 +02:00
Rudi Heitbaum
0c4ddd676f libxslt: update SHA256 and URL 2023-07-08 13:00:01 +00:00
Rudi Heitbaum
209e8d9929 libidn2: allow for host builds 2023-07-01 12:06:52 +00:00
Rudi Heitbaum
263aa9934c libxml2: update to 2.11.4 2023-05-20 13:58:22 +00:00
Rudi Heitbaum
5082db428c libxslt: update to 1.1.38 2023-05-17 10:55:32 +00:00