- Jan 26, 2020
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- May 02, 2019
-
-
Jeffery To authored
Some programs use pkg-config to discover installed libraries. Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
- Apr 09, 2019
-
-
Jan Pavlinec authored
Fixes CVE-2019-7663 CVE-2019-6128 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
- Dec 02, 2018
-
-
Sebastian Kemper authored
tiff 4.0.10 added two new compression codecs, ZSTD and WebP. If the respective libraries are found, these codecs will be built. Currently they're not built, because these libraries do not exist in OpenWrt. This commit adds the configure switches to disable these codecs. It's likely that any of these libs will make their way into OpenWrt sooner or later, so this commit prevents the related build failures (missing depends). If there is a need to enable these codecs in tiff in the future, then this can be done, obviously, but at least there will be no build failure suprises in the meantime. Also, this commit corrects the homepage of libtiff. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Nov 14, 2018
-
-
Rosen Penev authored
Fixes all CVEs as well as a few more. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Aug 27, 2018
-
-
Rosen Penev authored
Fedora does not have a fix for this but Debian does. Took fix from there. There are two more CVEs as reported by uscan but I can't seem to find patches for those. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Aug 18, 2018
-
-
Rosen Penev authored
Taken from Fedora. Reordered them so as to apply properly. Added a CPE ID. Added parallel build for faster compilation. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Mar 04, 2018
-
-
Sebastian Kemper authored
This reverts 5b565985. In hindsight I have to admit I did not correctly understand the implications of the uclibc++.mk include. The include allows a package to follow the user's choice regarding which C++ library should be the standard. Linking against uClibc++ instead of libstd++ is not a problem when running musl (which is what I had incorrectly assumed), as both C++ libs are separate packages. And uClibc++ is a lot smaller than libstd++, which is probably why it is even the default C++ lib on OpenWrt currently. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Feb 25, 2018
-
-
Sebastian Kemper authored
Make sure that the c++ headers get installed to the staging directory when libtiffxx was selected/built. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Simplify the Makefile. No functional change. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Feb 24, 2018
-
-
Sebastian Kemper authored
- Use $(INSTALL_DATA) for headers (and really copy only the headers). - Install _all_ symlinks. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
tiff already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the tiff build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC, which us undesirable. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Sebastian Kemper authored
The include injects a lib depend on libuClibc++.so.0 into the package, even on musl. Remove it and replace the depend with libstcpp instead. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Jan 30, 2018
-
-
Sebastian Kemper authored
- bump version to 4.0.9 - add patches copied from Debian for CVE-2017-18013 and CVE-2017-9935 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Aug 18, 2017
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- May 04, 2017
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
- Nov 02, 2016
-
-
Alberto Bursi authored
Part of a wider housekeeping effort on the packages repository. Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it>
-
- May 31, 2016
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- May 19, 2016
-
-
Jo-Philipp Wich authored
The libtiff library declares an `ftell()` compat macro redirecting calls to `ftello()` if such an implementation exists. The compat macro however is declared with a wrong number of arguments, leading to the following error on our buildbots: In file included from .../usr/include/uClibc++/iostream:29:0, from tif_stream.cxx:31: .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given retval = ftell(fp); Add a patch to fix the macro definition in order to fix compilation of the tiff package. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Apr 05, 2016
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jan 28, 2015
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Aug 10, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Aug 04, 2014
-
-
Jiri Slachta authored
This commit fixes multiple CVE's for library tiff: CVE-2012-4564 CVE-2013-1960 CVE-2013-1961 CVE-2013-4231 CVE-2013-4232 CVE-2013-4244 CVE-2013-4243 Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jul 31, 2014
-
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <slachta@cesnet.cz>
-
- Jul 29, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
- Jul 27, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org>
-
- Jul 20, 2014
-
-
Oliver Ertl authored
Signed-off-by:
Oliver Ertl <oliver-ertl@t-online.de>
-