summaryrefslogtreecommitdiffstats
path: root/meta-perl
Commit message (Collapse)AuthorAgeFilesLines
* libcgi-perl: upgrade 4.68 -> 4.70Liu Yiding3 hours1-1/+2
| | | | | | | | | | | | | | | | | | add liburi-perl to ptest to fix issue: | not ok 135 - calling bake() without mod_perl should survive | # Failed test 'calling bake() without mod_perl should survive' | # at t/cookie.t line 448. | # got: 'Can't locate URI.pm in @INC (you may need to install the URI module) (@INC entries checked: . /usr/lib/perl5/site_perl/5.40.2/x86_64-linux /usr/lib/perl5/site_perl/5.40.2 /usr/lib/perl5/vendor_perl/5.40.2/x86_64-linux /usr/lib/perl5/vendor_perl/5.40.2 /usr/lib/perl5/5.40.2/x86_64-linux /usr/lib/perl5/5.40.2) at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.40.2/CGI.pm line 4. | # Compilation failed in require at /usr/lib/perl5/vendor_perl/5.40.2/CGI/Cookie.pm line 183. Changelog: ========== - remove github/coveralls/travis badges - add github actions for CI Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.090 -> 2.095Liu Yiding21 hours1-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== - regression: make sysread set buffer to empty string again when returning EOf. Fixes #171 - fixed memory leak introduced in 2.092 - Another rework for one-sided SSL shutdown, to a) implement a useful and secure behavior and b) without affecting existing applications. 2.092 had still unwanted side effects - rework implementation and behavior for one-sided SSL shutdown. Implementation in 2.091 lead to some problems with Net::FTP and others. - fix behavior on one-sided SSL shutdown. If the application continued to read after half-closing the SSL connection this could result in reading encrypted data (i.e. close notify, SSL session tickets ...). See documentation of stop_SSL for detailed description of handling half-closed SSL connections. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: upgrade 3.72 -> 3.73Jason Schonberg10 days1-3/+3
| | | | | | | | | | | | | | | | | | | | | | Change history for HTML-Parser 2020-08-24 3.73 * Added a .mailmap file to organize contributions accurately. * Ensure all versions are equal and on the current version * Add the .mailmap to the MANIFEST * Change the META information to point to the new GH repository * Add a .perltidyrc to use going forward * Add hctype.h and pfunc.h to the dist as static files and stop asking for them to be built on the user's end. * Remove t/pod.t from userland testing * Remove t/pod-coverage.t from userland testing * Clean up the MANIFEST * Start testing via GitHub Actions/Workflows * Protect active parser from being freed (PR 13, RT #115034) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.50 -> 1.51Wang Mingyu14 days1-1/+1
| | | | | | | | | | | Changelog: =========== - Resync with IANA DNS Parameters registry. - Add prototype DELEG RR package. - Minor code and documentation improvements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-2574-74/+74
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* reproducibility: move known non-repro list to layer.confYoann Congal2025-06-202-10/+11
| | | | | | | | | | | | | | | | | | | | | | The current include file that stores the known non-reproducible packages is layer dependent and that forces the user of the layers to maintain the list of the files (for example, see AB config[0]). By moving the exclude list to each layer.conf and extending the common OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES variable, the known non-reproducible packages will be automatically excluded for each layer used in the reproducibility test without any special knowledge in the test environment. NB: the empty list for meta-initramfs was just removed not moved. [0]: https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json?id=7d8933e75bdf7fb821a25617cb2dcabf1f3f8700#n322 Suggested-by: Quentin Schulz <quentin.schulz@cherry.de> Co-Developed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr> Signed-off-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: upgrade 20250202 -> 20250602Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Update from Mozilla repository to 2025-06-02 - Added certificates: - D-TRUST BR Root CA 2 2023 - D-TRUST EV Root CA 2 2023 - Removed certificates: - Baltimore CyberTrust Root - Comodo AAA Services root - Entrust.net Premium 2048 Secure Server CA - GlobalSign Root CA - Go Daddy Class 2 CA - Starfield Class 2 CA - SwissSign Silver CA - G2 - XRamp Global CA Root Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.089 -> 2.090Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | Changelog: =========== - fix OCSP live test after Let's Encrypt has disabled OCSP support - public_suffix now preserves trailing dot Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburi-perl: upgrade 5.31 -> 5.32Wang Mingyu2025-05-211-1/+1
| | | | | | | | | | | Changelog: ============= - Add authority() to URI::otpauth - Implement URI::smb for Samba/CIFS - Silence warnings issued in t/otpauth.t Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libauthen-sasl-perl: upgrade 2.1700 -> 2.1800Wang Mingyu2025-04-291-1/+1
| | | | | | | | | | | | | | | | | | [Changed] - Minimum required Perl version 5.14+ (from 5.6.0); Digest::HMAC_MD5 was 5.8.1, making 5.8.1 the effective minimum - Move example code to the eg/ directory [Added] - Mechanisms XOAUTH2 and OAUTHBEARER added - Include mechanisms available on server when negotiation fails on the client - Add `_acceptable()` function to allow mechanism implementation classes to decline selection based on the callback values Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.27 -> 2.28Wang Mingyu2025-04-231-1/+1
| | | | | | | | | | | | | | Fixes: - some 'deprecated' texts made it to types.db. Improvements: - text/ecmascript RFC9239 - default charsets according to RFC6657 - update reference to specs RFC6838 and RFC9694 - iana updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERLKhem Raj2025-04-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-perl: adjust automated ptest runsKhem Raj2025-04-121-6/+6
| | | | | | Based on current pass/fail results Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Add whinlatter (5.3) to compatible layer seriesKhem Raj2025-04-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtest-deep-perl: upgrade 1.204 -> 1.205Wang Mingyu2025-04-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.67 -> 4.68Wang Mingyu2025-04-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix warning : lack of whitespace around assignmentJason Schonberg2025-04-054-6/+6
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix warning : lack of whitespace around assignmentJason Schonberg2025-04-043-3/+3
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Drop styhead from LAYERSERIES_COMPATKhem Raj2025-03-311-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.49 -> 1.50Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | | | | | Changelog: ============= - Minor code improvements in Resolver::Base. - Add RESINFO package for resolver information. - Documentation revision and reformatting. - Fix rt.cpan.org: Fedora41: IPv4 loopback disabled in IPv6-only configuration Use of uninitialized value [in _send_udp] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.26 -> 2.27Wang Mingyu2025-02-261-2/+2
| | | | | | | | | | Changes: - iana updates. Fixes: - explicitly set $/ before reading the file by line Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liberror-perl: upgrade 0.17029 -> 0.17030Wang Mingyu2025-02-261-1/+1
| | | | | | | | | | Changelog: ============= - Fix die/warn hooks for perl 5.41.9 changes - Fix tidyall tests. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: upgrade 20240924 -> 20250202Wang Mingyu2025-02-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.66 -> 4.67Jason Schonberg2025-01-101-1/+1
| | | | | | | | | | Changelog: https://metacpan.org/release/LEEJO/CGI-4.67/source/Changes Fix: correctly parse unquoted expires cookie values containing embedded commas (GH #268, thanks to rlauer6 for the patch) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.47 -> 1.49Wang Mingyu2024-12-301-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcapture-tiny-perl: upgrade 0.48 -> 0.50Wang Mingyu2024-12-241-2/+2
| | | | | | | | | | | | License-Update: add year and name of copyright owner Changelog: ========== - Stringify '$]' for far future compatibility. - Fixed docs about custom files for capture Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburi-perl: add to meta-perl from oe-coreAlexander Kanavin2024-11-273-0/+166
| | | | | | | The recipe has no usage in core. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta: Add SECURITY.md file to all layersKhem Raj2024-11-231-0/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240730 -> 20240924Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240924 Update from Mozilla repository to 2024-09-24 Added certificates: SecureSign Root CA12 sha256: 3f034bb5704d44b2d08545a02057de93ebf3905fce721acbc730c06ddaee904e SecureSign Root CA14 sha256: 4b009c1034494f9ab56bba3ba1d62731fc4d20d8955adcec10a925607261e338 SecureSign Root CA15 sha256: e778f0f095fe843729cd1a0082179e5314a9c291442805e1fb1d8fb6b8886c3a TWCA CYBER Root CA sha256: 3f63bb2814be174ec8b6439cf08d6d56f0b7c405883a5648a334424d6b3ec558 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240313 -> 20240730Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240730 Update from Mozilla repository to 2024-07-30 Added certificates: FIRMAPROFESIONAL CA ROOT-A WEB sha256: bef256daf26e9c69bdec1602359798f3caf71821a03e018257c53c65617f3d4a Removed certificates: GLOBALTRUST 2020 sha256: 9a296a5182d1d451a2e37f439b74daafa267523329f90f9a0d2007c334e23c9a Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20231213 -> 20240313Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240313 Update from Mozilla repository to 2024-03-13 Added certificates: Telekom Security TLS ECC Root 2020 sha256: 578af4ded0853f4e5998db4aeaf9cbea8d945f60b620a38d1a3c13b2bc7ba8e1 Telekom Security TLS RSA Root 2023 sha256: efc65cadbb59adb6efe84da22311b35624b71b3b1ea0da8b6655174ec8978646 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230821 -> 20231213Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20231213 Update from Mozilla repository to 2023-12-13 Added certificates: CommScope Public Trust ECC Root-01 sha256: 11437cda7bb45e41365f45b39a38986b0de00def348e0c7bb0873633800bc38b CommScope Public Trust ECC Root-02 sha256: 2ffb7f813bbbb3c89ab4e8162d0f16d71509a830cc9d73c262e5140875d1ad4a CommScope Public Trust RSA Root-01 sha256: 02bdf96e2a45dd9bf18fc7e1dbdf21a0379ba3c9c2610344cfd8d606fec1ed81 CommScope Public Trust RSA Root-02 sha256: ffe943d793424b4f7c440c1c3d648d5363f34b82dc87aa7a9f118fc5dee101f1 TrustAsia Global Root CA G3 sha256: e0d3226aeb1163c2e48ff9be3b50b4c6431be7bb1eacc5c36b5d5ec509039a08 TrustAsia Global Root CA G4 sha256: be4b56cb5056c0136a526df444508daa36a0b54f42e4ac38f72af470e479654c Removed certificates: Security Communication Root CA sha256: e75e72ed9f560eec6eb4800073a43fc3ad19195a392282017895974a99026b6c Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230807 -> 20230821Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230821 Update from Mozilla repository to 2023-08-21 Added certificates: Atos TrustedRoot Root CA ECC TLS 2021 sha256: b2fae53e14ccd7ab9212064701ae279c1d8988facb775fa8a008914e663988a8 Atos TrustedRoot Root CA RSA TLS 2021 sha256: 81a9088ea59fb364c548a6f85559099b6f0405efbf18e5324ec9f457ba00112f SSL.com TLS ECC Root CA 2022 sha256: c32ffd9f46f936d16c3673990959434b9ad60aafbb9e7cf33654f144cc1ba143 SSL.com TLS RSA Root CA 2022 sha256: 8faf7d2e2cb4709bb8e0b33666bf75a5dd45b5de480f8ea8d4bfe6bebc17f2ed Sectigo Public Server Authentication Root E46 sha256: c90f26f0fb1b4018b22227519b5ca2b53e2ca5b3be5cf18efe1bef47380c5383 Sectigo Public Server Authentication Root R46 sha256: 7bb647a62aeeac88bf257aa522d01ffea395e0ab45c73f93f65654ec38f25a06 Removed certificates: E-Tugra Global Root CA ECC v3 sha256: 873f4685fa7f563625252e6d36bcd7f16fc24951f264e47e1b954f4908cdca13 E-Tugra Global Root CA RSA v3 sha256: ef66b0b10a3cdb9f2e3648c76bd2af18ead2bfe6f117655e28c4060da1a3f4c2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20230801 -> 20230807Jason Schonberg2024-11-211-1/+1
| | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230807 Prevent extra headers in tarball and make it reproducible Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20221114 -> 20230801Jason Schonberg2024-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20230801 Update from Mozilla repository to 2023-08-01 Added certificates: BJCA Global Root CA1 sha256: f3896f88fe7c0a882766a7fa6ad2749fb57a7f3e98fb769c1fa7b09c2c44d5ae BJCA Global Root CA2 sha256: 574df6931e278039667b720afdc1600fc27eb66dd3092979fb73856487212882 Removed certificates: E-Tugra Certification Authority sha256: b0bfd52bb0d7d9bd92bf5d4dc13da255c02c542f378365ea893911f55e55f23c Hongkong Post Root CA 1 sha256: f9e67d336c51002ac054c632022d66dda2e7e3fff10ad061ed31d8bbb410cfb2 Network Solutions Certificate Authority sha256: 15f0ba00a3ac7af3ac884c072b1011a077bd77c097f40164b2f8598abd83860c Staat der Nederlanden EV Root CA sha256: 4d2491414cfe956746ec4cefa6cf6f72e28a1329432f9d8a907ac4cb5dadc15a TrustCor ECA-1 sha256: 5a885db19c01d912c5759388938cafbbdf031ab2d48e91ee15589b42971d039c TrustCor RootCert CA-1 sha256: d40e9c86cd8fe468c1776959f49ea774fa548684b6c406f3909261f4dce2575c TrustCor RootCert CA-2 sha256: 0753e940378c1bd5e3836e395daea5cb839e5046f1bd0eae1951cf10fec7c965 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbd-sqlite-perl: upgrade 1.74 -> 1.76Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | Changelog: =========== - Switched to a production version - Upgraded SQLite to 3.46.1 - Fix for Windows quadmath builds - Omit load_extension if static build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-sax-writer-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-libxml-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxml-filter-buffertext-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtext-iconv-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libproc-waitstat-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-telnet-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-ssleay-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-libidn-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-sec-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libipc-signal-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhtml-parser-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfile-slurp-perl: Use ${CPAN_MIRROR}J. S.2024-10-281-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>