Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589280 - dev-db/percona-server-5.6.31.77.0 version bump
Summary: dev-db/percona-server-5.6.31.77.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-20 21:55 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-07-21 18:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2016-07-20 21:55:22 UTC
percona-server v5.6.31.77.0 was announced on 2016-07-07: https://www.percona.com/blog/2016/07/07/percona-server-5-6-31-77-0-now-available/

You can copy the existing "percona-server-5.6.30.76.3.ebuild" to "percona-server-5.6.31.77.0.ebuild". However we have to cherry-pick https://github.com/percona/percona-server/commit/84bcfd8eed24661d1852d33229716943aeef0c2b to fix https://bugs.launchpad.net/percona-server/+bug/1603073. Otherwise test-suite will fail with

> main.ssl_crl                             w4 [ fail ]
>         Test ended at 2016-07-20 15:57:18
> 
> CURRENT_TEST: main.ssl_crl
> ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func(0):reason(1)
> --- /var/tmp/portage/dev-db/percona-server-5.6.31.77.0/work/mysql/mysql-test/r/ssl_crl.result	2016-06-30 14:33:20.000000000 +0300
> +++ /var/tmp/portage/dev-db/percona-server-5.6.31.77.0/temp/var-tests/4/log/ssl_crl.reject	2016-07-20 16:57:18.789681290 +0300
> @@ -28,8 +28,8 @@
>  # try to connect with '--ssl-crl' option using tilde home directoy
>  # path substitution : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
>  # try to connect with '--ssl-crlpath' option using tilde home directoy
>  # path substitution : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
> 
> mysqltest: Result content mismatch
> 
> [...]
> 
> main.ssl_ca                              w1 [ fail ]
>         Test ended at 2016-07-20 15:57:21
> 
> CURRENT_TEST: main.ssl_ca
> --- /var/tmp/portage/dev-db/percona-server-5.6.31.77.0/work/mysql/mysql-test/r/ssl_ca.result	2016-06-30 14:33:20.000000000 +0300
> +++ /var/tmp/portage/dev-db/percona-server-5.6.31.77.0/temp/var-tests/1/log/ssl_ca.reject	2016-07-20 16:57:21.399722643 +0300
> @@ -5,7 +5,7 @@
>  ERROR 2026 (HY000): SSL connection error: SSL_CTX_set_default_verify_paths failed
>  # try to connect with correct '--ssl-ca' path : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
>  #
>  # Bug#21920678: SSL-CA DOES NOT ACCEPT ~USER TILDE HOME DIRECTORY
>  #               PATH SUBSTITUTION
> @@ -13,12 +13,12 @@
>  # try to connect with '--ssl-ca' option using tilde home directoy
>  # path substitution : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
>  # try to connect with '--ssl-key' option using tilde home directoy
>  # path substitution : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
>  # try to connect with '--ssl-cert' option using tilde home directoy
>  # path substitution : should connect
>  Variable_name	Value
> -Ssl_cipher	DHE-RSA-AES256-SHA
> +Ssl_cipher	DHE-RSA-AES128-GCM-SHA256
> 
> mysqltest: Result content mismatch
Comment 1 Brian Evans (RETIRED) gentoo-dev 2016-07-21 18:32:50 UTC
Added to git with mentioned tests marked as False Positives.