diff options
Diffstat (limited to 'meta-perl/recipes-perl/libdigest')
3 files changed, 28 insertions, 30 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb deleted file mode 100644 index 43b7f4d5a9..0000000000 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "e6a5d6f552da16eacb5157ea4369ff9d" | ||
15 | SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59" | ||
16 | |||
17 | S = "${WORKDIR}/Digest-HMAC-${PV}" | ||
18 | |||
19 | inherit cpan ptest | ||
20 | |||
21 | do_install_ptest () { | ||
22 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
23 | } | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb new file mode 100644 index 0000000000..bb19dfb415 --- /dev/null +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Keyed-Hashing for Message Authentication" | ||
2 | DESCRIPTION = "Keyed-Hashing for Message Authentication" | ||
3 | HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609" | ||
8 | |||
9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | ||
10 | |||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a" | ||
15 | |||
16 | S = "${UNPACKDIR}/Digest-HMAC-${PV}" | ||
17 | |||
18 | inherit cpan ptest | ||
19 | |||
20 | do_install_ptest () { | ||
21 | cp -r ${B}/t ${D}${PTEST_PATH} | ||
22 | } | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index df89c9bcdb..350bad3ea2 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
@@ -1,18 +1,17 @@ | |||
1 | SUMMARY = "Perl interface to the SHA-1 algorithm " | 1 | SUMMARY = "Perl interface to the SHA-1 algorithm " |
2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" | 2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" |
3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" | 3 | HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" |
8 | 8 | ||
9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ | 9 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "bd22388f268434f2b24f64e28bf1aa35" | ||
13 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" | 12 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" |
14 | 13 | ||
15 | S = "${WORKDIR}/Digest-SHA1-${PV}" | 14 | S = "${UNPACKDIR}/Digest-SHA1-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest | 16 | inherit cpan ptest |
18 | 17 | ||
@@ -20,6 +19,6 @@ do_install_ptest () { | |||
20 | cp -r ${B}/t ${D}${PTEST_PATH} | 19 | cp -r ${B}/t ${D}${PTEST_PATH} |
21 | } | 20 | } |
22 | 21 | ||
23 | BBCLASSEXTEND="native" | 22 | BBCLASSEXTEND = "native" |
24 | 23 | ||
25 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" | 24 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" |