mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
c3109a2563
This bumps libtiff's minor version from 9 to 10. In addition to the CVE fixes that we already included this fixes: CVE-2017-17095 CVE-2018-17101 CVE-2018-18557 The update is 100% backwards compatible, no symbol changes. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
32 lines
811 B
Diff
32 lines
811 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -25,7 +25,7 @@
|
|
|
|
docdir = $(LIBTIFF_DOCDIR)
|
|
|
|
-AUTOMAKE_OPTIONS = 1.12 dist-zip foreign
|
|
+AUTOMAKE_OPTIONS = dist-zip foreign
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
docfiles = \
|
|
@@ -60,7 +60,7 @@ distcheck-hook:
|
|
rm -rf $(distdir)/_build/cmake
|
|
rm -rf $(distdir)/_inst/cmake
|
|
|
|
-SUBDIRS = port libtiff tools build contrib test man html
|
|
+SUBDIRS = port libtiff tools build contrib
|
|
|
|
release:
|
|
(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
|
|
--- a/test/Makefile.am
|
|
+++ b/test/Makefile.am
|
|
@@ -23,7 +23,7 @@
|
|
|
|
# Process this file with automake to produce Makefile.in.
|
|
|
|
-AUTOMAKE_OPTIONS = 1.12 color-tests parallel-tests foreign
|
|
+AUTOMAKE_OPTIONS = color-tests parallel-tests foreign
|
|
|
|
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
|
|
|