[packages/neon] - up to 0.30.2

arekm arekm at pld-linux.org
Tue Sep 18 14:12:36 CEST 2018


commit ef26a73503dbb4eebb88ec5a70a8c09ad4f26141
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 18 14:12:28 2018 +0200

    - up to 0.30.2

 neon.spec     | 17 ++++++++++-------
 openssl.patch | 11 +++++++++++
 2 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/neon.spec b/neon.spec
index abd790e..f6a4c22 100644
--- a/neon.spec
+++ b/neon.spec
@@ -9,12 +9,14 @@
 Summary:	An HTTP and WebDAV client library
 Summary(pl.UTF-8):	Biblioteka kliencka HTTP i WebDAV
 Name:		neon
-Version:	0.30.1
-Release:	8
+Version:	0.30.2
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
-Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
-# Source0-md5:	231adebe5c2f78fded3e3df6e958878e
+# Source0:	http://www.webdav.org/neon/%{name}-%{version}.tar.gz
+Source0:	https://ftp.osuosl.org/pub/blfs/conglomeration/neon/%{name}-%{version}.tar.gz
+# Source0-md5:	e28d77bf14032d7f5046b3930704ef41
+Patch0:		openssl.patch
 URL:		http://www.webdav.org/neon/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake
@@ -70,11 +72,11 @@ Summary:	Header files for neon
 Summary(pl.UTF-8):	Pliki nagłówkowe neon
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-%{?with_kerberos5:Requires:	heimdal-devel}
-%{?with_libproxy:Requires:	libproxy-devel}
+%{?with_kerberos5:Requires: heimdal-devel}
+%{?with_libproxy:Requires: libproxy-devel}
 Requires:	libxml2-devel
 Requires:	openssl-devel >= 0.9.7c
-%{?with_pakchois:Requires:	pakchois-devel}
+%{?with_pakchois:Requires: pakchois-devel}
 
 %description devel
 C header files for the neon library.
@@ -110,6 +112,7 @@ Dokumentacja API biblioteki neon.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/openssl.patch b/openssl.patch
new file mode 100644
index 0000000..fcd2c77
--- /dev/null
+++ b/openssl.patch
@@ -0,0 +1,11 @@
+--- neon-0.30.2/src/ne_pkcs11.c~	2016-09-30 10:46:00.000000000 +0200
++++ neon-0.30.2/src/ne_pkcs11.c	2018-09-18 14:05:43.019798589 +0200
+@@ -74,6 +74,8 @@ struct ne_ssl_pkcs11_provider_s {
+ 
+ #if defined(RSA_F_RSA_PRIVATE_ENCRYPT)
+ #define PK11_RSA_ERR (RSA_F_RSA_PRIVATE_ENCRYPT)
++#elif defined(RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
++#define PK11_RSA_ERR (RSA_F_RSA_OSSL_PRIVATE_ENCRYPT)
+ #else
+ #define PK11_RSA_ERR (RSA_F_RSA_EAY_PRIVATE_ENCRYPT)
+ #endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neon.git/commitdiff/ef26a73503dbb4eebb88ec5a70a8c09ad4f26141



More information about the pld-cvs-commit mailing list