Christoph Reiter
bbf975a197
libxml2: Update to 2.13.3
2024-07-24 21:31:30 +02:00
Christoph Reiter
687aa2bcea
Python rebuilds for SOABI change
...
the DLL names change with this, so rebuild everything that contains
C extensions again.
2024-07-06 12:18:40 +02:00
Christoph Reiter
9b64bd6498
python 3.12 rebuilds
2024-07-05 23:01:07 +02:00
Christoph Reiter
2c6065c283
libxml2: Update to 2.13.2
2024-07-04 23:36:12 +02:00
Christoph Reiter
ec71906293
libxml2: Update to 2.13.1
2024-06-19 17:38:23 +02:00
Christoph Reiter
86d463894d
libxml2: Update to 2.13.0
...
python examples are gone since
bffef46c4c
2024-06-16 15:31:06 +02:00
Christoph Reiter
33b1462a60
libxml2: Update to 2.12.7
2024-05-14 08:03:25 +02:00
Christoph Reiter
a2ee04bf00
More CPEs
2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942
more CPEs
2024-03-22 19:04:22 +01:00
Christoph Reiter
44b4accb93
libxml2: Update to 2.12.6
2024-03-15 16:13:33 +01:00
Christoph Reiter
df24e6d2bf
libxml2: Update to 2.12.5
2024-02-04 18:38:26 +01:00
Christoph Reiter
7e4e1c531b
libxml2: Update to 2.12.4
...
Also disable the legacy APIs, like we did for the mingw build recently
There shouldn't be any users left.
2024-01-17 06:48:24 +01:00
Christoph Reiter
0553605cb9
libxml2: Update to 2.12.3
2023-12-17 12:41:14 +01:00
Christoph Reiter
f31b4e3094
libxml2: Update to 2.12.2
2023-12-06 07:48:30 +01:00
Christoph Reiter
022afd62ce
libxml2: Update to 2.12.1
2023-11-23 18:56:58 +01:00
Christoph Reiter
d8c83a4382
libxml2: Update to 2.12.0
...
"Starting with this release, it should be enough to add the --with-legacy configuration option to provide maximum ABI compatibility."
So why not I guess
2023-11-17 19:52:17 +01:00
Christoph Reiter
269249677d
libxml2: Update to 2.11.6
2023-11-16 17:49:11 +01:00
Christoph Reiter
8b82668741
libxml2: Update to 2.11.5
...
patch is included in this release
2023-08-09 18:53:38 +02:00
Christoph Reiter
5c1477a7d8
libxml2: try building without libcrypt
...
it doesn't seem to be used
2023-07-12 09:00:20 +02:00
Christoph Reiter
07dc4f7996
libxml2: Update to 2.11.4
...
libxml2-2.9.1-msys2.patch: fixed upstream
libxml2-2.9.8-python3-unicode-errors.patch: simple refresh
0001-fix-py-mod-ext.patch: new upstream regression
2023-06-21 11:24:30 +02:00
Christoph Reiter
b5bf6fdb52
libxml2: Update to 2.10.4
2023-04-11 18:55:29 +02:00
Christoph Reiter
28c89659b0
python 3.11 rebuilds
2023-02-14 09:48:24 +01:00
Jannick
89064a425b
libxml2: remove indirect dependencies
...
* libxml2/PKGBUILD:
- remove the libraries 'ncurses' and 'ncurses-devel' from depends and
makedepends, resp., since they are indirect dependencies to libxml2.
- make autoreconf be verbose
- remove trailing spaces
2022-12-03 15:06:36 +01:00
Christoph Reiter
eb60e92131
libxml2: Update to 2.10.3
2022-10-21 07:11:17 +02:00
Christoph Reiter
be4abb8dff
libxml2: Update to 2.10.2
2022-08-30 07:42:30 +02:00
Christoph Reiter
2e235a402a
libxml2: Update to 2.10.1
2022-08-27 10:37:50 +02:00
Christoph Reiter
0652320907
libxml2: Update to 2.10.0
...
libxml2-2.9.0-do-not-check-crc.patch: this comes from fedora, but they
no longer use it
doc installation is no longer configurable, so just remove the patch
and the options.
drop parts of msysize patches by building for cygwin
remove gl_cv_have_weak, as I don't think there is any gnulib in there
2022-08-21 23:24:19 +02:00
Christoph Reiter
dea7a68f23
libxml2-python: byte compile
2022-07-03 08:31:36 +02:00
Christoph Reiter
8780e5c2b8
Python 3.10 rebuilds
2022-07-02 18:56:12 +02:00
Christoph Reiter
aeb3a4cd36
libxml2: drop icu dependency
...
from what I see this is only used for encoding/decoding and the
README says "Mainly useful as an
alternative to iconv on Windows. Unnecessary on most other systems."
Since this is the only user of icu in base this also helps the installer size.
2022-05-13 10:16:40 +02:00
Christoph Reiter
a1787c0383
icu: rebuilds
2022-05-13 09:07:20 +02:00
Christoph Reiter
3ef0266f7e
libxml2: Update to 2.9.14
2022-05-07 19:39:28 +02:00
Biswapriyo Nath
4164dac0ed
libxml2: update to 2.9.13
...
* Change upstream url and source link.
* Remove two upstream patches.
- libxml2-2.9.12-fix-lxml-corrupted-tree.patch
- commit 85b1792e37
- libxml2-2.9.12-fix-formatting-regression.patch
- commit 13ad8736d2
2022-03-29 21:49:10 +05:30
Christoph Reiter
38126d763e
makedepend on autotools for packages using configure
...
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.
Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Biswapriyo Nath
ed8a4e93ed
Rebuild for icu 70.1
2021-11-30 15:24:21 +05:30
Christoph Reiter
6175648817
Rebuilds for icu
2021-08-26 06:07:53 +02:00
Astrum-polaris
93f6ac449d
libxml2: update to 2.9.12
2021-07-20 02:30:13 +08:00
Christoph Reiter
c6a134d91a
Python 3.9 rebuilds
2021-05-15 15:21:37 +02:00
Christoph Reiter
e0f9c2d820
libxml2: remove install script using python2
2021-04-22 10:02:21 +02:00
Alexey Pavlov
9f0f6f3cee
libxml2: Rebuild with ICU 68, fix CVE
2021-01-12 22:43:17 +03:00
Jeremy Drake
de4768e57f
Use python-devel instead of libcrypt-devel.
...
For packages that need crypt.h by way of python.
2020-08-25 12:22:41 -07:00
Alexey Pavlov
0e65a95f0f
libxml2: Rebuild for ICU update
2020-07-20 12:42:15 +03:00
Christoph Reiter
f90bf1e55d
Python 3 porting: libxml2, itstool, libxslt ( #1925 )
...
* libxml2: fix the build
See #1917
* libxml2-python: Build with Python 3
* itstool: Build with Python 3
* libxslt: fix the build
See #1917
* libxslt: Drop libxslt-python
* yelp-xsl: Don't depend on libxslt-python
Doesn't look like it is used
* yelp-tools: Don't depend on libxslt-python
Doesn't seem to be used
* rarian: Don't depend on libxslt-python
libxslt seems enough
2020-04-18 08:39:37 +03:00
Alexey Pavlov
daf66f1f75
libxml2: Rebuild for ICU 65
2020-01-15 16:08:51 +03:00
Alexey Pavlov
22b1e8c536
libxml2: Update to 2.9.10
2019-12-12 14:11:49 +03:00
Alexey Pavlov
900eff24de
Rebuilds for readline 8.x
2019-04-30 12:43:00 +03:00
Alexey Pavlov
60b0ed03a3
libxml2: Rebuild for icu 64.x
2019-04-25 11:58:12 +03:00
Alexey Pavlov
7dc805c940
Fix building and linking libxml2/libxslt together
2019-02-07 12:13:20 +03:00
Alexey Pavlov
a1e622f9c6
libxml2: Update to 2.9.9
2019-01-24 09:28:26 +03:00
Peter Budai
eda3b5b324
libxml2: Update to 2.9.8 ( #1316 )
2018-06-24 22:24:10 +03:00