summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTechnion2016-06-07 04:43:17 +0000
committerTechnion2016-06-07 04:43:17 +0000
commit119ffd8798550ad5fe7b852be87b428e09b27173 (patch)
tree95d8af41de33b81fe313ba7f2b5dc9dbd1a92181
parent630f75259c09b3ed4de92a4312058a226874fb47 (diff)
downloadaur-119ffd8798550ad5fe7b852be87b428e09b27173.tar.gz
Introduce libressl 2.4.0. This brings in IETF chacha20.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a31540a2b3c..b0f81f1aecd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 06:46:06 UTC 2016
+# Tue Jun 7 04:42:00 UTC 2016
pkgbase = nginx-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
pkgver = 1.10.1
- pkgrel = 1
+ pkgrel = 2
url = http://nginx.org
arch = i686
arch = x86_64
@@ -38,12 +38,12 @@ pkgbase = nginx-libressl
source = nginx.logrotate
source = nginx.service
source = http://nginx.org/download/nginx-1.10.1.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.4.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.0.tar.gz
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
sha256sums = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801
- sha256sums = 7a1135b2620f78928e89538c211a4df1d9415994001d1e7c9178c6b6d72de6a9
+ sha256sums = 7e6000cfb9438fbfc7fe7fe0572af587e2f2a36bbdb95408e9874758d0c3382e
pkgname = nginx-libressl
diff --git a/PKGBUILD b/PKGBUILD
index 62cc2d762811..3910b726ed22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-libressl
pkgver=1.10.1
-pkgrel=1
-librever=2.3.4
+pkgrel=2
+librever=2.4.0
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -106,4 +106,4 @@ sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
'1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801'
- '7a1135b2620f78928e89538c211a4df1d9415994001d1e7c9178c6b6d72de6a9')
+ '7e6000cfb9438fbfc7fe7fe0572af587e2f2a36bbdb95408e9874758d0c3382e')