<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libxslt, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-10-21T15:32:09Z</updated>
<entry>
<title>libxslt: install header for libxlt by default</title>
<updated>2024-10-21T15:32:09Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-10-03T21:30:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=11a5d0bd98468b87b1ced173ead146cdb4565209'/>
<id>urn:sha1:11a5d0bd98468b87b1ced173ead146cdb4565209</id>
<content type='text'>
Install header for libxlt by default to handle case when dependent
package depends on the library but doesn't select the configuration.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: update to 1.1.42</title>
<updated>2024-10-05T21:13:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-10-05T19:21:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2cf9f00674783789442146934df8c9ee87f5a39a'/>
<id>urn:sha1:2cf9f00674783789442146934df8c9ee87f5a39a</id>
<content type='text'>
Fixes compilation with newer libxml2.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: update to 1.1.39</title>
<updated>2023-12-07T17:41:14Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-12-07T17:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=19cbe27570f7cd155c5f188e0e530855d6b44301'/>
<id>urn:sha1:19cbe27570f7cd155c5f188e0e530855d6b44301</id>
<content type='text'>
Release Notes:
- https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38
- https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39

Fixes: #22836
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: update to 1.1.37</title>
<updated>2022-11-06T00:40:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T22:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0f9d554f1c34cf9169f5a6832a51acf7adf5f035'/>
<id>urn:sha1:0f9d554f1c34cf9169f5a6832a51acf7adf5f035</id>
<content type='text'>
Upstream URL changed. There's also a cmake build now.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: fix compilation because of wrong libxml2 check in configure script</title>
<updated>2021-08-05T06:14:07Z</updated>
<author>
<name>Maxim Anisimov</name>
</author>
<published>2021-08-03T14:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5ac497d66e53dfe0e3408c57ff34a02e52c26e5'/>
<id>urn:sha1:b5ac497d66e53dfe0e3408c57ff34a02e52c26e5</id>
<content type='text'>
More details: https://github.com/GNOME/libxslt/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc

Signed-off-by: Maxim Anisimov &lt;maxim.anisimov.ua@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: allow access to iconv</title>
<updated>2021-02-09T21:00:06Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-02-09T21:00:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=48c838772f3d5dbca346327645464d63d34ac859'/>
<id>urn:sha1:48c838772f3d5dbca346327645464d63d34ac859</id>
<content type='text'>
Since commit d18692c libxml2 is linked against iconv. Now libxslt needs
access to iconv as well. Without it the build fails.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libxslt: add autoreconf to fix compilation</title>
<updated>2020-12-23T06:37:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-23T02:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c1d21df55b3e8481fdedab87b843575ac695a053'/>
<id>urn:sha1:c1d21df55b3e8481fdedab87b843575ac695a053</id>
<content type='text'>
Arch Linux fails to compile without it as it tries to link to host
libraries.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs: libxslt: allow profiler to be enabled</title>
<updated>2020-05-27T08:03:29Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-05-27T08:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=852c117c60f7ec8b36bcd02e3f79901f7143dde0'/>
<id>urn:sha1:852c117c60f7ec8b36bcd02e3f79901f7143dde0</id>
<content type='text'>
The lxml package depends on the xsltGetProfileInformation() symbol to be
available.
Without it, the library is unusable at newer versions.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>libxslt: update to 1.1.34</title>
<updated>2020-03-21T02:35:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-20T00:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b28980973530d066acc916bb323f59939f1c4aa8'/>
<id>urn:sha1:b28980973530d066acc916bb323f59939f1c4aa8</id>
<content type='text'>
Fixes all known CVEs.

Various Makefile cleanups for consistency between packages.

Added PIC explicitly (was implicit). Removed two extra features.

Removed autoreconf and added PKG_BUILD_PARALLEL for faster compilation.

Roughly matched host configure args with target ones.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
