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

Contents 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.6 - (show annotations) (download)
Sun Jul 12 11:26:31 2015 UTC (8 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED
* 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_inet4.patch

1 diff -Nur ddclient-3.8.3.old/ddclient ddclient-3.8.3.new/ddclient
2 --- ddclient-3.8.3.old/ddclient 2015-07-12 11:40:25.170130672 +0200
3 +++ ddclient-3.8.3.new/ddclient 2015-07-12 12:46:22.441939841 +0200
4 @@ -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: 1.5 $ =~ /(\d+)/;
14

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