[oe-commits] [meta-openembedded] 11/15: nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 10:13:25 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 1838f11a198fa5e3056ed7c7892c7e137da40a4c
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Mon Feb 29 09:43:10 2016 +0100

    nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x
    
    The 1.8 branch is the current stable branch of nginx.
    This means the branch doesn't get new features, but is still supported with bugfixes.
    
    Depending on the use case it is more suitable to use on an embedded device
    than the 1.9 branch which adds new features with every release.
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb
new file mode 100644
index 0000000..ec3aef2
--- /dev/null
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb
@@ -0,0 +1,4 @@
+require nginx.inc
+
+SRC_URI[md5sum] = "2e91695074dbdfbf1bcec0ada9fda462"
+SRC_URI[sha256sum] = "8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list