summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2017-02-03 18:45:58 +0100
committeranthraxx2017-02-03 18:45:58 +0100
commitc36161da59cbe3e661304488246136d7684d283d (patch)
tree9ad4348634ed3dc25a6c1e38d5985230bd79f988
parente86c91394cce4042d8f4f6ecd0b8b8b29e805abf (diff)
downloadaur-c36161da59cbe3e661304488246136d7684d283d.tar.gz
upgpkg: libressl 2.5.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f39e0f0c1d3..10bed3dde892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libressl
pkgdesc = FREE version of the SSL/TLS protocol forked from OpenSSL - EXPRIMENTAL ONLY
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = http://www.libressl.org/
arch = i686
@@ -11,11 +11,11 @@ pkgbase = libressl
provides = openssl
conflicts = openssl
backup = etc/ssl/openssl.cnf
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.0.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.0.tar.gz.asc
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.5.1.tar.gz.asc
source = libressl-dummy-rand-egd.patch
validpgpkeys = A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5
- sha512sums = 6372b27f1696e957389646a05b0572ad6936443b34fee0e57153b063831e00318fa1b434e3e0369f0c3df872e15ad3bee2f85db0851021444612f2a6f266a332
+ sha512sums = 44557c7c3e6bc9c0af9ae83b26765be9707d53708a32a5a945108a49ea20503afa4197919801830d27821c069b87e0e0edd284bd1b8a85340dbc0da2c162c2f9
sha512sums = SKIP
sha512sums = 73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b
diff --git a/PKGBUILD b/PKGBUILD
index 34975f56dbac..c01eebee28dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Your system will break if you install this. For breaking purposes only
pkgname=libressl
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc='FREE version of the SSL/TLS protocol forked from OpenSSL - EXPRIMENTAL ONLY'
url='http://www.libressl.org/'
@@ -16,7 +16,7 @@ provides=('openssl')
conflicts=('openssl')
source=(http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${pkgver}.tar.gz{,.asc}
libressl-dummy-rand-egd.patch)
-sha512sums=('6372b27f1696e957389646a05b0572ad6936443b34fee0e57153b063831e00318fa1b434e3e0369f0c3df872e15ad3bee2f85db0851021444612f2a6f266a332'
+sha512sums=('44557c7c3e6bc9c0af9ae83b26765be9707d53708a32a5a945108a49ea20503afa4197919801830d27821c069b87e0e0edd284bd1b8a85340dbc0da2c162c2f9'
'SKIP'
'73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b')
validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook <bcook@openbsd.org>