public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, core79, updated. 4c1e9ae0d9cff0191d5a7081d550695a9928b5f9
@ 2014-06-23 21:07 git
  0 siblings, 0 replies; only message in thread
From: git @ 2014-06-23 21:07 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4204 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, core79 has been updated
       via  4c1e9ae0d9cff0191d5a7081d550695a9928b5f9 (commit)
       via  4eff454e2f886df6b6dc6f8dad26dfc0900e925c (commit)
       via  f2a7c1f578591257495e2c859a344e8cac397ee8 (commit)
      from  4cb7c9b47fbc265c3f503591b9aae4fb095a18bf (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 4c1e9ae0d9cff0191d5a7081d550695a9928b5f9
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Mon Jun 23 23:04:27 2014 +0200

    samba: security update to 3.6.24.
    
    This is a security releases in order to address
    CVE-2014-0244 (Denial of service - CPU loop) and
    CVE-2014-3493 (Denial of service - Server crash/memory corruption).

commit 4eff454e2f886df6b6dc6f8dad26dfc0900e925c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Mon Jun 23 23:01:38 2014 +0200

    kernel: disable intel p-state.
    
    Our userspace tools doesn't support this.

-----------------------------------------------------------------------

Summary of changes:
 config/kernel/kernel.config.i586-ipfire                    | 2 +-
 config/kernel/kernel.config.i586-ipfire-pae                | 2 +-
 lfs/linux                                                  | 2 +-
 lfs/samba                                                  | 4 ++--
 src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

Difference in files:
diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.config.i586-ipfire
index ea1faff..329d96d 100644
--- a/config/kernel/kernel.config.i586-ipfire
+++ b/config/kernel/kernel.config.i586-ipfire
@@ -581,7 +581,7 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
 #
 # x86 CPU frequency scaling drivers
 #
-CONFIG_X86_INTEL_PSTATE=y
+# 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/config/kernel/kernel.config.i586-ipfire-pae b/config/kernel/kernel.config.i586-ipfire-pae
index 9ade872..b6b4add 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=y
+# CONFIG_X86_INTEL_PSTATE
 CONFIG_X86_PCC_CPUFREQ=m
 CONFIG_X86_ACPI_CPUFREQ=m
 # CONFIG_X86_ACPI_CPUFREQ_CPB is not set
diff --git a/lfs/linux b/lfs/linux
index 72166c4..6beb75c 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -36,7 +36,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 CFLAGS     =
 CXXFLAGS   =
 
-PAK_VER    = 50
+PAK_VER    = 51
 DEPS	   = ""
 
 VERSUFIX=ipfire$(KCFG)
diff --git a/lfs/samba b/lfs/samba
index 4f5375c..e2a5bdf 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
-PAK_VER    = 57
+PAK_VER    = 58
 
 DEPS       = "cups"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2f7aee1dc5d31aefcb364600915b31dc
+$(DL_FILE)_MD5 = d98425c0c2b73e08f048d31ffc727fb0
 
 install : $(TARGET)
 
diff --git a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch
index b09a9b5..5127c1f 100644
--- a/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch
+++ b/src/patches/ppp/ppp-2.4.6-increase-max-padi-attempts.patch
@@ -7,7 +7,7 @@ index 9ab2eee..86762bd 100644
  
  /* How many PADI/PADS attempts? */
 -#define MAX_PADI_ATTEMPTS 3
-+#define MAX_PADI_ATTEMPTS 12
++#define MAX_PADI_ATTEMPTS 4
  
  /* Initial timeout for PADO/PADS */
  #define PADI_TIMEOUT 5


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-23 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-23 21:07 [git.ipfire.org] IPFire 2.x development tree branch, core79, updated. 4c1e9ae0d9cff0191d5a7081d550695a9928b5f9 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox