From 592810058abf7a17f6ce904d181158dc85119ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 28 Nov 2016 14:19:02 +0100 Subject: [PATCH] Document perl-129130-make-chdir-allocate-the-stack-it-needs.patch patch --- perl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl.spec b/perl.spec index 497699d..faad7f7 100644 --- a/perl.spec +++ b/perl.spec @@ -215,7 +215,8 @@ Patch56: perl-5.24.0-regcomp.c-fix-perl-129950-fix-firstchar-bitmap-under # RT#130001, in upstream after 5.25.6 Patch57: perl-5.25.6-perl-130001-h2xs-avoid-infinite-loop-for-enums.patch -# Fix stack handling when calling chdir without an argument, RT#129130 +# Fix stack handling when calling chdir without an argument, RT#129130, +# in upstream after 5.25.6 Patch58: perl-5.24.0-perl-129130-make-chdir-allocate-the-stack-it-needs.patch # Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048