[oe-commits] [openembedded-core] 61/61: tiff: Update download URL

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:29:08 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit ee2b4b537233172cfc62779bc2397eac598d87e6
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Thu Sep 8 16:35:31 2016 +0300

    tiff: Update download URL
    
    remotesensing.org domain has been taken over by someone unrelated.
    There does not seem to be an up-to-date tiff homepage, but
    osgeo.org is a reliable download site.
    
    (From OE-Core rev: f544e1d10e9dc0f750efdb45a78ce9d5c9603070)
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
index 83d88df..8147bc4 100644
--- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb
@@ -1,9 +1,8 @@
 SUMMARY = "Provides support for the Tag Image File Format (TIFF)"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf"
-HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 
-SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
+SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \
            file://libtool2.patch \
            file://CVE-2015-8665_8683.patch \
            file://CVE-2015-8781.patch \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list