From: <abe...@us...> - 2012-01-17 16:39:37
|
Revision: 5390 http://astlinux.svn.sourceforge.net/astlinux/?rev=5390&view=rev Author: abelbeck Date: 2012-01-17 16:39:30 +0000 (Tue, 17 Jan 2012) Log Message: ----------- tiff, version bump to 3.9.5 Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2012-01-17 16:24:11 UTC (rev 5389) +++ branches/1.0/package/tiff/tiff.mk 2012-01-17 16:39:30 UTC (rev 5390) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION:=3.9.4 +TIFF_VERSION:=3.9.5 TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES @@ -17,8 +17,8 @@ define TIFF_INSTALL_TARGET_CMDS cp -a $(@D)/libtiff/.libs/libtiff.so* $(TARGET_DIR)/usr/lib/ - $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/i586-linux-tiff2pdf $(TARGET_DIR)/usr/bin/tiff2pdf - $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/i586-linux-tiffinfo $(TARGET_DIR)/usr/bin/tiffinfo + $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/tiff2pdf $(TARGET_DIR)/usr/bin/tiff2pdf + $(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/bin/tiffinfo $(TARGET_DIR)/usr/bin/tiffinfo endef define TIFF_UNINSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2013-01-28 19:17:20
|
Revision: 5933 http://astlinux.svn.sourceforge.net/astlinux/?rev=5933&view=rev Author: dhartman Date: 2013-01-28 19:17:12 +0000 (Mon, 28 Jan 2013) Log Message: ----------- update tiff to 4.0.3 Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2013-01-28 16:32:44 UTC (rev 5932) +++ branches/1.0/package/tiff/tiff.mk 2013-01-28 19:17:12 UTC (rev 5933) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION:=3.9.5 +TIFF_VERSION:=4.0.3 TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2013-01-28 21:25:59
|
Revision: 5934 http://astlinux.svn.sourceforge.net/astlinux/?rev=5934&view=rev Author: abelbeck Date: 2013-01-28 21:25:53 +0000 (Mon, 28 Jan 2013) Log Message: ----------- tiff, makefile tweaks from upstream Buildroot Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2013-01-28 19:17:12 UTC (rev 5933) +++ branches/1.0/package/tiff/tiff.mk 2013-01-28 21:25:53 UTC (rev 5934) @@ -3,13 +3,11 @@ # tiff # ############################################################# -TIFF_VERSION:=4.0.3 -TIFF_SITE:=ftp://ftp.remotesensing.org/pub/libtiff -TIFF_SOURCE:=tiff-$(TIFF_VERSION).tar.gz +TIFF_VERSION = 4.0.3 +TIFF_SITE = http://download.osgeo.org/libtiff +TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES -TIFF_INSTALL_TARGET = YES TIFF_CONF_OPT = \ - --disable-debug \ --disable-cxx \ --without-x \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-06-22 23:32:38
|
Revision: 7126 http://sourceforge.net/p/astlinux/code/7126 Author: abelbeck Date: 2015-06-22 23:32:35 +0000 (Mon, 22 Jun 2015) Log Message: ----------- tiff, version bump to 4.0.4, security fix: CVE-2014-8128 Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2015-06-22 23:12:45 UTC (rev 7125) +++ branches/1.0/package/tiff/tiff.mk 2015-06-22 23:32:35 UTC (rev 7126) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.3 +TIFF_VERSION = 4.0.4 TIFF_SITE = http://download.osgeo.org/libtiff TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-09-06 13:16:48
|
Revision: 7239 http://sourceforge.net/p/astlinux/code/7239 Author: abelbeck Date: 2015-09-06 13:16:47 +0000 (Sun, 06 Sep 2015) Log Message: ----------- tiff, version bump to 4.0.5 Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2015-09-06 12:37:54 UTC (rev 7238) +++ branches/1.0/package/tiff/tiff.mk 2015-09-06 13:16:47 UTC (rev 7239) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.4 +TIFF_VERSION = 4.0.5 TIFF_SITE = http://download.osgeo.org/libtiff TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-10-05 16:50:05
|
Revision: 7257 http://sourceforge.net/p/astlinux/code/7257 Author: abelbeck Date: 2015-10-05 16:50:03 +0000 (Mon, 05 Oct 2015) Log Message: ----------- tiff, version bump to 4.0.6 Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2015-10-05 16:32:41 UTC (rev 7256) +++ branches/1.0/package/tiff/tiff.mk 2015-10-05 16:50:03 UTC (rev 7257) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.5 +TIFF_VERSION = 4.0.6 TIFF_SITE = http://download.osgeo.org/libtiff TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2016-11-21 23:06:28
|
Revision: 7976 http://sourceforge.net/p/astlinux/code/7976 Author: abelbeck Date: 2016-11-21 23:06:25 +0000 (Mon, 21 Nov 2016) Log Message: ----------- tiff, version bump to 4.0.7, security fixes, 11 CVE's Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2016-11-21 22:45:37 UTC (rev 7975) +++ branches/1.0/package/tiff/tiff.mk 2016-11-21 23:06:25 UTC (rev 7976) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.6 +TIFF_VERSION = 4.0.7 TIFF_SITE = http://download.osgeo.org/libtiff TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2017-05-25 16:48:49
|
Revision: 8340 http://sourceforge.net/p/astlinux/code/8340 Author: abelbeck Date: 2017-05-25 16:48:46 +0000 (Thu, 25 May 2017) Log Message: ----------- tiff, version bump to 4.0.8, security fixes: 13+ CVE's Modified Paths: -------------- branches/1.0/package/tiff/tiff.mk Modified: branches/1.0/package/tiff/tiff.mk =================================================================== --- branches/1.0/package/tiff/tiff.mk 2017-05-25 15:46:31 UTC (rev 8339) +++ branches/1.0/package/tiff/tiff.mk 2017-05-25 16:48:46 UTC (rev 8340) @@ -3,7 +3,7 @@ # tiff # ############################################################# -TIFF_VERSION = 4.0.7 +TIFF_VERSION = 4.0.8 TIFF_SITE = http://download.osgeo.org/libtiff TIFF_SOURCE = tiff-$(TIFF_VERSION).tar.gz TIFF_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |