[oe-commits] [meta-openembedded] 26/43: libnet-dns-perl: 1.14 -> 1.17

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 085f0b3a366eae85acfdc3b0703ee4eca6853d84
Author: Kang Kai <kai.kang at windriver.com>
AuthorDate: Mon Aug 6 03:39:04 2018 -0700

    libnet-dns-perl: 1.14 -> 1.17
    
    Upgrade libnet-dns-perl from 1.14 to 1.17.
    
    * correct LICENSE which should be MIT
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libnet/{libnet-dns-perl_1.14.bb => libnet-dns-perl_1.17.bb}   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.17.bb
similarity index 68%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.17.bb
index efaa7f7..7958355 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.14.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.17.bb
@@ -1,16 +1,16 @@
 DESCRIPTION = "This package contains the DNS.pm module with friends."
 HOMEPAGE = "http://www.net-dns.org/"
 SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0+"
+LICENSE = "MIT"
 
-LIC_FILES_CHKSUM = "file://README;md5=92d93d8c5bf22de77578531e283dd219"
+LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=27db37b42cd1a5173a53922d67072bcb"
 
 DEPENDS += "perl"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "0da1099c0a3548d36ea9e31d5bb9e122"
-SRC_URI[sha256sum] = "83c38a594eeb2c85d66e60047a0f5b403f34bd92a5d13606f02e828d450299fc"
+SRC_URI[md5sum] = "28fcbcbf4483a9f23f75be4b9e3e45c8"
+SRC_URI[sha256sum] = "9a79fd8fea1a708726c18d193ae4437479206ccb20ffa7f0971371e172e2c2e0"
 
 S = "${WORKDIR}/Net-DNS-${PV}"
 

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


More information about the Openembedded-commits mailing list