Changelog for
php-pear-Net_Socket-1.2.2-1.2.noarch.rpm :
* Thu Dec 05 2019 Arjen de Korte
- make package PHP version independent- use correct macro to reference metadata (boo#1158112)- clean-up spec, use https for downloading
* Thu Mar 01 2018 ecsosAATTopensuse.org- fix rm -rf line in spec to remove .channels etc. in Factory also
* Mon Sep 11 2017 jweberhoferAATTweberhofer.at- Cleaned up spec
* Fri Aug 18 2017 ecsosAATTopensuse.org- New upstream release 1.2.2
* Bug #21178: $php_errormsg is deprecated in PHP 7.2- changes from 1.2.1
* Fix BSD-2 licensing- changes from 1.2.0
* Change license to BSD-2 Clause
* Request #17526: License change- changes from 1.1.0
* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1
* Bug #18262: Incomplete buffer sent with fwrite after bugfix #14619
* Bug #20113: package.xml does not validate
* Bug #21031: Warning on connection error(stream_socket_client)
* PR #7: Fix for \"Maximum execution time of 30 seconds exceeded\" error
* PR #8: Make PHP5 compatible- renamd package to php7-pear-Net_Socket
* Fri Nov 08 2013 ajAATTajaissle.de- New upstream release 1.0.14
* Fix connecting when host is specified with protocol prefix e.g. ssl://- Changes between 1.0.10 an 1.0.13:
* Fix PHP warning and invalid handling of IPv6 addresses
* Fixed regression in handling of default (not set) timeout (Bug PEAR#19949)
* IPv6 sockets cannot be used (Bug PEAR#18231)
* Socket.php errors when sending large emails through Pear Mail (Bug PEAR#18281)
* 2nd argument of setTimeout() could be optional (Bug PEAR#18436)
* Setting timeout after connect() doesn\'t work correctly (Bug PEAR#18437)
* Wrong PHP version dependency and socket_
* function aliases (Bug PEAR#18438)
* Incomplete gets() method description (Bug PEAR#19557)
* Fri Feb 01 2013 ajAATTajaissle.de- improved spec file to serve more build targets
* Tue Nov 27 2012 Ralf Lang - SLE11 compat
* Mon Feb 13 2012 cooloAATTsuse.com- patch license to follow spdx.org standard
* Thu Jan 20 2011 chrisAATTcomputersalat.de- change to php_pear_gen_filelist macro
* Wed Jan 19 2011 chrisAATTcomputersalat.de- pkg rename php5-pear-Net_Socket- merge with php-pear-net_socket, php5-pear-net_socket- dr for php-pear-net_socket, php5-pear-net_socket- added php-macros- cleanup spec
* Sat Oct 16 2010 Ralf Lang - updated to upstream version - 1.0.10 - Configurable newline sequence (PEAR Bug #14181) - Make $size parameter to gets() optional (PEAR Bug #14433) - Don\'t overwrite $errstr set by fsockopen (PEAR Bug #14448) - Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619) - CS cleanup (PEAR Bug #14803)- for more info about changes see ChangeLog http://pear.php.net/package/Net_Socket/download/All
* Sat May 30 2009 chrisAATTcomputersalat.de- fixed post script
* Thu May 21 2009 chrisAATTcomputersalat.de- beautify spec o new spec header o package rename due to package convention o removed php4 stuff, deps o added Provides and Obsoletes for old package names. This should not break deps- added stuff to automatically create correct filelist o tested against Factory (1120) o opensuse >= 1100 complains about \"directory not owned by package\"- some rpmlint fixes