From: Marcus Scholz Date: Sat, 5 Sep 2009 21:51:45 +0000 (+0200) Subject: Updated libtiff to version 3.9.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d0ebb1a93576d846e58be2eb51e26f4077a1c0;p=ipfire-3.x.git Updated libtiff to version 3.9.1. rootfile included --- diff --git a/lfs/libtiff b/lfs/libtiff index 05c95a233..3ff8cd5f3 100644 --- a/lfs/libtiff +++ b/lfs/libtiff @@ -25,7 +25,7 @@ include Config PKG_NAME = libtiff -PKG_VER = 3.8.2 +PKG_VER = 3.9.1 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -36,8 +36,8 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) MAINTAINER = GROUP = System/Libraries -CORE = yes -EXTRA = no +CORE = no +EXTRA = yes DEBUG = no BUILD_DEPS = DEPS = libjpeg @@ -57,12 +57,12 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) \ - $(THISAPP)-CVE-2006-2193.patch \ - $(THISAPP)-ormandy.patch \ - $(THISAPP)-lzw-bugs.patch \ - $(THISAPP)-tiffsplit-overflow.patch \ - $(THISAPP)-mantypo.patch +objects = $(DL_FILE) +# $(THISAPP)-CVE-2006-2193.patch \ +# $(THISAPP)-ormandy.patch \ +# $(THISAPP)-lzw-bugs.patch \ +# $(THISAPP)-tiffsplit-overflow.patch \ +# $(THISAPP)-mantypo.patch download: $(objects) @@ -88,18 +88,18 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) #These patches are fixing bufferoverflows. - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2006-2193.patch - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-tiffsplit-overflow.patch +# cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-CVE-2006-2193.patch +# cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-tiffsplit-overflow.patch #This patch fixes several vulnerabilities. - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-ormandy.patch +# cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-ormandy.patch #This patch fixes LZW decoding vulnerabilities (CVE-2008-2327) - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-lzw-bugs.patch +# cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-lzw-bugs.patch #This patch fixes CVE-2006-2193, tiff2pdf buffer overflow (#194362) #and fix typo in man page for tiffset (#186297) - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-mantypo.patch +# cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-mantypo.patch cd $(DIR_APP) && \ ./configure \ diff --git a/src/rootfiles/libtiff b/src/rootfiles/libtiff new file mode 100644 index 000000000..64a91f63d --- /dev/null +++ b/src/rootfiles/libtiff @@ -0,0 +1,9 @@ +usr/lib/libtiff.so.3.9.1 +usr/lib/libtiff.so.3 +usr/lib/libtiff.so +usr/lib/libtiffxx.so.3.9.1 +usr/lib/libtiffxx.so.3 +usr/lib/libtiffxx.so +#usr/share/doc/tiff-3.9.1/html/man/libtiff.3tiff.html +#usr/share/doc/tiff-3.9.1/html/libtiff.html +#usr/share/man/man3/libtiff.3tiff