Accepting request 18765 from network
Copy from network/ddclient based on submit request 18765 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/18765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=13
This commit is contained in:
parent
98700553a1
commit
0cca32f8dd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||
|
||||
- make patch0 usage consistent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 14:57:23 CET 2009 - kssingvo@suse.de
|
||||
|
||||
|
105
ddclient.spec
105
ddclient.spec
@ -26,7 +26,7 @@ Suggests: perl-IO-Socket-SSL
|
||||
PreReq: %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Version: 3.8.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://ddclient.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A Perl Client to Update Dynamic DNS Entries
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch0 -p1 -b _orig
|
||||
%patch -p1 -b _orig
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
rm -f sample-etc_ddclient.conf.orig
|
||||
@ -117,104 +117,3 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient
|
||||
%doc COPY* README* sample* examples
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2009 kssingvo@suse.de
|
||||
- made rpmlint more happy
|
||||
- removed unneccessary .orig file to avoid build issue
|
||||
* Wed Jan 28 2009 kssingvo@suse.de
|
||||
- new version 3.8.0:
|
||||
* better password handling
|
||||
* ddclient wrapper now included
|
||||
* some remarks concerning postscript in sample config file
|
||||
* support for multiple IP adresses
|
||||
* namecheap patch
|
||||
* Preventing error while reading cache when ip wasn't set correctly
|
||||
before
|
||||
* Preventing an error when trying to send a message on mail-failure
|
||||
* mail-on-kill functionality
|
||||
* documentation changes
|
||||
* Tue Jan 27 2009 kukuk@suse.de
|
||||
- Add PreRequires
|
||||
* Thu Aug 30 2007 kssingvo@suse.de
|
||||
- config file ddclient.conf now with noreplace (bugzilla#305533)
|
||||
* Tue Aug 07 2007 kssingvo@suse.de
|
||||
- upgrade to version 3.7.3:
|
||||
* fixed typo for dnspark
|
||||
* Renamed dyndns.org to dyndns.com
|
||||
* opendns support added
|
||||
* several debian/ubuntu patches included
|
||||
* Readme changes
|
||||
* signature modified
|
||||
* typo in namecheap support
|
||||
* 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
|
||||
- added sysconfig file, as suggested in bugzilla#268138
|
||||
- added /var/cache/ddclient (bugzilla#268138)
|
||||
* 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
|
||||
- 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
|
||||
- added init script (bugzilla#201548)
|
||||
* Wed Jun 28 2006 kssingvo@suse.de
|
||||
- update to version 3.7.0:
|
||||
- support of many new routers
|
||||
- fix to have a '#' char in the password
|
||||
- renamed .orig to _orig in %%doc section
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Jan 11 2006 kssingvo@suse.de
|
||||
- update to version 3.6.7
|
||||
* Tue Jul 26 2005 kssingvo@suse.de
|
||||
- update to version 3.6.6
|
||||
* Tue Mar 29 2005 kssingvo@suse.de
|
||||
- fix of config directory location (bugzilla#74539)
|
||||
* Tue Feb 01 2005 kssingvo@suse.de
|
||||
- new version 3.6.5: there was a bug in the linksys-ver2
|
||||
* Thu Nov 04 2004 kssingvo@suse.de
|
||||
- new version 3.6.4 and now maintained at sourceforge
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- fix build as user
|
||||
* Wed Aug 13 2003 kssingvo@suse.de
|
||||
- fixed defaults (bugzilla#27701)
|
||||
* Tue Jun 24 2003 kssingvo@suse.de
|
||||
- upgraded to ddclient-3.6.3
|
||||
* Tue Jan 14 2003 kssingvo@suse.de
|
||||
- updated to ddclient-3.6.3beta3
|
||||
* Mon Oct 28 2002 kssingvo@suse.de
|
||||
- first shot.
|
||||
|
Loading…
x
Reference in New Issue
Block a user