From 1731c58dd416e171f3a9b978498a691c3afc6d06 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:24 +0100 Subject: [PATCH] neon: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/neon/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index c6e8b2c32fa..9d50a1e0adf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -776,7 +776,7 @@ libwavpack.so.1 libwavpack-4.60.1_1 libSDL_net-1.2.so.0 SDL_net-1.2.7_1 libmodplug.so.1 libmodplug-0.8.8_1 libfetch.so.2 libfetch-2.34_23 -libneon.so.27 neon-0.29.5_1 +libneon.so.27 neon-0.31.2_2 libsvn_subr-1.so.0 libsvn-1.7.5_1 libsvn_diff-1.so.0 libsvn-1.7.5_1 libsvn_client-1.so.0 libsvn-1.7.5_1 diff --git a/srcpkgs/neon/template b/srcpkgs/neon/template index 125a1e158b9..9ace92c0fdd 100644 --- a/srcpkgs/neon/template +++ b/srcpkgs/neon/template @@ -1,7 +1,7 @@ # Template file for 'neon' pkgname=neon version=0.31.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-expat --with-ssl=openssl --enable-shared --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static @@ -9,7 +9,7 @@ configure_args="--with-expat --with-ssl=openssl --enable-shared make_build_args="all docs" make_install_args="install" hostmakedepends="automake libtool pkg-config xmlto" -makedepends="zlib-devel expat-devel libressl-devel libproxy-devel" +makedepends="zlib-devel expat-devel openssl-devel libproxy-devel" depends="ca-certificates" short_desc="HTTP and WebDAV client library, with a C interface" maintainer="Orphaned "