This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via fe5e577b7b6c86eddabd45e3e4b51bae3c738e70 (commit) from 4f6b0952a1462b18506735e83e6e4decbe0a1854 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fe5e577b7b6c86eddabd45e3e4b51bae3c738e70 Author: root <root@Steam.(none)> Date: Wed Jan 27 09:04:56 2010 +0100
Update nmap to 5.20
-----------------------------------------------------------------------
Summary of changes: lfs/nmap | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/nmap b/lfs/nmap index f001cbe..c39bb05 100644 --- a/lfs/nmap +++ b/lfs/nmap @@ -24,15 +24,15 @@
include Config
-VER = 4.76 +VER = 5.20
THISAPP = nmap-$(VER) -DL_FILE = $(THISAPP).tgz +DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nmap -PAK_VER = 2 +PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 54b5c9e3f44c1adde17df68170eb7cfe +$(DL_FILE)_MD5 = 07e74592beaea0b5946a6cf06f9157de
install : $(TARGET)
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --without-nmapfe --without-zenmap cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install
hooks/post-receive -- IPFire 2.x development tree