Browse Source

updated to 5.1.44-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@532 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 14 years ago
parent
commit
3552ea9524
1 changed files with 20 additions and 9 deletions
  1. 20 9
      M/MySQL/MySQL-vl.spec

+ 20 - 9
M/MySQL/MySQL-vl.spec

@@ -15,7 +15,7 @@
 
 %define see_base For a description of MySQL see the base MySQL RPM or http://www.mysql.com
 
-%define mysql_version		5.1.41
+%define mysql_version		5.1.44
 %define client_version		16
 
 %if %{?_dist_release}!="vl5"
@@ -34,7 +34,7 @@ License:	GPL
 Source:		mysql-%{version}.tar.gz
 # Don't depend on lib::mtr*
 Source999:	filter-requires-%{name}.sh
-Patch0:		mysql-5.1.34-jp-all.patch
+Patch0:		mysql-5.1.44-jp-all.patch
 URL:		http://www.mysql.com/
 Requires:	fileutils sh-utils
 Provides:	msqlormysql MySQL-server mysql
@@ -176,7 +176,7 @@ necessary to develop MySQL client applications.
 Summary: MySQL - Shared libraries
 Group: Applications/Databases
 %if %{?_dist_release}!="vl5"
-Obsoletes: MySQL-shared < 5.1.41
+Obsoletes: MySQL-shared < %{version}
 %endif
 
 %description -n %{libpkgname}
@@ -527,6 +527,12 @@ fi
 # We do not remove the mysql user since it may still own a lot of
 # database files.
 
+%post -n %{libpkgname}
+/sbin/ldconfig
+
+%postun -n %{libpkgname}
+/sbin/ldconfig
+
 # Clean up the BuildRoot
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
@@ -640,12 +646,6 @@ fi
 %doc %attr(644, root, man) %{_mandir}/man1/mysqlshow.1*
 %doc %attr(644, root, man) %{_mandir}/man1/mysqlslap.1*
 
-%post -n %{libpkgname}
-/sbin/ldconfig
-
-%postun -n %{libpkgname}
-/sbin/ldconfig
-
 %files ndb-storage
 %defattr(-,root,root,0755)
 %attr(755, root, root) %{_sbindir}/ndbd
@@ -748,6 +748,17 @@ fi
 #%attr(644, root, root) %{_libdir}/mysql/libmysqld.a
 
 %changelog
+* Fri Mar 05 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.44-1
+- new upstream release.
+- updated jp-patch.
+
+* Thu Feb 04 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-2
+- VineSeed: rebuilt with new toolchain.
+
+* Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.43-1
+- new upstream release.
+  - fixed CVE-2009-4484.
+
 * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.1.41-1
 - new upstream release.