* [git.ipfire.org] IPFire 2.x development tree branch, fifteen, updated. ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69
@ 2013-09-08 22:13 git
0 siblings, 0 replies; only message in thread
From: git @ 2013-09-08 22:13 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2992 bytes --]
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, fifteen has been updated
via ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69 (commit)
via 5494904e15e19596c097c2522f1d2d17908823fb (commit)
from 8d862ed59a04ccac2b95384932f881e60e65d76b (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 ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 9 00:13:10 2013 +0200
toolchain: version 7.
commit 5494904e15e19596c097c2522f1d2d17908823fb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Mon Sep 9 00:12:53 2013 +0200
xz: update to 5.0.5.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/xz | 2 +-
lfs/xz | 8 ++++----
make.sh | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/xz b/config/rootfiles/common/xz
index a8fa20b..7c83de7 100644
--- a/config/rootfiles/common/xz
+++ b/config/rootfiles/common/xz
@@ -41,7 +41,7 @@ usr/bin/xzmore
#usr/lib/liblzma.la
usr/lib/liblzma.so
usr/lib/liblzma.so.5
-usr/lib/liblzma.so.5.0.4
+usr/lib/liblzma.so.5.0.5
#usr/lib/pkgconfig/liblzma.pc
#usr/share/doc/xz
#usr/share/doc/xz/AUTHORS
diff --git a/lfs/xz b/lfs/xz
index 7a56c72..fce7159 100644
--- a/lfs/xz
+++ b/lfs/xz
@@ -24,10 +24,10 @@
include Config
-VER = 5.0.4
+VER = 5.0.5
THISAPP = xz-$(VER)
-DL_FILE = $(THISAPP).tar.bz2
+DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 741cd3a5f64b23b7bac56ec5b2258715
+$(DL_FILE)_MD5 = aa17280f4521dbeebed0fbd11cd7fa30
install : $(TARGET)
@@ -76,7 +76,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 axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=$(PREFIX)
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
diff --git a/make.sh b/make.sh
index 0dfe0ec..53fbb35 100755
--- a/make.sh
+++ b/make.sh
@@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
MACHINE=`uname -m`
GIT_TAG=$(git tag | tail -1) # Git Tag
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=6
+TOOLCHAINVER=7
BUILDMACHINE=$MACHINE
if [ "$MACHINE" = "x86_64" ]; then
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-08 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-08 22:13 [git.ipfire.org] IPFire 2.x development tree branch, fifteen, updated. ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox