Revision: 6527
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6527&view=rev
Author:   gespinasse
Date:     2012-04-05 07:04:24 +0000 (Thu, 05 Apr 2012)
Log Message:
-----------
Upgrade the kernel to 3.0.27

Use like HLFS CC="gcc -fno-PIE" to compile

Modified Paths:
--------------
    ipcop/trunk/lfs/linux
    ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
    ipcop/trunk/updates/2.1.0/information.xml

Modified: ipcop/trunk/lfs/linux
===================================================================
--- ipcop/trunk/lfs/linux       2012-04-04 18:39:03 UTC (rev 6526)
+++ ipcop/trunk/lfs/linux       2012-04-05 07:04:24 UTC (rev 6527)
@@ -34,7 +34,7 @@
 
 PKG_NAME   = linux
 VER        = 3.0
-PATCHLEVEL = 3.0.26
+PATCHLEVEL = 3.0.27
 IPCOPKRELEASE = -1
 HOST_ARCH  = all
 OTHER_SRC  = yes
@@ -72,7 +72,7 @@
 $(GRSECURITYPATCH)          = 
http://ipcop-addons.ath.cx/misc/IPCop/$(GRSECURITYPATCH)
 
 $(DL_FILE)_MD5              = ecf932280e2441bdd992423ef3d55f8f
-patch-$(PATCHLEVEL).xz_MD5  = 5f6d10fe01c72f4295da25945d02c820
+patch-$(PATCHLEVEL).xz_MD5  = 2fc7f9aee8dc3f42196485b3cbb65e9e
 $(GRSECURITYPATCH)_MD5      = b15bb91a07aa2fb030e18c47c91940bb
 
 install : $(TARGET)
@@ -134,19 +134,19 @@
        # Cleanup kernel source
        cd $(DIR_APP) && make mrproper
        cd $(DIR_APP) && sed -i -e 's/-O2/-Os/g' Makefile
+
        cp $(DIR_SRC)/config/kernel/kernel.config.$(MACHINE) $(DIR_APP)/.config
        cd $(DIR_APP) && make oldconfig
        cd $(DIR_APP) && make clean
 
 ifeq "$(MACHINE)" "i486"
        # -9 require 674 MiB to compress a 3 MB file and is a nonsense.
-       # Remove -9 make us use default -6 that require 94 Mib to compress, 9 
Mib to uncompress
+       # Remove -9 to use default -6 that require 94 Mib to compress, 9 Mib to 
uncompress
        # Setting dictionary size near uncompressed file size is enought to 
give same resulting file,
        # This help too to reduce memory requirement to 38 Mib to compress and 
to 4 Mib to uncompress
        # -vv just show the memory requirements
        cd $(DIR_APP) && sed -i 's/lzma -9/lzma -vv --lzma1=dict=3MiB/' 
scripts/Makefile.lib
-
-       cd $(DIR_APP) && make -j $(PARALLELISM) all
+       cd $(DIR_APP) && make -j $(PARALLELISM) all CC="gcc -fno-PIE"
        cd $(DIR_APP) && cp -f arch/x86/boot/bzImage /boot/vmlinuz-$(KVER)
        cd $(DIR_APP) && cp -f System.map /boot/System.map-$(KVER)
        ln -sf vmlinuz-$(KVER) /boot/vmlinuz

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-04 18:39:03 UTC 
(rev 6526)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-05 07:04:24 UTC 
(rev 6527)
@@ -304,7 +304,7 @@
 /usr/lib/libxml2.so.2
 /usr/lib/libxml2.so.2.7.8
 ##
-## linux-3.0-1 (3.0.26)
+## linux-3.0-1 (3.0.27)
 /boot/vmlinuz
 /boot/vmlinuz-3.0-1
 /boot/System.map-3.0-1

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2012-04-04 18:39:03 UTC (rev 
6526)
+++ ipcop/trunk/updates/2.1.0/information.xml   2012-04-05 07:04:24 UTC (rev 
6527)
@@ -10,7 +10,7 @@
             dhcpcd to 5.5.4, dnsmasq to 2.60,
             e2fsprogs to 1.42.2, gawk to 4.0.1, ethtool to 3.2,
             gmp to 5.0.4, grep to 2.11, gnupg to 1.4.12, 
-            iproute2 to 3.3.0, iptables to 1.4.13, hdparm to 9.39, kernel to 
3.0.26, krb5 to 1.9.3,
+            iproute2 to 3.3.0, iptables to 1.4.13, hdparm to 9.39, kernel to 
3.0.27, krb5 to 1.9.3,
             libgcrypt to 1.5.0, libpng to 1.5.10, libtool to 2.4.2, lsof to 
4.85,
             openldap to 2.4.30, openssl to 1.0.0h, openswan to 2.6.38,
             pcre to 8.30, pixman to 0.24.4, procps to 3.3.2, psmisc to 22.16,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to