| 
									
										
										
										
											2015-04-29 18:10:42 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Apr 29 10:18:10 UTC 2015 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 1.054 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Net-SSLGlue/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   1.054 2015/04/28 | 
					
						
							|  |  |  |   - if a version of libnet is detected which already supports TLS (i.e. | 
					
						
							|  |  |  |     libnet 3.0+) warn and use this instead. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-15 04:53:37 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Apr 14 20:53:00 UTC 2015 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 1.053 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Net-SSLGlue/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   1.053 2014/05/28 | 
					
						
							|  |  |  |   - if current LWP is detected is use this mostly unpatched | 
					
						
							|  |  |  |   - fix Net::SSLGlue::FTP to use the same hostname when verifying the | 
					
						
							|  |  |  |     certificate of the data connection | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   1.052 2014/01/16 | 
					
						
							|  |  |  |   - FTPS: reuse same SSL session for control and data channnel to work | 
					
						
							|  |  |  |     with default configuration of proftpd.  | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   1.051 2014/01/10 | 
					
						
							|  |  |  |   - fixes to Net::FTP SSL support | 
					
						
							|  |  |  |   - examples/ftps-tests.pl has lots of tests for FTP against live server | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   1.05 2014/01/09 | 
					
						
							|  |  |  |   - added support for SSL+IPv6 in Net::FTP | 
					
						
							|  |  |  |   - new package Net::SSLGlue::Socket for a socket which combines plain,ssl,ipv6 | 
					
						
							|  |  |  |   - fixed some tests - some checks for bad certificates do not work anymore | 
					
						
							|  |  |  |     because these certs were fixed | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-12-18 10:41:35 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec 18 10:41:09 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 1.04 | 
					
						
							|  |  |  |  replace Net::Cmd::getline via Net::SSLGlue::POP3 because it assumed, that it | 
					
						
							|  |  |  |  just needs to wait for read events on the sockets - which is not the case for | 
					
						
							|  |  |  |  SSL (e.g. SSL_WANT_READ, SSL_WANT_WRITE). | 
					
						
							|  |  |  |  Fixes https://rt.cpan.org/Ticket/Display.html?id=87507. | 
					
						
							|  |  |  |  fixed documentation for Net::SSLGlue::POP3 | 
					
						
							|  |  |  |  added Net::SSLGlue::POP3 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-05 14:29:27 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun May  5 12:23:53 UTC 2013 - mc@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to version 1.01 | 
					
						
							|  |  |  |   * Net::SSLGlue::LDAP as wrongly named Net::DNSGlue::LDAP | 
					
						
							|  |  |  |   * Net::SSLGlue::SMTP: save hello domain from last hello call, so that the  | 
					
						
							|  |  |  |     hello after the starttls uses the same domain argument. | 
					
						
							|  |  |  |   * Net::SSLGlue::SMTP: fixed stripping of port from host/ip for name  | 
					
						
							|  |  |  |     verification. Added hello after successful starttls. Extented tests | 
					
						
							|  |  |  |     to check, if we can actually talk after starttls. | 
					
						
							|  |  |  |   * fixed wrong position for include encode_base64 and uri_unescape in *::LWP. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-02-13 12:20:13 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Feb 13 10:52:12 UTC 2012 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - patch license to follow spdx.org standard | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-04 11:04:00 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed May  4 10:56:06 UTC 2011 - coolo@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.6 | 
					
						
							|  |  |  |   fixed english, thanks to dom, https://rt.cpan.org/Ticket/Display.html?id=46284 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-03-31 11:53:38 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Mar 31 11:51:59 UTC 2011 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 0.5: | 
					
						
							|  |  |  |   documentation fixes: http://rt.cpan.org/Ticket/Display.html?id=65258 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 13:51:37 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec  1 13:34:12 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - switch to perl_requires macro | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-07-20 18:45:19 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jul 20 13:51:48 UTC 2010 - chris@computersalat.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 0.4 | 
					
						
							|  |  |  |   * added Changes, put examples into examples/ dir | 
					
						
							|  |  |  | - 0.3 2010/05/13 | 
					
						
							|  |  |  |   * rewrite parts of Net::SSLGlue::LWP so that it sends the correct request | 
					
						
							|  |  |  |     to the peer even if https_proxy is used. In former version it ommitted | 
					
						
							|  |  |  |     the HTTP version number in the request (thus the request was invalid). | 
					
						
							|  |  |  |     Bug report by PMOONEY https://rt.cpan.org/Ticket/Display.html?id=57365 | 
					
						
							|  |  |  | - recreated by cpanspec 1.78 | 
					
						
							|  |  |  |   o fix deps | 
					
						
							|  |  |  | - noarch pkg | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-12 12:16:38 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - enable parallel build | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-05-28 02:49:01 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon May 18 12:36:07 CEST 2009 - mc@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial version 0.2  | 
					
						
							|  |  |  | 
 |