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, master has been updated via 33359c68d9187d6ed8b0a1c2a3c31c792a6cfd29 (commit) via 91040349aded2263ae30c01118e48c198596cec9 (commit) from 59c524d0293655ea2e01c7a639cf614060d393b0 (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 33359c68d9187d6ed8b0a1c2a3c31c792a6cfd29 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 14 16:40:03 2011 +0100
streamripper: add dependency (faad2).
commit 91040349aded2263ae30c01118e48c198596cec9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Jan 14 16:38:14 2011 +0100
hostapd: bump version because initskript was updated.
-----------------------------------------------------------------------
Summary of changes: lfs/hostapd | 4 ++-- lfs/streamripper | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/hostapd b/lfs/hostapd index 57d511a..0ca035c 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2008 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team info@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 # @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 20 +PAK_VER = 21
DEPS = ""
diff --git a/lfs/streamripper b/lfs/streamripper index ed8452d..9ef65af 100644 --- a/lfs/streamripper +++ b/lfs/streamripper @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team info@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 # @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = streamripper PAK_VER = 1
-DEPS = "glib libmad libogg libvorbis" +DEPS = "glib libmad libogg libvorbis faad2"
############################################################################### # Top-level Rules
hooks/post-receive -- IPFire 2.x development tree