[gnome-continuous-yocto/gnomeostree-3.28-rocko: 329/8267] libproxy: update to version 0.4.13



commit 53b05b5508e1d88b0670121851fef958e0cca6fc
Author: Maxin B. John <maxin john intel com>
Date:   Mon May 16 15:15:28 2016 +0300

    libproxy: update to version 0.4.13
    
    1. libproxy moved from google-code to github
    2. Remove upstreamed patch:
            a) 0001-test-Include-sys-select.h-for-select.patch
    
    (From OE-Core rev: 34e2db8ea7eb51be8549f343d6ff19cdd7db3ff1)
    
    Signed-off-by: Maxin B. John <maxin john intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 ...0001-test-Include-sys-select.h-for-select.patch |   37 --------------------
 .../{libproxy_0.4.11.bb => libproxy_0.4.13.bb}     |   14 ++++----
 2 files changed, 7 insertions(+), 44 deletions(-)
---
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb 
b/meta/recipes-support/libproxy/libproxy_0.4.13.bb
similarity index 68%
rename from meta/recipes-support/libproxy/libproxy_0.4.11.bb
rename to meta/recipes-support/libproxy/libproxy_0.4.13.bb
index 8cc90bb..3940e22 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.13.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Library providing automatic proxy configuration management"
-HOMEPAGE = "http://code.google.com/p/libproxy/";
-BUGTRACKER = "http://code.google.com/p/libproxy/issues/list";
+HOMEPAGE = "https://github.com/libproxy/libproxy";
+BUGTRACKER = "https://github.com/libproxy/libproxy/issues";
 SECTION = "libs"
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
@@ -8,12 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 
 DEPENDS = "glib-2.0"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \
-           file://0001-test-Include-sys-select.h-for-select.patch \
-          "
+SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz";
 
-SRC_URI[md5sum] = "3cd1ae2a4abecf44b3f24d6639d2cd84"
-SRC_URI[sha256sum] = "dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b"
+UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases";
+
+SRC_URI[md5sum] = "de293bb311f185a2ffa3492700a694c2"
+SRC_URI[sha256sum] = "d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd"
 
 inherit cmake pkgconfig
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]