Author: arekm Date: Thu Jun 26 08:19:21 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; switch to gnutls instead of openssl (curl openssl cleanup causes many segfaults in apache module due to few modules trying to do the same cleanup in single program; noted by apache-mod_backtrace). This is just a workaround for the problem.
---- Files affected: SPECS: curl.spec (1.152 -> 1.153) ---- Diffs: ================================================================ Index: SPECS/curl.spec diff -u SPECS/curl.spec:1.152 SPECS/curl.spec:1.153 --- SPECS/curl.spec:1.152 Mon Jun 16 23:36:28 2008 +++ SPECS/curl.spec Thu Jun 26 10:19:15 2008 @@ -4,7 +4,7 @@ %bcond_with ares # with c-ares (asynchronous DNS operations) library (disables IPv6) %bcond_without ssh # without SSH support %bcond_without ssl # without SSL support -%bcond_with gnutls # use GnuTLS instead of OpenSSL +%bcond_without gnutls # use GnuTLS instead of OpenSSL %bcond_without kerberos5 # without MIT Kerberos 5 support # Summary: A utility for getting files from remote servers (FTP, HTTP, and others) @@ -15,7 +15,7 @@ Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl Version: 7.18.2 -Release: 1 +Release: 2 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 @@ -245,6 +245,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.153 2008/06/26 08:19:15 arekm +- rel 2; switch to gnutls instead of openssl (curl openssl cleanup causes many segfaults in apache module due to few modules trying to do the same cleanup in single program; noted by apache-mod_backtrace). This is just a workaround for the problem. + Revision 1.152 2008/06/16 21:36:28 qboosh - bcond desc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/curl.spec?r1=1.152&r2=1.153&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
