diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-09-11 23:48:55 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-09-11 23:48:55 -0500 |
commit | 50beb296423874f8198b64411790883b9d0a42a0 (patch) | |
tree | 55d29e96e7316768211972f30491e07f044388ab /nginx | |
parent | bee1af368580619aeb3361ae71ab771f0d037af5 (diff) | |
download | contrib-50beb296423874f8198b64411790883b9d0a42a0.tar.gz contrib-50beb296423874f8198b64411790883b9d0a42a0.tar.xz |
nginx: updated to version 1.21.3
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 c827328b6..81e195b99 100644 --- a/nginx/.signature +++ b/nginx/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF373G3fYBlaRB+qTfpdEVbI0pCBf/PhF1ppFshVwcSY1yzgpWNZyFME1Ow3FXrhF2/JisWTZExfSHyzV1GhzPiAE= -SHA256 (Pkgfile) = 74fab9334c6129b31ee50ddfa8f986f6ed82566d186ed2bd72e6a5fc902812da +RWSagIOpLGJF3weRmM17tQL0voKrIeFGidBq/c87wTe/BsrWMRdWL0eckNZ80G6e6YRSr5VoozarGJ3UOz83KWrsZqMKA/7tYwM= +SHA256 (Pkgfile) = 64d1bb6b0ce1b6018939b995cdc0bac855ddb4dbc9dc9c3c0a82860bc5f07751 SHA256 (.footprint) = 9263dad4ce3a2766b5f9bec00a3a58ac86445f370ba1bb3d5716e6b9dc74ddae -SHA256 (nginx-1.21.1.tar.gz) = 68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560 +SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a SHA256 (nginx.conf) = 0f9b54e790951f1a09580bbf29ede26c4cc277e535d4df937fc659979a2fb35b SHA256 (nginx.rc) = bac096145be15bc5d87817e2d3440d930288aea06dfd6736e43289b4a352595b diff --git a/nginx/Pkgfile b/nginx/Pkgfile index 1234505a8..cb51bbc2a 100644 --- a/nginx/Pkgfile +++ b/nginx/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre zlib openssl name=nginx -version=1.21.1 +version=1.21.3 release=1 source=(http://nginx.org/download/$name-$version.tar.gz \ $name.conf $name.rc) |