summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libnet
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libnet')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb (renamed from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb)8
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb5
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb2
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb3
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb7
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb7
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb7
7 files changed, 17 insertions, 22 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb
index 21f5b7f576..05027f693c 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "This package contains the DNS.pm module with friends." 1DESCRIPTION = "This package contains the DNS.pm module with friends."
2HOMEPAGE = "http://www.net-dns.org/" 2HOMEPAGE = "https://metacpan.org/pod/Net::DNS"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861
7 7
8DEPENDS += "perl" 8DEPENDS += "perl"
9 9
10SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
11 11
12SRC_URI[sha256sum] = "39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380" 12SRC_URI[sha256sum] = "c660500b9d96e5aa2b16d9f4260b6f9f05b5602d3c4bea0ca39b45bcd02ba993"
13 13
14UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 14UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
15 15
16S = "${WORKDIR}/Net-DNS-${PV}" 16S = "${UNPACKDIR}/Net-DNS-${PV}"
17 17
18EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" 18EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
19 19
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
index fe7bb3326e..ee365f9328 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb
@@ -5,15 +5,14 @@ SECTION = "libs"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde" 6LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde"
7 7
8SRC_URI = "https://cpan.metacpan.org/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" 8SRC_URI = "${CPAN_MIRROR}/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz"
9SRC_URI[md5sum] = "ffa55a9898192c9d4c623cb1357eba9b"
10SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e" 9SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e"
11 10
12DEPENDS += "openssl" 11DEPENDS += "openssl"
13 12
14UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" 13UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
15 14
16S = "${WORKDIR}/Net-DNS-SEC-${PV}" 15S = "${UNPACKDIR}/Net-DNS-SEC-${PV}"
17 16
18EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" 17EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'"
19 18
diff --git a/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
index 7f33fd2b1f..dd53bebf4c 100644
--- a/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
@@ -12,7 +12,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/C/CF/CFAERBER/Net-IDN-Encode-${PV}.tar.gz \
12" 12"
13SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" 13SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa"
14 14
15S = "${WORKDIR}/Net-IDN-Encode-${PV}" 15S = "${UNPACKDIR}/Net-IDN-Encode-${PV}"
16 16
17inherit cpan ptest-perl 17inherit cpan ptest-perl
18 18
diff --git a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
index a77381dce8..c620485123 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=3;endline=5;md5=4d6588c2fa0d38ae162f
11 11
12SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" 12SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz"
13 13
14SRC_URI[md5sum] = "d091ed00302f0276069bca9df9478744"
15SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351" 14SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351"
16 15
17S = "${WORKDIR}/perl-ldap-${PV}" 16S = "${UNPACKDIR}/perl-ldap-${PV}"
18 17
19inherit cpan ptest-perl 18inherit cpan ptest-perl
20 19
diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
index 4c4faab4db..8f029492b1 100644
--- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
@@ -6,21 +6,20 @@ Turbo Fredriksson's PHP-IDN. \
6" 6"
7SECTION = "libs" 7SECTION = "libs"
8LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 8LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/" 9HOMEPAGE = "https://metacpan.org/dist/Net-LibIDN/"
10DEPENDS += "libidn" 10DEPENDS += "libidn"
11# We must need glibc-gconvs to enable charset related functions, 11# We must need glibc-gconvs to enable charset related functions,
12# such as Net::LibIDN::idn_to_ascii(). 12# such as Net::LibIDN::idn_to_ascii().
13RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" 13RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs"
14 14
15SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" 15SRC_URI = "${CPAN_MIRROR}/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
16SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12"
17SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17" 16SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17"
18 17
19SRC_URI += "file://libidn-wr-cross-compile.patch" 18SRC_URI += "file://libidn-wr-cross-compile.patch"
20 19
21LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147" 20LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147"
22 21
23S = "${WORKDIR}/Net-LibIDN-${PV}" 22S = "${UNPACKDIR}/Net-LibIDN-${PV}"
24 23
25EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'" 24EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'"
26EXTRA_CPANFLAGS += "--disable-tld" 25EXTRA_CPANFLAGS += "--disable-tld"
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
index 5d0eccd84a..daf07baa22 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
@@ -4,7 +4,7 @@ web pages on SSL servers (for symmetry, same API is offered for \
4accessing http servers, too), a sslcat() function for writing your own \ 4accessing http servers, too), a sslcat() function for writing your own \
5clients, and finally access to the SSL api of SSLeay/OpenSSL package \ 5clients, and finally access to the SSL api of SSLeay/OpenSSL package \
6so you can write servers or clients for more complicated applications." 6so you can write servers or clients for more complicated applications."
7HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/" 7HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay"
8SECTION = "libs" 8SECTION = "libs"
9 9
10LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 10LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
@@ -23,14 +23,13 @@ RDEPENDS:${PN} += "\
23 zlib \ 23 zlib \
24" 24"
25 25
26SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ 26SRC_URI = "${CPAN_MIRROR}/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \
27 file://no-exec-on-configure.patch \ 27 file://no-exec-on-configure.patch \
28 file://run-ptest \ 28 file://run-ptest \
29 " 29 "
30SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69"
31SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" 30SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8"
32 31
33S = "${WORKDIR}/Net-SSLeay-${PV}" 32S = "${UNPACKDIR}/Net-SSLeay-${PV}"
34 33
35inherit cpan ptest 34inherit cpan ptest
36 35
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
index d1365f269c..3d05a3d7a3 100644
--- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb
@@ -8,17 +8,16 @@ These interactive features include the ability to specify a time-out and to \
8wait for patterns to appear in the input stream, such as the prompt from a \ 8wait for patterns to appear in the input stream, such as the prompt from a \
9shell." 9shell."
10 10
11HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" 11HOMEPAGE = "https://metacpan.org/dist/Net-Telnet"
12SECTION = "Development/Libraries" 12SECTION = "Development/Libraries"
13 13
14LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 14LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
15LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" 15LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
16 16
17SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" 17SRC_URI = "${CPAN_MIRROR}/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
18SRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f"
19SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" 18SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743"
20 19
21S = "${WORKDIR}/Net-Telnet-${PV}" 20S = "${UNPACKDIR}/Net-Telnet-${PV}"
22 21
23inherit cpan 22inherit cpan
24 23