From 3157b722ea4804be9da6f063f920093c9efcfeee Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 31 Jul 2017 10:28:23 +0200 Subject: [PATCH] bearssl: update to 0.5. --- srcpkgs/bearssl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bearssl/template b/srcpkgs/bearssl/template index 2ea656222e3..698a6ba3c20 100644 --- a/srcpkgs/bearssl/template +++ b/srcpkgs/bearssl/template @@ -1,7 +1,7 @@ # Template file for 'bearssl' pkgname=bearssl -version=0.4 -revision=2 +version=0.5 +revision=1 build_style=gnu-makefile short_desc="Implementation of the SSL/TLS protocol in C" maintainer="Leah Neukirchen " @@ -9,7 +9,7 @@ license="MIT" homepage="https://www.bearssl.org/" _changelog="https://www.bearssl.org/changelog.html" distfiles="https://www.bearssl.org/${pkgname}-${version}.tar.gz" -checksum=674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4 +checksum=400f7027f309f5c0e3784ad1f5a612cfadfa108a33d867f50c75974cabd7830c CFLAGS="-fPIC" make_build_args="D=.so.${version} LDDLL=\$(CC) LD=\$(CC) LDDLLFLAGS=-shared LDDLLFLAGS+=-Wl,-soname,libbearssl.so.0"