From e8d6d6e83bd91f2346b536c57d6b3e00c33c9247074bb1356d1cdd5511e10052 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Apr 2007 19:16:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=4 --- ddclient-3.7.1-fw_debug.patch | 11 +++++++++++ ddclient.changes | 5 +++++ ddclient.spec | 8 ++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 ddclient-3.7.1-fw_debug.patch diff --git a/ddclient-3.7.1-fw_debug.patch b/ddclient-3.7.1-fw_debug.patch new file mode 100644 index 0000000..fc04c3a --- /dev/null +++ b/ddclient-3.7.1-fw_debug.patch @@ -0,0 +1,11 @@ +--- ddclient-3.7.1/ddclient.orig 2007-04-03 20:33:43.000000000 +0200 ++++ ddclient-3.7.1/ddclient 2007-04-03 20:37:18.000000000 +0200 +@@ -1657,7 +1657,7 @@ + + debug("server = $server"); + debug("opt(fw = ",opt('fw')); +- debug("glo fw = $globals{'fw'}"); ++ $globals{'fw'} && debug("glo fw = $globals{'fw'}"); + #if ( $globals{'ssl'} and $server ne $globals{'fw'} ) { + ## always omit SSL for connections to local router + if ( $globals{'ssl'} and (caller(1))[3] ne 'main::get_ip' ) { diff --git a/ddclient.changes b/ddclient.changes index 3fa6c7a..da48370 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 3 20:38:18 CEST 2007 - kssingvo@suse.de + +- fixed issue in debug messages (bugzilla#250170) + ------------------------------------------------------------------- Tue Feb 13 09:43:01 CET 2007 - kssingvo@suse.de diff --git a/ddclient.spec b/ddclient.spec index bb20555..5c93acf 100644 --- a/ddclient.spec +++ b/ddclient.spec @@ -17,7 +17,7 @@ Requires: perl >= 5.004 Suggests: perl-IO-Socket-SSL Autoreqprov: on Version: 3.7.1 -Release: 2 +Release: 9 URL: http://ddclient.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Perl Client to Update Dynamic DNS Entries @@ -25,6 +25,7 @@ Source0: http://switch.dl.sourceforge.net/sourceforge/ddclient/%{name}-%{ Source1: rc.ddclient Patch0: ddclient-3.6.3-config.patch Patch1: ddclient-3.7.1-config.patch +Patch2: ddclient-3.7.1-fw_debug.patch %description ddclient is a small full-featured client requiring only Perl. Supported @@ -49,6 +50,7 @@ Authors: %setup %patch0 -p1 -b _orig %patch1 -p1 +%patch2 -p1 %build #export CFLAGS="$RPM_OPT_FLAGS" @@ -94,7 +96,9 @@ ln -s %{_sysconfdir}/init.d/ddclient $RPM_BUILD_ROOT/usr/sbin/rcddclient /usr/sbin/rcddclient %doc COPY* README* sample* -%changelog -n ddclient +%changelog +* Tue Apr 03 2007 - kssingvo@suse.de +- fixed issue in debug messages (bugzilla#250170) * Tue Feb 13 2007 - kssingvo@suse.de - disabled ssl in default config (bugzilla#232005) * Mon Feb 12 2007 - kssingvo@suse.de