Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-base-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: 12515303 | 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-base |
This package provides debug information for package perl-base. 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/10 /usr/lib/debug/.build-id/10/314f25edfd146cf8e0ee0bd7e1376e4e77abe3 /usr/lib/debug/.build-id/10/314f25edfd146cf8e0ee0bd7e1376e4e77abe3.debug /usr/lib/debug/.build-id/12 /usr/lib/debug/.build-id/12/be9fea91969a86dd379c04a6f12af05dd28e42 /usr/lib/debug/.build-id/12/be9fea91969a86dd379c04a6f12af05dd28e42.debug /usr/lib/debug/.build-id/17 /usr/lib/debug/.build-id/17/d49a99bddd720c6bbb6072a77461e0fc2cc50a /usr/lib/debug/.build-id/17/d49a99bddd720c6bbb6072a77461e0fc2cc50a.debug /usr/lib/debug/.build-id/1a /usr/lib/debug/.build-id/1a/6a8db6e2c75ff0236802edf1c776e91af53a16 /usr/lib/debug/.build-id/1a/6a8db6e2c75ff0236802edf1c776e91af53a16.debug /usr/lib/debug/.build-id/21 /usr/lib/debug/.build-id/21/57115be870838f8dfbf0343506be240aa04cd9 /usr/lib/debug/.build-id/21/57115be870838f8dfbf0343506be240aa04cd9.debug /usr/lib/debug/.build-id/24 /usr/lib/debug/.build-id/24/99a8bf552b66efd9f05053fb63a29b91b0b752 /usr/lib/debug/.build-id/24/99a8bf552b66efd9f05053fb63a29b91b0b752.debug /usr/lib/debug/.build-id/28 /usr/lib/debug/.build-id/28/387074ca23b6b1d296beca98fcb5db96bb170e /usr/lib/debug/.build-id/28/387074ca23b6b1d296beca98fcb5db96bb170e.debug /usr/lib/debug/.build-id/2d /usr/lib/debug/.build-id/2d/1b22b2c5032b7f80bef5b34288f4561d95303f /usr/lib/debug/.build-id/2d/1b22b2c5032b7f80bef5b34288f4561d95303f.debug /usr/lib/debug/.build-id/34 /usr/lib/debug/.build-id/34/0cf6258f79f02f0dbc85b2f9d3afda7926a883 /usr/lib/debug/.build-id/34/0cf6258f79f02f0dbc85b2f9d3afda7926a883.debug /usr/lib/debug/.build-id/35 /usr/lib/debug/.build-id/35/4f5982119918fd3faeb03bc19e91d904a9bf56 /usr/lib/debug/.build-id/35/4f5982119918fd3faeb03bc19e91d904a9bf56.debug /usr/lib/debug/.build-id/48 /usr/lib/debug/.build-id/48/06e0450c816efee3070591f365ad35c1d33c77 /usr/lib/debug/.build-id/48/06e0450c816efee3070591f365ad35c1d33c77.debug /usr/lib/debug/.build-id/4d /usr/lib/debug/.build-id/4d/5e645f7424d7e05d30226283c397b7bbff4fbe /usr/lib/debug/.build-id/4d/5e645f7424d7e05d30226283c397b7bbff4fbe.debug /usr/lib/debug/.build-id/55 /usr/lib/debug/.build-id/55/8ae82810f9f750c6fff8ce16db3a0086834a28 /usr/lib/debug/.build-id/55/8ae82810f9f750c6fff8ce16db3a0086834a28.debug /usr/lib/debug/.build-id/5b /usr/lib/debug/.build-id/5b/331a8a8bd41022088c8859edbcddc8cdc4c63f /usr/lib/debug/.build-id/5b/331a8a8bd41022088c8859edbcddc8cdc4c63f.debug /usr/lib/debug/.build-id/68/2778ae1dabd3b418671838ca277d34ef237836 /usr/lib/debug/.build-id/68/2778ae1dabd3b418671838ca277d34ef237836.debug /usr/lib/debug/.build-id/72 /usr/lib/debug/.build-id/72/8f9f0d70f37f0235b78105c213ea0e83a21307 /usr/lib/debug/.build-id/72/8f9f0d70f37f0235b78105c213ea0e83a21307.debug /usr/lib/debug/.build-id/74 /usr/lib/debug/.build-id/74/c78cff743284841391e13bb07a5a237b433d74 /usr/lib/debug/.build-id/74/c78cff743284841391e13bb07a5a237b433d74.debug /usr/lib/debug/.build-id/a5 /usr/lib/debug/.build-id/a5/03a0d09e74730dbfbc849fa961b3df9087d2f5 /usr/lib/debug/.build-id/a5/03a0d09e74730dbfbc849fa961b3df9087d2f5.debug /usr/lib/debug/.build-id/b3/4072eb46b0be9c8a517b4115c79ebe126414d6 /usr/lib/debug/.build-id/b3/4072eb46b0be9c8a517b4115c79ebe126414d6.debug /usr/lib/debug/.build-id/b5 /usr/lib/debug/.build-id/b5/a1f4d1423f3deec3de4eae04c93dc60ec79e68 /usr/lib/debug/.build-id/b5/a1f4d1423f3deec3de4eae04c93dc60ec79e68.debug /usr/lib/debug/.build-id/bc /usr/lib/debug/.build-id/bc/3eb9a38d430f9194e45bd2e3a2964a6b54515a /usr/lib/debug/.build-id/bc/3eb9a38d430f9194e45bd2e3a2964a6b54515a.debug /usr/lib/debug/.build-id/bf/9291b159264d0d284575c5d45d66fb99f11cb0 /usr/lib/debug/.build-id/bf/9291b159264d0d284575c5d45d66fb99f11cb0.debug /usr/lib/debug/.build-id/ee /usr/lib/debug/.build-id/ee/a9e291b628e1b3c1e05f7e2074711e32f91fe5 /usr/lib/debug/.build-id/ee/a9e291b628e1b3c1e05f7e2074711e32f91fe5.debug /usr/lib/debug/.build-id/fb /usr/lib/debug/.build-id/fb/8f25f1f718d13848cc45e458d68f0a99791399 /usr/lib/debug/.build-id/fb/8f25f1f718d13848cc45e458d68f0a99791399.debug /usr/lib/debug/usr /usr/lib/debug/usr/bin /usr/lib/debug/usr/bin/perl5.32.1-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64 /usr/lib/debug/usr/lib64/libperl.so.5.32.1-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5 /usr/lib/debug/usr/lib64/perl5/auto /usr/lib/debug/usr/lib64/perl5/auto/B /usr/lib/debug/usr/lib64/perl5/auto/B/B.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Compress /usr/lib/debug/usr/lib64/perl5/auto/Compress/Raw /usr/lib/debug/usr/lib64/perl5/auto/Compress/Raw/Bzip2 /usr/lib/debug/usr/lib64/perl5/auto/Compress/Raw/Bzip2/Bzip2.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Compress/Raw/Zlib /usr/lib/debug/usr/lib64/perl5/auto/Compress/Raw/Zlib/Zlib.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Cwd /usr/lib/debug/usr/lib64/perl5/auto/Cwd/Cwd.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Data /usr/lib/debug/usr/lib64/perl5/auto/Data/Dumper /usr/lib/debug/usr/lib64/perl5/auto/Data/Dumper/Dumper.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/MD5 /usr/lib/debug/usr/lib64/perl5/auto/Digest/MD5/MD5.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/Byte /usr/lib/debug/usr/lib64/perl5/auto/Encode/Byte/Byte.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/EBCDIC /usr/lib/debug/usr/lib64/perl5/auto/Encode/EBCDIC/EBCDIC.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/Encode.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/Symbol /usr/lib/debug/usr/lib64/perl5/auto/Encode/Symbol/Symbol.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Encode/Unicode /usr/lib/debug/usr/lib64/perl5/auto/Encode/Unicode/Unicode.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Fcntl /usr/lib/debug/usr/lib64/perl5/auto/Fcntl/Fcntl.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/Glob /usr/lib/debug/usr/lib64/perl5/auto/File/Glob/Glob.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/I18N /usr/lib/debug/usr/lib64/perl5/auto/I18N/Langinfo /usr/lib/debug/usr/lib64/perl5/auto/I18N/Langinfo/Langinfo.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/IO /usr/lib/debug/usr/lib64/perl5/auto/IO/IO.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/List /usr/lib/debug/usr/lib64/perl5/auto/List/Util /usr/lib/debug/usr/lib64/perl5/auto/List/Util/Util.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/MIME /usr/lib/debug/usr/lib64/perl5/auto/MIME/Base64 /usr/lib/debug/usr/lib64/perl5/auto/MIME/Base64/Base64.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/POSIX /usr/lib/debug/usr/lib64/perl5/auto/POSIX/POSIX.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Socket /usr/lib/debug/usr/lib64/perl5/auto/Socket/Socket.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/Storable /usr/lib/debug/usr/lib64/perl5/auto/Storable/Storable.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/Hostname /usr/lib/debug/usr/lib64/perl5/auto/Sys/Hostname/Hostname.so-5.32.1-1.1.mga8.aarch64.debug /usr/lib/debug/usr/lib64/perl5/auto/re /usr/lib/debug/usr/lib64/perl5/auto/re/re.so-5.32.1-1.1.mga8.aarch64.debug
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:05:10 2025