aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
AgeCommit message (Collapse)Author
2023-06-17layers: Move READMEs to markdown formatKhem Raj
The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05libnet-dns-perl: upgrade 1.38 -> 1.39Wang Mingyu
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-05-14libnet-dns-perl: upgrade 1.37 -> 1.38Wang Mingyu
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-08libmodule-build-tiny-perl: upgrade 0.043 -> 0.045Wang Mingyu
Changelog: ============ - Fix compilation issue on Windows - Add module sharedirs - Only add src/*.c files to primary XS file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-08libcgi-perl: upgrade 4.56 -> 4.57Wang Mingyu
Changelog: - Documentation tweaks around uploadInfo() and hooks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-07libencode-perl: Remove buildpaths from generated .exh filesKhem Raj
there are generated .exh files which has the absolute perl interpreter path in comments, which is caught by build QA, therefore remove the absolute perl native path prefix Fixes warnings like WARNING: libencode-perl-3.19-r0 do_package_qa: QA Issue: File /usr/src/debug/libencode-perl/3.19-r0/def_t.exh in package libencode-perl-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-23libmodule-build-tiny-perl: upgrade 0.039 -> 0.043Wang Mingyu
Changelog: - Fix manification test for perls without man paths License-Update: remove whitespace of end of the line. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-10libconfig-tiny-perl: upgrade 2.28 -> 2.29Wang Mingyu
Changelog: ========== - Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again. - Update versiojnn # in t/02.main.t. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-05libnet-ssleay-perl: Fix patch upstream statusKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04meta-perl-ptest*-image: enable BBCLASSEXTEND parallel executionTim Orling
Similar to "core-image-ptest: Switch to BBCLASSEXTEND parallel execution" Refactor meta-perl-ptest-image.bb for an image per ptest in the form of meta-perl-ptest-image-XXX using class extensions. * Add meta-perl-ptest-all-image.bb depends on ALL meta-perl-ptest-image-XXX in meta-perl * Add meta-perl-ptest-fast-image.bb depends on meta-perl ptests which take less than ~30s This allows parallel execution of the tests. The downside to this approach is the parsing time of an image generating this number of class extensions is slow but making it easier to execute and collect test data should outweigh that. A useful advantage is that the dependencies of each ptest package are checked/tested individually. Add to local.conf: IMAGE_CLASSES += "testimage" All the meta-perl-ptest-image-XXX can be built with: $ bitbake meta-perl-ptest-all-image Subsequently, all the ptest images can be run with: $ bitbake -c testimage meta-perl-ptest-all-image You will likely want to limit the number of parallel image tests: BB_NUMBER_THREADS = "4" based on the number of TAP devices you have defined or the number of simultaneous QEMU sessions your server can support. Results can be summarized with: $ resulttool report tmp/log/oeqa/testresults.json Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04recipes-perl/images: move to recipes-coreTim Orling
Be consistent with other layers like oe-core, meta-oe and meta-python Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04recipes-perl/packagegroups: move to recipes-core/Tim Orling
Be consistent with other layers, like oe-core, meta-oe and meta-python Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-04-04ptest-packagelists-meta-perl.inc: add ptest recipesTim Orling
Similar to ptest-packagelists.inc in oe-core, this list enables per image ptest (isolated ptests for a given recipe) * Add recipes to PTEST_FAST_META_PERL for ptests which take less than ~30s * Add recipes to PTEST_SLOW_META_PERL for ptests which take longer * Add recipes to PTEST_PROBLEMS_META_PERL for ptests which have failing tests or other issues with ptest package The initial list was taken from: meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only \ --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | \ pcregrep -o1 '^NOTE:.+===(.+)$') Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-25libcgi-perl: upgrade 4.55 -> 4.56Wang Mingyu
Changelog: - add new cookie field 'Priority' to CGI::Cookie code Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-25libnet-dns-perl: upgrade 1.36 -> 1.37Wang Mingyu
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-23libtest-deep-perl: upgrade 1.130 -> 1.204Wang Mingyu
License-Update: dzilification cleanup: remove redundant pod Changelog: ========== - restore v5.12 compatibility (see commit 66b79eb for the amusing anecdote) - try to avoid clobbering global error variables when loading test libraries (thanks, Felipe Gasper) - hash_each now enumates keys in sort() order, to make errors more consistent - no changes since trial releases - Test::Deep now requires perl v5.12. - correct Changes entry about which version version of perl is required - converted to Dist::Zilla - Test::Deep will now require v5.12, and this may go up. This change allows simplification of the Makefile.PL, which was coping with a mistake made twelve years ago. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libio-compress-perl: upgrade 2.201 -> 2.204Wang Mingyu
Changelog: ========== * Update Gzip.pm https://github.com/pmqs/IO-Compress/pull/49 6d0514b86ceeab56884c43fd1e6f09f839c12b74 feab074420bf4059eb6fa9d0553a354e2dd33e95 * Allow Z_NULL https://github.com/pmqs/Compress-Raw-Zlib/issues/17 c42da1483767bc8afbdb2d8b03ecda7b67b4d022 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libio-compress-lzma-perl: upgrade 2.201 -> 2.204Wang Mingyu
License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204Wang Mingyu
Changelog: ========== * Update zlib sources to zlib-1.2.13 https://github.com/pmqs/Compress-Raw-Zlib/issues/20 eafe29c85437582d16c6bda16449ea2dea534266 * Use GIMME_V instead of the deprecated GIMME https://github.com/pmqs/Compress-Raw-Zlib/pull/19 7a7b045d9d8729a6c82a78039dab5decf7e65907 License-Update: Copyright year updated to 2023. zlib version updated to 1.2.13, Copyright year updated to 2022. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204Wang Mingyu
Changelog: =========== * Use GIMME_V instead of GIMME 54e3c1e18b61f0892056925240bbc80f76e2f038 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204Wang Mingyu
Changelog: =========== * Cast isdigit argument as unsigned char https://github.com/pmqs/Compress-Raw-Bzip2/pull/9 967696b4fa91768fa4d46163f46982bc063a175e * Use GIMME_V instead of GIMME https://github.com/pmqs/Compress-Raw-Bzip2/pull/8 54e3c1e18b61f0892056925240bbc80f76e2f038 * typos 12496575c17829506cc9c9fa325e31aab1fcd1c7 * Trim trailing spaces from bzip2-src https://github.com/pmqs/Compress-Raw-Bzip2/pull/7 8728d405e8d805cb88685b82a5e5493b62288046 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-23libclass-method-modifiers-perl: upgrade 2.13 -> 2.15Wang Mingyu
Changelog: ========== - localize $SIG{__DIE__} before calling eval - remove Test::Fatal and Test::Needs from test prereqs License-Update: Removed spaces at the end of the line Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-17meta-perl-base:fix SUMMARYChen Pei
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-02logcheck: upgrade 1.4.0 -> 1.4.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-16libxml-libxml-perl: Fix function pointer typesKhem Raj
Newer clang is warning about this. Fixes -Wincompatible-function-pointer-types Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11libcgi-perl: upgrade 4.54 -> 4.55Wang Mingyu
Changelog: remove dependency on Test::Deep (GH #254) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-11libmoo-perl: upgrade 2.005004 -> 2.005005Wang Mingyu
Changelog: - drop dependency on Test::Fatal License-Update: - Add "Required on perl versions prior to 5.10.0." to MRO::Compat - Remove "bluefeet - Aran Deltac (cpan:BLUEFEET) <bluefeet@gmail.com>" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04libnet-dns-perl: upgrade 1.35 -> 1.36Wang Mingyu
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-04libmime-types-perl: upgrade 2.23 -> 2.24Wang Mingyu
Fixes: - vnd.gentoo officially took 'tar' and 'tbz2', but 'application/ x-tar' resp 'x-gtar' prevails. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-01-04layer.conf: update LAYERSERIES_COMPAT for mickledoreMartin Jansa
* oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27libmime-types-perl: upgrade 2.22 -> 2.23Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-27logcheck: upgrade 1.3.24 -> 1.4.0Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23libfile-slurper-perl: upgrade 0.013 -> 0.014Wang Mingyu
Changelog: Always return an empty file as an empty string Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-23libio-socket-ssl-perl: upgrade 2.077 -> 2.078Wang Mingyu
Changelog: ========== - revert decision from 2014 to not verify hostname by default if hostname is IP address but no explicit verification scheme given https://github.com/noxxi/p5-io-socket-ssl/issues/121 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05libio-socket-ssl-perl: upgrade 2.076 -> 2.077Wang Mingyu
Changelog: ========== - fix memory leak in session cache, thanks to genuaboro - more race conditions in tests fixed thanks to jddurand Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19libtest-warnings-perl: move to oe-coreTim Orling
This is now a dependency for liburi-perl-ptest. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19libio-socket-ssl-perl: upgrade 2.075 -> 2.076Tim Orling
* RDEPENDS on libmozilla-ca-perl * Inherit ptest-perl; drop run-ptest * Add RDEPENDS for ptest 2.076 2022/11/12 - added curl like tracing based on contribution from jddurand https://github.com/noxxi/p5-io-socket-ssl/pull/117 - fixed race condition in t/sni_verify.t based on analysis from jddurand https://github.com/noxxi/p5-io-socket-ssl/issues/97 https://metacpan.org/release/SULLR/IO-Socket-SSL-2.076 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-19libmozilla-ca-perl: add recipe for 20221114Tim Orling
Mozilla::CA - Mozilla's CA cert bundle in PEM format Declared runtime dependency for libio-socket-ssl-perl Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libdbd-sqlite-perl: upgrade 1.70 -> 1.72Wang Mingyu
Changelog: ========== - Upgraded SQLite to 3.39.4 - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper) - Fix another test failure on perl built with -DDEBUGGING - Lowercase datatype in table column metadata for backcompat - Fix test failure on perl built with -DDEBUGGING (andk++) - Expose sqlite_error_offset introduced in 3.38.0 - Improve sqlite_load_extension doc (GH#94, Derek Lamb++) - Add a feature to unregister a created function - Fix accented characters in POD (GH#90, HaraldJoerg++) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libio-compress-perl: upgrade 2.096 -> 2.201Tim Orling
https://metacpan.org/release/PMQS/IO-Compress-2.201/source/Changes * Add RDEPENDS on perl-module-time-local License-Update: Update copyright years Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libio-compress-lzma-perl: upgrade 2.096 -> 2.201Tim Orling
https://metacpan.org/release/PMQS/IO-Compress-Lzma-2.201/source/Changes License-Update: Update copyright years. * 2.201 25 June 2022 * 2.201 Sat Jun 25 09:06:51 2022 +0100 3287f4e9f60e1bc04cf73ef66a73423e08e29acd * Add perl 5.36 Sun Jun 5 13:37:53 2022 +0100 130eaba57953355c04b0c9a4945530416f05c6cf * 2.103 3 April 2022 * No changes * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * trim whitespace 8980603bdb827e60bad8f039c94cc55add63a031 * Avoid indirect calls 871231f020e064978af9e2a0fc3954511467534b * fix typo 7f580a0df76ff1dbbac76b72dab45aa012cfde47 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libcompress-raw-zlib-perl: upgrade 2.096 -> 2.202Tim Orling
https://metacpan.org/release/PMQS/Compress-Raw-Zlib-2.202/source/Changes Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201Tim Orling
https://metacpan.org/dist/Compress-Raw-Lzma/changes License-Update: Update copyright years. * 2.201 25 June 2022 * 2.201 Sat Jun 25 09:50:04 2022 +0100 367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8 * 2.103 3 April 2022 * No changes * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * Expose liblzma's 'preset_dict' feature https://github.com/pmqs/Compress-Raw-Lzma/pull/6 4d9d4e596c4f567c87626a827e39c4435e62472d fix typo dc394d53b0575edf8f72e28829a2ff9faea7e729 Add t/10preset_dict.t c5afb68e2a3a4b2fc4e548ffa61d2a3a383b5c96 Add cast to deRef 32f9085aba510c4d99d4a374406e734b13b82eef fix minor typos 55b8d6a6f65a1d6426c55f5b51aefdba6dabfbb3 fix merge issue 9eb88de7abaaefe736d475260c73de525e7ae39f Merge branch 'master' of https://github.com/pmqs/Compress-Raw-Lzma 3432a769b283ac5dc9fd757e973cc8aefc1e2345 Merge pull request #6 from anall/wip/preset_dictionary 68fe695c16b14a983f39c8c8567557148bbc43ca Expose the preset_dict feature from liblzma when creating a Lzma filter * trim whitespace 4ca252f1e1d740489dbd3736ab1f74e1492dff6d Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201Tim Orling
https://metacpan.org/dist/Compress-Raw-Bzip2/changes License-Update: Update copyright years. 2.201 25 June 2022 * 2.201 Sat Jun 25 08:46:32 2022 +0100 92a318bb03b85e2dcb4991f4b958fbce6ce9913f * Add perl 5.36 Sun Jun 5 13:45:55 2022 +0100 23064d78dcd14f0898aeb64ce408914dac0805a0 * 2.103 3 April 2022 * Silence uninitialized warnings https://github.com/pmqs/Compress-Raw-Bzip2/pull/5 ff3d907325091287ac1525db384b99a968d763d7 641a440ec6229c1d368b9ead48f4968b955c0115 * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * trim whitespace f5bb5c5d254f2a9ac6c6e67a5a4823d0f67e7ecb Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-30packagegroup-meta-perl: mv libcompress-raw-*-perlTim Orling
Renamed compress-raw-*-perl to libcompress-raw-*-perl, update the packagegroup accordingly. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-30libcompress-raw-*-perl: cleanup; fixesTim Orling
* Add SUMMARY * Fix HOMEPAGE * Fix RDEPENDS * Use README for LIC_FILES_CHKSUM Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-30libio-compress*-perl: cleanup; fixesTim Orling
* Fix hardcoded PV in SRC_URI * Use README for LIC_FILES_CHKSUM * Fix HOMEPAGE * Add SUMMARY * Use upstream README for DESCRIPTION * Correct libcompression-*-perl RDEPENDS * Fix RDEPENDS Handy on-target check for dependencies: for path in $(find /usr/lib/perl5/vendor_perl/5.36.0/IO -name *.pm | sed -e 's~/usr/lib/perl5/vendor_perl/5.36.0/~~' -e 's~/~::~g' -e 's~.pm~~'); do perl -M${path} -e'print'; done Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-30libcompress-raw*-perl: move from libio/compress-*Tim Orling
These modules do not follow our Debian naming and should never have been allowed to be added as libio/compress-raw*.bb. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-30libmime-types-perl: upgrade 2.17 -> 2.22Tim Orling
Fix RDEPENDS, in particular perl-module-perlio-encoding and perl-module-encode-encoding were needed to be able to open the database in /usr/lib/perl5/5.36.0/vendor_perl/MIME/types.db... even though no warnings or errors were reported. bin/collect-types was dropped in 2.18 Upstream release notes: version 2.22: Wed 27 Oct 16:54:38 CEST 2021 Changes: - webm keeps on producting unexpected results [issue #11, Даша Федорова] - iana updates version 2.21: Fri 28 May 12:01:00 CEST 2021 Changes: - application/octet-stream is better for .dat [issue #11, Даша Федорова] - add video/webm which Google forgot to register [issue #12, Brent Laabs] - add image/webp which Google registered too late [issue #12, Brent Laabs] version 2.20: Thu 22 Apr 12:48:35 CEST 2021 Fixes: - problems with PAUSE cause the previous release to show-up in the wrong location. Let's hope this release solves it. Changes: - heif/heic/heifs/heics/hif fix [issue #9, Даша Федорова] - no 'and' and 'or' extensions [issue #9, Даша Федорова] - application/octet-stream is better for .bin [issue #10, Даша Федорова] version 2.19: Fri 16 Apr 11:47:10 CEST 2021 Improvements: - update with the newest data from IANA and Apache httpd Changes: - mp4 preference is video/mp4 [issue #5, Даша Федорова] - yt preference is video/vnd.youtube.yt [issue #6, Даша Федорова] - 3gp and 3gpp preference is video/3gpp [issue #7, Даша Федорова] version 2.18: Wed 9 Dec 10:29:46 CET 2020 Improvements: - update with newest data Changes: - Mojo 6.0 changed types() into mapping() [Dmitry Latin] - Mojo 7.94 adds experimental file_type() - Mojo 7.94 adds experimental content_type() Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-09libnet-dns-perl: upgrade 1.34 -> 1.35Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>