From e3c78ce63d86e8e84935e1594d47e6186dada569 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 12 Dec 2004 19:49:37 +0000 Subject: [PATCH] Enable SSL (bz#142032) --- mysql.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mysql.spec b/mysql.spec index 96180f1..6c7638c 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 4.1.7 -Release: 5 +Release: 6 Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz Source1: mysql.init Source2: mysql.logrotate @@ -16,7 +16,7 @@ Summary: MySQL client programs and shared libraries. License: GPL Group: Applications/Databases Prereq: /sbin/ldconfig, /sbin/install-info, grep, fileutils, chkconfig -BuildRequires: gperf, perl, readline-devel +BuildRequires: gperf, perl, readline-devel, openssl-devel BuildRequires: gcc-c++, ncurses-devel, zlib-devel BuildRequires: libtool automake autoconf Requires: bash @@ -102,6 +102,8 @@ export CFLAGS CXXFLAGS %configure \ --with-readline \ + --with-vio \ + --with-openssl \ --without-debug \ --enable-shared \ --with-extra-charsets=complex \ @@ -351,7 +353,12 @@ fi %{_datadir}/sql-bench %changelog -* Thu Dec 2 2004 Tom Lane 4.1.7-5 +* Sun Dec 12 2004 Tom Lane 4.1.7-6 +- Fix init script to not need a valid username for startup check (bz#142328) +- Fix init script to honor settings appearing in /etc/my.cnf (bz#76051) +- Enable SSL (bz#142032) + +* Thu Dec 2 2004 Tom Lane 4.1.7-5 - Add a restorecon to keep the mysql.log file in the right context * Tue Nov 23 2004 Tom Lane 4.1.7-4