Commit Graph

63 Commits

Author SHA1 Message Date
Wang Mingyu
cd05e3bf95
libnet-dns-perl: upgrade 1.45 -> 1.46
Changelog:
===========
- Resync with IANA DNS Parameters registry.
- Revise documentation for Packet.pm and Header.pm.
- Random ID cache moved from header->id to packet->encode.
- Restructure resolver method inheritance tree.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28 07:11:31 -07:00
Wang Mingyu
3d7c2c1c09
libnet-dns-perl: upgrade 1.40 -> 1.45
Changelog:
============
- Add support for EDNS CO flag.
- Simplify testing of resolver error paths.
- Prevent read beyond end of RDATA in corrupt SVCB RR.
- Update b.root-servers.net addresses in resolver hints.
- Improve accuracy and completeness of dependency metadata.
- Nameserver: hangs on persistent TCP connection (Windows).
- IPSECKEY: leave gateway undefined for gatetype 0.
- Remove remaining support for GOST.
- Accept inbound Ethernet "Jumbo" UDP packet.
- Facilitate decoding of mDNS/SD packets with compressed RDATA.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:27:53 -07:00
Richard Purdie
79e0a9d237 meta-perl: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings
as there are many 'impossible' dependencies.

In some cases these variants may never have worked and were just added by copy
and paste of recipes. In some cases they once clearly did work but became
broken somewhere along the way. Users may also be carrying local bbappend files
which add further BBCLASSEXTEND.

Having universe fetch work without warnings is desireable so clean up the broken
variants. Anyone actually needing something dropped here can propose adding it
and the correct functional dependencies back quite easily. This also then
ensures we're not carrying or fixing things nobody uses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-24 09:08:45 -07:00
Khem Raj
9f312824d4 libnet-idn-encode: Fix build with perl 2.38 and gcc13
Add missing rdep on perl-module-encode-encoding
fixes

Can't locate Encode/Encoding.pm in @INC (you may need to install the Encode::Encoding module)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-11 12:32:09 -07:00
Khem Raj
2a75d18490 libnet-idn-encode: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-29 06:17:51 -07:00
Wang Mingyu
6ddb267808 libnet-dns-perl: upgrade 1.39 -> 1.40
Changelog:
============
  Add support for SVCB dohpath and ohttp parameters.
  More robust test of bgbusy() SpamAssassin workaround.
  Fix rt.cpan.org #149456
  Fix rt.cpan.org #149280

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-07 08:22:44 -07:00
Wang Mingyu
c5f4a496e9 libnet-dns-perl: upgrade 1.38 -> 1.39
Changelog:
 Fix rt.cpan.org #148340 udpsize uninitialized value

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05 09:29:34 -07:00
Wang Mingyu
3f0270fe06 libnet-dns-perl: upgrade 1.37 -> 1.38
Changelog:
===========
Fix rt.cpan.org #148274
	Multicast DNS flag breaks Net::DNS::Parameters::classbyval

Fix rt.cpan.org #148273
	EDNS extended rcode not handled correctly

Fix rt.cpan.org #147507
	Nameserver.pm: peerhost undefined after $sock->accept

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-14 15:35:52 -07:00
Khem Raj
c5f6d0b19b libnet-ssleay-perl: Fix patch upstream status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05 20:13:54 -07:00
Wang Mingyu
9839bd8dcf libnet-dns-perl: upgrade 1.36 -> 1.37
Changelog:
==========
Add links to relevant RFCs in package documentation.
Fix rt.cpan.org #147038
        resolver->axfr( undef ) fails silently
Fix rt.cpan.org #145944
        Case sensitivity issue with AXFR

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-25 08:54:59 -07:00
Wang Mingyu
29abac4415 libnet-dns-perl: upgrade 1.35 -> 1.36
Changelog:
==========
 Adopt JSON as presentation notation for EDNS options.
 Zero packet->id not allowed in outbound packet.
 Remove deprecated 2-argument TSIG->create() method.
 Revise TSIG test scripts and documentation.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04 15:33:58 -08:00
Wang Mingyu
19fe729689 libnet-dns-perl: upgrade 1.34 -> 1.35
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-09 20:06:54 -07:00
Saul Wold
5551711ba5 libnet-telnet-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
Saul Wold
3e32cad368 libnet-ldap-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-08-17 09:35:42 -07:00
Wang Mingyu
1d073c8a7b libnet-dns-perl: upgrade 1.33 -> 1.34
Changelog:
==========
Improve robustness of EDNS option compose/decompose functions.

Simplify code in Makefile.PL.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-06 13:58:43 -07:00
Khem Raj
bd5dcf1b25 recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
zhengruoqin
347a9d7456 libnet-dns-perl: upgrade 1.32 -> 1.33
License-Update:
  change "the above copyright" to "the original copyright"

