public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, fifteen, updated. ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69
Date: Mon, 09 Sep 2013 00:13:38 +0200	[thread overview]
Message-ID: <20130908221338.CA32A20F93@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2013-09-08 22:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130908221338.CA32A20F93@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox