diff options
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb | 6 | ||||
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb deleted file mode 100644 index 8774a87fff..0000000000 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require nginx.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "56767fd62302508295b31adc48b99a59" | ||
| 6 | SRC_URI[sha256sum] = "e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab" | ||
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb new file mode 100644 index 0000000000..3d2a5edd26 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.17.8.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require nginx.inc | ||
| 2 | |||
| 3 | # 1.16.x branch is the current stable branch, the recommended default | ||
| 4 | # 1.17.x is the current mainline branches containing all new features | ||
| 5 | DEFAULT_PREFERENCE = "-1" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "29cd861a13aae69a058cbabaae86177b" | ||
| 10 | SRC_URI[sha256sum] = "97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b" | ||
