diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 02:35:41 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 02:43:19 +0200 |
commit | a8736b1ef63631b4ba022004d7eb9012dfea6d24 (patch) | |
tree | 428867249fedfb9e83b9c071d183cd5959d5ceb3 /main/nginx | |
parent | 7f5b226448aabbe9aed8018824713258e03b329f (diff) | |
download | aports-a8736b1ef63631b4ba022004d7eb9012dfea6d24.tar.bz2 aports-a8736b1ef63631b4ba022004d7eb9012dfea6d24.tar.xz |
main/nginx: upgrade to 1.12.1 (security fix)
Fixes: http://bugs.alpinelinux.org/issues/7518
See also: http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html
Diffstat (limited to 'main/nginx')
-rw-r--r-- | main/nginx/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 0474824033..b3005a8ed9 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -2,9 +2,14 @@ # Contributor: Jeff Bilyk <jbilyk@gmail.com> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Jakub Jirutka <jakub@jirutka.cz> +# +# secfixes: +# 1.12.1-r0: +# - CVE-2017-7529 +# pkgname=nginx -pkgver=1.12.0 -pkgrel=2 +pkgver=1.12.1 +pkgrel=0 # Revision of nginx-tests to use for check(). _tests_hgrev=cdd44ff602db pkgdesc="HTTP and reverse proxy server (stable version)" @@ -258,7 +263,7 @@ _module() { echo "load_module \"modules/$soname\";" > ./etc/nginx/modules/$name.conf } -sha512sums="e2e930b61491d91090090d4716740895fc7812e8e266c427ac2b40c5a70493150e5c81e769c6b7563baf5f0e15b32fae8f2b11fd5699e468e1cc40706defb8ee nginx-1.12.0.tar.gz +sha512sums="3a2ad2a559b366dda92dd58c0fe40ee84dd60a3eaf72071454110e032c3e9a03f2a63b28fe3a615b527950521eeb533c687a2cc4c87524e1d8f3a0a5f043fdb6 nginx-1.12.1.tar.gz ca8be839aef71c537d6d3a79e2894f38790834d6310c6d15ad06900c7c2d7cf71a113847ab96ef9be0fbdfff3b7808e74dea427502b275cfd6c909550f9ba9ab nginx-tests-cdd44ff602db.tar.gz 401f57ed73941619cdd41061bd92fffc00730e34cc647ea3c9345225723e9c7ebd72d9d15a703cffd93b0a99d458a05fe5efa7373ae24f41b35279285b5ca0fa echo-nginx-module~fix-nginx-1.12.patch 04f7d75ce15eba99be99a76d266903c17e48742ab4bf237b988bf84f00cdbf6510c3d4eee88a24620e56dc426220192df39f4736af157fdc4e4c50b4f1d794f2 lua-nginx-module~fix-nginx-1.12.patch |