OBS User unknown 2007-06-14 13:16:37 +00:00 committed by Git OBS Bridge
parent fa1b10a1a1
commit 43072ff53e
5 changed files with 24 additions and 20 deletions

View File

@ -1,11 +0,0 @@
--- 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' ) {

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1052c85fbe2f26161febe565aa9502b32b76cd0563dc3e3440975f13ae237e14
size 37781

3
ddclient-3.7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49e78787520649fb6a86064ec5927e3678a7ca680958700d785eb6027d7117bc
size 48934

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 14 12:14:12 CEST 2007 - kssingvo@suse.de
- upgrade to version 3.7.2:
* updated easydns support
* fix for 'fw' in case of debug
* ssl call changed
* easydns.patch and eurodns.patch now included
- enable_fw patch removed, now in upstream version included
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 3 14:26:56 CEST 2007 - kssingvo@suse.de Thu May 3 14:26:56 CEST 2007 - kssingvo@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package ddclient (Version 3.7.1) # spec file for package ddclient (Version 3.7.2)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -16,8 +16,8 @@ Group: Productivity/Networking/DNS/Utilities
Requires: perl >= 5.004 Requires: perl >= 5.004
Suggests: perl-IO-Socket-SSL Suggests: perl-IO-Socket-SSL
Autoreqprov: on Autoreqprov: on
Version: 3.7.1 Version: 3.7.2
Release: 15 Release: 1
URL: http://ddclient.sourceforge.net/ URL: http://ddclient.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A Perl Client to Update Dynamic DNS Entries Summary: A Perl Client to Update Dynamic DNS Entries
@ -26,8 +26,7 @@ Source1: rc.ddclient
Source2: ddclient.sysconfig Source2: ddclient.sysconfig
Patch0: ddclient-3.6.3-config.patch Patch0: ddclient-3.6.3-config.patch
Patch1: ddclient-3.7.1-config.patch Patch1: ddclient-3.7.1-config.patch
Patch2: ddclient-3.7.1-fw_debug.patch Patch2: ddclient-3.7.1-sysconfig.patch
Patch3: ddclient-3.7.1-sysconfig.patch
%description %description
ddclient is a small full-featured client requiring only Perl. Supported ddclient is a small full-featured client requiring only Perl. Supported
@ -53,7 +52,6 @@ Authors:
%patch0 -p1 -b _orig %patch0 -p1 -b _orig
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%build %build
#export CFLAGS="$RPM_OPT_FLAGS" #export CFLAGS="$RPM_OPT_FLAGS"
@ -107,6 +105,13 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient
%doc COPY* README* sample* %doc COPY* README* sample*
%changelog %changelog
* Thu Jun 14 2007 - kssingvo@suse.de
- upgrade to version 3.7.2:
* updated easydns support
* fix for 'fw' in case of debug
* ssl call changed
* easydns.patch and eurodns.patch now included
- enable_fw patch removed, now in upstream version included
* Thu May 03 2007 - kssingvo@suse.de * Thu May 03 2007 - kssingvo@suse.de
- added sysconfig file, as suggested in bugzilla#268138 - added sysconfig file, as suggested in bugzilla#268138
- added /var/cache/ddclient (bugzilla#268138) - added /var/cache/ddclient (bugzilla#268138)