From d1418f748c159f7db7377068caccb8049a34c979 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 3 Nov 2017 17:23:24 +0100 Subject: [PATCH] ucspi-ssl: update to 0.99c. --- srcpkgs/ucspi-ssl/patches/libressl.patch | 4 ++-- srcpkgs/ucspi-ssl/template | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ucspi-ssl/patches/libressl.patch b/srcpkgs/ucspi-ssl/patches/libressl.patch index 3d63604eb7d..4ba64395d15 100644 --- a/srcpkgs/ucspi-ssl/patches/libressl.patch +++ b/srcpkgs/ucspi-ssl/patches/libressl.patch @@ -1,5 +1,5 @@ ---- host/superscript.com/net/ucspi-ssl-0.99b/src/ssl_env.c.orig -+++ host/superscript.com/net/ucspi-ssl-0.99b/src/ssl_env.c +--- host/superscript.com/net/ucspi-ssl-0.99c/src/ssl_env.c.orig ++++ host/superscript.com/net/ucspi-ssl-0.99c/src/ssl_env.c @@ -47,7 +47,7 @@ int n; diff --git a/srcpkgs/ucspi-ssl/template b/srcpkgs/ucspi-ssl/template index 5390be380ef..82f9245499c 100644 --- a/srcpkgs/ucspi-ssl/template +++ b/srcpkgs/ucspi-ssl/template @@ -1,7 +1,7 @@ # Template file for 'ucspi-ssl' pkgname=ucspi-ssl -version=0.99b -revision=2 +version=0.99c +revision=1 short_desc="Command-line tools for building SSL client-server applications" maintainer="Evan Deaubl " license="Public Domain" @@ -11,7 +11,7 @@ makedepends="libressl-devel" depends="ucspi-tcp" homepage="http://www.fehcom.de/ipnet/ucspi-ssl.html" distfiles="http://www.fehcom.de/ipnet/ucspi-ssl/${pkgname}-${version}.tgz" -checksum=2a442474e78896203e66d5e5828d9a3c229aa6a083238dedd0f42bdafa3de50f +checksum=29deb07148e445df8b3b1827b96e5077fcdc11e9580fbaa944f495b5e4457920 wrksrc="${pkgname}-${version}" create_wrksrc=yes build_wrksrc="host/superscript.com/net/${pkgname}-${version}/src"