diff options
| author | 2014-03-29 16:41:05 +0000 | |
|---|---|---|
| committer | 2014-03-29 16:41:05 +0000 | |
| commit | 3d034e33c289ba8b5442422c5388c8ee62bf6cd7 (patch) | |
| tree | a7f0d0aaf7325ef33df3cbc7be3d6365c873ed72 /usr.sbin/nginx/src/core/nginx.h | |
| parent | Do not play with the xmapmode register, for its layout seems to differ between (diff) | |
| download | wireguard-openbsd-3d034e33c289ba8b5442422c5388c8ee62bf6cd7.tar.xz wireguard-openbsd-3d034e33c289ba8b5442422c5388c8ee62bf6cd7.zip | |
bugfix and security update to 1.4.7:
CVE-2014-0133 does not affect OpenBSD because SPDY is not enabled
ok florian@
Diffstat (limited to 'usr.sbin/nginx/src/core/nginx.h')
| -rw-r--r-- | usr.sbin/nginx/src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nginx/src/core/nginx.h b/usr.sbin/nginx/src/core/nginx.h index 227e5f73568..77c88bf5f94 100644 --- a/usr.sbin/nginx/src/core/nginx.h +++ b/usr.sbin/nginx/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1004006 -#define NGINX_VERSION "1.4.6" +#define nginx_version 1004007 +#define NGINX_VERSION "1.4.7" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |
