summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2016-05-19 01:52:43 +0200
committerRubenKelevra2016-05-19 01:52:43 +0200
commit6f3f1ffe86adcd2847583975113df0d24c3c896d (patch)
treea6415c514d6e524a476d460553ed36756106a5a5
parent18256f680188150117b76e2913a5bdf355529780 (diff)
downloadaur-6f3f1ffe86adcd2847583975113df0d24c3c896d.tar.gz
update to latest version of nginx / libressl
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099e06e3019d..8d6b3f2acb52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 20:19:42 UTC 2016
+# Wed May 18 23:52:15 UTC 2016
pkgbase = nginx-mainline-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
- pkgver = 1.9.11
+ pkgver = 1.9.15
pkgrel = 1
url = http://nginx.org
arch = i686
@@ -38,13 +38,13 @@ pkgbase = nginx-mainline-libressl
source = nginx.conf
source = nginx.logrotate
source = nginx.service
- source = http://nginx.org/download/nginx-1.9.11.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.2.tar.gz
+ source = http://nginx.org/download/nginx-1.9.15.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.4.tar.gz
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
- sha256sums = 6a5c72f4afaf57a6db064bba0965d72335f127481c5d4e64ee8714e7b368a51f
- sha256sums = 80f45fae4859f161b1980cad846d4217417d0c89006ad29c0ea8c88da564a96a
+ sha256sums = cc89b277cc03f403c0b746d60aa5943cdecf59ae48278f8cb7e2df0cbdb6dac3
+ sha256sums = 7a1135b2620f78928e89538c211a4df1d9415994001d1e7c9178c6b6d72de6a9
pkgname = nginx-mainline-libressl
diff --git a/PKGBUILD b/PKGBUILD
index e5fde3e1140d..1d9886f3e468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-mainline-libressl
-pkgver=1.9.11
+pkgver=1.9.15
pkgrel=1
-librever=2.3.2
+librever=2.3.4
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -51,8 +51,8 @@ source=( "nginx.conf"
sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
- '6a5c72f4afaf57a6db064bba0965d72335f127481c5d4e64ee8714e7b368a51f'
- '80f45fae4859f161b1980cad846d4217417d0c89006ad29c0ea8c88da564a96a')
+ 'cc89b277cc03f403c0b746d60aa5943cdecf59ae48278f8cb7e2df0cbdb6dac3'
+ '7a1135b2620f78928e89538c211a4df1d9415994001d1e7c9178c6b6d72de6a9')
build() {
local _src_dir="${srcdir}/${_pkgname}-${pkgver}"