OBS User unknown 2008-02-15 00:18:36 +00:00 committed by Git OBS Bridge
parent 9ce62813f9
commit f3dc23068d
4 changed files with 77 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20522fe06f073db650d898ca018d256f59a1827f5f8218776ca058bc1442582f
size 247998

3
dnsmasq-2.41.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Feb 13 09:54:14 CET 2008 - ug@suse.de
- Allow the DNS function to be completely disabled, by
setting the port to zero "--port=0"
- Fix a bug where NXDOMAIN could be returned for a query
even if the name's value was known for a different query
type.
- Fixed possible crash bug in DBus IPv6 code
- Add --dhcp-no-override option
- Add --tftp-port-range option
- Add --stop-dns-rebind option
- Added --all-servers option
- Add --dhcp-optsfile option
- Fixed broken --alias functionality
- Add --dhcp-match flag
- Added --dhcp-broadcast, to force broadcast replies
- multiple bugs fixed
- 2.41
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 4 06:32:08 CET 2008 - crrodriguez@suse.de Fri Jan 4 06:32:08 CET 2008 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package dnsmasq (Version 2.40) # spec file for package dnsmasq (Version 2.41)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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
@ -10,10 +10,11 @@
# norootforbuild # norootforbuild
Name: dnsmasq Name: dnsmasq
Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
Version: 2.40 Version: 2.41
Release: 5 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Networking/DNS/Servers Group: Productivity/Networking/DNS/Servers
Provides: dns_daemon Provides: dns_daemon
@ -89,20 +90,38 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
%{_sysconfdir}/slp.reg.d/ %{_sysconfdir}/slp.reg.d/
%attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/dnsmasq.reg %attr(0644,root,root) /%{_sysconfdir}/slp.reg.d/dnsmasq.reg
%{_mandir}/man8/dnsmasq.8.gz %{_mandir}/man8/dnsmasq.8.gz
%{_mandir}/fr/man8/dnsmasq.8.gz
%{_mandir}/es/man8/dnsmasq.8.gz %{_mandir}/es/man8/dnsmasq.8.gz
%changelog %changelog
* Fri Jan 04 2008 - crrodriguez@suse.de * Wed Feb 13 2008 ug@suse.de
- Allow the DNS function to be completely disabled, by
setting the port to zero "--port=0"
- Fix a bug where NXDOMAIN could be returned for a query
even if the name's value was known for a different query
type.
- Fixed possible crash bug in DBus IPv6 code
- Add --dhcp-no-override option
- Add --tftp-port-range option
- Add --stop-dns-rebind option
- Added --all-servers option
- Add --dhcp-optsfile option
- Fixed broken --alias functionality
- Add --dhcp-match flag
- Added --dhcp-broadcast, to force broadcast replies
- multiple bugs fixed
- 2.41
* Fri Jan 04 2008 crrodriguez@suse.de
- bzip tarball - bzip tarball
- use find_lang macro. - use find_lang macro.
* Thu Dec 06 2007 - ug@suse.de * Thu Dec 06 2007 ug@suse.de
- version 2.40 - version 2.40
- Fix handling of fully-qualified names in --dhcp-host - Fix handling of fully-qualified names in --dhcp-host
- Fixed error in manpage - Fixed error in manpage
- Fixed misaligned memory access which caused problems on - Fixed misaligned memory access which caused problems on
Blackfin CPUs Blackfin CPUs
- lots of new options (see changelog for details) - lots of new options (see changelog for details)
* Wed May 02 2007 - ug@suse.de * Wed May 02 2007 ug@suse.de
- version 2.39 - version 2.39
- names like "localhost." in /etc/hosts with trailing period - names like "localhost." in /etc/hosts with trailing period
are treated as fully-qualified. are treated as fully-qualified.
@ -123,11 +142,11 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
--tftp-root is set, as long as the path matches the root --tftp-root is set, as long as the path matches the root
- Updated translations - Updated translations
- Added --interface-name option - Added --interface-name option
* Thu Mar 15 2007 - ug@suse.de * Thu Mar 15 2007 ug@suse.de
- SuSEFirewall service files fixed and enhanced - SuSEFirewall service files fixed and enhanced
* Tue Mar 06 2007 - ug@suse.de * Tue Mar 06 2007 ug@suse.de
- SuSEFirewall service file added - SuSEFirewall service file added
* Tue Feb 13 2007 - ug@suse.de * Tue Feb 13 2007 ug@suse.de
- version 2.38 - version 2.38
Don't send length zero DHCP option 43 and cope with Don't send length zero DHCP option 43 and cope with
encapsulated options whose total length exceeds 255 octets encapsulated options whose total length exceeds 255 octets
@ -150,7 +169,7 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
probably needs an infinite DHCP lease and some bad luck to probably needs an infinite DHCP lease and some bad luck to
trigger. Thanks to Detlef Reichelt for bug reports and trigger. Thanks to Detlef Reichelt for bug reports and
testing. testing.
* Mon Feb 05 2007 - ug@suse.de * Mon Feb 05 2007 ug@suse.de
Add better support for RFC-2855 DHCP-over-firewire and RFC Add better support for RFC-2855 DHCP-over-firewire and RFC
-4390 DHCP-over-InfiniBand. A good suggestion from Karl Svec. -4390 DHCP-over-InfiniBand. A good suggestion from Karl Svec.
Some efficiency tweaks to the cache code for very large Some efficiency tweaks to the cache code for very large
@ -177,12 +196,12 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
Added a LIMITS section to the man-page, with guidance on Added a LIMITS section to the man-page, with guidance on
maximum numbers of clients, file sizes and tuning. maximum numbers of clients, file sizes and tuning.
- version 2.37 - version 2.37
* Mon Jan 22 2007 - ug@suse.de * Mon Jan 22 2007 ug@suse.de
- version 2.36 - version 2.36
* Mon Oct 30 2006 - ug@suse.de * Mon Oct 30 2006 ug@suse.de
- version 2.35 - version 2.35
- better performance on parsing huge /etc/hosts files - better performance on parsing huge /etc/hosts files
* Tue Oct 17 2006 - ug@suse.de * Tue Oct 17 2006 ug@suse.de
- version 2.34 - version 2.34
- Tweak network-determination code - Tweak network-determination code
- Improve handling of high DNS loads - Improve handling of high DNS loads
@ -199,47 +218,47 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
- Added --clear-on-reload flag - Added --clear-on-reload flag
- Treat a nameserver address of 0.0.0.0 as "nothing" - Treat a nameserver address of 0.0.0.0 as "nothing"
- Added Webmin module in contrib/webmin - Added Webmin module in contrib/webmin
* Fri Aug 11 2006 - ug@suse.de * Fri Aug 11 2006 ug@suse.de
- init-script more LSB conform - init-script more LSB conform
patch by Matthias Andree patch by Matthias Andree
* Mon Aug 07 2006 - ug@suse.de * Mon Aug 07 2006 ug@suse.de
- version 2.33 - version 2.33
- Provide extra information to lease-change script - Provide extra information to lease-change script
- Fix breakage with some DHCP relay implementations - Fix breakage with some DHCP relay implementations
- compilation warning fixes - compilation warning fixes
- minor DNS and DHCP fixes and enhancements - minor DNS and DHCP fixes and enhancements
* Mon Jun 12 2006 - ug@suse.de * Mon Jun 12 2006 ug@suse.de
- version 2.32 - version 2.32
* Wed May 17 2006 - ug@suse.de * Wed May 17 2006 ug@suse.de
- version 2.31 - version 2.31
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - ug@suse.de * Mon Jan 23 2006 ug@suse.de
- Fixed crash when attempting to send a DHCP NAK to a host - Fixed crash when attempting to send a DHCP NAK to a host
which believes it has a lease on an unknown network. which believes it has a lease on an unknown network.
That bug was invented in 2.25 That bug was invented in 2.25
- version 2.26 - version 2.26
* Mon Jan 16 2006 - ug@suse.de * Mon Jan 16 2006 ug@suse.de
- moved dnsmasq.no to dnsmasq.np - moved dnsmasq.no to dnsmasq.np
see bug #42748 see bug #42748
* Mon Jan 16 2006 - ug@suse.de * Mon Jan 16 2006 ug@suse.de
- version update to 2.25 - version update to 2.25
* Mon Nov 28 2005 - ug@suse.de * Mon Nov 28 2005 ug@suse.de
- version update to 2.24 - version update to 2.24
* Mon Oct 17 2005 - ug@suse.de * Mon Oct 17 2005 ug@suse.de
- "-fno-strict-aliasing" now - "-fno-strict-aliasing" now
* Wed Oct 12 2005 - ug@suse.de * Wed Oct 12 2005 ug@suse.de
- version update to 2.23 - version update to 2.23
* Wed Aug 24 2005 - ug@suse.de * Wed Aug 24 2005 ug@suse.de
- Fix DNS query forwarding for empty queries and forward - Fix DNS query forwarding for empty queries and forward
queries even when the recursion-desired bit is clear. queries even when the recursion-desired bit is clear.
This allows "dig +trace" to work This allows "dig +trace" to work
Bug #106717 Bug #106717
* Fri Aug 05 2005 - cthiel@suse.de * Fri Aug 05 2005 cthiel@suse.de
- update to version 2.22 - update to version 2.22
* Wed Apr 13 2005 - mls@suse.de * Wed Apr 13 2005 mls@suse.de
- fix slp registration - fix slp registration
* Mon Jan 24 2005 - ug@suse.de * Mon Jan 24 2005 ug@suse.de
- version update from 2.19 to 2.20 - version update from 2.19 to 2.20
- Allow more than one instance of dnsmasq to run on a - Allow more than one instance of dnsmasq to run on a
machine, each providing DHCP service on a different machine, each providing DHCP service on a different
@ -255,16 +274,16 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
dhcp-range dhcp-range
- Added preference values for MX records - Added preference values for MX records
- Added the --localise-queries option. - Added the --localise-queries option.
* Fri Jan 21 2005 - ug@suse.de * Fri Jan 21 2005 ug@suse.de
- version update to 2.19 - version update to 2.19
- minor fixes in IPV6 and DHCP Code - minor fixes in IPV6 and DHCP Code
* Fri Nov 26 2004 - ug@suse.de * Fri Nov 26 2004 ug@suse.de
- version update to 2.18 - version update to 2.18
- lots of DHCP fixes - lots of DHCP fixes
- some IPV6 fixes - some IPV6 fixes
* Fri Nov 19 2004 - ug@suse.de * Fri Nov 19 2004 ug@suse.de
- SLP support via /etc/slp.reg.d/dnsmasq.reg file added - SLP support via /etc/slp.reg.d/dnsmasq.reg file added
* Fri Aug 20 2004 - ug@suse.de * Fri Aug 20 2004 ug@suse.de
- version update from 2.11 to 2.13 - version update from 2.11 to 2.13
- Added extra checks to ensure that DHCP created DNS entries - Added extra checks to ensure that DHCP created DNS entries
cannot generate multiple DNS address->name entries. cannot generate multiple DNS address->name entries.
@ -273,10 +292,10 @@ install -m 644 SuSEFirewall.dnsmasq-dhcp ${RPM_BUILD_ROOT}/%{_sysconfdir}/syscon
- Log types of incoming queries as well as source and domain. - Log types of incoming queries as well as source and domain.
- Log NODATA replies generated as a result of the filterwin2k - Log NODATA replies generated as a result of the filterwin2k
option. option.
* Mon Aug 09 2004 - ug@suse.de * Mon Aug 09 2004 ug@suse.de
- version update from 2.8 to 2.11 - version update from 2.8 to 2.11
* Tue Jun 01 2004 - ug@suse.de * Tue Jun 01 2004 ug@suse.de
- chgrp to "dialout" and not to "dip" - chgrp to "dialout" and not to "dip"
- backward compatibility turned off - backward compatibility turned off
* Mon May 24 2004 - ug@suse.de * Mon May 24 2004 ug@suse.de
- added to distribution - added to distribution