[oe-commits] [openembedded-core] 04/08: unzip: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu May 19 15:18:19 UTC 2016


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

commit ebaeea6d105e0bd86199ca437dd905d2dd3b7f2b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu May 19 11:43:17 2016 +0100

    unzip: update SRC_URI
    
    The infozip FTP server appears to have been taken down, so change the SRC_URI to
    point at their SourceForge project.
    
    [ YOCTO #9655 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/unzip/unzip_6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 9efe756..2397606 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
 PE = "1"
 PR = "r5"
 
-SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz \
 	file://avoid-strip.patch \
 	file://define-ldflags.patch \
 	file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \

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


More information about the Openembedded-commits mailing list