/[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.4 - (hide annotations) (download)
Sun Jul 12 09:29:37 2015 UTC (8 years, 10 months ago) by stephdl
Branch: MAIN
Changes since 1.3: +5 -3 lines
new 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.3 --- ddclient-3.8.3.old/ddclient 2015-07-12 11:11:54.851158706 +0200
3 stephdl 1.4 +++ ddclient-3.8.3.new/ddclient 2015-07-12 11:26:43.761144618 +0200
4     @@ -24,9 +24,10 @@
5 stephdl 1.1 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 stephdl 1.4 -# my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/;
14 stephdl 1.1
15 stephdl 1.4 my $version = "3.8.3";
16     my $programd = $0;

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