rpms/neon/devel neon-0.28.2-nocomp.patch, NONE, 1.1 neon.spec, 1.43, 1.44

Joe Orton (jorton) fedora-extras-commits at redhat.com
Mon Jun 2 11:08:44 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/neon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19246

Modified Files:
	neon.spec 
Added Files:
	neon-0.28.2-nocomp.patch 
Log Message:
* Mon Jun  2 2008 Joe Orton <jorton at redhat.com> 0.28.2-3
- require ca-certificates package


neon-0.28.2-nocomp.patch:

--- NEW FILE neon-0.28.2-nocomp.patch ---
--- neon-0.28.2/src/ne_openssl.c.nocomp
+++ neon-0.28.2/src/ne_openssl.c
@@ -1,6 +1,6 @@
 /* 
    neon SSL/TLS support using OpenSSL
-   Copyright (C) 2002-2007, Joe Orton <joe at manyfish.co.uk>
+   Copyright (C) 2002-2008, Joe Orton <joe at manyfish.co.uk>
    Portions are:
    Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen at iki.fi>
 
@@ -545,7 +545,7 @@ ne_ssl_context *ne_ssl_context_create(in
         /* set client cert callback. */
         SSL_CTX_set_client_cert_cb(ctx->ctx, provide_client_cert);
         /* enable workarounds for buggy SSL server implementations */
-        SSL_CTX_set_options(ctx->ctx, SSL_OP_ALL);
+        SSL_CTX_set_options(ctx->ctx, SSL_OP_ALL | SSL_OP_NO_COMP);
     } else if (mode == NE_SSL_CTX_SERVER) {
         ctx->ctx = SSL_CTX_new(SSLv23_server_method());
         SSL_CTX_set_session_cache_mode(ctx->ctx, SSL_SESS_CACHE_CLIENT);


Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- neon.spec	3 Apr 2008 13:12:56 -0000	1.43
+++ neon.spec	2 Jun 2008 11:07:57 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: An HTTP and WebDAV client library
 Name: neon
 Version: 0.28.2
-Release: 2
+Release: 3
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.webdav.org/neon/
@@ -10,8 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel
 BuildRequires: pkgconfig, pakchois-devel
-# For /etc/pki/tls/certs/ca-bundle.crt:
-Requires: openssl
+Requires: ca-certificates
 Conflicts: subversion < 0.22.2-4
 
 %description
@@ -76,6 +75,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Mon Jun  2 2008 Joe Orton <jorton at redhat.com> 0.28.2-3
+- require ca-certificates package
+
 * Thu Apr  3 2008 Joe Orton <jorton at redhat.com> 0.28.2-2
 - update to 0.28.2
 




More information about the fedora-extras-commits mailing list