Changeset a72a15a in freewrt


Ignore:
Timestamp:
Sep 2, 2009, 11:02:05 AM (16 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
8c0c060
Parents:
9d31fe2
Message:

Dnsmasq Heap Overflow and Null-pointer Dereference on TFTP Server

http://www.coresecurity.com/content/dnsmasq-vulnerabilities

Todo: Patches on trunk still not updated

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3874 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/dnsmasq
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/dnsmasq/Makefile

    r9d31fe2 ra72a15a  
    88
    99PKG_NAME:=              dnsmasq
    10 PKG_VERSION:=           2.47
     10PKG_VERSION:=           2.50
    1111PKG_RELEASE:=           1
    12 PKG_MD5SUM:=            4524081e56d0b935717d493e8e8d3e11
     12PKG_MD5SUM:=            f7b1e17c590e493039537434c57c9de7
    1313PKG_INIT:=              50
    1414
  • package/dnsmasq/patches/110-leases-path.patch

    r9d31fe2 ra72a15a  
    1 diff -Nur dnsmasq-2.47.orig/dnsmasq.conf.example dnsmasq-2.47/dnsmasq.conf.example
    2 --- dnsmasq-2.47.orig/dnsmasq.conf.example      2009-01-03 21:28:51.000000000 +0100
    3 +++ dnsmasq-2.47/dnsmasq.conf.example   2009-03-02 12:10:49.000000000 +0100
    4 @@ -381,7 +381,7 @@
     1diff -Nur dnsmasq-2.50.orig/dnsmasq.conf.example dnsmasq-2.50/dnsmasq.conf.example
     2--- dnsmasq-2.50.orig/dnsmasq.conf.example      2009-08-21 23:21:57.000000000 +0200
     3+++ dnsmasq-2.50/dnsmasq.conf.example   2009-09-02 10:57:09.000000000 +0200
     4@@ -410,7 +410,7 @@
    55 # The DHCP server needs somewhere on disk to keep its lease database.
    66 # This defaults to a sane location, but if you want to change it, use
     
    1111 # Set the DHCP server to authoritative mode. In this mode it will barge in
    1212 # and take over the lease for any client which broadcasts on the network,
    13 diff -Nur dnsmasq-2.47.orig/src/config.h dnsmasq-2.47/src/config.h
    14 --- dnsmasq-2.47.orig/src/config.h      2009-02-05 13:14:24.000000000 +0100
    15 +++ dnsmasq-2.47/src/config.h   2009-03-02 12:11:31.000000000 +0100
     13diff -Nur dnsmasq-2.50.orig/src/config.h dnsmasq-2.50/src/config.h
     14--- dnsmasq-2.50.orig/src/config.h      2009-08-21 23:21:55.000000000 +0200
     15+++ dnsmasq-2.50/src/config.h   2009-09-02 10:57:36.000000000 +0200
    1616@@ -45,7 +45,7 @@
    1717 #   elif defined(__sun__) || defined (__sun)
Note: See TracChangeset for help on using the changeset viewer.