| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-debuginfo | Distribution: Mageia |
| Version: 5.32.1 | Vendor: Mageia.Org |
| Release: 1.1.mga8 | Build date: Fri Nov 26 19:00:07 2021 |
| Group: Development/Debug | Build host: localhost |
| Size: 4282688 | Source RPM: perl-5.32.1-1.1.mga8.src.rpm |
| Packager: neoclust <neoclust> | |
| Url: https://www.perl.org/ | |
| Summary: Debug information for package perl | |
This package provides debug information for package perl. Debug information is useful when developing applications that use this package or when debugging this package.
GPL+ or Artistic
* Fri Nov 26 2021 neoclust <neoclust> 2:5.32.1-1.1.mga8
+ Revision: 1759341
- Add P2000: Fixes CVE-2021-36770 (mga#29352)
* Fri Jan 29 2021 tv <tv> 2:5.32.1-1.mga8
+ Revision: 1673952
- 5.32.1 bump (see <https://metacpan.org/pod/release/SHAY/perl-5.32.1/pod/perldelta.pod>
or release notes)
* Thu Dec 17 2020 tv <tv> 2:5.32.0-10.mga8
+ Revision: 1660199
- rebuild with new glibc in order to stop forcing libnsl on programs trying to link with -lperl
* Fri Nov 20 2020 tv <tv> 2:5.32.0-9.mga8
+ Revision: 1647899
- Fix a crash in optimizing split() (GH#18232)
- reapply "USE_MM_LD_RUN_PATH" (temporary disabled in 5.32.0-RC0)
- remove useless & unapplied fix-LD_RUN_PATH-for-MakeMaker.patch which dates back from Aug 2000
- replace patchlevel patch by a call to patchlevel.h
- drop incversion patch (no more uneeded since 5.28.0-0.2.mga7)
* Thu Nov 12 2020 tv <tv> 2:5.32.0-8.mga8
+ Revision: 1644850
- drop the patch disabling some tests with iurt as they are now passing
- Fix un undefined behavior in Perl_custom_op_get_field()
- Fix Config variable names in in t/op tests
- Fix fetching a magic on the stacked file test operators
* Wed Nov 11 2020 tv <tv> 2:5.32.0-7.mga8
+ Revision: 1644435
- use perl patch for lib64 which is more generic (eg: aarch64 support)
- no need to rebuild perl for testsuite
- fix & reenable %check
* Wed Oct 14 2020 tv <tv> 2:5.32.0-6.mga8
+ Revision: 1635955
- Fix sv_collxfrm macro to respect locale
- Fix an iterator signedness in handling a mro exception (GH#18155)
- Fix a code flow in Perl_sv_inc_nomg()
* Thu Sep 24 2020 tv <tv> 2:5.32.0-5.mga8
+ Revision: 1629781
- Fix a buffer overflow when compiling a regular expression with a bracketed
character class with a white space
- Fix a mismatch with the recursive subpatterns (GH#18096)
* Thu Aug 27 2020 tv <tv> 2:5.32.0-4.mga8
+ Revision: 1619258
- Fix inheritance resolution of lexical objects in a debugger (GH#17661)
- Fix a misoptimization when assigning a list in a list context (GH#17816)
- Fix handling left-hand-side undef when assigning a list (GH#16685)
- Fix a memory leak when compiling a long regular expression (GH#18054)
- Fix handling exceptions in a global destruction (GH#18063)
- Fix sorting with a block that calls return (GH#18081)
* Sun Aug 09 2020 tv <tv> 2:5.32.0-3.mga8
+ Revision: 1612237
- Actually pass the correct CFLAGS to dtrace
- Do not use a C compiler reserved identifiers
- Fix an IO::Handle spurious error reported for regular file handles (GH#18019)
- Fix SvUV_nomg() macro definition
- Fix SvTRUE() documentation
- Fix ext/XS-APItest/t/utf8_warn_base.pl tests
- Fix IO::Handle::error() to report write errors (GH#6799)
- Fix a link to Unicode Technical Standard #18 (GH#17881)
- Fix setting a non-blocking mode in IO::Socket::UNIX (GH#17787)
- Fix running actions after stepping in a debugger (GH#17901)
- Fix a buffer size for asctime_r() and ctime_r() functions
- Prevent from an integer overflow in RenewDouble() macro
- Fix a buffer overread in when reallocating formats (GH#17844)
- Fix a number of arguments passed to a BOOT XS subroutine (GH#17755)
- do not package File::Spec::VMS
* Mon Jun 22 2020 tv <tv> 2:5.32.0-2.mga8
+ Revision: 1598514
- BR bzip2-devel + zlib-devel
- typo fix + kill old comment
- no need to tell that csh exists
- kill doble sitelib/arch
- use system bzip2 library
- Configure Compress::Zlib to use system zlib
* Sun Jun 21 2020 shlomif <shlomif> 2:5.32.0-1.mga8
+ Revision: 1598236
- New version 5.32.0
* Tue Jun 16 2020 pterjan <pterjan> 2:5.32.0-0.3.mga8
+ Revision: 1593794
- Clean rebuild
* Mon Jun 08 2020 tv <tv> 2:5.32.0-0.2.mga8
+ Revision: 1590921
- 5.32.0 RC1
See https://metacpan.org/pod/release/XSAWYERX/perl-5.32.0-RC1/pod/perldelta.pod
* Tue Jun 02 2020 tv <tv> 2:5.32.0-0.1.mga8
+ Revision: 1589698
- 5.32.0-RC0
See https://metacpan.org/pod/release/XSAWYERX/perl-5.32.0-RC0/pod/perldelta.pod
* Tue Jun 02 2020 tv <tv> 2:5.30.3-3.mga8
+ Revision: 1589682
- 5.30.3 (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod>
for release notes)
- Security release fixes CVE-2020-10543, CVE-2020-10878 and CVE-2020-12723
- add bug ID
+ danf <danf>
- Switch URLs from http: to https:
* Fri Mar 27 2020 tv <tv> 2:5.30.2-3.mga8
+ Revision: 1561279
- Work around a glibc bug in caching LC_MESSAGES (GH#17081)
- Fix POSIX:setlocale() documentation
- Prevent from an integer overflow in POSIX::SigSet()
- Fix thread-safety of IO::Handle (GH#14816)
- Close :unix PerlIO layers properly (rhbz#987118)
- Fix sorting tied arrays (GH#17496)
- Fix a spurious warning about a multidimensional syntax (GH#16535)
- Fix a warning about an uninitialized value in B::Deparse (GH#17537)
* Mon Mar 16 2020 tv <tv> 2:5.30.2-2.mga8
+ Revision: 1556948
- clean up more now useless deps filtering
- remove manual provides that duplicate automatic ones
- Fix memory handling when parsing string literals
- clean up deps filtering + add one more provides to workaround
- remove uneeded workarounds
* Sun Mar 15 2020 shlomif <shlomif> 2:5.30.2-1.mga8
+ Revision: 1556497
- Update to version 5.30.2.
There are some spec helpers' disablings assignments there due to a perl
version mismatch.
Tested to be fine locally (x86-64 mageia v8).
* Sat Feb 29 2020 tv <tv> 2:5.30.1-5.mga8
+ Revision: 1552357
- drop old mga6 compat entries from INC
- added an example systemtap script
- added systemtap tapset to make use of systemtap-sdt-devel
- run Configure with -Dusedtrace for systemtap support
* Tue Feb 18 2020 umeabot <umeabot> 2:5.30.1-4.mga8
+ Revision: 1539073
- Mageia 8 Mass Rebuild
* Fri Nov 29 2019 tv <tv> 2:5.30.1-3.mga8
+ Revision: 1463776
- Fix a memory leak when compiling a regular expression with a non-word class
(GH#17218)
/usr/lib/debug /usr/lib/debug/.build-id /usr/lib/debug/.build-id/04 /usr/lib/debug/.build-id/04/db3358a78a06f401c5842e80aa67cb2f98907a /usr/lib/debug/.build-id/04/db3358a78a06f401c5842e80aa67cb2f98907a.debug /usr/lib/debug/.build-id/0b /usr/lib/debug/.build-id/0b/345f2a02bda76bfcc92d140eb8e1e461ef41db /usr/lib/debug/.build-id/0b/345f2a02bda76bfcc92d140eb8e1e461ef41db.debug /usr/lib/debug/.build-id/0f /usr/lib/debug/.build-id/0f/3dd2c4f26aff594c4560d28cd4686b3a411898 /usr/lib/debug/.build-id/0f/3dd2c4f26aff594c4560d28cd4686b3a411898.debug /usr/lib/debug/.build-id/0f/d4d8c7335c8635419648e576c704f274d7e733 /usr/lib/debug/.build-id/0f/d4d8c7335c8635419648e576c704f274d7e733.debug /usr/lib/debug/.build-id/14 /usr/lib/debug/.build-id/14/23a3c2702c235e7e45d9acf2a9d7cfe8257125 /usr/lib/debug/.build-id/14/23a3c2702c235e7e45d9acf2a9d7cfe8257125.debug /usr/lib/debug/.build-id/20 /usr/lib/debug/.build-id/20/483a0cc4b8f8dd071beb95452e5683d832c192 /usr/lib/debug/.build-id/20/483a0cc4b8f8dd071beb95452e5683d832c192.debug /usr/lib/debug/.build-id/27 /usr/lib/debug/.build-id/27/ab529474d7996964173a78acce256e08f65978 /usr/lib/debug/.build-id/27/ab529474d7996964173a78acce256e08f65978.debug /usr/lib/debug/.build-id/39 /usr/lib/debug/.build-id/39/0275cfacc589708a100292b8fd66790882c0a6 /usr/lib/debug/.build-id/39/0275cfacc589708a100292b8fd66790882c0a6.debug /usr/lib/debug/.build-id/40 /usr/lib/debug/.build-id/40/bce7f765ea2135cc71ef0660578908d2923fd0 /usr/lib/debug/.build-id/40/bce7f765ea2135cc71ef0660578908d2923fd0.debug /usr/lib/debug/.build-id/4b /usr/lib/debug/.build-id/4b/51f5a85b0cb7c6b50be9f44ce1549c64665a9a /usr/lib/debug/.build-id/4b/51f5a85b0cb7c6b50be9f44ce1549c64665a9a.debug /usr/lib/debug/.build-id/4b/f0a96402008aadd49d1e9172d379413495c905 /usr/lib/debug/.build-id/4b/f0a96402008aadd49d1e9172d379413495c905.debug /usr/lib/debug/.build-id/68 /usr/lib/debug/.build-id/68/7b8922713cb2c4302815a22b76244bebabfd93 /usr/lib/debug/.build-id/68/7b8922713cb2c4302815a22b76244bebabfd93.debug /usr/lib/debug/.build-id/6d /usr/lib/debug/.build-id/6d/61f47cacb9649d22bcdb2457c26502d54eaca2 /usr/lib/debug/.build-id/6d/61f47cacb9649d22bcdb2457c26502d54eaca2.debug /usr/lib/debug/.build-id/73 /usr/lib/debug/.build-id/73/1e06b99118a67e335630e322bd324e101f3720 /usr/lib/debug/.build-id/73/1e06b99118a67e335630e322bd324e101f3720.debug /usr/lib/debug/.build-id/79 /usr/lib/debug/.build-id/79/b125c4573f5601673abf7f7511a1a444e1fed8 /usr/lib/debug/.build-id/79/b125c4573f5601673abf7f7511a1a444e1fed8.debug /usr/lib/debug/.build-id/7a /usr/lib/debug/.build-id/7a/31c6547667305b64ccefb8aa4ec4228cab1a69 /usr/lib/debug/.build-id/7a/31c6547667305b64ccefb8aa4ec4228cab1a69.debug /usr/lib/debug/.build-id/7c /usr/lib/debug/.build-id/7c/f19d32521de4f8507157d4dd1dcce2cb920d65 /usr/lib/debug/.build-id/7c/f19d32521de4f8507157d4dd1dcce2cb920d65.debug /usr/lib/debug/.build-id/80 /usr/lib/debug/.build-id/80/20f95d0d280adb74688bbb4a6e46efe0c8315e /usr/lib/debug/.build-id/80/20f95d0d280adb74688bbb4a6e46efe0c8315e.debug /usr/lib/debug/.build-id/80/db35a2a9fed3b135d1b8361c252445469656af /usr/lib/debug/.build-id/80/db35a2a9fed3b135d1b8361c252445469656af.debug /usr/lib/debug/.build-id/a4 /usr/lib/debug/.build-id/a4/1fcb7c845c6c2b552457ddedae64b577be9513 /usr/lib/debug/.build-id/a4/1fcb7c845c6c2b552457ddedae64b577be9513.debug /usr/lib/debug/.build-id/ae /usr/lib/debug/.build-id/ae/1563d7d934c70a150961c3a374097b3a0d9749 /usr/lib/debug/.build-id/ae/1563d7d934c70a150961c3a374097b3a0d9749.debug /usr/lib/debug/.build-id/b3 /usr/lib/debug/.build-id/b3/1f060f8e65ca5afa786012690189e46b62ae1e /usr/lib/debug/.build-id/b3/1f060f8e65ca5afa786012690189e46b62ae1e.debug /usr/lib/debug/.build-id/be /usr/lib/debug/.build-id/be/21326920c374aa43efb92794ea7e7cc9724e63 /usr/lib/debug/.build-id/be/21326920c374aa43efb92794ea7e7cc9724e63.debug /usr/lib/debug/.build-id/bf /usr/lib/debug/.build-id/bf/0bdf4258d4e995c9335626960cd95dd6257f62 /usr/lib/debug/.build-id/bf/0bdf4258d4e995c9335626960cd95dd6257f62.debug /usr/lib/debug/.build-id/c1 /usr/lib/debug/.build-id/c1/6166cb7b74f6bf3c121bb6a0ba9475324813c2 /usr/lib/debug/.build-id/c1/6166cb7b74f6bf3c121bb6a0ba9475324813c2.debug /usr/lib/debug/.build-id/c5 /usr/lib/debug/.build-id/c5/1d0e2c81cf46925e46999ed74fcd87b74d2426 /usr/lib/debug/.build-id/c5/1d0e2c81cf46925e46999ed74fcd87b74d2426.debug /usr/lib/debug/.build-id/cc /usr/lib/debug/.build-id/cc/d5113c86e448cfa50b18bb5328ea4cf90092e8 /usr/lib/debug/.build-id/cc/d5113c86e448cfa50b18bb5328ea4cf90092e8.debug /usr/lib/debug/.build-id/d8 /usr/lib/debug/.build-id/d8/214d8466493a9d048b7a31f36e473fb0c0d7fd /usr/lib/debug/.build-id/d8/214d8466493a9d048b7a31f36e473fb0c0d7fd.debug /usr/lib/debug/.build-id/e9 /usr/lib/debug/.build-id/e9/f6321bbb9c5323072a9221c59e04155e32c190 /usr/lib/debug/.build-id/e9/f6321bbb9c5323072a9221c59e04155e32c190.debug /usr/lib/debug/.build-id/ea /usr/lib/debug/.build-id/ea/8237ef104b95e7f7edc95e896cbce5c6df3538 /usr/lib/debug/.build-id/ea/8237ef104b95e7f7edc95e896cbce5c6df3538.debug /usr/lib/debug/.build-id/f7 /usr/lib/debug/.build-id/f7/bd2b8dfdc5a9c57a82f1136ca62846a94fa14b /usr/lib/debug/.build-id/f7/bd2b8dfdc5a9c57a82f1136ca62846a94fa14b.debug /usr/lib/debug/.dwz /usr/lib/debug/.dwz/perl-5.32.1-1.1.mga8.aarch64 /usr/lib/debug/usr /usr/lib/debug/usr/lib64 /usr/lib/debug/usr/lib64/perl5 /usr/lib/debug/usr/lib64/perl5/auto /usr/lib/debug/usr/lib64/perl5/auto/DB_File /usr/lib/debug/usr/lib64/perl5/auto/DB_File/DB_File.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Devel /usr/lib/debug/usr/lib64/perl5/auto/Devel/Peek /usr/lib/debug/usr/lib64/perl5/auto/Devel/Peek/Peek.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Digest /usr/lib/debug/usr/lib64/perl5/auto/Digest/SHA /usr/lib/debug/usr/lib64/perl5/auto/Digest/SHA/SHA.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode /usr/lib/debug/usr/lib64/perl5/auto/Encode/CN /usr/lib/debug/usr/lib64/perl5/auto/Encode/CN/CN.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/JP /usr/lib/debug/usr/lib64/perl5/auto/Encode/JP/JP.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/KR /usr/lib/debug/usr/lib64/perl5/auto/Encode/KR/KR.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/TW /usr/lib/debug/usr/lib64/perl5/auto/Encode/TW/TW.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/File /usr/lib/debug/usr/lib64/perl5/auto/File/DosGlob /usr/lib/debug/usr/lib64/perl5/auto/File/DosGlob/DosGlob.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Filter /usr/lib/debug/usr/lib64/perl5/auto/Filter/Util /usr/lib/debug/usr/lib64/perl5/auto/Filter/Util/Call /usr/lib/debug/usr/lib64/perl5/auto/Filter/Util/Call/Call.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/GDBM_File /usr/lib/debug/usr/lib64/perl5/auto/GDBM_File/GDBM_File.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Hash /usr/lib/debug/usr/lib64/perl5/auto/Hash/Util /usr/lib/debug/usr/lib64/perl5/auto/Hash/Util/FieldHash /usr/lib/debug/usr/lib64/perl5/auto/Hash/Util/FieldHash/FieldHash.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Hash/Util/Util.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/IPC /usr/lib/debug/usr/lib64/perl5/auto/IPC/SysV /usr/lib/debug/usr/lib64/perl5/auto/IPC/SysV/SysV.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Math /usr/lib/debug/usr/lib64/perl5/auto/Math/BigInt /usr/lib/debug/usr/lib64/perl5/auto/Math/BigInt/FastCalc /usr/lib/debug/usr/lib64/perl5/auto/Math/BigInt/FastCalc/FastCalc.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/NDBM_File /usr/lib/debug/usr/lib64/perl5/auto/NDBM_File/NDBM_File.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/ODBM_File /usr/lib/debug/usr/lib64/perl5/auto/ODBM_File/ODBM_File.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Opcode /usr/lib/debug/usr/lib64/perl5/auto/Opcode/Opcode.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/PerlIO /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/encoding /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/encoding/encoding.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/mmap /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/mmap/mmap.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/scalar /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/scalar/scalar.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/via /usr/lib/debug/usr/lib64/perl5/auto/PerlIO/via/via.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/SDBM_File /usr/lib/debug/usr/lib64/perl5/auto/SDBM_File/SDBM_File.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Sys /usr/lib/debug/usr/lib64/perl5/auto/Sys/Syslog /usr/lib/debug/usr/lib64/perl5/auto/Sys/Syslog/Syslog.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Time /usr/lib/debug/usr/lib64/perl5/auto/Time/HiRes /usr/lib/debug/usr/lib64/perl5/auto/Time/HiRes/HiRes.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Time/Piece /usr/lib/debug/usr/lib64/perl5/auto/Time/Piece/Piece.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Unicode /usr/lib/debug/usr/lib64/perl5/auto/Unicode/Collate /usr/lib/debug/usr/lib64/perl5/auto/Unicode/Collate/Collate.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Unicode/Normalize /usr/lib/debug/usr/lib64/perl5/auto/Unicode/Normalize/Normalize.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/attributes /usr/lib/debug/usr/lib64/perl5/auto/attributes/attributes.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/mro /usr/lib/debug/usr/lib64/perl5/auto/mro/mro.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/threads /usr/lib/debug/usr/lib64/perl5/auto/threads/shared /usr/lib/debug/usr/lib64/perl5/auto/threads/shared/shared.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/threads/threads.so-5.32.1-1.1.mga8.aarch64.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 12:40:26 2026