summaryrefslogtreecommitdiffstats
path: root/meta-perl
Commit message (Collapse)AuthorAgeFilesLines
...
* libxml-libxml-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libnet-ldap-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libauthen-sasl-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libmime-types-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libdigest-sha1-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libio-socket-ssl-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libdigest-hmac-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libipc-signal-perl: Fix LICENSE stringSaul Wold2022-08-171-1/+1
| | | | | | | | 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>
* libtest-warn-perl: upgrade 0.36 -> 0.37Wang Mingyu2022-08-151-2/+1
| | | | | | | | | Merged PR: - allow duplicate warnings when using warnings_exist https://github.com/hanfried/test-warn/pull/8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-charset-perl: upgrade 1.012.2 -> 1.013.1Wang Mingyu2022-08-151-2/+1
| | | | | | | | | | | | | | | | Changelog: ========== * Update META.json. * Update tests. * A typo in comment: "3.18" should be "3.19". * Fix: Escape sequences won't be used with DIN 66003. * Imp: Added support for DIN 66003. * Chg: Workaround: "ISO-8859-8-I" is treated as an alias of "ISO-8859-8" by Encode (3.18): See the note in https://encoding.spec.whatwg.org/#legacy-single-byte-encodings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.18 -> 3.19Wang Mingyu2022-08-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* PATCH] logcheck: upgrade 1.3.23 -> 1.3.24wangmy2022-07-191-3/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.17 -> 3.18wangmy2022-07-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: upgrade 0.32 -> 0.33wangmy2022-07-122-39/+1
| | | | | | | | | | | | | | | | | | | | | 0001-Fix-for-Issue-31.patch removed since it's included in 0.33 Changelog: ========= - Update for windows github CI - Remove duplicit 'LICENSE' key - Remove EUMM Remove version check - #31 by removing reference to RSA_SSLV23_PADDING (removed from OpenSSL starting from v3.0.0) - support passphase protected private key load - fix 'unsupported encryption' error on old library versions - Clarify croak message for missing passphrase on older cyphers - More structs opaqued in LibreSSL 3.5 - Use a macro for dealing with older SSL lacking macros - more CI fixups. Drop testing for 5.10 and 5.8. Something is broken upstream. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess-perl: fix syntax for PROVIDESYi Zhao2022-06-301-1/+1
| | | | | | | PROVIDES_${PN} -> PROVIDES Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.33 -> 1.34Wang Mingyu2022-06-061-1/+1
| | | | | | | | | | | 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>
* layer.conf: Post release codename changesArmin Kuster2022-05-071-1/+1
| | | | | | | Post release add langdale to match core Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-harness-perl: upgrade 3.42 -> 3.44wangmy2022-04-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix skipping SEGV test - Fix failing SEGV test on Windows - Remove ASCII-isms to better work on EBCDIC - Move timer initialization - Fix YAMLish behaviour with empty values - fix eintr error handling in TAP::Parser::Multiplexer - Parse out signal name & core dump. - Let the aggregator finish gracefully after bailout - Make prove respect HARNESS_VERBOSE if no verbosity flags are passed License-Update: the following removed from README ================================================== To use Module::Build (preferred) do: perl NotBuild.PL ./Build ./Build test ./Build install Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libextutils-cppguess-perl: upgrade 0.23 -> 0.26wangmy2022-04-251-1/+1
| | | | | | | | | | | Changelog from 0.23 to 0.26 ============================= - fix test-failure caused if CXX is set - ignore environment variables CXXFLAGS, CXXLDFLAGS (#26) - support environment variables CXX, CXXFLAGS, CXXLDFLAGS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.16 -> 3.17wangmy2022-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ! bin/enc2xs t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t Pulled: Fix Issue #144, spurious warnings from -Wc++-compate, and a few related nits https://github.com/dankogai/p5-encode/pull/168 ! MANIFEST add t/utf32warnings.t which was missing ! t/taint.t Pulled: Skip taint tests if your perl was built without taint support https://github.com/dankogai/p5-encode/pull/167 ! Unicode/Unicode.pm Pulled: fix link to Unicode standard https://github.com/dankogai/p5-encode/pull/165 ! t/Unicode_trailing_nul.t Pulled: Use note() instead of diag() https://github.com/dankogai/p5-encode/pull/164 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.68 -> 1.70wangmy2022-04-251-1/+1
| | | | | | | | | | | | | | | Changelog: ========== - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++) - Modify the fix to silence the sqlite_unicode warning not to check the attribute twice - Fix an encoding issue of naive (GH#83, HaraldJoerg++) - Typo (GH#85, grr++) - Silenced deprecation warning of sqlite_unicode not to break tests of existing applications Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* io-compress-lzma-perl, io-compress-perl: Rename to use debian namesKhem Raj2022-03-213-3/+3
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Cc: Tim "moto-timo" Orling <ticotimo@gmail.com>
* io-compress-lzma-perl,io-compress-perl: Do not mark allarchKhem Raj2022-03-212-2/+2
| | | | | | | | | | | | | | | | | These recipes are using target perl install during build so they can not be allarch, the issue becomes evident when libdir for target the native build hosts do not match e.g. ppc64 where target libdir is usr/lib64 then the do_configure starts to fail because it can not find Config_heavy-target.pl script which is part of tatget perl install and allarch recipes seems to assume libdir defaults to /usr/lib when accessing it. I think it can be fixed by perhaps building the missing perl files into perl native perhaps. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Cc: Tim "moto-timo" Orling <ticotimo@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-0471-71/+71
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: change layer priority to match oe-coreRoss Burton2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Layer priority is the ultimate decider of what recipe is used: if layer A has recipe foo_1 and layer B has recipe foo_2, if layer A's priority is higher than B then foo_1 will be used, even though the version in B is higher, and even if PREFERRED_VERSION_foo is set to 2. This complicates recipes moving between layers, for example when a newer version of a recipe (say, python3-wheel) is taken from a layer with a higher priority (say, meta-python) and moved to a layer with a lower priority (say, oe-core) then it has to be removed before it is added: there is no way to have it in both layers and work correctly. Higher priorities are useful in distribution layers where you may want to override specific recipes without any other fuss. However as all of the layers in meta-oe simply add more recipes in defined areas, there's no need to have a higher layer priority. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.073 -> 2.074Wang Mingyu2022-02-221-1/+1
| | | | | | | | | | | Changelog: ========= - add SSL_ciphersuites option for TLS 1.3 ciphers - no longer use own default for ciphers, instead use system default but disable some weak ciphers which might still be enabled on older systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Bump to use kirkstoneKhem Raj2022-02-211-1/+1
| | | | | | its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess-perl: upgrade 0.14 -> 0.15Wang Mingyu2022-02-161-1/+1
| | | | | | | | | Changelog: ========= -fix synopsis Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.53 -> 4.54wangmy2022-02-081-1/+1
| | | | | | | | | | Changelog: ========= - fix use of cache when calling ->cookie - thanks to Sergey Panteleev for the PR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.072 -> 2.073wangmy2021-12-271-1/+1
| | | | | | | | | | Changelog: ========= fix behavior and tests for openssl 3.0.1 fix #110 - prevent internal error warning in some cases Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfile-slurper-perl: upgrade 0.012 -> 0.013wangmy2021-12-271-2/+1
| | | | | | | | | Changelog: ========= Always split on newlines in read_lines Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.32 -> 1.33zhengruoqin2021-12-211-2/+2
| | | | | | | | | | | | | | 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>
* packagegroup-meta-perl: Add new packagesKhem Raj2021-12-101-0/+5
| | | | | | | compress-raw-bzip2-perl, compress-raw-lzma-perl, compress-raw-zlib-perl, io-compress-perl, io-compress-lzma-perl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* io-compress-lzma-perl: add recipe for version 2.096Sakib Sajal2021-12-105-0/+143
| | | | | | | Add recipe for io-compress-lzma-perl and all the dependencies. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunix-statgrab: Use compiler driver for linking as wellKhem Raj2021-12-061-0/+2
| | | | | | | | | | | | | | | the build system tries to deduce the compiler and its friends and fails because OE passes LDFLAGS assuming that linker will be invoked via compiler driver ( gcc or clang ) therefore prefixes linker options with -Wl, but libunix-statgrab build system enquires LD variable for linker and uses LDFLAGS with it, which causes linker to fail since ld does not recognise -Wl, etc. Therefore using CCLD for linker is right choice here Fixes Checking for cc... i686-yoe-linux-ld: unrecognized option '-Wl,-O1' i686-yoe-linux-ld: use the --help option for usage information Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14wangmy2021-11-031-1/+1
| | | | | | | | | | 0.14 2021-10-28T15:35:02Z macOS: check dylib exists in library paths (PR#11) backport from Net::SSLeay 1.91_01 (PR#10) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.12 -> 3.16zhengruoqin2021-10-191-1/+1
| | | | | | | | | | Revision: 3.16 Makefile.PL Pulled: Only add -Werror=declaration-after-statement for 5.035004 and earlier https://github.com/dankogai/p5-encode/pull/162/filehttps://github.com/dankogai/p5-encode/pull/162 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: Fix build with openssl3+Khem Raj2021-10-172-1/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcrypt-openssl-rsa-perl: Upgrade to 0.32Khem Raj2021-10-161-2/+1
| | | | | | | | | | | 0.32 changes - Prefix internal bn2sv function so it doesn't collide with Net::SSLeay - Ensure that verify() leaves openssl error stack clean on failure - Fixed broken SEE ALSO links. - prevent outer $SIG{__DIE__} handler from being called during optional require. - omit done_testing since it does not work for older perl versions Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: update to main repoArmin Kuster2021-09-271-2/+0
| | | | | | | | | | | | The main repo is sourced from git://git.openembedded.org not github. Don't think oe-core.git exists. Lets be constent across all sub layers. Drop Revisions and Prioriiy from repo references as they are not used. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.071 -> 2.072zangrc2021-08-251-1/+1
| | | | | | | | | | | 2.072 - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea by rovo89 in #101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too #108 - update public suffix database Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libencode-perl: upgrade 3.11 -> 3.12zhengruoqin2021-08-231-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntax using latest convert-overrides.py scriptChen Qi2021-08-091-1/+1
| | | | | | | | This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Update to honisterMartin Jansa2021-08-031-1/+1
| | | | | | | This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-0363-132/+132
| | | | | | | | | | 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>
* libencode-perl: upgrade 3.10 -> 3.11zhengruoqin2021-07-291-2/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.66 -> 1.68zhengruoqin2021-07-291-2/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: upgrade 1.37 -> 1.38zhengruoqin2021-07-291-2/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-warnings-perl: upgrade 0.030 -> 0.031zhengruoqin2021-07-271-1/+1
| | | | | | | | | 0.031 2021-07-13 22:13:48Z - remove unneeded develop prereqs that caused metacpan to unduly raise the river position of some dependent modules Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>