Commit Graph

626 Commits

Author SHA1 Message Date
Jason Schonberg
59d14f1220
libhtml-tree-perl: upgrade 5.05 -> 5.06
5.06     2017-04-28
   Release by Kent Fredric
    * Revert XML escaping changes from 5.04 due to large numbers of
      broken dependents
      - RT#121310 https://rt.cpan.org/Ticket/Display.html?id=121310
      - https://github.com/rjbs/MasonX-Resolver-WidgetFactory/issues/1
      - https://github.com/kentfredric/HTML-Tree/issues/1

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-20 08:20:18 -07:00
Wang Mingyu
2b21756c75
libcgi-perl: upgrade 4.70 -> 4.71
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-14 09:00:20 -07:00
Jason Schonberg
d095742503
libhtml-parser-perl: upgrade 3.75 -> 3.76
3.76      2021-03-04
  * Add a fix for a stack confusion error on `eof`. (GH#21) (Matthew Horsfall
    and Chase Whitener)

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-12 20:58:51 -07:00
Jason Schonberg
0c030b0255
libhtml-tree-perl: upgrade 5.04 -> 5.05
License-Update: change offset because README file got longer.  Checksum is unchanged.

5.05      2017-04-26
    [FIXES]
    * Revert Dist::Zilla Removal
      - https://github.com/jfearn/HTML-Tree/issues/7
      - Vendor note: It should be simpler to compare 5.03 and 5.05
        than to compare 5.04 and 5.05, or 5.03 and 5.05.
      - Fixes RT#12230: Undeclared dep on Test::Fatal
        - https://rt.cpan.org/Ticket/Display.html?id=121230
    * Proper fix for '.' in @INC
      - https://rt.cpan.org/Ticket/Display.html?id=120521

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-12 20:58:51 -07:00
Wang Mingyu
db6b6b24a9
libmime-types-perl: upgrade 2.28 -> 2.29
License-Update: the license declaration has shifted from line 11 to line 13.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-24 19:22:56 -07:00
Wang Mingyu
b8cc80568b
liburi-perl: upgrade 5.32 -> 5.34
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-24 13:17:38 -07:00
Jason Schonberg
4989be90d8
libcyrpt-openssl-rsa-perl: upgrade 0.34 -> 0.35
Changelog: https://metacpan.org/dist/Crypt-OpenSSL-RSA/changes

