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 7fb4ff755e5bf009e9e6925c5b010e5d71c89566 (commit)
via 56e3ad68eccb448b8282776426fe0a2dc9a901c1 (commit)
via 95d5f3df86e69ce88f60eaa16fc80f68e99523df (commit)
from 25224e2adcaaa2044e4ddab2a163050d56ee13de (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 7fb4ff755e5bf009e9e6925c5b010e5d71c89566
Author: Jan Paul Tuecking <earl(a)ipfire.org>
Date: Sun Mar 20 20:39:16 2011 +0100
Updated nmap to 5.51
commit 56e3ad68eccb448b8282776426fe0a2dc9a901c1
Author: Jan Paul Tuecking <earl(a)ipfire.org>
Date: Sun Mar 20 20:38:35 2011 +0100
Updated nano to 2.2.9
commit 95d5f3df86e69ce88f60eaa16fc80f68e99523df
Author: Jan Paul Tuecking <earl(a)ipfire.org>
Date: Sun Mar 20 20:37:28 2011 +0100
Updated vsftpd to 2.3.4
-----------------------------------------------------------------------
Summary of changes:
lfs/nano | 6 +++---
lfs/nmap | 6 +++---
lfs/vsftpd | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
Difference in files:
diff --git a/lfs/nano b/lfs/nano
index 1bd26a3..b034677 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
include Config
-VER = 2.0.9
+VER = 2.2.6
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nano
-PAK_VER = 2
+PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2be94dc43fb60fff4626a2401a977220
+$(DL_FILE)_MD5 = 03233ae480689a008eb98feb1b599807
install : $(TARGET)
diff --git a/lfs/nmap b/lfs/nmap
index f746b21..5ff3221 100644
--- a/lfs/nmap
+++ b/lfs/nmap
@@ -24,7 +24,7 @@
include Config
-VER = 5.50
+VER = 5.51
THISAPP = nmap-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nmap
-PAK_VER = 4
+PAK_VER = 5
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a4df96e52cb52a1bbe76caace5f21388
+$(DL_FILE)_MD5 = 0b80d2cb92ace5ebba8095a4c2850275
install : $(TARGET)
diff --git a/lfs/vsftpd b/lfs/vsftpd
index d5e8093..f3e74a0 100644
--- a/lfs/vsftpd
+++ b/lfs/vsftpd
@@ -24,7 +24,7 @@
include Config
-VER = 2.2.2
+VER = 2.3.4
THISAPP = vsftpd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vsftpd
-PAK_VER = 6
+PAK_VER = 7
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6d6bc136af14c23f8fef6f1a51f55418
+$(DL_FILE)_MD5 = 2ea5d19978710527bb7444d93b67767a
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree