This commit is contained in:
parent
c7c9bb412a
commit
e8d6d6e83b
11
ddclient-3.7.1-fw_debug.patch
Normal file
11
ddclient-3.7.1-fw_debug.patch
Normal file
@ -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' ) {
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user