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, thirteen has been updated via 83c883b4e5bf70bb129e6b73eef3e7211ab8abac (commit) from 06042c2e3d3eebd34169819130b246651b5e3b5e (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 83c883b4e5bf70bb129e6b73eef3e7211ab8abac Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Aug 24 17:10:35 2012 +0200
file: Update to 5.11.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/file | 13 ++++--------- lfs/file | 6 +++--- 2 files changed, 7 insertions(+), 12 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/file b/config/rootfiles/common/file index 0f76df8..aadc4e6 100644 --- a/config/rootfiles/common/file +++ b/config/rootfiles/common/file @@ -5,15 +5,10 @@ usr/bin/file #usr/lib/libmagic.so usr/lib/libmagic.so.1 usr/lib/libmagic.so.1.0.0 -#usr/man -#usr/man/man1 -#usr/man/man1/file.1 -#usr/man/man3 -#usr/man/man3/libmagic.3 -#usr/man/man4 -#usr/man/man4/magic.4 -#usr/man/man5 -#usr/share/file +#usr/share/man/man1/file.1 +#usr/share/man/man3/libmagic.3 +#usr/share/man/man4/magic.4 +usr/share/misc/magic.mgc usr/share/file/magic usr/share/file/magic.mgc usr/share/file/magic.mime diff --git a/lfs/file b/lfs/file index 0d6fcf4..70a38e2 100644 --- a/lfs/file +++ b/lfs/file @@ -24,7 +24,7 @@
include Config
-VER = 4.17 +VER = 5.11
THISAPP = file-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 50919c65e0181423d66bb25d7fe7b0fd +$(DL_FILE)_MD5 = 16a407bd66d6c7a832f3a5c0d609c27b
install : $(TARGET)
@@ -70,7 +70,7 @@ $(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) && ./configure --prefix=/usr --disable-nls + cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)
hooks/post-receive -- IPFire 2.x development tree