/[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.4 - (show annotations) (download)
Sun Jul 12 09:29:37 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
Changes since 1.3: +5 -3 lines
new patch ddclient-3.8.3.IO::Socket.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:11:54.851158706 +0200
3 +++ ddclient-3.8.3.new/ddclient 2015-07-12 11:26:43.761144618 +0200
4 @@ -24,9 +24,10 @@
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
15 my $version = "3.8.3";
16 my $programd = $0;

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