aboutsummaryrefslogtreecommitdiff
path: root/libs/libxslt
Commit message (Collapse)AuthorAge
* libxslt: update to 1.1.37Rosen Penev2022-11-05
| | | | | | Upstream URL changed. There's also a cmake build now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxslt: fix compilation because of wrong libxml2 check in configure scriptMaxim Anisimov2021-08-05
| | | | | | More details: https://github.com/GNOME/libxslt/commit/90c34c8bb90e095a8a8fe8b2ce368bd9ff1837cc Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* libxslt: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | 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 <sebastian_ml@gmx.net>
* libxslt: add autoreconf to fix compilationRosen Penev2020-12-22
| | | | | | | Arch Linux fails to compile without it as it tries to link to host libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs: libxslt: allow profiler to be enabledAlexandru Ardelean2020-05-27
| | | | | | | | 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 <ardeleanalex@gmail.com>
* libxslt: update to 1.1.34Rosen Penev2020-03-20
| | | | | | | | | | | | | | 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 <rosenp@gmail.com>
* libxslt/host: depend on libxml2/hostSebastian Kemper2019-10-26
| | | | | | | | | | | | The host build requires libxml2-dev. This commit adds the dependency for libxml2/host, as the host system may not have it installed. This also avoids using the host's xml2-config (in /usr/bin for instance) while linking to libraries in staging_dir/hostpkg. ldd staging_dir/hostpkg/bin/xsltproc | grep xml2 libxml2.so.2 => /home/sk/tmp/openwrt/staging_dir/hostpkg/lib/libxml2.so.2 (0x00007fcc0644c000) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: add host buildFlorian Eckert2019-10-22
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* libxslt: patch security issuesJan Pavlinec2019-07-24
| | | | | | | | Fixes: CVE-2019-13117 CVE-2019-13118 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libxslt: patch security issue and add CPE idJan Pavlinec2019-04-23
| | | | | | Fixes CVE-2019-11068 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libxslt: Update to 1.1.33Rosen Penev2019-01-13
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxslt: install all lib symlinksSebastian Kemper2018-02-24
| | | | | | Makes sure that even i.e. libxslt.so symlink gets copied to the target. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: update xsltproc dependsSebastian Kemper2018-02-24
| | | | | | libxml2 can be removed as libxslt already depends on it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | | | | libxslt already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libxslt build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with PIC, which us undesirable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: version bumpSebastian Kemper2018-01-30
| | | | | | | - version bump to 1.1.32 - add --disable-silent-rules for verbose build output Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* libxslt: Update to version 1.1.31Michal Hrusecky2017-10-31
| | | | Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriateMatthias Schiffer2017-01-14
| | | | | | | Host files installed in Build/InstallDev are target-specific and will stay in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* libssh2, libxslt, tiff: change PKG_MAINTAINER email addressJiri Slachta2016-05-31
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* libs: Fix typos (found by codespell)Stefan Weil2016-04-13
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* libxslt: add licensing informationJiri Slachta2014-08-10
| | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* libxslt: import from oldpackagesJiri Slachta2014-07-19
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>