summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2019-02-17 16:58:44 +0100
committerJulian Brost2019-02-17 16:58:44 +0100
commit63a94c265c83473bf6fa6113f5bce37c064ccd18 (patch)
treed5618eb4429990000d334766554439f1796c7c31
parent702e8b2bc30962950cac8e57a9dd7a017afa7ee1 (diff)
downloadaur-63a94c265c83473bf6fa6113f5bce37c064ccd18.tar.gz
new version 1.7.1-1 (security update)
Fixes CVE-2019-7401, see https://mailman.nginx.org/pipermail/unit/2019-February/000112.html
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13c7271a4ec..704e4c81398e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-unit
pkgdesc = Dynamic web application server, designed to run applications in multiple languages.
- pkgver = 1.6
+ pkgver = 1.7.1
pkgrel = 1
url = https://unit.nginx.org/
arch = i686
@@ -10,9 +10,9 @@ pkgbase = nginx-unit
makedepends = python
makedepends = python2
makedepends = go
- source = https://unit.nginx.org/download/unit-1.6.tar.gz
+ source = https://unit.nginx.org/download/unit-1.7.1.tar.gz
source = unit.service
- sha256sums = 24d0de255d1be0ef6420eb03fe086e02d858bd7d17c57dd803bbb2f96f2f9a53
+ sha256sums = e63cacb8308f625500c51440f2bc54d5a1e1b90aaa41c2c0fc7557c74a9d9e13
sha256sums = 8c9b2f732d6e50aa747aa7703303e5fff69f5abc6f5fc1741b774b422e029606
pkgname = nginx-unitd
diff --git a/PKGBUILD b/PKGBUILD
index 043f64f9bf10..f620cea97386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=('nginx-unitd'
'nginx-unit-php'
'nginx-unit-go')
_shortname='unit'
-pkgver=1.6
+pkgver=1.7.1
pkgrel=1
pkgdesc="Dynamic web application server, designed to run applications in multiple languages."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ url="https://unit.nginx.org/"
license=('Apache')
source=("https://unit.nginx.org/download/unit-$pkgver.tar.gz"
'unit.service')
-sha256sums=('24d0de255d1be0ef6420eb03fe086e02d858bd7d17c57dd803bbb2f96f2f9a53'
+sha256sums=('e63cacb8308f625500c51440f2bc54d5a1e1b90aaa41c2c0fc7557c74a9d9e13'
'8c9b2f732d6e50aa747aa7703303e5fff69f5abc6f5fc1741b774b422e029606')
makedepends=('php-embed' 'python' 'python2' 'go')