diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-03-03 14:27:32 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-03-03 14:27:32 -0600 |
commit | d6877b549a3fec775b6973991d997d60e0c2ab20 (patch) | |
tree | b70de580e55be7fa26e7e7599fefe2d52f699be8 /nginx | |
parent | a2de5613c14823999b25c062c94e103be89aa296 (diff) | |
download | contrib-d6877b549a3fec775b6973991d997d60e0c2ab20.tar.gz contrib-d6877b549a3fec775b6973991d997d60e0c2ab20.tar.xz |
nginx: updated to version 1.17.9
Diffstat (limited to 'nginx')
-rw-r--r-- | nginx/.signature | 6 | ||||
-rw-r--r-- | nginx/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nginx/.signature b/nginx/.signature index 618b2fcbb..0273e3758 100644 --- a/nginx/.signature +++ b/nginx/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xLajeWyfQAQT3WbO1VRSicM7oOFgxIVdhUfhjXOGW2JU+KX82i/tTEAKCmVIBPmrXG4UAzMdGKbCOu9GHO45gA= -SHA256 (Pkgfile) = 5b7f35837c6bfd71475e7a5d8ce8a8488856e0ab54f51d24c5e150a463c225d2 +RWSagIOpLGJF37rgSNqoWEGckcnbWWnBHotz5lij7VNhgEwreeSgxNittmlN6ZAjuXsqIaZ8OKpQPa6PPRagGDdA99jKiIUhhww= +SHA256 (Pkgfile) = 6b7bf5be7ac539623280707ed475c6c5d41078de554a47d73f6fedc0b28b9ff9 SHA256 (.footprint) = 9263dad4ce3a2766b5f9bec00a3a58ac86445f370ba1bb3d5716e6b9dc74ddae -SHA256 (nginx-1.17.7.tar.gz) = b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff +SHA256 (nginx-1.17.9.tar.gz) = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689 SHA256 (nginx.conf) = 0f9b54e790951f1a09580bbf29ede26c4cc277e535d4df937fc659979a2fb35b SHA256 (nginx.rc) = bac096145be15bc5d87817e2d3440d930288aea06dfd6736e43289b4a352595b diff --git a/nginx/Pkgfile b/nginx/Pkgfile index ac7d0420b..dad254174 100644 --- a/nginx/Pkgfile +++ b/nginx/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre zlib openssl name=nginx -version=1.17.7 +version=1.17.9 release=1 source=(http://nginx.org/download/$name-$version.tar.gz \ $name.conf $name.rc) |