Revert "Update to 10.1.15"

This reverts commit e6d72a834b.
This commit is contained in:
Honza Horak 2016-07-14 21:15:23 +02:00
parent 52318239a0
commit 5c109c86e1
5 changed files with 28 additions and 44 deletions

View File

@ -1,20 +0,0 @@
--- mariadb-10.1.15/mysql-test/t/openssl_1.test.orig 2016-06-29 22:56:09.000000000 +0200
+++ mariadb-10.1.15/mysql-test/t/openssl_1.test 2016-07-04 10:47:13.366522457 +0200
@@ -134,7 +134,7 @@ drop table t1;
# verification of servers certificate by setting both ca certificate
# and ca path to NULL
#
---replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA DHE-RSA-CHACHA20-POLY1305 DHE-RSA-AES256-SHA
+--replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA DHE-RSA-CHACHA20-POLY1305 DHE-RSA-AES256-SHA AES256-GCM-SHA384 DHE-RSA-AES256-SHA
--exec $MYSQL --ssl --ssl-key=$MYSQL_TEST_DIR/std_data/client-key.pem --ssl-cert=$MYSQL_TEST_DIR/std_data/client-cert.pem -e "SHOW STATUS LIKE 'ssl_Cipher'" 2>&1
--echo End of 5.0 tests
@@ -259,7 +259,7 @@ select 'is still running; no cipher requ
GRANT SELECT ON test.* TO bug42158@localhost REQUIRE X509;
FLUSH PRIVILEGES;
connect(con1,localhost,bug42158,,,,,SSL);
---replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA DHE-RSA-CHACHA20-POLY1305 DHE-RSA-AES256-SHA
+--replace_result DHE-RSA-AES256-GCM-SHA384 DHE-RSA-AES256-SHA DHE-RSA-CHACHA20-POLY1305 DHE-RSA-AES256-SHA AES256-GCM-SHA384 DHE-RSA-AES256-SHA
SHOW STATUS LIKE 'Ssl_cipher';
disconnect con1;
connection default;

View File

@ -119,12 +119,12 @@
# Make long macros shorter # Make long macros shorter
%global sameevr %{epoch}:%{version}-%{release} %global sameevr %{epoch}:%{version}-%{release}
%global compatver 10.1 %global compatver 10.1
%global bugfixver 15 %global bugfixver 14
Name: mariadb Name: mariadb
Version: %{compatver}.%{bugfixver} Version: %{compatver}.%{bugfixver}
Release: 3%{?with_debug:.debug}%{?dist} Release: 4%{?with_debug:.debug}%{?dist}
Epoch: 2 Epoch: 3
Summary: A community developed branch of MySQL Summary: A community developed branch of MySQL
Group: Applications/Databases Group: Applications/Databases
@ -162,7 +162,6 @@ Source72: mariadb-server-galera.te
# Patches common for more mysql-like packages # Patches common for more mysql-like packages
Patch1: %{pkgnamepatch}-strmov.patch Patch1: %{pkgnamepatch}-strmov.patch
Patch2: %{pkgnamepatch}-install-test.patch Patch2: %{pkgnamepatch}-install-test.patch
Patch3: %{pkgnamepatch}-test-openssl_1.patch
Patch4: %{pkgnamepatch}-logrotate.patch Patch4: %{pkgnamepatch}-logrotate.patch
Patch5: %{pkgnamepatch}-file-contents.patch Patch5: %{pkgnamepatch}-file-contents.patch
Patch7: %{pkgnamepatch}-scripts.patch Patch7: %{pkgnamepatch}-scripts.patch
@ -551,7 +550,6 @@ MariaDB is a community developed branch of MySQL.
%patch1 -p1 %patch1 -p1
%patch2 -p1 %patch2 -p1
%patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch7 -p1 %patch7 -p1
@ -1100,9 +1098,8 @@ fi
%files server-galera %files server-galera
%doc Docs/README.wsrep %doc Docs/README.wsrep
%license LICENSE.clustercheck %license LICENSE.clustercheck
%{_bindir}/clustercheck
%{_bindir}/galera_new_cluster %{_bindir}/galera_new_cluster
%{_bindir}/galera_recovery %{_bindir}/clustercheck
%{_datadir}/%{pkg_name}/systemd/use_galera_new_cluster.conf %{_datadir}/%{pkg_name}/systemd/use_galera_new_cluster.conf
%config(noreplace) %{_sysconfdir}/my.cnf.d/galera.cnf %config(noreplace) %{_sysconfdir}/my.cnf.d/galera.cnf
%attr(0640,root,root) %ghost %config(noreplace) %{_sysconfdir}/sysconfig/clustercheck %attr(0640,root,root) %ghost %config(noreplace) %{_sysconfdir}/sysconfig/clustercheck
@ -1287,6 +1284,10 @@ fi
%endif %endif
%changelog %changelog
* Thu Jul 14 2016 Honza Horak <hhorak@redhat.com> - 3:10.1.14-4
- Revert Update to 10.1.15, this release is broken
https://lists.launchpad.net/maria-discuss/msg03691.html
* Thu Jul 14 2016 Honza Horak <hhorak@redhat.com> - 2:10.1.15-3 * Thu Jul 14 2016 Honza Horak <hhorak@redhat.com> - 2:10.1.15-3
- Check datadir more carefully to avoid unwanted data corruption - Check datadir more carefully to avoid unwanted data corruption
Related: #1335849 Related: #1335849
@ -1302,7 +1303,7 @@ fi
Revert "Update to 10.2.0" Revert "Update to 10.2.0"
It is possible that MariaDB 10.2.0 won't be stable till f25 GA. It is possible that MariaDB 10.2.0 won't be stable till f25 GA.
* Tue Jun 21 2016 Pavel Raiskup <praiskup@redhat.com> - 10.2.0-3 * Tue Jun 21 2016 Pavel Raiskup <praiskup@redhat.com> - 1:10.1.14-3
- BR multilib-rpm-config and use it for multilib workarounds - BR multilib-rpm-config and use it for multilib workarounds
- install architecture dependant pc file to arch-dependant location - install architecture dependant pc file to arch-dependant location

