From 4d97771c24b54e18a57cf09a8eb1f5529fa0b7cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 May 2013 09:04:37 +0200 Subject: php: test build for https://bugs.php.net/64895 --- php-wip.patch | 35 +++++++++++++++++++++++++++++++++++ php55.spec | 12 ++++++------ 2 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 php-wip.patch diff --git a/php-wip.patch b/php-wip.patch new file mode 100644 index 0000000..1c2cee7 --- /dev/null +++ b/php-wip.patch @@ -0,0 +1,35 @@ +diff -up ext/calendar/jewish.c.old ext/calendar/jewish.c +--- ext/calendar/jewish.c.old 2013-05-22 08:11:57.663604019 +0200 ++++ ext/calendar/jewish.c 2013-05-22 08:13:16.560934578 +0200 +@@ -272,7 +272,7 @@ + #define HALAKIM_PER_METONIC_CYCLE (HALAKIM_PER_LUNAR_CYCLE * (12 * 19 + 7)) + + #define JEWISH_SDN_OFFSET 347997 +-#define JEWISH_SDN_MAX 38245310 /* year 103759, 100000 A.D. */ ++#define JEWISH_SDN_MAX 324542846 /* 12/13/887605, greater value raises interger overflow */ + #define NEW_MOON_OF_CREATION 31524 + + #define SUNDAY 0 +diff -up ext/calendar/tests/jdtojewish64.phpt.old ext/calendar/tests/jdtojewish64.phpt +--- ext/calendar/tests/jdtojewish64.phpt.old 2013-05-21 18:37:45.000000000 +0200 ++++ ext/calendar/tests/jdtojewish64.phpt 2013-05-22 08:15:08.113424723 +0200 +@@ -1,5 +1,5 @@ + --TEST-- +-Integer overflow in SndToJewish leads to php hang ++Bug #64895: Integer overflow in SndToJewish + --SKIPIF-- + + --FILE-- + 5.5.0-0.32.201305220430 +- test build for https://bugs.php.net/64895 + * Sat May 18 2013 Remi Collet 5.5.0-0.32.201305181030 - test build with systemd integration (type=notify) -- cgit