Change logs for dnsmasq source package in Jaunty

  • dnsmasq (2.47-3ubuntu0.1) jaunty-security; urgency=low
    
      * fix remote buffer overflow in tftp server
       - src/tftp.c: specify the correct number of bytes to strncat()
       - http://www.thekelleys.org.uk/dnsmasq/dnsmasq.security.patch
       - CVE-2009-2957
      * fix remote denial of service from malicious tftp client
       - src/tftp.c: fix logic error which caused strcasecmp() to be called on
         a NULL string
       - http://www.thekelleys.org.uk/dnsmasq/dnsmasq.security.patch
       - CVE-2009-2958
    
     -- Jamie Strandboge <email address hidden>   Mon, 31 Aug 2009 17:39:26 -0500
  • dnsmasq (2.47-3) unstable; urgency=low
    
       * Fix bashism in init script. (closes: #514397)
       * Tweak logging in init script.
    	
    
    dnsmasq (2.47-2) unstable; urgency=low
    
       * Check that /etc/init.d/dnsmasq is executable in postinst in case
         the daemon has been  disabled that way. (closes: #514314)
       * Ensure that /var/run/dnsmasq exists and has the right permissions
         before running dnsmasq. On some systems /var/run is cleared over 
         reboot. (closes: #514317)
    	
    	
    dnsmasq (2.47-1) unstable; urgency=low
    
       * New upstream.
       * Handle the "ENABLED" flag in the init script a bit more 
         intelligently. The "stop" and "status" functions continue
         to work even when disabled, but a failed "stop" becomes 
         silent and returns zero exit code.
       * Don't explicitly kill dnsmasq at system shutdown, rely on the 
         sendsigs script instead which is quicker. (closes: #506734)
       * Store the PID-file in /var/run/dnsmasq. This directory is owned by
         user "dnsmasq", so that dnsmasq can delete the PID-file on
         shutdown. This ensures that the the PID-file goes even when dnsmasq 
         is stopped by sendsigs. (closes: #508560) 
       * Bump standards-version to 3.8.0 (no changes required.)
       * /usr/sbin/adduser -> adduser in postinst. Lintian fix.
       * Handle IPv6 addresses in "tentative" state better. (closes: #507646) 
       * Add DBus introspection support. (closes: #508774)
       * Fix Dbus configuration. (closes: #510649)
    	
    
     -- Thierry Carrez <email address hidden>   Sat,  14 Feb 2009 00:43:56 +0000
  • dnsmasq (2.46-1ubuntu1) jaunty; urgency=low
    
      * Merge from debian unstable (LP: #301581), remaining changes:
         - TearDown spec recommendations in debian/postinst and debian/init
    
    dnsmasq (2.46-1) unstable; urgency=low
    
       * New upstream. (closes: #499162) (closes: #499007)
       * Remove from init script start-stop-daemon call to kill
         child processes. This is not needed since dnsmasq is
         carefully written to kill child processes, and it interacts
         badly with "private" instances of dnsmasq. (closes: #505523)
       * Provide /etc/dnsmasq.d and alter the installed /etc/default/dnsmasq
         so that /etc/dnsmasq.d is read. This provides a drop-directory where
         libvirt can add options to make the system dnsmasq automatically
         play nice with libvirt's private instances. (closes: #505522)
    
     -- Thierry Carrez <email address hidden>   Mon, 24 Nov 2008 10:05:03 +0000
  • dnsmasq (2.45-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable (LP: #250444), remaining changes:
         - TearDown spec recommendations in debian/postinst and debian/init
         - debian/control: Updated maintainer to match DebianMaintainerField
    
     -- Thierry Carrez <email address hidden>   Mon, 21 Jul 2008 09:50:57 +0200