From a612072a7749e8b649bace36b3f80c3f19dd3c47 Mon Sep 17 00:00:00 2001 From: jorton Date: Aug 19 2009 08:16:05 +0000 Subject: - update to 0.28.6 --- diff --git a/neon-0.28.4-trustv1ca.patch b/neon-0.28.4-trustv1ca.patch deleted file mode 100644 index 4125035..0000000 --- a/neon-0.28.4-trustv1ca.patch +++ /dev/null @@ -1,14 +0,0 @@ - -https://bugzilla.redhat.com/show_bug.cgi?id=502451 - ---- neon-0.28.4/src/ne_gnutls.c.trustv1ca -+++ neon-0.28.4/src/ne_gnutls.c -@@ -574,6 +574,8 @@ ne_ssl_context *ne_ssl_context_create(in - gnutls_certificate_client_set_retrieve_function(ctx->cred, - provide_client_cert); - } -+ gnutls_certificate_set_verify_flags(ctx->cred, -+ GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT); - return ctx; - } - diff --git a/neon.spec b/neon.spec index 3bcf00c..3e8ee7d 100644 --- a/neon.spec +++ b/neon.spec @@ -1,7 +1,7 @@ Summary: An HTTP and WebDAV client library Name: neon -Version: 0.28.4 -Release: 1.1%{?dist} +Version: 0.28.6 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.webdav.org/neon/ @@ -34,7 +34,6 @@ The development library for the C language HTTP and WebDAV client library. %prep %setup -q %patch0 -p1 -b .multilib -%patch1 -p1 -b .trustv1ca %build export CC="%{__cc} -pthread" @@ -77,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Wed Aug 19 2009 Joe Orton 0.28.6-1 +- update to 0.28.6 + * Fri May 29 2009 Joe Orton 0.28.4-1.1 - trust V1 CA certs by default (#502451) diff --git a/sources b/sources index 0d969e3..51e37f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c3b94362af743d046e198e9fcbe4a85 neon-0.28.4.tar.gz +252578ed555552b71d15909641484951 neon-0.28.6.tar.gz