--- rpms/ddclient/contribs9/ddclient-3.8.3.IO::Socket.patch 2015/07/12 09:20:14 1.3 +++ rpms/ddclient/contribs9/ddclient-3.8.3.IO::Socket.patch 2015/07/12 09:29:37 1.4 @@ -1,7 +1,7 @@ diff -Nur ddclient-3.8.3.old/ddclient ddclient-3.8.3.new/ddclient --- ddclient-3.8.3.old/ddclient 2015-07-12 11:11:54.851158706 +0200 -+++ ddclient-3.8.3.new/ddclient 2015-07-12 11:18:15.218152297 +0200 -@@ -24,7 +24,9 @@ ++++ ddclient-3.8.3.new/ddclient 2015-07-12 11:26:43.761144618 +0200 +@@ -24,9 +24,10 @@ use strict; use Getopt::Long; use Sys::Hostname; @@ -10,5 +10,7 @@ diff -Nur ddclient-3.8.3.old/ddclient dd +use IO::Socket::INET; +use IO::Socket::SSL 'inet4'; - # my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/; +-# my ($VERSION) = q$Revision: 184 $ =~ /(\d+)/; + my $version = "3.8.3"; + my $programd = $0;