[packages/apache/APACHE_2_2] depend on openssl VERSION

glen glen at pld-linux.org
Wed Mar 2 15:22:06 CET 2016


commit 0bc39fbc11debf1f75be420bf6886097f802bf32
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Mar 2 16:21:15 2016 +0200

    depend on openssl VERSION
    
    openssl abi can change with each version
    
    httpd.prefork: Syntax error on line 71 of /etc/httpd/apache.conf:
    Syntax error on line 2 of /etc/httpd/conf.d/40_mod_ssl.conf:
    Cannot load /etc/httpd/modules/mod_ssl.so into server:
    /etc/httpd/modules/mod_ssl.so: undefined symbol: SSLv2_client_method

 apache.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache.spec b/apache.spec
index 93be1ba..384e75b 100644
--- a/apache.spec
+++ b/apache.spec
@@ -44,7 +44,7 @@ Summary(ru.UTF-8):	Самый популярный веб-сервер
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
 Version:	2.2.31
-Release:	3
+Release:	4
 License:	Apache v2.0
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -1584,7 +1584,7 @@ Epoch:		1
 Group:		Networking/Daemons/HTTP
 URL:		http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
 Requires:	%{name}-base = %{version}-%{release}
-Requires:	openssl >= %{openssl_ver}
+%requires_eq_to openssl openssl-devel
 %if "%{pld_release}" != "ac"
 Requires:	apr-util-dbm-db
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/0bc39fbc11debf1f75be420bf6886097f802bf32



More information about the pld-cvs-commit mailing list