Changelog:
=========
Fix rt.cpan.org #137768

	Test t/05-SVCB.t on Perl 5.18.0 fails with deep recursion.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-21 18:49:37 -08:00
Martin Jansa
c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
wangmy
ea1652319f libnet-dns-perl: upgrade 1.31 -> 1.32
**** 1.32 Jul 16, 2021

	Text: Offer both Unicode and escaped-ASCII strings.

	Add LICENSE file to comply with Fedora/RedHat announcement.

Fix rt.cpan.org #136666

	Net::DNS::RR::ZoneFile parser erroneously strips line
	terminators in quoted string forming part of multiline RR.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27 09:52:23 -07:00
Tim Orling
cd7e803583 libnet-dns-perl: upgrade 1.26 -> 1.31
**** 1.31 May 2, 2021

        Improve implementation of SVCB record.

**** 1.30 Mar 30, 2021

        Simplify parsing of multi-line RRs in zone file.
        Improve robustness of "dry" resolver tests.
        Avoid deep recursion in non-fatal test report.

**** 1.29 Nov 18, 2020

        Include test number in summary of failed non-fatal tests.
        Remove Net::DNS::SEC specific tests.
        Fix faulty test plan in t/08-recurse.t.

**** 1.28 Oct 23, 2020

        Eliminate indirect object syntax.
        Eliminate grep/map <expression>.

**** 1.27 Sep 11, 2020

Fix rt.cpan.org #133203

        Net::DNS::RR::LOC erroneously strips non default values from
        string representation

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-13 09:39:15 -07:00
zhengruoqin
806bd77a50 libnet-telnet-perl: upgrade 3.04 -> 3.05
-License-Update: Copyright year updated to 2021.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-23 23:20:36 -07:00
Awais Belal
56058fe5b9 libnet-ssleay-perl: add rdep on perl-module-autoloader
Without the autoloader module, doing a Net::SSLeay fails.
The Net::SSLeay package also does an

use AutoLoader;
Ref: https://github.com/rurban/Net-SSLeay/blob/master/lib/Net/SSLeay.pm#L26

so this is evident.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-04-01 08:32:47 -07:00
zangrc
dac638cf5e libnet-ldap-perl: upgrade 0.67 -> 0.68
0.68 -- Sun Jan  3 17:58:18 CET 2021

Enhancements
* Control/NoOp.pm: new
* Control/Subentries.pm: new
* Constant.pm: add tags to allow exporting groups of constants
* Constant.pm: add Active Directory Control & Extension OIDs
* Constant.pm: add references to perl-ldap's modules

