dhcp: Security update.

https://www.isc.org/software/dhcp/advisories/cve-2011-2748
This commit is contained in:
Michael Tremer
2011-08-12 16:16:11 +02:00
committed by Arne Fitzenreiter
parent 2c46d7e299
commit 31e4219e7b
2 changed files with 2 additions and 233 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.1.0
VER = 3.1-ESV-R3
THISAPP = dhcp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 27d179a3c3fbef576566b456a1168246
$(DL_FILE)_MD5 = af3d8db60f62664f1d5538b81e406459
install : $(TARGET)
@@ -70,7 +70,6 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp-3.0.4-iproute2-1.patch
cd $(DIR_APP) && ./configure
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make LIBDIR=/usr/lib INCDIR=/usr/include install