[oe-commits] [openembedded-core] 18/32: libidn: 1.32 -> 1.33

git at git.openembedded.org git at git.openembedded.org
Tue Aug 23 09:12:33 UTC 2016


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

commit 512ceb8c57df33ce26d33d7e7bdf7f9b76728fbc
Author: Dai Caiyun <daicy.fnst at cn.fujitsu.com>
AuthorDate: Mon Aug 22 13:46:01 2016 +0800

    libidn: 1.32 -> 1.33
    
    1)Upgrade libidn from 1.32 to 1.33.
    2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed
    
    Signed-off-by: Dai Caiyun <daicy.fnst at cn.fujitsu.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/libidn/{libidn_1.32.bb => libidn_1.33.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-extended/libidn/libidn_1.32.bb b/meta/recipes-extended/libidn/libidn_1.33.bb
similarity index 82%
rename from meta/recipes-extended/libidn/libidn_1.32.bb
rename to meta/recipes-extended/libidn/libidn_1.33.bb
index a233815..26cabd6 100644
--- a/meta/recipes-extended/libidn/libidn_1.32.bb
+++ b/meta/recipes-extended/libidn/libidn_1.33.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=df4be47940a91ee69556f5f71eed4aec \
                     file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                     file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://lib/idna.h;endline=21;md5=7c0b3828d1b153663be9a04ad4f7975f \
-                    file://src/idn.c;endline=20;md5=f4235f2a2cb2b65786b2979fb3cf7fbf"
+                    file://lib/idna.h;endline=21;md5=37cffad24807f446a24de3e7371f20b9 \
+                    file://src/idn.c;endline=20;md5=09e97034a8877b3451cb65065fc2c06e"
 DEPENDS = "virtual/libiconv"
 
 inherit pkgconfig autotools gettext texinfo
@@ -21,8 +21,8 @@ SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
            file://0001-idn-fix-printf-format-security-warnings.patch \
 "
 
-SRC_URI[md5sum] = "4dd8356ba577287ea7076bfa1554b534"
-SRC_URI[sha256sum] = "ba5d5afee2beff703a34ee094668da5c6ea5afa38784cebba8924105e185c4f5"
+SRC_URI[md5sum] = "a9aa7e003665de9c82bd3f9fc6ccf308"
+SRC_URI[sha256sum] = "44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19"
 
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
 # so package command into a separate package

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


More information about the Openembedded-commits mailing list