/[smecontribs]/rpms/ddclient/contribs9/ddclient-3.8.3.IO::Socket.patch
ViewVC logotype

Annotation of /rpms/ddclient/contribs9/ddclient-3.8.3.IO::Socket.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sun Jul 12 08:59:18 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
CVS Tags: ddclient-3_8_3-3_el6_sme, ddclient-3_8_3-2_el6_sme
Changes since 1.1: +2 -2 lines
* Sun Jul 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.8.3-2.sme
- Initial release to contribs9
- added patch ddclient-3.8.3.IO::Socket.patch

1 stephdl 1.1 diff -Nur ddclient-3.8.3.old/ddclient ddclient-3.8.3.new/ddclient
2 stephdl 1.2 --- ddclient-3.8.3.old/ddclient 2015-07-12 10:54:53.807110229 +0200
3     +++ ddclient-3.8.3.new/ddclient 2015-07-12 10:55:52.082301295 +0200
4 stephdl 1.1 @@ -24,7 +24,9 @@
5     use strict;
6     use Getopt::Long;
7     use Sys::Hostname;
8     -use IO::Socket;
9     +#use IO::Socket;
10     +use IO::Socket::INET;
11     +use IO::Socket::SSL 'inet4';
12    
13     # my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/;
14    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed