diff --git a/ddclient-3.7.0.tar.bz2 b/ddclient-3.7.0.tar.bz2 deleted file mode 100644 index 9a168b0..0000000 --- a/ddclient-3.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b6878833e443f5e86fc1d94347e26d72a23de8026d5e6aec263a65d2de0025 -size 36800 diff --git a/ddclient-3.6.5-config.patch b/ddclient-3.7.1-config.patch similarity index 60% rename from ddclient-3.6.5-config.patch rename to ddclient-3.7.1-config.patch index 0e9b53f..ccb56cb 100644 --- a/ddclient-3.6.5-config.patch +++ b/ddclient-3.7.1-config.patch @@ -1,11 +1,11 @@ ---- ddclient-3.6.5/ddclient.orig 2004-11-24 17:23:55.000000000 +0100 -+++ ddclient-3.6.5/ddclient 2005-03-29 14:13:16.000000000 +0200 +--- ddclient-3.7.1/ddclient.orig 2007-01-25 16:42:22.000000000 +0100 ++++ ddclient-3.7.1/ddclient 2007-02-12 16:09:53.000000000 +0100 @@ -21,7 +21,7 @@ $program =~ s/d$//; my $now = time; my $hostname = hostname(); -my $etc = ($program =~ /test/i) ? './' : '/etc/ddclient/'; +my $etc = ($program =~ /test/i) ? './' : '/etc/'; + my $cachedir = ($program =~ /test/i) ? './' : '/var/cache/ddclient/'; my $savedir = ($program =~ /test/i) ? 'URL/' : '/tmp/'; my $msgs = ''; - my $last_msgs = ''; diff --git a/ddclient-3.7.1.tar.bz2 b/ddclient-3.7.1.tar.bz2 new file mode 100644 index 0000000..9211e47 --- /dev/null +++ b/ddclient-3.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1052c85fbe2f26161febe565aa9502b32b76cd0563dc3e3440975f13ae237e14 +size 37781 diff --git a/ddclient.changes b/ddclient.changes index b1f49f9..a2b37ce 100644 --- a/ddclient.changes +++ b/ddclient.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Feb 12 16:11:18 CET 2007 - kssingvo@suse.de + +- update to version 3.7.1: + * URL of zoneedit has changed (see bug #1558483) + * Added initscript for Ubuntu (posted by Paolo Martinelli) + * Added patch "Patch: Treat --daemon values as intervals" + (submitted by James deBoer) + * Don't send any mail when in not running daemon mode (patch + submitted by Daniel Thaler) + * Changed Changelog syntax + * Applied patches submitted by Torsten: + abuse_msg.diff: ddclient still reports the email to contact + dyndns.org but they prefer a web form today (IIRC). This patch + adjusts the abuse warning printed by ddclient. + cachedir.diff: Original ddclient stores a cache file in /etc + which would belong in /var/cache in my opinion and according + to the FHS. + help_nonroot.diff: Allow calling the help function as non-root. + update-new-config.patch: Force update if config has changed + smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA + FW firewall + cisco_fw.diff: Use configured hostname for firewall access with + -use=cisco (closes: #345712). Thanks to Per Carlson for the + patch! See http://bugs.debian.org/345712. + maxinterval.diff: Increase max interval for updates. + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129370 + http://www.dyndns.com/support/services/dyndns/faq.html#q15 +- added Suggests: for perl-IO-SSL-Socket (bugzilla#232005) +- adapted /etc config patch to new version + ------------------------------------------------------------------- Mon Jan 8 12:31:20 CET 2007 - kssingvo@suse.de diff --git a/ddclient.spec b/ddclient.spec index 2d4b1e9..796520f 100644 --- a/ddclient.spec +++ b/ddclient.spec @@ -1,5 +1,5 @@ # -# spec file for package ddclient (Version 3.7.0) +# spec file for package ddclient (Version 3.7.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,16 +14,17 @@ Name: ddclient License: GNU General Public License (GPL) Group: Productivity/Networking/DNS/Utilities Requires: perl >= 5.004 +Suggests: perl-IO-Socket-SSL Autoreqprov: on -Version: 3.7.0 -Release: 24 +Version: 3.7.1 +Release: 1 URL: http://ddclient.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Perl Client to Update Dynamic DNS Entries Source0: http://switch.dl.sourceforge.net/sourceforge/ddclient/%{name}-%{version}.tar.bz2 Source1: rc.ddclient Patch0: ddclient-3.6.3-config.patch -Patch1: ddclient-3.6.5-config.patch +Patch1: ddclient-3.7.1-config.patch %description ddclient is a small full-featured client requiring only Perl. Supported @@ -94,6 +95,34 @@ ln -s %{_sysconfdir}/init.d/ddclient $RPM_BUILD_ROOT/usr/sbin/rcddclient %doc COPY* README* sample* %changelog -n ddclient +* Mon Feb 12 2007 - kssingvo@suse.de +- update to version 3.7.1: + * URL of zoneedit has changed (see bug #1558483) + * Added initscript for Ubuntu (posted by Paolo Martinelli) + * Added patch "Patch: Treat --daemon values as intervals" + (submitted by James deBoer) + * Don't send any mail when in not running daemon mode (patch + submitted by Daniel Thaler) + * Changed Changelog syntax + * Applied patches submitted by Torsten: + abuse_msg.diff: ddclient still reports the email to contact + dyndns.org but they prefer a web form today (IIRC). This patch + adjusts the abuse warning printed by ddclient. + cachedir.diff: Original ddclient stores a cache file in /etc + which would belong in /var/cache in my opinion and according + to the FHS. + help_nonroot.diff: Allow calling the help function as non-root. + update-new-config.patch: Force update if config has changed + smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA + FW firewall + cisco_fw.diff: Use configured hostname for firewall access with + -use=cisco (closes: #345712). Thanks to Per Carlson for the + patch! See http://bugs.debian.org/345712. + maxinterval.diff: Increase max interval for updates. + See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129370 + http://www.dyndns.com/support/services/dyndns/faq.html#q15 +- added Suggests: for perl-IO-SSL-Socket (bugzilla#232005) +- adapted /etc config patch to new version * Mon Jan 08 2007 - kssingvo@suse.de - fixed checkproc in init script (bugzilla#229460) * Wed Sep 20 2006 - kssingvo@suse.de