OSDN Git Service

Change VERSION to 2.4.36.4
authorWilly Tarreau <w@1wt.eu>
Tue, 6 May 2008 23:00:29 +0000 (01:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 May 2008 23:00:29 +0000 (01:00 +0200)
    - Fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)
    - Fix dnotify/close race (CVE-2008-1375)

Makefile

index 32c3b01..af8533f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 36
-EXTRAVERSION = .3
+EXTRAVERSION = .4
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)