diff options
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.bb | 5 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb | 2 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | 3 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 7 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 7 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | 7 |
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 @@ | |||
1 | DESCRIPTION = "This package contains the DNS.pm module with friends." | 1 | DESCRIPTION = "This package contains the DNS.pm module with friends." |
2 | HOMEPAGE = "http://www.net-dns.org/" | 2 | HOMEPAGE = "https://metacpan.org/pod/Net::DNS" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861 | |||
7 | 7 | ||
8 | DEPENDS += "perl" | 8 | DEPENDS += "perl" |
9 | 9 | ||
10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380" | 12 | SRC_URI[sha256sum] = "c660500b9d96e5aa2b16d9f4260b6f9f05b5602d3c4bea0ca39b45bcd02ba993" |
13 | 13 | ||
14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
15 | 15 | ||
16 | S = "${WORKDIR}/Net-DNS-${PV}" | 16 | S = "${UNPACKDIR}/Net-DNS-${PV}" |
17 | 17 | ||
18 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 18 | EXTRA_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" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde" | 6 | LIC_FILES_CHKSUM = "file://README;beginline=165;endline=192;md5=6ef523fa09e8c272675839e21de16bde" |
7 | 7 | ||
8 | SRC_URI = "https://cpan.metacpan.org/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" | 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/W/WI/WILLEM/Net-DNS-SEC-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "ffa55a9898192c9d4c623cb1357eba9b" | ||
10 | SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e" | 9 | SRC_URI[sha256sum] = "37a47d4def72d7338f3cc7cd807ec19bd9e2ae638ae656fa536cf0314801989e" |
11 | 10 | ||
12 | DEPENDS += "openssl" | 11 | DEPENDS += "openssl" |
13 | 12 | ||
14 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 13 | UPSTREAM_CHECK_REGEX = "Net\-DNS\-SEC\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
15 | 14 | ||
16 | S = "${WORKDIR}/Net-DNS-SEC-${PV}" | 15 | S = "${UNPACKDIR}/Net-DNS-SEC-${PV}" |
17 | 16 | ||
18 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_BASELIBDIR} -lcrypto'" | 17 | EXTRA_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 | " |
13 | SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" | 13 | SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" |
14 | 14 | ||
15 | S = "${WORKDIR}/Net-IDN-Encode-${PV}" | 15 | S = "${UNPACKDIR}/Net-IDN-Encode-${PV}" |
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit 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 | ||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARSCHAP/perl-ldap-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "d091ed00302f0276069bca9df9478744" | ||
15 | SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351" | 14 | SRC_URI[sha256sum] = "e2f389fe3e7a9e4b61488692919ad723b98f3b479b5288f610daa8c27995b351" |
16 | 15 | ||
17 | S = "${WORKDIR}/perl-ldap-${PV}" | 16 | S = "${UNPACKDIR}/perl-ldap-${PV}" |
18 | 17 | ||
19 | inherit cpan ptest-perl | 18 | inherit 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 | " |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/" | 9 | HOMEPAGE = "https://metacpan.org/dist/Net-LibIDN/" |
10 | DEPENDS += "libidn" | 10 | DEPENDS += "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(). |
13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" | 13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" | ||
17 | SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17" | 16 | SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17" |
18 | 17 | ||
19 | SRC_URI += "file://libidn-wr-cross-compile.patch" | 18 | SRC_URI += "file://libidn-wr-cross-compile.patch" |
20 | 19 | ||
21 | LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147" | 20 | LIC_FILES_CHKSUM = "file://README;beginline=42;endline=92;md5=3374ea0369ca3ead6047520477a43147" |
22 | 21 | ||
23 | S = "${WORKDIR}/Net-LibIDN-${PV}" | 22 | S = "${UNPACKDIR}/Net-LibIDN-${PV}" |
24 | 23 | ||
25 | EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'" | 24 | EXTRA_CPANFLAGS = "--with-libidn=${STAGING_LIBDIR} --with-libidn-inc=${STAGING_INCDIR} --compiler='${CC}'" |
26 | EXTRA_CPANFLAGS += "--disable-tld" | 25 | EXTRA_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 \ | |||
4 | accessing http servers, too), a sslcat() function for writing your own \ | 4 | accessing http servers, too), a sslcat() function for writing your own \ |
5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ | 5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ |
6 | so you can write servers or clients for more complicated applications." | 6 | so you can write servers or clients for more complicated applications." |
7 | HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/" | 7 | HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -23,14 +23,13 @@ RDEPENDS:${PN} += "\ | |||
23 | zlib \ | 23 | zlib \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ | 26 | SRC_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 | " |
30 | SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69" | ||
31 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" | 30 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" |
32 | 31 | ||
33 | S = "${WORKDIR}/Net-SSLeay-${PV}" | 32 | S = "${UNPACKDIR}/Net-SSLeay-${PV}" |
34 | 33 | ||
35 | inherit cpan ptest | 34 | inherit 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 \ | |||
8 | wait for patterns to appear in the input stream, such as the prompt from a \ | 8 | wait for patterns to appear in the input stream, such as the prompt from a \ |
9 | shell." | 9 | shell." |
10 | 10 | ||
11 | HOMEPAGE = "http://search.cpan.org/dist/Net-Telnet/" | 11 | HOMEPAGE = "https://metacpan.org/dist/Net-Telnet" |
12 | SECTION = "Development/Libraries" | 12 | SECTION = "Development/Libraries" |
13 | 13 | ||
14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 14 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" | 15 | LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714" |
16 | 16 | ||
17 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "c8573c57a2d9469f038c40ac284b1e5f" | ||
19 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" | 18 | SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743" |
20 | 19 | ||
21 | S = "${WORKDIR}/Net-Telnet-${PV}" | 20 | S = "${UNPACKDIR}/Net-Telnet-${PV}" |
22 | 21 | ||
23 | inherit cpan | 22 | inherit cpan |
24 | 23 | ||