Fix a detection for futimes
This commit is contained in:
parent
9457f9ae7d
commit
e79ae3fa66
@ -0,0 +1,30 @@
|
|||||||
|
From 425077e4b85509df2907be6c103d54c0687c7647 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Florian Weimer <fweimer@redhat.com>
|
||||||
|
Date: Mon, 9 Sep 2019 19:35:47 +0200
|
||||||
|
Subject: [PATCH 1/2] Configure: Include <stdlib.h> in futimes check
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Needed for the exit function.
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
Configure | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/Configure b/Configure
|
||||||
|
index 818deb8378..7aa03d6aed 100755
|
||||||
|
--- a/Configure
|
||||||
|
+++ b/Configure
|
||||||
|
@@ -14091,6 +14091,7 @@ $cat >try.c <<EOCP
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
|
||||||
|
int main ()
|
||||||
|
{
|
||||||
|
--
|
||||||
|
2.21.0
|
||||||
|
|
28
perl-5.31.3-Florian-Weimer-is-now-a-perl-author.patch
Normal file
28
perl-5.31.3-Florian-Weimer-is-now-a-perl-author.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From da006e4432402cea01c9018743467314377e3c1e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Tony Cook <tony@develop-help.com>
|
||||||
|
Date: Tue, 10 Sep 2019 10:44:10 +1000
|
||||||
|
Subject: [PATCH 2/2] Florian Weimer is now a perl author
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
AUTHORS | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/AUTHORS b/AUTHORS
|
||||||
|
index a2b6d8c15a..a554cfc045 100644
|
||||||
|
--- a/AUTHORS
|
||||||
|
+++ b/AUTHORS
|
||||||
|
@@ -418,6 +418,7 @@ Fergal Daly <fergal@esatclear.ie>
|
||||||
|
Fingle Nark <finglenark@gmail.com>
|
||||||
|
Florent Guillaume
|
||||||
|
Florian Ragwitz <rafl@debian.org>
|
||||||
|
+Florian Weimer <fweimer@redhat.com>
|
||||||
|
François Désarménien <desar@club-internet.fr>
|
||||||
|
François Perrad <francois.perrad@gadz.org>
|
||||||
|
Frank Crawford
|
||||||
|
--
|
||||||
|
2.21.0
|
||||||
|
|
@ -292,6 +292,10 @@ Patch59: perl-5.31.3-Supply-missing-right-brace-in-regex-example.patch
|
|||||||
# fixed after 5.31.3
|
# fixed after 5.31.3
|
||||||
Patch60: perl-5.31.3-perl-134390-don-t-leak-the-SV-we-just-created-on-an-.patch
|
Patch60: perl-5.31.3-perl-134390-don-t-leak-the-SV-we-just-created-on-an-.patch
|
||||||
|
|
||||||
|
# Fix a detection for futimes, RT#134432, fixed after 5.31.3
|
||||||
|
Patch61: perl-5.31.3-Configure-Include-stdlib.h-in-futimes-check.patch
|
||||||
|
Patch62: perl-5.31.3-Florian-Weimer-is-now-a-perl-author.patch
|
||||||
|
|
||||||
# Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
|
# Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048
|
||||||
Patch200: perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch
|
Patch200: perl-5.16.3-Link-XS-modules-to-libperl.so-with-EU-CBuilder-on-Li.patch
|
||||||
|
|
||||||
@ -2884,6 +2888,8 @@ git am < %{PATCH58}
|
|||||||
rm -rf .git # Perl tests examine a git repository
|
rm -rf .git # Perl tests examine a git repository
|
||||||
%patch59 -p1
|
%patch59 -p1
|
||||||
%patch60 -p1
|
%patch60 -p1
|
||||||
|
%patch61 -p1
|
||||||
|
%patch62 -p1
|
||||||
%patch200 -p1
|
%patch200 -p1
|
||||||
%patch201 -p1
|
%patch201 -p1
|
||||||
|
|
||||||
@ -2951,6 +2957,8 @@ perl -x patchlevel.h \
|
|||||||
'Fedora Patch58: Fix a buffer overflow when compiling a regular expression with many branches (RT#134329)' \
|
'Fedora Patch58: Fix a buffer overflow when compiling a regular expression with many branches (RT#134329)' \
|
||||||
'Fedora Patch59: Correct a misspelling in perlrebackslash documentation (RT#134395)' \
|
'Fedora Patch59: Correct a misspelling in perlrebackslash documentation (RT#134395)' \
|
||||||
'Fedora Patch60: Fix a memory leak when matching a UTF-8 regular expression (RT#134329)' \
|
'Fedora Patch60: Fix a memory leak when matching a UTF-8 regular expression (RT#134329)' \
|
||||||
|
'Fedora Patch61: Fix a detection for futimes (RT#134432)' \
|
||||||
|
'Fedora Patch62: Fix a detection for futimes (RT#134432)' \
|
||||||
'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on Linux' \
|
'Fedora Patch200: Link XS modules to libperl.so with EU::CBuilder on Linux' \
|
||||||
'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
|
'Fedora Patch201: Link XS modules to libperl.so with EU::MM on Linux' \
|
||||||
%{nil}
|
%{nil}
|
||||||
@ -5198,6 +5206,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-446
|
* Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-446
|
||||||
- Fix a memory leak when matching a UTF-8 regular expression (RT#134329)
|
- Fix a memory leak when matching a UTF-8 regular expression (RT#134329)
|
||||||
|
- Fix a detection for futimes (RT#134432)
|
||||||
|
|
||||||
* Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-445
|
* Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-445
|
||||||
- Adjust spec file to rpm-build-4.15.0-0.rc1.1
|
- Adjust spec file to rpm-build-4.15.0-0.rc1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user