Advertisement
Guest User

paste

a guest
Aug 7th, 2018
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.40 KB | None | 0 0
  1. [root@localhost sshuser]# wget http://vault.centos.org/6.1/updates/x86_64/Packages/php-5.3.3-3.el6_1.3.x86_64.rpm
  2. --2018-08-08 11:38:55-- http://vault.centos.org/6.1/updates/x86_64/Packages/php-5.3.3-3.el6_1.3.x86_64.rpm
  3. Resolving vault.centos.org... 109.72.83.61, 2607:f128:40:1600:225:90ff:fe00:bde6
  4. Connecting to vault.centos.org|109.72.83.61|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 1176604 (1.1M) [application/x-rpm]
  7. Saving to: “php-5.3.3-3.el6_1.3.x86_64.rpm”
  8.  
  9. 100%[======================================>] 1,176,604 191K/s in 7.1s
  10.  
  11. 2018-08-08 11:39:07 (163 KB/s) - “php-5.3.3-3.el6_1.3.x86_64.rpm” saved [1176604/1176604]
  12.  
  13. [root@localhost sshuser]# ls
  14. php-5.3.3-3.el6_1.3.x86_64.rpm
  15. [root@localhost sshuser]#
  16. [root@localhost sshuser]#
  17. [root@localhost sshuser]#
  18. [root@localhost sshuser]# rpm -qp --changelog php-5.3.3-3.el6_1.3.x86_64.rpm
  19. * Mon Oct 24 2011 Joe Orton <jorton@redhat.com> - 5.3.3-3.3
  20. - improve CVE-2011-1466 fix to cover CAL_GREGORIAN, CAL_JEWISH
  21.  
  22. * Fri Sep 23 2011 Joe Orton <jorton@redhat.com> - 5.3.3-3.1
  23. - add security fixes for CVE-2011-2483, CVE-2011-0708, CVE-2011-1148,
  24. CVE-2011-1466, CVE-2011-1468, CVE-2011-1469, CVE-2011-1470,
  25. CVE-2011-1471, CVE-2011-1938, and CVE-2011-2202 (#740731)
  26.  
  27. * Fri Jan 21 2011 Joe Orton <jorton@redhat.com> - 5.3.3-3
  28. - add security fixes for CVE-2010-4645, CVE-2010-4156 (#670439)
  29.  
  30. * Fri Jan 14 2011 Joe Orton <jorton@redhat.com> - 5.3.3-2
  31. - fix transposed memset arguments in libzip
  32.  
  33. * Wed Jan 12 2011 Joe Orton <jorton@redhat.com> - 5.3.3-1
  34. - update to 5.3.3 (#645591)
  35. - add security fixes for CVE-2010-3709, CVE-2010-3710,
  36. CVE-2010-3870, CVE-2009-5016 (#651953)
  37. - prevent extract() cloberring $GLOBALS (#655118)
  38. - ensure correct mysql_config is used in biarch builds
  39.  
  40. * Tue Aug 17 2010 Joe Orton <jorton@redhat.com> - 5.3.2-6
  41. - add security fixes for CVE-2010-1866, CVE-2010-2094, CVE-2010-1917,
  42. CVE-2010-2531, MOPS-2010-060 (#624469)
  43.  
  44. * Fri Aug 13 2010 Joe Orton <jorton@redhat.com> - 5.3.2-5
  45. - add security fix for CVE-2010-0397 (#575712)
  46.  
  47. * Thu Jun 24 2010 Joe Orton <jorton@redhat.com> - 5.3.2-4
  48. - add security fix for CVE-2010-2225 (#605644)
  49.  
  50. * Wed May 05 2010 Joe Orton <jorton@redhat.com> - 5.3.2-3
  51. - restore -imap (#586050)
  52.  
  53. * Fri Mar 26 2010 Joe Orton <jorton@redhat.com> - 5.3.2-2
  54. - remove mcrypt support (#459804, #577257)
  55.  
  56. * Wed Mar 24 2010 Joe Orton <jorton@redhat.com> - 5.3.2-1
  57. - update to 5.3.2 (#575158, #575712)
  58.  
  59. * Sat Mar 06 2010 Remi Collet <Fedora@famillecollet.com>
  60. - PHP 5.3.2 Released!
  61. - remove mime_magic option (now provided by fileinfo, by emu)
  62. - add patch for http://bugs.php.net/50578
  63. - remove patch for libedit (upstream)
  64.  
  65. * Fri Jan 15 2010 Joe Orton <jorton@redhat.com> - 5.3.1-7
  66. - add security fix for CVE-2009-4142 (#552268)
  67.  
  68. * Fri Dec 18 2009 Joe Orton <jorton@redhat.com> - 5.3.1-6
  69. - drop mssql, pdo_dblib
  70.  
  71. * Fri Dec 11 2009 Joe Orton <jorton@redhat.com> - 5.3.1-5
  72. - drop imap
  73.  
  74. * Fri Dec 11 2009 Joe Orton <jorton@redhat.com> - 5.3.1-4
  75. - drop t1lib, interbase/firebird support
  76.  
  77. * Fri Nov 27 2009 Joe Orton <jorton@redhat.com> - 5.3.1-3
  78. - update to v7 of systzdata patch
  79.  
  80. * Wed Nov 25 2009 Joe Orton <jorton@redhat.com> - 5.3.1-2
  81. - fix build with autoconf 2.6x
  82.  
  83. * Fri Nov 20 2009 Remi Collet <Fedora@famillecollet.com> 5.3.1-1
  84. - update to 5.3.1
  85. - remove openssl patch (merged upstream)
  86. - add provides for php-pecl-json
  87. - add prod/devel php.ini in doc
  88.  
  89. * Tue Nov 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 5.3.0-7
  90. - use libedit instead of readline to resolve licensing issues
  91.  
  92. * Tue Aug 25 2009 Tomas Mraz <tmraz@redhat.com> - 5.3.0-6
  93. - rebuilt with new openssl
  94.  
  95. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-5
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  97.  
  98. * Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-4
  99. - rediff systzdata patch
  100.  
  101. * Thu Jul 16 2009 Joe Orton <jorton@redhat.com> 5.3.0-3
  102. - update to v6 of systzdata patch; various fixes
  103.  
  104. * Tue Jul 14 2009 Joe Orton <jorton@redhat.com> 5.3.0-2
  105. - update to v5 of systzdata patch; parses zone.tab and extracts
  106. timezone->{country-code,long/lat,comment} mapping table
  107.  
  108. * Sun Jul 12 2009 Remi Collet <Fedora@famillecollet.com> 5.3.0-1
  109. - update to 5.3.0
  110. - remove ncurses, dbase, mhash extensions
  111. - add enchant, sqlite3, intl, phar, fileinfo extensions
  112. - raise sqlite version to 3.6.0 (for sqlite3, build with --enable-load-extension)
  113. - sync with upstream "production" php.ini
  114.  
  115. * Sun Jun 21 2009 Remi Collet <Fedora@famillecollet.com> 5.2.10-1
  116. - update to 5.2.10
  117. - add interbase sub-package
  118.  
  119. * Sat Feb 28 2009 Remi Collet <Fedora@FamilleCollet.com> - 5.2.9-1
  120. - update to 5.2.9
  121.  
  122. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.8-10
  123. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  124.  
  125. * Thu Feb 05 2009 Joe Orton <jorton@redhat.com> 5.2.8-9
  126. - add recode support, -recode subpackage (#106755)
  127. - add -zts subpackage with ZTS-enabled build of httpd SAPI
  128. - adjust php.conf to use -zts SAPI build for worker MPM
  129.  
  130. * Wed Feb 04 2009 Joe Orton <jorton@redhat.com> 5.2.8-8
  131. - fix patch fuzz, renumber patches
  132.  
  133. * Wed Feb 04 2009 Joe Orton <jorton@redhat.com> 5.2.8-7
  134. - drop obsolete configure args
  135. - drop -odbc patch (#483690)
  136.  
  137. * Mon Jan 26 2009 Joe Orton <jorton@redhat.com> 5.2.8-5
  138. - split out sysvshm, sysvsem, sysvmsg, posix into php-process
  139.  
  140. * Sun Jan 25 2009 Joe Orton <jorton@redhat.com> 5.2.8-4
  141. - move wddx to php-xml, build curl shared in -common
  142. - remove BR for expat-devel, bogus configure option
  143.  
  144. * Fri Jan 23 2009 Joe Orton <jorton@redhat.com> 5.2.8-3
  145. - rebuild for new MySQL
  146.  
  147. * Sat Dec 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-2
  148. - libtool 2 workaround for phpize (#476004)
  149. - add missing php_embed.h (#457777)
  150.  
  151. * Tue Dec 09 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.8-1
  152. - update to 5.2.8
  153.  
  154. * Sat Dec 06 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1.1
  155. - libtool 2 workaround
  156.  
  157. * Fri Dec 05 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.7-1
  158. - update to 5.2.7
  159. - enable pdo_dblib driver in php-mssql
  160.  
  161. * Mon Nov 24 2008 Joe Orton <jorton@redhat.com> 5.2.6-7
  162. - tweak Summary, thanks to Richard Hughes
  163.  
  164. * Tue Nov 04 2008 Joe Orton <jorton@redhat.com> 5.2.6-6
  165. - move gd_README to php-gd
  166. - update to r4 of systzdata patch; introduces a default timezone
  167. name of "System/Localtime", which uses /etc/localtime (#469532)
  168.  
  169. * Sat Sep 13 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-5
  170. - enable XPM support in php-gd
  171. - Fix BR for php-gd
  172.  
  173. * Sun Jul 20 2008 Remi Collet <Fedora@FamilleCollet.com> 5.2.6-4
  174. - enable T1lib support in php-gd
  175.  
  176. * Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 5.2.6-3
  177. - update to 5.2.6
  178. - sync default php.ini with upstream
  179. - drop extension_dir from default php.ini, rely on hard-coded
  180. default, to make php-common multilib-safe (#455091)
  181. - update to r3 of systzdata patch
  182.  
  183. * Thu Apr 24 2008 Joe Orton <jorton@redhat.com> 5.2.5-7
  184. - split pspell extension out into php-spell (#443857)
  185.  
  186. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.2.5-6
  187. - Autorebuild for GCC 4.3
  188.  
  189. * Fri Jan 11 2008 Joe Orton <jorton@redhat.com> 5.2.5-5
  190. - ext/date: use system timezone database
  191.  
  192. * Fri Dec 28 2007 Joe Orton <jorton@redhat.com> 5.2.5-4
  193. - rebuild for libc-client bump
  194.  
  195. * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.2.5-3
  196. - Rebuild for openssl bump
  197.  
  198. * Wed Dec 05 2007 Joe Orton <jorton@redhat.com> 5.2.5-2
  199. - update to 5.2.5
  200.  
  201. * Mon Oct 15 2007 Joe Orton <jorton@redhat.com> 5.2.4-3
  202. - correct pcre BR version (#333021)
  203. - restore metaphone fix (#205714)
  204. - add READMEs to php-cli
  205.  
  206. * Sun Sep 16 2007 Joe Orton <jorton@redhat.com> 5.2.4-2
  207. - update to 5.2.4
  208.  
  209. * Sun Sep 02 2007 Joe Orton <jorton@redhat.com> 5.2.3-9
  210. - rebuild for fixed APR
  211.  
  212. * Tue Aug 28 2007 Joe Orton <jorton@redhat.com> 5.2.3-8
  213. - add ldconfig post/postun for -embedded (Hans de Goede)
  214.  
  215. * Fri Aug 10 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 5.2.3-7
  216. - add php-embedded sub-package
  217.  
  218. * Fri Aug 10 2007 Joe Orton <jorton@redhat.com> 5.2.3-6
  219. - fix build with new glibc
  220. - fix License
  221.  
  222. * Mon Jul 16 2007 Joe Orton <jorton@redhat.com> 5.2.3-5
  223. - define php_extdir in macros.php
  224.  
  225. * Mon Jul 02 2007 Joe Orton <jorton@redhat.com> 5.2.3-4
  226. - obsolete php-dbase
  227.  
  228. * Tue Jun 19 2007 Joe Orton <jorton@redhat.com> 5.2.3-3
  229. - add mcrypt, mhash, tidy, mssql subpackages (Dmitry Butskoy)
  230. - enable dbase extension and package in -common
  231.  
  232. * Fri Jun 08 2007 Joe Orton <jorton@redhat.com> 5.2.3-2
  233. - update to 5.2.3 (thanks to Jeff Sheltren)
  234.  
  235. * Wed May 09 2007 Joe Orton <jorton@redhat.com> 5.2.2-4
  236. - fix php-pdo *_arg_force_ref global symbol abuse (#216125)
  237.  
  238. * Tue May 08 2007 Joe Orton <jorton@redhat.com> 5.2.2-3
  239. - rebuild against uw-imap-devel
  240.  
  241. * Fri May 04 2007 Joe Orton <jorton@redhat.com> 5.2.2-2
  242. - update to 5.2.2
  243. - synch changes from upstream recommended php.ini
  244.  
  245. * Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 5.2.1-5
  246. - enable SASL support in LDAP extension (#205772)
  247.  
  248. * Wed Mar 21 2007 Joe Orton <jorton@redhat.com> 5.2.1-4
  249. - drop mime_magic extension (deprecated by php-pecl-Fileinfo)
  250.  
  251. * Mon Feb 19 2007 Joe Orton <jorton@redhat.com> 5.2.1-3
  252. - fix regression in str_{i,}replace (from upstream)
  253.  
  254. * Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 5.2.1-2
  255. - update to 5.2.1
  256. - add Requires(pre) for httpd
  257. - trim %changelog to versions >= 5.0.0
  258.  
  259. * Thu Feb 08 2007 Joe Orton <jorton@redhat.com> 5.2.0-10
  260. - bump default memory_limit to 32M (#220821)
  261. - mark config files noreplace again (#174251)
  262. - drop trailing dots from Summary fields
  263. - use standard BuildRoot
  264. - drop libtool15 patch (#226294)
  265.  
  266. * Tue Jan 30 2007 Joe Orton <jorton@redhat.com> 5.2.0-9
  267. - add php(api), php(zend-abi) provides (#221302)
  268. - package /usr/share/php and append to default include_path (#225434)
  269.  
  270. * Tue Dec 05 2006 Joe Orton <jorton@redhat.com> 5.2.0-8
  271. - fix filter.h installation path
  272. - fix php-zend-abi version (Remi Collet, #212804)
  273.  
  274. * Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-7
  275. - rebuild again
  276.  
  277. * Tue Nov 28 2006 Joe Orton <jorton@redhat.com> 5.2.0-6
  278. - rebuild for net-snmp soname bump
  279.  
  280. * Mon Nov 27 2006 Joe Orton <jorton@redhat.com> 5.2.0-5
  281. - build json and zip shared, in -common (Remi Collet, #215966)
  282. - obsolete php-json and php-pecl-zip
  283. - build readline extension into /usr/bin/php* (#210585)
  284. - change module subpackages to require php-common not php (#177821)
  285.  
  286. * Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-4
  287. - provide php-zend-abi (#212804)
  288. - add /etc/rpm/macros.php exporting interface versions
  289. - synch with upstream recommended php.ini
  290.  
  291. * Wed Nov 15 2006 Joe Orton <jorton@redhat.com> 5.2.0-3
  292. - update to 5.2.0 (#213837)
  293. - php-xml provides php-domxml (#215656)
  294. - fix php-pdo-abi provide (#214281)
  295.  
  296. * Tue Oct 31 2006 Joseph Orton <jorton@redhat.com> 5.1.6-4
  297. - rebuild for curl soname bump
  298. - add build fix for curl 7.16 API
  299.  
  300. * Wed Oct 04 2006 Joe Orton <jorton@redhat.com> 5.1.6-3
  301. - from upstream: add safety checks against integer overflow in _ecalloc
  302.  
  303. * Tue Aug 29 2006 Joe Orton <jorton@redhat.com> 5.1.6-2
  304. - update to 5.1.6 (security fixes)
  305. - bump default memory_limit to 16M (#196802)
  306.  
  307. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.1.4-8.1
  308. - rebuild
  309.  
  310. * Fri Jun 09 2006 Joe Orton <jorton@redhat.com> 5.1.4-8
  311. - Provide php-posix (#194583)
  312. - only provide php-pcntl from -cli subpackage
  313. - add missing defattr's (thanks to Matthias Saou)
  314.  
  315. * Fri Jun 09 2006 Joe Orton <jorton@redhat.com> 5.1.4-7
  316. - move Obsoletes for php-openssl to -common (#194501)
  317. - Provide: php-cgi from -cli subpackage
  318.  
  319. * Fri Jun 02 2006 Joe Orton <jorton@redhat.com> 5.1.4-6
  320. - split out php-cli, php-common subpackages (#177821)
  321. - add php-pdo-abi version export (#193202)
  322.  
  323. * Wed May 24 2006 Radek Vokal <rvokal@redhat.com> 5.1.4-5.1
  324. - rebuilt for new libnetsnmp
  325.  
  326. * Thu May 18 2006 Joe Orton <jorton@redhat.com> 5.1.4-5
  327. - provide mod_php (#187891)
  328. - provide php-cli (#192196)
  329. - use correct LDAP fix (#181518)
  330. - define _GNU_SOURCE in php_config.h and leave it defined
  331. - drop (circular) dependency on php-pear
  332.  
  333. * Mon May 08 2006 Joe Orton <jorton@redhat.com> 5.1.4-3
  334. - update to 5.1.4
  335.  
  336. * Wed May 03 2006 Joe Orton <jorton@redhat.com> 5.1.3-3
  337. - update to 5.1.3
  338.  
  339. * Tue Feb 28 2006 Joe Orton <jorton@redhat.com> 5.1.2-5
  340. - provide php-api (#183227)
  341. - add provides for all builtin modules (Tim Jackson, #173804)
  342. - own %{_libdir}/php/pear for PEAR packages (per #176733)
  343. - add obsoletes to allow upgrade from FE4 PDO packages (#181863)
  344.  
  345. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.3
  346. - bump again for double-long bug on ppc(64)
  347.  
  348. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.1.2-4.1
  349. - rebuilt for new gcc4.1 snapshot and glibc changes
  350.  
  351. * Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 5.1.2-4
  352. - rebuild for new libc-client soname
  353.  
  354. * Mon Jan 16 2006 Joe Orton <jorton@redhat.com> 5.1.2-3
  355. - only build xmlreader and xmlwriter shared (#177810)
  356.  
  357. * Fri Jan 13 2006 Joe Orton <jorton@redhat.com> 5.1.2-2
  358. - update to 5.1.2
  359.  
  360. * Thu Jan 05 2006 Joe Orton <jorton@redhat.com> 5.1.1-8
  361. - rebuild again
  362.  
  363. * Mon Jan 02 2006 Joe Orton <jorton@redhat.com> 5.1.1-7
  364. - rebuild for new net-snmp
  365.  
  366. * Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 5.1.1-6
  367. - enable short_open_tag in default php.ini again (#175381)
  368.  
  369. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  370. - rebuilt
  371.  
  372. * Thu Dec 08 2005 Joe Orton <jorton@redhat.com> 5.1.1-5
  373. - require net-snmp for php-snmp (#174800)
  374.  
  375. * Sun Dec 04 2005 Joe Orton <jorton@redhat.com> 5.1.1-4
  376. - add /usr/share/pear back to hard-coded include_path (#174885)
  377.  
  378. * Fri Dec 02 2005 Joe Orton <jorton@redhat.com> 5.1.1-3
  379. - rebuild for httpd 2.2
  380.  
  381. * Mon Nov 28 2005 Joe Orton <jorton@redhat.com> 5.1.1-2
  382. - update to 5.1.1
  383. - remove pear subpackage
  384. - enable pdo extensions (php-pdo subpackage)
  385. - remove non-standard conditional module builds
  386. - enable xmlreader extension
  387.  
  388. * Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 5.0.5-6
  389. - rebuilt against new openssl
  390.  
  391. * Mon Nov 07 2005 Joe Orton <jorton@redhat.com> 5.0.5-5
  392. - pear: update to XML_RPC 1.4.4, XML_Parser 1.2.7, Mail 1.1.9 (#172528)
  393.  
  394. * Tue Nov 01 2005 Joe Orton <jorton@redhat.com> 5.0.5-4
  395. - rebuild for new libnetsnmp
  396.  
  397. * Wed Sep 14 2005 Joe Orton <jorton@redhat.com> 5.0.5-3
  398. - update to 5.0.5
  399. - add fix for upstream #34435
  400. - devel: require autoconf, automake (#159283)
  401. - pear: update to HTTP-1.3.6, Mail-1.1.8, Net_SMTP-1.2.7, XML_RPC-1.4.1
  402. - fix imagettftext et al (upstream, #161001)
  403.  
  404. * Thu Jun 16 2005 Joe Orton <jorton@redhat.com> 5.0.4-11
  405. - ldap: restore ldap_start_tls() function
  406.  
  407. * Fri May 06 2005 Joe Orton <jorton@redhat.com> 5.0.4-10
  408. - disable RPATHs in shared extensions (#156974)
  409.  
  410. * Tue May 03 2005 Joe Orton <jorton@redhat.com> 5.0.4-9
  411. - build simplexml_import_dom even with shared dom (#156434)
  412. - prevent truncation of copied files to ~2Mb (#155916)
  413. - install /usr/bin/php from CLI build alongside CGI
  414. - enable sysvmsg extension (#142988)
  415.  
  416. * Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 5.0.4-8
  417. - prevent build of builtin dba as well as shared extension
  418.  
  419. * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-7
  420. - split out dba and bcmath extensions into subpackages
  421. - BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)
  422. - pear: update to DB-1.7.6
  423. - enable FastCGI support in /usr/bin/php-cgi (#149596)
  424.  
  425. * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-6
  426. - build /usr/bin/php with the CLI SAPI, and add /usr/bin/php-cgi,
  427. built with the CGI SAPI (thanks to Edward Rudd, #137704)
  428. - add php(1) man page for CLI
  429. - fix more test cases to use -n when invoking php
  430.  
  431. * Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-5
  432. - rebuild for new libpq soname
  433.  
  434. * Tue Apr 12 2005 Joe Orton <jorton@redhat.com> 5.0.4-4
  435. - bundle from PEAR: HTTP, Mail, XML_Parser, Net_Socket, Net_SMTP
  436. - snmp: disable MSHUTDOWN function to prevent error_log noise (#153988)
  437. - mysqli: add fix for crash on x86_64 (Georg Richter, upstream #32282)
  438.  
  439. * Mon Apr 11 2005 Joe Orton <jorton@redhat.com> 5.0.4-3
  440. - build shared objects as PIC (#154195)
  441.  
  442. * Mon Apr 04 2005 Joe Orton <jorton@redhat.com> 5.0.4-2
  443. - fix PEAR installation and bundle PEAR DB-1.7.5 package
  444.  
  445. * Fri Apr 01 2005 Joe Orton <jorton@redhat.com> 5.0.4-1
  446. - update to 5.0.4 (#153068)
  447. - add .phps AddType to php.conf (#152973)
  448. - better gcc4 fix for libxmlrpc
  449.  
  450. * Wed Mar 30 2005 Joe Orton <jorton@redhat.com> 5.0.3-5
  451. - BuildRequire mysql-devel >= 4.1
  452. - don't mark php.ini as noreplace to make upgrades work (#152171)
  453. - fix subpackage descriptions (#152628)
  454. - fix memset(,,0) in Zend (thanks to Dave Jones)
  455. - fix various compiler warnings in Zend
  456.  
  457. * Thu Mar 24 2005 Joe Orton <jorton@redhat.com> 5.0.3-4
  458. - package mysqli extension in php-mysql
  459. - really enable pcntl (#142903)
  460. - don't build with --enable-safe-mode (#148969)
  461. - use "Instant Client" libraries for oci8 module (Kai Bolay, #149873)
  462.  
  463. * Fri Feb 18 2005 Joe Orton <jorton@redhat.com> 5.0.3-3
  464. - fix build with GCC 4
  465.  
  466. * Wed Feb 09 2005 Joe Orton <jorton@redhat.com> 5.0.3-2
  467. - install the ext/gd headers (#145891)
  468. - enable pcntl extension in /usr/bin/php (#142903)
  469. - add libmbfl array arithmetic fix (dcb314@hotmail.com, #143795)
  470. - add BuildRequire for recent pcre-devel (#147448)
  471.  
  472. * Wed Jan 12 2005 Joe Orton <jorton@redhat.com> 5.0.3-1
  473. - update to 5.0.3 (thanks to Robert Scheck et al, #143101)
  474. - enable xsl extension (#142174)
  475. - package both the xsl and dom extensions in php-xml
  476. - enable soap extension, shared (php-soap package) (#142901)
  477. - add patches from upstream 5.0 branch:
  478. * Zend_strtod.c compile fixes
  479. * correct php_sprintf return value usage
  480.  
  481. * Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 5.0.2-8
  482. - update for db4-4.3 (Robert Scheck, #140167)
  483. - build against mysql-devel
  484. - run tests in %check
  485.  
  486. * Wed Nov 10 2004 Joe Orton <jorton@redhat.com> 5.0.2-7
  487. - truncate changelog at 4.3.1-1
  488. - merge from 4.3.x package:
  489. - enable mime_magic extension and Require: file (#130276)
  490.  
  491. * Mon Nov 08 2004 Joe Orton <jorton@redhat.com> 5.0.2-6
  492. - fix dom/sqlite enable/without confusion
  493.  
  494. * Mon Nov 08 2004 Joe Orton <jorton@redhat.com> 5.0.2-5
  495. - fix phpize installation for lib64 platforms
  496. - add fix for segfault in variable parsing introduced in 5.0.2
  497.  
  498. * Mon Nov 08 2004 Joe Orton <jorton@redhat.com> 5.0.2-4
  499. - update to 5.0.2 (#127980)
  500. - build against mysqlclient10-devel
  501. - use new RTLD_DEEPBIND to load extension modules
  502. - drop explicit requirement for elfutils-devel
  503. - use AddHandler in default conf.d/php.conf (#135664)
  504. - "fix" round() fudging for recent gcc on x86
  505. - disable sqlite pending audit of warnings and subpackage split
  506.  
  507. * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-4
  508. - don't build dom extension into 2.0 SAPI
  509.  
  510. * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-3
  511. - ExclusiveArch: x86 ppc x86_64 for the moment
  512.  
  513. * Fri Sep 17 2004 Joe Orton <jorton@redhat.com> 5.0.1-2
  514. - fix default extension_dir and conf.d/php.conf
  515.  
  516. * Thu Sep 09 2004 Joe Orton <jorton@redhat.com> 5.0.1-1
  517. - update to 5.0.1
  518. - only build shared modules once
  519. - put dom extension in php-dom subpackage again
  520. - move extension modules into %{_libdir}/php/modules
  521. - don't use --with-regex=system, it's ignored for the apache* SAPIs
  522.  
  523. * Wed Aug 11 2004 Tom Callaway <tcallawa@redhat.com>
  524. - Merge in some spec file changes from Jeff Stern (jastern@uci.edu)
  525.  
  526. * Mon Aug 09 2004 Tom Callaway <tcallawa@redhat.com>
  527. - bump to 5.0.0
  528. - add patch to prevent clobbering struct re_registers from regex.h
  529. - remove domxml references, replaced with dom now built-in
  530. - fix php.ini to refer to php5 not php4
  531.  
  532. [root@localhost sshuser]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement