summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libnet
Commit message (Collapse)AuthorAgeFilesLines
* libnet-ssleay-perl: add openssl-native to DEPENDSChen Qi2017-04-181-1/+1
| | | | | | | | | 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>
* libnet-ssleay-perl: Update to 1.80Armin Kuster2017-03-223-155/+4
| | | | | | | | | | | | | Updated LICENSE to reflect actual on website Fixes musl compile error. addresses many compatability issue with the newer openssl drop to backported patch now in this version http://cpansearch.perl.org/src/MIKEM/Net-SSLeay-1.80/Changes Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: fix build errorArmin Kuster2017-02-131-2/+1
| | | | | | | | | | ../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl -lcrypto -lz | collect2: error: ld returned 1 exit status | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed | make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: 0.81 -> 1.06.Dai Caiyun2016-08-311-3/+3
| | | | | | | | 1)Upgrade libnet-dns-perl from 0.81 to 1.06. 2)Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-222-3/+3
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: remove it from PNBLACKLISTLi xin2015-12-181-3/+0
| | | | | | | Since errors will not occur anymore. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: fix test failures with opensslHongxu Jia2015-12-183-0/+147
| | | | | | | | Backport two patches from uptream to fix test failure with openssl 1.0.2b or above. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: blacklist, fails to build with current perlMartin Jansa2015-10-131-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: fix QA warningArmin Kuster2015-05-131-0/+2
| | | | | | | WARNING: QA Issue: /usr/lib/libnet-ssleay-perl/ptest/t/local/38@underscore@priv-key.t_libnet-ssleay-perl-ptest contained in package libnet-ssleay-perl-ptest requires /usr/bin/perl, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-dns-perl: move package to mete-perl.Armin Kuster2014-12-191-0/+25
| | | | | | | | | please consider this package for meta-perl. No real need for this to be in meta-security Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: avoid host contaminationKang Kai2014-12-091-2/+6
| | | | | | | | | | | | | | Check the configure log, libnet-ssleay-perl uses host's openssl: *** Found OpenSSL-1.0.1 installed in /usr Export OPENSSL_PREFIX to find the native openssl to use. Replace library pathes '/lib', '/usr/lib' and header path with correct staging pathes at same time. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-perl: fix for eglibc-gconvsRobert Yang2014-09-261-2/+2
| | | | | | | There is no eglibc-gconvs now, but glibc-gconvs. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: add recipeKang Kai2014-08-212-0/+59
| | | | | | | | Add recipe for libnet-ssleay-perl. Inherit ptest to enable build -ptest sub-package and add file 'run-ptest'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-libidn-perl: add recipeRoy Li2014-07-222-0/+83
Signed-off-by: Roy Li <rongqing.li@windriver.com> Acked-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>