diff options
| author | 2013-11-21 14:02:25 +0000 | |
|---|---|---|
| committer | 2013-11-21 14:02:25 +0000 | |
| commit | 89164ff76d703fa484f54f6ed53f8cdb06ea5c6c (patch) | |
| tree | 6a1ed4242bfc2c11dd020828d3084c6546b1df31 /usr.sbin/nginx/src/core/nginx.h | |
| parent | regen (diff) | |
| download | wireguard-openbsd-89164ff76d703fa484f54f6ed53f8cdb06ea5c6c.tar.xz wireguard-openbsd-89164ff76d703fa484f54f6ed53f8cdb06ea5c6c.zip | |
security update to nginx 1.4.4 which fixes CVE-2013-4547
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 2ce21ae196e..609bdaa89d5 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 1004003 -#define NGINX_VERSION "1.4.3" +#define nginx_version 1004004 +#define NGINX_VERSION "1.4.4" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |
