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, core79 has been updated via ef7686badbfa5018ca183bc6d8af000014a18a38 (commit) via f285bf4481eef58db7a2bd8f77f62c71fd26f310 (commit) from ec6b2ccbc0bdbc50d24cfa879ffd89ea9f81e0f4 (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 ef7686badbfa5018ca183bc6d8af000014a18a38 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jun 24 06:48:41 2014 +0200
samba: fix version.
commit f285bf4481eef58db7a2bd8f77f62c71fd26f310 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jun 24 01:17:05 2014 +0200
kernel: fix typo in cfg.
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.i586-ipfire-pae | 2 +- lfs/samba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kernel.config.i586-ipfire-pae index b6b4add..f395f31 100644 --- a/config/kernel/kernel.config.i586-ipfire-pae +++ b/config/kernel/kernel.config.i586-ipfire-pae @@ -593,7 +593,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m # # x86 CPU frequency scaling drivers # -# CONFIG_X86_INTEL_PSTATE +# CONFIG_X86_INTEL_PSTATE is not set CONFIG_X86_PCC_CPUFREQ=m CONFIG_X86_ACPI_CPUFREQ=m # CONFIG_X86_ACPI_CPUFREQ_CPB is not set diff --git a/lfs/samba b/lfs/samba index e2a5bdf..603f215 100644 --- a/lfs/samba +++ b/lfs/samba @@ -24,7 +24,7 @@
include Config
-VER = 3.6.23 +VER = 3.6.24
THISAPP = samba-$(VER) DL_FILE = $(THISAPP).tar.gz
hooks/post-receive -- IPFire 2.x development tree