Enable SSL (bz#142032)
This commit is contained in:
		
							parent
							
								
									f44a0e3fa7
								
							
						
					
					
						commit
						e3c78ce63d
					
				
							
								
								
									
										11
									
								
								mysql.spec
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								mysql.spec
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| Name: mysql | Name: mysql | ||||||
| Version: 4.1.7 | Version: 4.1.7 | ||||||
| Release: 5 | Release: 6 | ||||||
| Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz | Source0: http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-%{version}.tar.gz | ||||||
| Source1: mysql.init | Source1: mysql.init | ||||||
| Source2: mysql.logrotate | Source2: mysql.logrotate | ||||||
| @ -16,7 +16,7 @@ Summary: MySQL client programs and shared libraries. | |||||||
| License: GPL | License: GPL | ||||||
| Group: Applications/Databases | Group: Applications/Databases | ||||||
| Prereq: /sbin/ldconfig, /sbin/install-info, grep, fileutils, chkconfig | 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: gcc-c++, ncurses-devel, zlib-devel | ||||||
| BuildRequires: libtool automake autoconf | BuildRequires: libtool automake autoconf | ||||||
| Requires: bash | Requires: bash | ||||||
| @ -102,6 +102,8 @@ export CFLAGS CXXFLAGS | |||||||
| 
 | 
 | ||||||
| %configure \ | %configure \ | ||||||
| 	--with-readline \ | 	--with-readline \ | ||||||
|  | 	--with-vio \ | ||||||
|  | 	--with-openssl \ | ||||||
| 	--without-debug \ | 	--without-debug \ | ||||||
| 	--enable-shared \ | 	--enable-shared \ | ||||||
| 	--with-extra-charsets=complex \ | 	--with-extra-charsets=complex \ | ||||||
| @ -351,6 +353,11 @@ fi | |||||||
| %{_datadir}/sql-bench | %{_datadir}/sql-bench | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Sun Dec 12 2004 Tom Lane <tgl@redhat.com> 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 <tgl@redhat.com> 4.1.7-5 | * Thu Dec  2 2004 Tom Lane <tgl@redhat.com> 4.1.7-5 | ||||||
| - Add a restorecon to keep the mysql.log file in the right context | - Add a restorecon to keep the mysql.log file in the right context | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user