From 89b717596e8861181c80394075fab839167d51e1 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 7 Sep 2008 11:32:13 +0200 Subject: [PATCH] Change VERSION to 2.4.36.7 - sctp: Make sure N * sizeof(union sctp_addr) does not overflow (CVE-2008-2826) - wan: Missing capability checks in sbni_ioctl() (CVE-2008-3525) - [PPPOE]: Missing result check in __pppoe_xmit(). - udf: fix uid/gid permissions - net pppoe: Check packet length on all receive paths - ipv6: use timer pending - sctp: Do not leak memory on multiple listen() calls - sctp: Allow only 1 listening socket with SO_REUSEADDR - doc: explain how to build a suitable gcc in Documentation/using-newer-gcc.txt - sound: fix warning due to incorrect error code checking in ad1889 - sky2: fix uninitialized "mss" variable in sky2_xmit_frame() - Correct the upto value during list conntrack information Signed-off-by: Willy Tarreau --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ab20b8b..f915ffda 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 36 -EXTRAVERSION = .6 +EXTRAVERSION = .7 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) -- 2.11.0