/[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.5 - (hide annotations) (download)
Sun Jul 12 10:50:26 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
Changes since 1.4: +4 -6 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.5 --- 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 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.5 # my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/;
14 stephdl 1.1

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