0.35 May 7 2025
    - Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin attacks so we will instead disable this and require alternatives to address the issue.
      - Resolves #42 - CVE-2024-2467.

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-21 08:21:26 -07:00
Jason Schonberg
6c7fd226c8
libconfig-autoconf-perl: upgrade 0.319 -> 0.320
Changes for version 0.320 - 2021-06-25
    fix check_prog to not find directories (RT#132993), thanks RJBS for reporting it again!

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-21 08:21:25 -07:00
Jason Schonberg
f7244cbb0f
libhtml-tree-perl: upgrade 5.03 -> 5.04
License-Update: Still distributed under the same terms as Perl itself.

refresh patch.

5.04     2017--04-17
   Release by Jeff Fearn
    [FIXES]
    * Remove Distzilla to fix RT #120521 #89820
    * Add POD to htmltree RT #116367
    * Speed up is_inside method RT #113415
      - From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5
    * Fix extra spaces being added to comments RT #94311
      - From Tomaz Solc
    * Don't needlessly escape characters in element content RT #93431
      - From Tomaz Solc

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-19 12:22:00 -07:00
Jason Schonberg
f200e9c401
libimport-into-perl: upgrade 1.002004 -> 1.002005
1.002005 - 2015-08-28
  - fix level as a hashref parameter

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-19 12:22:00 -07:00
Jason Schonberg
0587c7ac7e
libcrypt-openssl-rsa-perl: upgrade 0.33 -> 0.34
License-Update: Still the same license.  Checksum change due to the change
  of the physical address of the FSF.

0.34 May 5 2025
    - Production release.
0.34_03 May 4 2025
    - Fix bug in rsa_crypt. Need to pass NULL
0.34_02 May 4 2025
    - t/rsa.t needs to tolerate sha1 being disabled on rhel.
0.34_01 May 3 2025
    - docs - plaintext = decrypt(cyphertext)
    - #44 - Fix issue when libz is not linked on AIX
    - #50 - Correct openssl version may not be found
    - #52 - Out of memory on openssl 1.1.1w hpux
    - #47 - Update FSF address and LGPL name in LICENSE
    - #55 - stop using AutoLoader
    - #48 - Whirlpool is missing the header
    - Move github repo to cpan-authors
    - Fully support openSSL 3.x API

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-15 09:55:16 -07:00
Jason Schonberg
b475fd44b4
libhtml-parser-perl: upgrade 3.73 -> 3.75
License-Update: Still distributed under the same license as Perl itself.

 Changes for version 3.75 - 2020-08-30

    Cleanup the prereqs a bit
    Mark HTML::Filter as deprecated as the docs point out
    Move Parser.pm into the lib directory with the others. This will help with everything from auto version bumps after releases, to scanning for prerequisites and spelling errors.
    Fix a few spelling errors in the POD for HTML::Parser
    Clean up the spacing on many examples in HTML::Parser

 Changes for version 3.74 - 2020-08-30

    Fix the order of date and version in this change log. (Thanks, haarg)
    Convert to Dist::Zilla
    Build all prereqs from our cpanfile
    Go through all test files and:
        perltidy
        Use strict/warnings
        Get rid of two-arg open
        Get rid of BAREWORD filehandles
        Fix the eval pattern used
        Only use -w where we catch $SIG{__WARN__}
        Fix encoding problems
        use utf8 where we have unicode in the source
    Fix a typo here and there
    perltidy all of the example apps in eg/
    Add comments explaining the apps in eg/ (GH#13 Thanks, Salvatore Bonaccorso)
    Print out UTF-8 encoded data where sensible in eg/

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-15 09:54:29 -07:00
Jason Schonberg
634cb298fd
libhtml-tagset-perl: upgrade 3.20 -> 3.24
License-Update: Now under Artistic License version 2.0

2024-03-11  Andy Lester
        * Release 3.24
        No changes in functionality. Only updates metadata for builds.

2024-03-09  Andy Lester
        * Release 3.22
        HTML::Tagset now requires Perl 5.10.1. It might run on earlier
        Perls but I don't have the infrastructure to test them.
        Added <ins> and <del> to %isPhraseMarkup (RT #151970)
        Fixed docs about %isBodyElement calling it %isBodyMarkup
        (RT #34913, RT #109024, RT #118356)
        Cleaned up metadata and version requirements.
        No changes have been made to handle HTML5. That is a bigger issue
        than "just add the tags to the hashes," because that would change
        functionality for existing users who are expecting HTML::Tagset to
        be HTML4.

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-11 17:31:43 -07:00
Jason Schonberg
c36badde67
libalgorithm-diff-perl: upgrade 1.1903 -> 1.201
License-Change: License appears at a different offset in the file.  Checksum remains the same.

New maintainer.

Changes for version 1.201 - 2020-12-13
    speed up LCS when $keyGen is undef (RT 101105; thanks, XENU)

Changes for version 1.200 - 2020-09-27
    new release with no new features, just preparing for a series of bugfix releases

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-09 22:39:24 -07:00
Jason Schonberg
1c844d3025
libalgorithm-diff-perl: upgrade 1.1901 -> 1.1903
Changes for version 1.19_03 - 2014-11-25
    Fix documentation typos (RT 84981) contributed by dsteinbrunner
    add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner
    Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld.

Changes for version 1.19_02 - 2006-07-31
    Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576)
    Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067)
    DiffOld wasn't passing extra arguments to compare routine (RT 20650)

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-05 18:55:02 -07:00
Jiaying Song
7949ad3de2
logcheck: correct the SRC_URI
The original tarball URL is no longer valid, as it has been moved to an
archive location. This update points to the new location.

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-25 20:07:19 -07:00
Wang Mingyu
d643d35349
libnet-dns-perl: upgrade 1.51 -> 1.52
Changelog:
==========
- Refactor SVCB to avoid internal use of generic keyNN.
- DELEG documentation and code improvement.
- Fix rt.cpan.org: bug in resolver base selection on non-Unix/Linux platforms

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-04 11:45:22 -07:00
Jason Schonberg
f4b5d7aad7
libalgorithm-diff-perl: upgrade 1.15 -> 1.1901
License-Update: New authors, new copyright date.  Same license.

Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-23 10:29:23 -07:00
Liu Yiding
c55705e580
libcgi-perl: upgrade 4.68 -> 4.70
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>
2025-07-22 16:39:48 -07:00
Liu Yiding
b2eced369b
libio-socket-ssl-perl: upgrade 2.090 -> 2.095
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>
2025-07-21 22:43:58 -07:00
Jason Schonberg
55dac2d04d
libhtml-parser-perl: upgrade 3.72 -> 3.73
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>
2025-07-12 13:50:00 -07:00
Wang Mingyu
fe75dbf71f
libnet-dns-perl: upgrade 1.50 -> 1.51
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>
2025-07-08 23:40:29 -07:00
Alexander Kanavin
fc78d37ff0
meta-openembedded/all: adapt to UNPACKDIR changes
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>
2025-06-25 06:44:52 -07:00
Yoann Congal
bf400cd73f
reproducibility: move known non-repro list to layer.conf
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>
2025-06-20 10:34:11 -07:00
Wang Mingyu
64b52f59ce
libmozilla-ca-perl: upgrade 20250202 -> 20250602
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>
2025-06-09 21:24:10 -07:00
Wang Mingyu
a32e4fa4a4
libio-socket-ssl-perl: upgrade 2.089 -> 2.090
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>
2025-06-09 21:24:10 -07:00
Wang Mingyu
3bf0ebf5d6
liburi-perl: upgrade 5.31 -> 5.32
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>
2025-05-21 07:38:24 -07:00
Wang Mingyu
285a8607d4
libauthen-sasl-perl: upgrade 2.1700 -> 2.1800
[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>
2025-04-29 02:33:23 -07:00
Wang Mingyu
7cf9c55024
libmime-types-perl: upgrade 2.27 -> 2.28
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>
2025-04-23 19:35:02 -07:00
Khem Raj
fc80b57ee9
meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-12 10:11:33 -07:00
Khem Raj
c0af0952e1
ptest-packagelists-meta-perl: adjust automated ptest runs
Based on current pass/fail results

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-12 10:11:32 -07:00
Khem Raj
b019b4bd68
layers: Add whinlatter (5.3) to compatible layer series
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-11 20:51:29 -07:00
Wang Mingyu
36ac04456d
libtest-deep-perl: upgrade 1.204 -> 1.205
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-07 12:21:18 -07:00
Wang Mingyu
d7c24ad898
libcgi-perl: upgrade 4.67 -> 4.68
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-07 07:39:10 -07:00
Jason Schonberg
a6ed1c867d
Fix warning : lack of whitespace around assignment
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-05 07:45:31 -07:00
Jason Schonberg
48fdb7a1b9
Fix warning : lack of whitespace around assignment
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-04 19:18:47 -07:00
Khem Raj
f4a96810ba
Drop styhead from LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-31 07:41:47 -07:00
Wang Mingyu
857cf7cbb3
libnet-dns-perl: upgrade 1.49 -> 1.50
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>
2025-02-26 08:30:50 -08:00
Wang Mingyu
29476959a7
libmime-types-perl: upgrade 2.26 -> 2.27
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>
2025-02-26 08:30:50 -08:00
Wang Mingyu
90c4685917
liberror-perl: upgrade 0.17029 -> 0.17030
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>
2025-02-26 08:30:50 -08:00
Wang Mingyu
c886bab5a0
libmozilla-ca-perl: upgrade 20240924 -> 20250202
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-02-10 08:45:36 -08:00
Jason Schonberg
6d462cf8a4
libcgi-perl: upgrade 4.66 -> 4.67
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>
2025-01-10 09:33:51 -08:00
Wang Mingyu
03cbeb5018
libnet-dns-perl: upgrade 1.47 -> 1.49
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-12-30 09:08:04 -08:00
Wang Mingyu
a496dc10a9 libcapture-tiny-perl: upgrade 0.48 -> 0.50
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>
2024-12-24 08:23:08 -08:00
Alexander Kanavin
0531f2c072
liburi-perl: add to meta-perl from oe-core
The recipe has no usage in core.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-27 12:37:34 -08:00
Khem Raj
f1e8d8a510
meta: Add SECURITY.md file to all layers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-11-23 09:00:14 -08:00
Jason Schonberg
93d249d0c9
libmozilla-ca-perl: Upgrade 20240730 -> 20240924
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>
2024-11-21 21:42:38 -08:00
Jason Schonberg
8deb7d7663
libmozilla-ca-perl: Upgrade 20240313 -> 20240730
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>
2024-11-21 21:42:38 -08:00
Jason Schonberg
fde5f68f2c
libmozilla-ca-perl: Upgrade 20231213 -> 20240313
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>
2024-11-21 21:42:38 -08:00
Jason Schonberg
88a50f9587
libmozilla-ca-perl: Upgrade 20230821 -> 20231213
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>
2024-11-21 21:42:37 -08:00