View File

@ -1,8 +1,12 @@
main.analyze_format_json : rhbz#1096787
main.analyze_stmt_orderby : rhbz#1096787 connect.bin : rhbz#1096787 (pass on aarch64)
main.explain_json : rhbz#1096787 connect.endian : rhbz#1096787
main.explain_json_format_partitions : rhbz#1096787
main.explain_json_innodb : rhbz#1096787
main.partition_exchange : rhbz#1096787 main.partition_exchange : rhbz#1096787
main.analyze_stmt_orderby : rhbz#1096787
main.explain_json_innodb : rhbz#1096787
main.explain_json_format_partitions : rhbz#1096787
main.analyze_format_json : rhbz#1096787
main.explain_json : rhbz#1096787
main.subselect_cache : rhbz#1096787 main.subselect_cache : rhbz#1096787
main.type_year : rhbz#1096787 main.type_year : rhbz#1096787

View File

@ -1,15 +1,14 @@
# These tests fail with MariaDB 10: # These tests fail with MariaDB 10:
main.multi_update : rhbz#1096787
main.set_statement_notembedded_binlog : rhbz#1096787
main.ssl : rhbz#1096787
main.ssl_ca : rhbz#1096787
main.ssl_cert_verify : rhbz#1096787
main.ssl_compress : rhbz#1096787
main.ssl_crl_clients : rhbz#1096787
main.ssl_timeout : rhbz#1096787
main.ssl_7937 : rhbz#1096787
main.ssl_8k_key : rhbz#1096787
main.userstat : rhbz#1096787 main.userstat : rhbz#1096787
main.set_statement_notembedded_binlog : rhbz#1096787
main.ssl_7937 : rhbz#1096787
main.ssl_crl_clients : rhbz#1096787
main.openssl_1 : rhbz#1096787
main.ssl : rhbz#1096787
main.ssl_8k_key : rhbz#1096787
main.ssl_compress : rhbz#1096787
main.ssl_timeout : rhbz#1096787
perfschema.nesting : rhbz#1096787 perfschema.nesting : rhbz#1096787
perfschema.socket_summary_by_event_name_func : rhbz#1096787 perfschema.socket_summary_by_event_name_func : rhbz#1096787
perfschema.socket_summary_by_instance_func : rhbz#1096787 perfschema.socket_summary_by_instance_func : rhbz#1096787

View File

@ -1 +1 @@
21bd68cbc08b4195fbfcf29d1c385fe8 mariadb-10.1.15.tar.gz 294925531e0fd2f0461e3894496a5adc mariadb-10.1.14.tar.gz