--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2026-edfdbfa06c
2026-05-08 02:18:38.093963+00:00
--------------------------------------------------------------------------------

Name        : perl-Text-CSV_XS
Product     : Fedora EPEL 8
Version     : 1.62
Release     : 1.el8
URL         : https://metacpan.org/release/Text-CSV_XS
Summary     : Comma-separated values manipulation routines
Description :
Text::CSV provides facilities for the composition and decomposition of
comma-separated values.  An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.

--------------------------------------------------------------------------------
Update Information:

Cumulative bug-fix update. Includes fix for potential stack corruption
(CVE-2026-7111).
--------------------------------------------------------------------------------
ChangeLog:

* Wed Apr 29 2026 Paul Howarth <[email protected]> - 1.62-1
- Update to 1.62 (rhbz#2463743)
  - It is 2026
  - Fix possible stack corruption (GH#65, CVE-2026-7111)
* Sun Jul 27 2025 Paul Howarth <[email protected]> - 1.61-1
- Update to 1.61 (rhbz#2383739)
  - Add love letter to CSV from xan project with reference
  - Bugtracker to Github (long overdue) (GH#63)
  - Update to Devel::PPPort-3.73
* Fri Jan 31 2025 Paul Howarth <[email protected]> - 1.60-1
- Update to 1.60 (rhbz#2343165)
  - Add SECURITY.md
  - CR/NL/CRNL inside quoted fields not affected by strict_eol
  - Fix incorrect error 2014 (GH#62)
* Sun Jan  5 2025 Paul Howarth <[email protected]> - 1.59-1
- Update to 1.59 (rhbz#2335660)
  - Fixed EOL test for Windows with crnl layer
  - It is 2025
* Mon Dec 30 2024 Paul Howarth <[email protected]> - 1.58-1
- Update to 1.58 (rhbz#2334923)
  - Add strict_eol (warnings default in csv())
  - Add XS line number in errors
  - Add streaming support (not set in stone)
* Tue Nov 12 2024 Paul Howarth <[email protected]> - 1.57-1
- Update to 1.57 (rhbz#2325504)
  - Add on_error callback to csv()
  - Retain runtime error from csv()
* Sun Aug 11 2024 Paul Howarth <[email protected]> - 1.56-1
- Update to 1.56 (rhbz#2303862)
  - Yet another strict/comment_str conflict (GH#57)
  - Strict affected by column_names
* Tue Jun 18 2024 Paul Howarth <[email protected]> - 1.55-1
- Update to 1.55 (rhbz#2292859)
  - More fixes for strict under bind_columns (GH#54)
  - Strict won't hide previous error (GH#56)
  - Update to Devel::PPPort-3.72
* Fri Apr 19 2024 Paul Howarth <[email protected]> - 1.54-1
- Update to 1.54 (rhbz#2275976)
  - It's 2024
  - Fix comment_str with strict
  - Documentation fixes (CPAN RT#150757, CPAN RT#151546)
* Thu Nov 23 2023 Paul Howarth <[email protected]> - 1.53-1
- Update to 1.53 (rhbz#2251219)
  - Two casts for -Wformat (GH#50)
  - Add --skip-empty to csv2xlsx
  - Add --font and --font-size to csv2xlsx
  - Fix skip_empty_rows ("skip") and trailing newlines (GH#52)
  - Fix comment in last line (CPAN RT#150501)
* Thu Sep 21 2023 Paul Howarth <[email protected]> - 1.52-1
- Update to 1.52 (rhbz#2240080)
  - Fix possible coredump in cache on non-IO parse (GH#49)
* Tue Aug  8 2023 Paul Howarth <[email protected]> - 1.51-1
- Update to 1.51 (rhbz#2229806)
  - Contact e-mail update
  - Attribute skip_empty_rows extended
  - Fix comments (GH#45)
  - Fix help (GH#46)
  - Update to Devel::PPPort-3.71
  - Fix HTML on Windows
  - Fix double header-interpretation on bom + headers => "auto" (GH#47)
* Wed Mar  1 2023 Paul Howarth <[email protected]> - 1.50-1
- Update to 1.50 (rhbz#2174402)
  - Promote sep to sep_set in csv() with auto-headers
  - Fix bug in set_diag surfaced by PERL_RC_STACK
* Tue Jan  3 2023 Paul Howarth <[email protected]> - 1.49-1
- Update to 1.49
  - csv2xlsx --split=CxP [--split-label=C]
  - Full documentation/manual for csv2xlsx
  - Fix non-integer arguments to getline_all (GH#39)
  - It's 2023
- Use SPDX-format license tag
* Wed May 25 2022 Paul Howarth <[email protected]> - 1.48-1
- Update to 1.48
  - It's 2022
  - kh => 1 (use internal headers)
  - Add constants for META flags (CPAN RT#142508)
  - Update to Devel::PPPort-3.68
  - Export :CONSTANTS
  - Fix sep_set typo (GH#37)
  - Tested against perl-5.36.0
* Wed Dec 22 2021 Paul Howarth <[email protected]> - 1.47-1
- Update to 1.47
  - Make error 2014 catchable
  - Suppress empty lines on empty input (GH#34)
  - Perl 6 → Raku in docs (CPAN RT#136864)
  - IETF changed their URLs
  - Add some documentation for Google hist
* Wed Mar 24 2021 Paul Howarth <[email protected]> - 1.46-1
- Update to 1.46
  - It's 2021
  - New attribute comment_str (RFC 4180-bis)
  - New attribute skip_empty_rows (RFC 4180-bis)
  - http → https in links in docs
  - Fix several issues with auto-detecting \r as EOL
  - Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145)
* Thu Dec 24 2020 Paul Howarth <[email protected]> - 1.45-1
- Update to 1.45
  - Update to Devel::PPPort-3.62
  - Allow adding to existing data in csv (out => $ref)
  - examples/csv2xlsx: -L # to limit records to export
  - examples/csv2xlsx: --de # for possible double-encoding fix
  - examples/csv2xlsx: Check if .xlsx is creatable before conversion
  - Add examples/csv-split
  - Small documentation additions
  - Fix META issue for bug tracker
* Thu Jul 23 2020 Paul Howarth <[email protected]> - 1.44-1
- Update to 1.44
  - EBCDIC now fully functional
  - Prevent false negative CPANTESTERS fail reports
  - Fully tested on perl-5.32.0 and perl-5.33.0
  - Fix partly decoded fields in header
* Wed May 27 2020 Paul Howarth <[email protected]> - 1.43-1
- Update to 1.43
  - Add --parser-opt[=value] to csv-check
  - Add -L and -X to csv-check
  - Fix undef value in attribute setters for strings (GH#24)
  - Document quote (undef) is not supported
* Tue May 19 2020 Paul Howarth <[email protected]> - 1.42-1
- Update to 1.42
  - Update to Devel::PPPort-3.58
  - Unicode fixes for csv2xls and csv2xlsx
  - Add internal buffers to cache diagnostics
  - Fix positional reporting in examples/csv-check
  - Allow passing CSV parsing attributes to csv-check
  - Proof reading - doc fixes by Klaus Baldermann <soonix> (GH#21)
  - Fix type caching (CPAN RT#132344)
  - Small doc fix by Nick Tonkin <1nickt> (GH#22)
  - Fix sep=; being ignored in ->header (GH#23)
* Sun Feb 16 2020 Paul Howarth <[email protected]> - 1.41-1
- Update to 1.41
  - Update to Devel::PPPort-3.56
  - csv2xls uses sheetname as csv2xlsx
  - csv2xlsx: support images (each image gets its own tab)
  - More docs (data validation)
  - It's 2020
  - No binary literals in fixed error messages
  - Fix auto_diag > 2 to die when headers are used (GH#19)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2463743 - perl-Text-CSV_XS-1.62 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2463743
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update perl-Text-CSV_XS' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
epel-package-announce mailing list -- 
[email protected]
To unsubscribe send an email to 
[email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to