From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. fb71017b7b3deab74f7811118f1dc0cba5c690d0
Date: Mon, 17 Aug 2015 21:39:18 +0200 [thread overview]
Message-ID: <20150817193918.DB88F22397@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 7234 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, next has been updated
via fb71017b7b3deab74f7811118f1dc0cba5c690d0 (commit)
via ef6d20236b8c259f13b199699a1671ad72ca5052 (commit)
via f258651779547676cc42f743b0d62bfd54009459 (commit)
via ae7814b0c64c9a790032cafa2e7460bac1b510b2 (commit)
from 31847530ef1653980b134ca2fb7501ad4381c9a5 (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 fb71017b7b3deab74f7811118f1dc0cba5c690d0
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Aug 17 20:37:59 2015 +0100
core94: Ship coreutils, file and hdparm
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ef6d20236b8c259f13b199699a1671ad72ca5052
Author: matthias.fischer(a)ipfire.org <matthias.fischer(a)ipfire.org>
Date: Sat Aug 15 18:44:31 2015 +0200
hdparm: Update to 9.48
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit f258651779547676cc42f743b0d62bfd54009459
Author: matthias.fischer(a)ipfire.org <matthias.fischer(a)ipfire.org>
Date: Sat Aug 15 18:42:18 2015 +0200
file: Update to 5.24
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ae7814b0c64c9a790032cafa2e7460bac1b510b2
Author: matthias.fischer(a)ipfire.org <matthias.fischer(a)ipfire.org>
Date: Sat Aug 15 18:34:20 2015 +0200
coreutils: Update to 8.24
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/87 => core/94}/filelists/coreutils | 0
config/rootfiles/{oldcore/89 => core/94}/filelists/file | 0
config/rootfiles/{oldcore/89 => core/94}/filelists/hdparm | 0
lfs/coreutils | 6 +++---
lfs/file | 6 +++---
lfs/hdparm | 6 +++---
6 files changed, 9 insertions(+), 9 deletions(-)
copy config/rootfiles/{oldcore/87 => core/94}/filelists/coreutils (100%)
copy config/rootfiles/{oldcore/89 => core/94}/filelists/file (100%)
copy config/rootfiles/{oldcore/89 => core/94}/filelists/hdparm (100%)
Difference in files:
diff --git a/config/rootfiles/core/94/filelists/coreutils b/config/rootfiles/core/94/filelists/coreutils
new file mode 120000
index 0000000..7351ed2
--- /dev/null
+++ b/config/rootfiles/core/94/filelists/coreutils
@@ -0,0 +1 @@
+../../../common/coreutils
\ No newline at end of file
diff --git a/config/rootfiles/core/94/filelists/file b/config/rootfiles/core/94/filelists/file
new file mode 120000
index 0000000..0c60e43
--- /dev/null
+++ b/config/rootfiles/core/94/filelists/file
@@ -0,0 +1 @@
+../../../common/file
\ No newline at end of file
diff --git a/config/rootfiles/core/94/filelists/hdparm b/config/rootfiles/core/94/filelists/hdparm
new file mode 120000
index 0000000..b644751
--- /dev/null
+++ b/config/rootfiles/core/94/filelists/hdparm
@@ -0,0 +1 @@
+../../../common/hdparm
\ No newline at end of file
diff --git a/lfs/coreutils b/lfs/coreutils
index cd2440d..ede0493 100644
--- a/lfs/coreutils
+++ b/lfs/coreutils
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2011 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2015 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 8.23
+VER = 8.24
THISAPP = coreutils-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -60,7 +60,7 @@ objects =$(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = abed135279f87ad6762ce57ff6d89c41
+$(DL_FILE)_MD5 = 40efdbce865d2458d8da0a9dcee7c16c
install : $(TARGET)
diff --git a/lfs/file b/lfs/file
index bfd7552..49829d0 100644
--- a/lfs/file
+++ b/lfs/file
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2014 Michael Tremer & Christian Schmidt #
+# Copyright (C) 2015 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 5.20
+VER = 5.24
THISAPP = file-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 5d5e13eb3e0e13839da869a31790faf2
+$(DL_FILE)_MD5 = ec161b5a0d2aef147fb046e5630b1408
install : $(TARGET)
diff --git a/lfs/hdparm b/lfs/hdparm
index e4e2e53..e4e9ac1 100644
--- a/lfs/hdparm
+++ b/lfs/hdparm
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2014 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2015 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 9.45
+VER = 9.48
THISAPP = hdparm-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1c75d0751a44928b6c4bc81fb16d7fe8
+$(DL_FILE)_MD5 = 213efdbe7471fad3408198918e164354
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2015-08-17 19:39 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=20150817193918.DB88F22397@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