Hello community, here is the log from the commit of package phpMyAdmin for openSUSE:Factory checked in at 2017-07-29 09:01:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old) and /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phpMyAdmin" Sat Jul 29 09:01:59 2017 rev:140 rq:512899 version:4.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes 2017-07-23 12:16:00.258146576 +0200 +++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes 2017-07-29 09:02:39.918166376 +0200 @@ -1,0 +2,9 @@ +Fri Jul 28 09:17:35 UTC 2017 - [email protected] + +- fix for boo#1050980 + * replace mcrypt with openssl, see + https://github.com/phpseclib/phpseclib/issues/1028 +- update changes (update to 4.6.6 (2017-01-23)) + * add missing (CVE-Not yet available) CVE's + +------------------------------------------------------------------- @@ -279 +288 @@ - * PMASA-2017-1 ( CVE-Nya, CWE-661) + * PMASA-2017-1 (CVE-2017-1000013, CWE-661) @@ -285 +294 @@ - * PMASA-2017-3 ( CVE-Nya, CWE-661) + * PMASA-2017-3 (CVE-2017-1000014, CWE-661) @@ -288 +297 @@ - * PMASA-2017-4 ( CVE-Nya, CWE-661) + * PMASA-2017-4 (CVE-2017-1000015, CWE-661) @@ -291 +300 @@ - * PMASA-2017-5 ( CVE-Nya, CWE-661) + * PMASA-2017-5 (CVE-2017-1000016, CWE-661) @@ -294 +303 @@ - * PMASA-2017-6 ( CVE-Nya, CWE-661) + * PMASA-2017-6 (CVE-2017-1000017, CWE-661) @@ -297 +306 @@ - * PMASA-2017-7 ( CVE-Nya, CWE-661) + * PMASA-2017-7 (CVE-2017-1000018, CWE-661) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phpMyAdmin.spec ++++++ --- /var/tmp/diff_new_pack.wN4oUh/_old 2017-07-29 09:02:41.553935275 +0200 +++ /var/tmp/diff_new_pack.wN4oUh/_new 2017-07-29 09:02:41.557934709 +0200 @@ -57,8 +57,8 @@ Requires: php-iconv Requires: php-json Requires: php-mbstring -Requires: php-mcrypt Requires: php-mysql +Requires: php-openssl Requires: php-session Requires: php-zlib # FIXME: use proper Requires(pre/post/preun/...) @@ -68,6 +68,9 @@ PreReq: sed Recommends: php5-curl Recommends: php5-zip +### will be removed with php >= 7.2 +## boo#1050980 +Suggests: php-mcrypt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %if 0%{?suse_version} > 1020
