summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author46792016-01-04 13:24:31 +0800
committer46792016-01-04 13:24:31 +0800
commit77e3e91d03a2c9477bbcc73becb9a93c1f6bcc28 (patch)
tree72c98c04da10804d29a0914e8d353e8eb78de13b
parent508972d29c474f997d46dc63929231a6a0df8a14 (diff)
downloadaur-77e3e91d03a2c9477bbcc73becb9a93c1f6bcc28.tar.gz
rollback
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
-rw-r--r--openssl.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d21c372c6cef..519f717ba469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 05:12:30 UTC 2016
+# Mon Jan 4 05:24:17 UTC 2016
pkgbase = nginx-mainline-boringssl
pkgdesc = lightweight HTTP server, statically linked against BoringSSL.
- pkgver = 1.9.9
+ pkgver = 1.9.7
pkgrel = 2
url = http://nginx.org
arch = i686
@@ -40,7 +40,7 @@ pkgbase = nginx-mainline-boringssl
source = nginx.conf
source = nginx.logrotate
source = nginx.service
- source = http://nginx.org/download/nginx-1.9.9.tar.gz
+ source = http://nginx.org/download/nginx-1.9.7.tar.gz
source = openssl.patch
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
diff --git a/PKGBUILD b/PKGBUILD
index 71a196faf2d9..7ad023909673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-mainline-boringssl
-pkgver=1.9.9
+pkgver=1.9.7
pkgrel=2
pkgdesc="lightweight HTTP server, statically linked against BoringSSL."
arch=('i686' 'x86_64')
diff --git a/openssl.patch b/openssl.patch
index 4177f8e84862..32c2cc1413df 100644
--- a/openssl.patch
+++ b/openssl.patch
@@ -1,6 +1,6 @@
--- src/event/ngx_event_openssl.c 2015-12-05 09:33:39.819749000 +0800
+++ src/event/ngx_event_openssl.c.mod 2015-12-05 09:34:30.399748978 +0800
-@@ -1912,7 +1912,6 @@
+@@ -1909,7 +1909,6 @@
/* handshake failures */
if (n == SSL_R_BAD_CHANGE_CIPHER_SPEC /* 103 */