]> git.proxmox.com Git - pve-kernel-2.6.32.git/blobdiff - Makefile
update to vzkernel-2.6.32-042stab120.3.src.rpm, bump API to 48-pve
[pve-kernel-2.6.32.git] / Makefile
index 7e79bebbef7f893e9d054112bb61708689e2836d..2965ad3b8f6f4ae38dc48d5b8d879d51a0a2d56b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
 RELEASE=3.4
 
 KERNEL_VER=2.6.32
-PKGREL=180
+PKGREL=181
 # also include firmware of previous versrion into 
 # the fw package:  fwlist-2.6.32-PREV-pve
-KREL=47
+KREL=48
 
-RHKVER=642.el6
-OVZVER=042stab117.16
+RHKVER=642.6.1.el6
+OVZVER=042stab120.3
 
 KERNELSRCRPM=vzkernel-${KERNEL_VER}-${OVZVER}.src.rpm
 
@@ -187,7 +187,7 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
        rm -rf ${KERNEL_SRC}
        cp -a ${KERNEL_SRC}.org ${KERNEL_SRC}
        cd ${KERNEL_SRC}; patch -p1 <../bootsplash-3.1.9-2.6.31-rh.patch
-       cd ${KERNEL_SRC}; patch -p1 <../${RHKERSRCDIR}/patch-042stab117
+       cd ${KERNEL_SRC}; patch -p1 <../${RHKERSRCDIR}/patch-042stab120
        cd ${KERNEL_SRC}; patch -p1 <../do-not-use-barrier-on-ext3.patch
        cd ${KERNEL_SRC}; patch -p1 <../bridge-patch.diff
        cd ${KERNEL_SRC}; patch -p1 <../bridge-forward-ipv6-neighbor-solicitation.patch
@@ -207,7 +207,6 @@ ${KERNEL_SRC}/README: ${KERNEL_SRC}.org/README
        cd ${KERNEL_SRC}; patch -p1 <../fix-idr-header-for-drbd-compilation.patch
        cd ${KERNEL_SRC}; patch -p1 <../kvm-x86-ignore-ioapic-polarity.patch
        cd ${KERNEL_SRC}; patch -p1 <../fix-jfs-compile-error.patch
-       cd ${KERNEL_SRC}; patch -p1 <../CVE-2016-5195.patch
        sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'
        touch $@