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 1ba26859643db0ec9ca7b3e6f1f78fb708eced33 (commit) from 146bae790b4c923f6863f72d44a0edf4b757ad81 (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 1ba26859643db0ec9ca7b3e6f1f78fb708eced33 Author: Dirk Wagner glotzi@ipfire.org Date: Thu Nov 17 15:43:56 2011 +0100
Update to 2.6.2
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/nut | 3 --- lfs/nut | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/nut b/config/rootfiles/packages/nut index f7d3d2b..6c9b386 100644 --- a/config/rootfiles/packages/nut +++ b/config/rootfiles/packages/nut @@ -27,10 +27,7 @@ usr/bin/genericups usr/bin/isbmex usr/bin/ivtscd usr/bin/liebert -usr/bin/liebertgxt2 usr/bin/masterguard -usr/bin/megatec -usr/bin/megatec_usb usr/bin/metasys usr/bin/mge-shut usr/bin/mge-utalk diff --git a/lfs/nut b/lfs/nut index c0b7c57..bc83b8e 100644 --- a/lfs/nut +++ b/lfs/nut @@ -24,7 +24,7 @@
include Config
-VER = 2.4.3 +VER = 2.6.2
THISAPP = nut-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nut -PAK_VER = 2 +PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 6f893b61b07915e7a139324fa3f79121 +$(DL_FILE)_MD5 = f6d0683e51e0fcab06e6a79724685d26
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree