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 eb07028a850a5f42b2fe8562b463e17b493cc51f (commit) via 9fe72c5267c3ccf21e6a66e035adeb029d660278 (commit) from 6b8be0883b751292b2c7485ba7f34899a755c05e (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 eb07028a850a5f42b2fe8562b463e17b493cc51f Merge: 9fe72c5 6b8be08 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Dec 16 12:56:46 2010 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
commit 9fe72c5267c3ccf21e6a66e035adeb029d660278 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Dec 16 12:56:28 2010 +0100
cryptodev: Update kernel module.
-----------------------------------------------------------------------
Summary of changes: lfs/cryptodev | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/cryptodev b/lfs/cryptodev index cd69034..67db437 100644 --- a/lfs/cryptodev +++ b/lfs/cryptodev @@ -34,10 +34,10 @@ else endif endif
-VER = 20091126 +VER = 0.8
-THISAPP = cryptodev-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +THISAPP = cryptodev-linux-$(VER) +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)-kmod-$(KVER)-$(VERSUFIX) @@ -50,7 +50,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 26ffa32ef75bea7e980ab66166616e95 +$(DL_FILE)_MD5 = eee36cb7bb71cc18f7c46a84c998ecac
install : $(TARGET)
@@ -82,7 +82,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && make build \ KERNEL_DIR=/lib/modules/$(KVER)-$(VERSUFIX)/build
hooks/post-receive -- IPFire 2.x development tree