Bug Fixes
* META.json: update author & bugtracker
* Control/*.pm: typo & grammar fixes
* Control/Relax.pm: slight rephrasing
* FAQ.pod: fix spelling/grammar error
* Changes: fix typo

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-06 21:52:33 -08:00
zangrc
300519045f libnet-ldap-perl: upgrade 0.66 -> 0.67
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05 09:16:27 -08:00
Zang Ruochen
4ba5aeaaba libnet-dns-perl: upgrade 1.25 -> 1.26
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-21 16:35:29 -07:00
Zang Ruochen
86770ea397 libnet-dns-perl: upgrade 1.24 -> 1.25
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30 07:58:38 -07:00
Zheng Ruoqin
6b99fa6857 libnet-dns-perl: upgrade 1.23 -> 1.24
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-31 22:42:25 -07:00
Wang Mingyu
d85d9c7a13 libnet-dns-perl: upgrade 1.22 -> 1.23
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25 06:52:29 -07:00
Wang Mingyu
afa8a4e9ca libnet-dns-perl: upgrade 1.21 -> 1.22
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-18 18:17:20 -08:00
Robert Yang
c160fe7ed5 libnet-dns-sec-perl: Drop broken native
$ bitbake libnet-dns-sec-perl-native
ERROR: Nothing RPROVIDES 'libcrypto-native' (but virtual:native:/path/to/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb RDEPENDS on or otherwise requires it)

It's a broken native recipe which means no ones need it any more, so remove it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-25 09:48:19 -07:00
Robert Yang
8cc5508255 libnet-ssleay-perl: Drop broken native
$ bitbake libnet-ssleay-perl-native
ERROR: Nothing RPROVIDES 'libssl-native' (but virtual:native:/path/to/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb RDEPENDS on or otherwise requires it)

It's a broken native recipe which means no ones need it any more, so remove it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-25 09:48:19 -07:00
Zang Ruochen
0797189c3b libnet-dns-perl: upgrade 1.20 -> 1.21
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-05 21:50:12 -07:00
Tim Orling
8882acb41a libnet-ldap-perl: upgrade 0.65 -> 0.66; enable ptest
* Add runtime dependencies
* Add ptest dependencies

Upstream release notes:

0.66 -- Tue Apr 16 11:23:55 CEST 2019

Enhancements
* Entry.pm: accept more options in ldif()
* inc/: refresh install tools
* contrib/ldifsort: new option -h
* documentation extensions
* typo fixes

Bug Fixes
* contrib/schema2ad: fix syntax calculation
* Refresh.pm: fix get_ttl() method
* DSML: fix detection of auxiliary object classes

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-10 09:24:32 -07:00
Zang Ruochen
4ec20f86eb libnet-dns-perl: upgrade 1.19 -> 1.20
-Upgrade from libnet-dns-perl_1.19.bb to libnet-dns-perl_1.20.bb.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09 20:34:33 -07:00
Kai Kang
4740b5f8ed libnet-dns-perl: 1.18 -> 1.19
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08 05:38:38 -08:00
Tim Orling
632a6d1221 libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest
* Add UPSTREAM_CHECK_REGEX to ignore DEV releases
* Add RDEPENDS that were missing
* Enable ptest and add RDEPENDS for tests
* Add RRECOMMENDS for libnet-dns-sec-perl

* Upstream release notes:
"""
**** 1.18 Sep 21, 2018

        Documentation revised to remove ambigous use of "answer" which
        has been used to refer to both the answer section of a packet
        and the entire reply packet received from a nameserver.

Fix rt.cpan.org #127018

        Net::DNS::ZoneFile->parse() fails if include directory specified.

Fix rt.cpan.org #127012

        DNS resolution broken when options ndots used in /etc/resolv.conf
"""

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16 23:27:56 -07:00
Tim Orling
104a87a02e libnet-dns-sec-perl: add recipe for 1.10
Net::DNS::SEC is installed as an extension to an existing Net::DNS
installation providing packages to support DNSSEC as specified in
RFC4033, RFC4034, RFC4035 and related documents.

It also provides support for SIG0 which is useful for dynamic updates.

Implements cryptographic signature generation and verification functions
using RSA, DSA, ECDSA, and Edwards curve algorithms.

The extended features are made available by replacing Net::DNS by
Net::DNS::SEC in the use declaration.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16 23:27:56 -07:00
Jens Rehsack
9070ae8482 libnet-ssleay-perl: Fix configure issue
Fix libnet-ssleay-perl tries to execute found openssl binaries
at the place of ${OPENSSL_PREFIX} and bailing out when either
binaries are missing or can't be executed. From cross-compiling
perspective, both is insane.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28 09:37:20 -07:00
Kang Kai
9ac3ba22a4 libnet-ssleay-perl: 1.84 -> 1.85
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08 12:04:14 -07:00
Kang Kai
085f0b3a36 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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-08 12:04:14 -07:00
Tim Orling
11ec792bfb libnet-ssleay-perl: upgrade 1.81 -> 1.84
* Fix RDEPENDS
* Use OPENSSL_PREFIX to pick up proper OpenSSL
* Fix mangled .so by rearranging EXTRA_CPANFLAGS

Changes:

1.84 2018-01-17
* Fixed an error in t/local/04_basic.t causing a test failure if
* Test::Exception not installed. Reported by Joel Berger.

1.83 2018-01-16
* Fixed a problem with exporting OPENSSL_NO_NEXTPROTONEG even though they are not availble
  on LibreSSL
* Patch patch-SSLeay_xs-NO_NPN from Alexander Bluhm.
* Patch from Heikki Vatiainen adds support for SSL_set_default_passwd_cb* for
* OpenSSL 1.1.0f and later. LibreSSL does not support these functions, at least yet.
* Patch from Heikki Vatiainen adds new functions related to SSL_CTX_new.
* Patch from Heikki Vatiainen adds two new functions introduced in OpenSSL 1.1.0, a number
  of constants and a couple of const qualifiers to SSLeay.xs. Tests and
  documentation .pod were also updated.
* Patch from Heikki Vatiainen adds one new OpenSSL 1.1.0 function and has a minor fix for
* LibreSSL version detection:
  - Added support for SSL_use_certificate_chain_file
    function introduced in OpenSSL 1.1.0.
  - Fixed LibreSSL version detection to correctly parse
* LibreSSL minor version.
* Patch from Steffen Ulrich to fix memory leaks in OCSP handling. Thanks.
* Patch from Heikki Vatiainen adds new functions for certificate verification introduced in
* OpenSSL 1.02, a number of constants, new test data files, new tests and
  updates to .pod documentation.
* The new functions provide access to the built-in wildcard check
  functionality available in OpenSSL 1.0.2 and later.
* The patch also adds new tests for the new functions and updates some of
  the current tests for CTX_set_default_passwd_cb* functions.
* Added X509_STORE_CTX_new and X509_verify_cert.
* SSL_OCSP_response_verify now clears the error queue if OCSP_basic_verify fails but the
  intermediate certificate succeeds. Patch from Stefan Ullrich.

1.82 2017-10-31
* Added support for building under Linuxbrew (a linuxbrew version of MacOS Homebrew)
* Patch from Matthew Altus, that implements SSL_CTX_set_psk_client_callback() and
  SSL_set_psk_client_callback().
* Patch to build with LibreSSL has no support for NPN
* Also skip the NPN test if the SSL library is LibreSSL.
* Fixed a problem with a variable declaration in ssleay_session_secret_cb_invoke reported
  by Graham Ollis.
* Significant patch set from Open System Consultants:
  - Bugfix: tlsext_status_cb_invoke(...): free ocsp_response only when allocated.
  - The same callback is used on a server side for OCSP stapling and in that
    case ocsp_response is NULL and not used.
  - New feature: Added a binding SSL_set_session_ticket_ext_cb(ssl,callback,data)
  - A callback used by EAP-FAST/EAP-TEAT to parse and process TLS session ticket.
  - Tests are in t/local/65_ticket_sharing_2.t
  - New feature: Added a binding SSL_set_session_ticket_ext(ssl,ticket)
  - Used by EAP-FAST/EAP-TEAP to define TLS session ticket value.
  - Tests are in t/local/65_ticket_sharing_2.t
  - Bugfix: tlsext_ticket_key_cb_invoke(...): allow SHA256 HMAC key to be 32 bytes
    instead of 16 bytes (which OpenSSL will pad with zeros up to 32 bytes).
  - New feature: Added following bindings:
    = X509_get_ex_data(cert,idx)
    = X509_get_ex_new_index(argl,argp,new_func,dup_funL,free_func)
    = X509_get_app_data(cert)
    = X509_set_ex_data(cert,idx,data)
    = X509_set_app_data(cert,arg)
    = X509_STORE_CTX_get_ex_new_index(argl,argp,new_func,dup_func,free_func)
    = X509_STORE_CTX_get_app_data(x509_store_ctx)
    = X509_STORE_CTX_set_app_data(x509_store_ctx,arg)
  - New feature: Added an implementation for SSL_get_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
  - Tests are in t/local/43_misc_functions.t
  - New feature: Added an implementation for SSL_get_peer_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
  - Tests are in t/local/43_misc_functions.t
  - Bugfix: SSL_get_keyblock_size(s): Calculate key block size correctly also with AEAD ciphers
    which don’t use digest functions.
  - New feature: Added a binding SSL_set_tlsext_status_ocsp_resp(ssl,staple)
  - Used by a server side to include OCSP staple in ServerHello.
  - Bugfix: SSL_OCSP_response_verify(ssl,rsp,svreq,flags): check that chain and last are not NULL
    before trying to use them.
  - Bugfix: inc/Module/Install/PRIVATE/Net/SSLeay.pm: Don’t quote include and lib paths.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26 17:28:12 -08:00
Tim Orling
68e811fd51 libnet-dns-perl: upgrade 1.13 -> 1.14
* Fix RDEPENDS

Changes:

**** 1.14 Dec 15, 2017

Fix rt.cpan.org #123702

        'use base' should not be used in packages with several
        subpackages defined

Fix rt.cpan.org #123676

        Net::DNS::Nameserver malformed message on big axfr

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26 17:28:12 -08:00
Derek Straka
8d91f4c5d5 libnet-dns-perl: update to version 1.13
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15 16:34:06 -08:00
Huang Qiyu
701ecdf38c libnet-dns-perl: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-22 22:50:43 +00:00
Derek Straka
c92396dc2c libnet-ssleay-perl: update to version 1.81
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-08-13 13:20:58 +02:00
Khem Raj
fa3c3c9727 meta-perl: Make glibc-gconv deps apply for glibc based systems alone
musl does not provide separate gconv packages

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-05 11:01:47 +02:00
Derek Straka
8a35c66cdb libnet-dns-perl: update to version 1.10
Verified the license remains the same

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-06-05 11:01:44 +02:00
Jackie Huang
8bdaca3f66 libnet-telnet-perl: add new recipe
Net-Telnet Perl module, it allows you to make client
connections to a TCP port and do network I/O, especially
to a port using the TELNET protocol.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-27 11:14:57 +02:00
Jackie Huang
c94e136227 libnet-ldap-perl: add new recipe
Net::LDAP is a collection of modules that implements
a LDAP services API for Perl programs.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-27 11:14:57 +02:00
Chen Qi
8aa550093c libnet-ssleay-perl: add openssl-native to DEPENDS
Add 'openssl-native' to DEPENDS to fix the following do_configure error.

  *** Could not find OpenSSL

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-18 14:21:41 +02:00