OSDN Git Service

Change VERSION to 2.4.36.7
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Sep 2008 09:32:13 +0000 (11:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Sep 2008 09:32:13 +0000 (11:32 +0200)
    - 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 <w@1wt.eu>
Makefile

index 9ab20b8..f915ffd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = .6
+EXTRAVERSION = .7
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)