From 0c93631728698c1a9f7af4a2c8eccc82548237b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Nov 2017 10:26:25 +0100 Subject: add patch for https://bugs.php.net/75514 --- php72.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 7323eaa..66e2cb7 100644 --- a/php72.spec +++ b/php72.spec @@ -182,6 +182,7 @@ Patch300: php-7.0.10-datetests.patch Patch301: php-7.0.0-oldpcre.patch # WIP +Patch400: 0001-Fixed-bug-75514-mt_rand-returns-value-outside-min-ma.patch BuildRequires: bzip2-devel, curl-devel >= 7.9 BuildRequires: httpd-devel >= 2.0.46-1, pam-devel @@ -1088,6 +1089,7 @@ fi %endif # WIP patch +%patch400 -p1 -bug75514 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE -- cgit