From a067403b5503a41f3486189dc030ad9f89c8c276 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 28 Oct 2017 08:35:55 -0400 Subject: nginx: update development version to 1.13.6 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/nginx/nginx_1.13.5.bb | 10 ---------- meta-webserver/recipes-httpd/nginx/nginx_1.13.6.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.13.5.bb create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.13.6.bb (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.13.5.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.13.5.bb deleted file mode 100644 index 9f2c117ab..000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.13.5.bb +++ /dev/null @@ -1,10 +0,0 @@ -require nginx.inc - -# 1.12.x branch is the current stable branch, the recommended default -# 1.13.x is the current mainline branches containing all new features -DEFAULT_PREFERENCE = "-1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=903753de5f86a1ee0341fd2f9491b282" - -SRC_URI[md5sum] = "f193722159adfb1eb8117c0491fd17ec" -SRC_URI[sha256sum] = "0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e" diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.13.6.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.13.6.bb new file mode 100644 index 000000000..d255f1fc3 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.13.6.bb @@ -0,0 +1,10 @@ +require nginx.inc + +# 1.12.x branch is the current stable branch, the recommended default +# 1.13.x is the current mainline branches containing all new features +DEFAULT_PREFERENCE = "-1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=903753de5f86a1ee0341fd2f9491b282" + +SRC_URI[md5sum] = "f84d3f782c168bfdfb734700e51a929f" +SRC_URI[sha256sum] = "8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8" -- cgit v1.2.3-54-g00ecf