summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-09-27 19:06:38 +0200
committeranthraxx2015-09-27 19:06:38 +0200
commit5396181e9415084160fe15db7b2130d13217c883 (patch)
tree5d4561c27ea92a8145f0c3d79910ecb7c33cd25d
parentdddc290ceb7145bae793de47e07f5648a5768847 (diff)
downloadaur-5396181e9415084160fe15db7b2130d13217c883.tar.gz
upgpkg: libressl 2.3.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f277df6277..22441e321827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libressl
pkgdesc = FREE version of the SSL/TLS protocol forked from OpenSSL - HIGHLY EXPRIMENTAL ONLY
- pkgver = 2.2.3
+ pkgver = 2.3.0
pkgrel = 1
url = http://www.libressl.org/
arch = i686
@@ -9,10 +9,10 @@ pkgbase = libressl
depends = glibc
optdepends = ca-certificates
backup = etc/ssl/openssl.cnf
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.3.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.3.tar.gz.asc
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.0.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.0.tar.gz.asc
source = libressl-dummy-rand-egd.patch
- sha512sums = 79f0cd57d2f1202e7d1213a9f9e0665bce11d1c1e5a4ba48c98b81f94e09a8c72733a5dfb0a5626b91db146641cfbec79acb9a5cbb437a60924b7f028d224500
+ sha512sums = d495d17272f25a7219139f750c49d5dec3a77fb25d9e95e21aa8d61d3757ee850a17a8e2ecdc78636f1bc2a9d2889b38149b4e0642d4ae4c54f33da3222e2c0a
sha512sums = SKIP
sha512sums = 73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b
diff --git a/PKGBUILD b/PKGBUILD
index a109e8dc554a..554eea322863 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.2.3
+pkgver=2.3.0
pkgrel=1
pkgdesc="FREE version of the SSL/TLS protocol forked from OpenSSL - HIGHLY EXPRIMENTAL ONLY"
url="http://www.libressl.org/"
@@ -17,7 +17,7 @@ backup=('etc/ssl/openssl.cnf')
#conflicts=('openssl')
source=(http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${pkgver}.tar.gz{,.asc}
libressl-dummy-rand-egd.patch)
-sha512sums=('79f0cd57d2f1202e7d1213a9f9e0665bce11d1c1e5a4ba48c98b81f94e09a8c72733a5dfb0a5626b91db146641cfbec79acb9a5cbb437a60924b7f028d224500'
+sha512sums=('d495d17272f25a7219139f750c49d5dec3a77fb25d9e95e21aa8d61d3757ee850a17a8e2ecdc78636f1bc2a9d2889b38149b4e0642d4ae4c54f33da3222e2c0a'
'SKIP'
'73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b')
validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5')
@@ -32,7 +32,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-openssldir=/etc/ssl
make
}
@@ -44,7 +44,6 @@ check() {
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- install -Dm 644 apps/openssl.cnf "${pkgdir}/etc/ssl/openssl.cnf"
install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}