OBS User unknown 2007-02-13 11:56:12 +00:00 committed by Git OBS Bridge
parent 833592a174
commit c7c9bb412a
3 changed files with 19 additions and 1 deletions

View File

@ -9,3 +9,14 @@
my $cachedir = ($program =~ /test/i) ? './' : '/var/cache/ddclient/';
my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/';
my $msgs = '';
--- ddclient-3.7.1/sample-etc_ddclient.conf.orig 2007-02-13 09:40:04.000000000 +0100
+++ ddclient-3.7.1/sample-etc_ddclient.conf 2007-02-13 09:40:48.000000000 +0100
@@ -23,7 +23,7 @@
#mail=root # mail all msgs to root
mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
-ssl=yes # use ssl-support. Works with
+ssl=no # use ssl-support. Works with
# ssl-library
#
#use=watchguard-soho, fw=192.168.111.1:80 # via Watchguard's SOHO FW

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 13 09:43:01 CET 2007 - kssingvo@suse.de
- disabled ssl in default config (bugzilla#232005)
-------------------------------------------------------------------
Mon Feb 12 16:11:18 CET 2007 - kssingvo@suse.de

View File

@ -17,7 +17,7 @@ Requires: perl >= 5.004
Suggests: perl-IO-Socket-SSL
Autoreqprov: on
Version: 3.7.1
Release: 1
Release: 2
URL: http://ddclient.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A Perl Client to Update Dynamic DNS Entries
@ -95,6 +95,8 @@ ln -s %{_sysconfdir}/init.d/ddclient $RPM_BUILD_ROOT/usr/sbin/rcddclient
%doc COPY* README* sample*
%changelog -n ddclient
* Tue Feb 13 2007 - kssingvo@suse.de
- disabled ssl in default config (bugzilla#232005)
* Mon Feb 12 2007 - kssingvo@suse.de
- update to version 3.7.1:
* URL of zoneedit has changed (see bug #1558483)