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