summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2010-04-12 08:05:26 +0000
committerjorton <jorton@fedoraproject.org>2010-04-12 08:05:26 +0000
commite1c4fe829ba7a50043762631d4e31b1d1057a643 (patch)
tree094c75222573ca53fd6769a84866b83abce8a05f
parent96354b4147eddf97bdc23b4138073954e272b868 (diff)
- fix OpenSSL versionhttpd-2_2_15-1_fc11_3
-rw-r--r--httpd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 507a7f5..4281205 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -4,12 +4,12 @@
%define vstring Fedora
%define mpms worker event
# Minimum version of OpenSSL having support for the secure TLS reneg API
-%define opensslver 1.0.0-1
+%define opensslver 0.9.8n
Summary: Apache HTTP Server
Name: httpd
Version: 2.2.15
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -487,6 +487,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/*.sh
%changelog
+* Mon Apr 12 2010 Joe Orton <jorton@redhat.com> - 2.2.15-1.3
+- fix OpenSSL version
+
* Sat Apr 10 2010 Joe Orton <jorton@redhat.com> - 2.2.15-1.2
- add Requires and BR for correct OpenSSL version