This commit is contained in:
parent
35bd01c476
commit
f7b27f0f6d
11
tiff-am.patch
Normal file
11
tiff-am.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- Makefile.am
|
||||||
|
+++ Makefile.am
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
docdir = $(LIBTIFF_DOCDIR)
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = dist-zip foreign
|
||||||
|
-ACLOCAL_AMFLAGS = -I ./m4
|
||||||
|
+ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
docfiles = \
|
||||||
|
COPYRIGHT \
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 7 11:24:56 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Fix conflicting options.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 19 17:45:10 CEST 2008 - nadvornik@suse.cz
|
Tue Aug 19 17:45:10 CEST 2008 - nadvornik@suse.cz
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: tiff
|
Name: tiff
|
||||||
@ -25,7 +24,7 @@ Group: Productivity/Graphics/Convertors
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://www.remotesensing.org/libtiff/
|
Url: http://www.remotesensing.org/libtiff/
|
||||||
Version: 3.8.2
|
Version: 3.8.2
|
||||||
Release: 128
|
Release: 133
|
||||||
Summary: Tools for Converting from and to the Tiff Format
|
Summary: Tools for Converting from and to the Tiff Format
|
||||||
Source: tiff-%{version}.tar.bz2
|
Source: tiff-%{version}.tar.bz2
|
||||||
Source1: jpegint.h
|
Source1: jpegint.h
|
||||||
@ -35,6 +34,7 @@ Patch3: tiff-%{version}-tiff2pdf.patch
|
|||||||
Patch4: tiff-%{version}-tiffsplit-CVE-2006-2656.patch
|
Patch4: tiff-%{version}-tiffsplit-CVE-2006-2656.patch
|
||||||
Patch5: tiff-%{version}-tif_lzw.c-CVE-2008-2327.patch
|
Patch5: tiff-%{version}-tif_lzw.c-CVE-2008-2327.patch
|
||||||
Patch6: tiff-%{version}-tif_lzw.c-CVE-2008-2327-2.patch
|
Patch6: tiff-%{version}-tif_lzw.c-CVE-2008-2327-2.patch
|
||||||
|
Patch7: tiff-am.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,6 +86,7 @@ the libtiff library.
|
|||||||
%patch4
|
%patch4
|
||||||
%patch5
|
%patch5
|
||||||
%patch6
|
%patch6
|
||||||
|
%patch7
|
||||||
cp %{S:1} libtiff
|
cp %{S:1} libtiff
|
||||||
find -type d -name "CVS" | xargs rm -rfv
|
find -type d -name "CVS" | xargs rm -rfv
|
||||||
find -type d | xargs chmod 755
|
find -type d | xargs chmod 755
|
||||||
@ -136,6 +137,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 07 2008 schwab@suse.de
|
||||||
|
- Fix conflicting options.
|
||||||
* Tue Aug 19 2008 nadvornik@suse.cz
|
* Tue Aug 19 2008 nadvornik@suse.cz
|
||||||
- fixed buffer overflows in LZW code (CVE-2008-2327) [bnc#414946]
|
- fixed buffer overflows in LZW code (CVE-2008-2327) [bnc#414946]
|
||||||
* Sun May 18 2008 coolo@suse.de
|
* Sun May 18 2008 coolo@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user