summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2007-12-17 00:16:04 +0100
committerWilly Tarreau <w@1wt.eu>2007-12-17 00:16:04 +0100
commitca3a3697ca497feb5b0d2a59ae673f375a584ac1 (patch)
treedf5ef049c43f269d582f1e2baa30e10a685b413e
parentc6f1178a1038c76470380745c45031a2ddc84786 (diff)
Change VERSION to 2.4.35.5v2.4.35.5stable/2.4.35.y/master
- net/ipv4/arp.c: Fix arp reply when sender ip 0 - fix arch/i386/config.in to be able to boot on 386 - usb: Move linux-usb-devel - GCC >= 4.2 miscompiles the kernel - fix build of ia32entry.S on x86_64 - vfs: coredumping fix - isdn: avoid copying overly-long strings - isdn: fix isdn_ioctl memory overrun vulnerability - prevent SIGCONT from waking up a PTRACED process (CVE-2007-4774)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5a37417..17d4b367 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 35
-EXTRAVERSION = .4
+EXTRAVERSION = .5
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)