ucspi-ssl: update to 0.11.4.

This commit is contained in:
Leah Neukirchen 2020-03-29 14:58:48 +02:00
parent 4e8cb3b498
commit dd35e95db0
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ucspi-ssl'
pkgname=ucspi-ssl
reverts="0.99e_3 0.99e_2 0.99e_1"
version=0.11.3
version=0.11.4
revision=1
create_wrksrc=yes
build_wrksrc="host/superscript.com/net/${pkgname}-${version}/src"
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="http://www.fehcom.de/ipnet/ucspi-ssl.html"
distfiles="http://www.fehcom.de/ipnet/ucspi-ssl/ucspi-ssl-${version}.tgz"
checksum=97fd037f8fd30c5286c119dd53d6bff33c5f1074e9740a349913949a85495a61
checksum=af008920a711cbe9ffbc1d17d790a7e00ba11a8df4aadace3ca43055b2b0d070
# ad hoc build system breaks parallel build and cross-compilation
disable_parallel_build="ad hoc build system breaks parallel build"
@ -25,14 +25,14 @@ pre_build() {
esac
pwd >home
echo "${CC} ${CFLAGS}" >../conf-cc
echo "${CC} ${CFLAGS} -I${XBPS_CROSS_BASE}/usr/include/fehQlibs" >../conf-cc
echo "${CC} ${LDFLAGS}" >../conf-ld
echo "/etc/ssl/certs" >../conf-cadir
echo "/etc/ssl/certs.pem" >../conf-cafile
echo "/usr" >../conf-home
if [ "$CROSS_BUILD" ]; then
echo "${BUILD_CC} ${BUILD_CFLAGS} -c "'"$@"' >compile-host
echo "${BUILD_CC} ${BUILD_CFLAGS} -I/usr/include/fehQlibs -c "'"$@"' >compile-host
echo 'main="$1"; shift; '"${BUILD_CC} ${BUILD_LDFLAGS}"'-o "$main" "$main.o" "$@" -ldnsresolv -lqlibs' >load-host
chmod +x compile-host load-host