Sat, 11 May 2024 20:10:22 UTC | login

Information for build community-mysql-8.0.16-2.fc31

ID104076
Package Namecommunity-mysql
Version8.0.16
Release2.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/community-mysql.git#017d9e3e363f32f51a64216473a0908c98543bee
SummaryMySQL client programs and shared libraries
DescriptionMySQL is a multi-user, multi-threaded SQL database server. MySQL is a client/server implementation consisting of a server daemon (mysqld) and many different client programs and libraries. The base package contains the standard MySQL client programs and generic MySQL files.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 15 Aug 2019 08:00:55 UTC
CompletedThu, 15 Aug 2019 08:45:16 UTC
Taskbuild (f31-candidate, /rpms/community-mysql.git:017d9e3e363f32f51a64216473a0908c98543bee)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/community-mysql.git#017d9e3e363f32f51a64216473a0908c98543bee'}}
Tags No tags
RPMs No RPMs
Changelog * Wed May 01 2019 Michal Schorm <mschorm@redhat.com> - 8.0.16-2 - Remove SysVInit stuff, no longer needed - Clean up the SPECfile * Fri Apr 26 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.16-1 - Update to MySQL 8.0.16 - Rediff sharedir patch - Refresh skip list and use new, required format - Remove GCC9 patch now upstream - Upstream: my_safe_process renamed and moved into proper location - Use upstream option to skip router build - OpenSSL 1.1.1 and TLSv1.3 is now supported, enable tests - Update version of bundled Boost - Start requiring mysql-selinux package * Mon Feb 11 2019 Michal Schorm <mschorm@redhat.com> - 8.0.15-1 - Update to MySQL 8.0.15 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jan 27 2019 Honza Horak <hhorak@redhat.com> - 8.0.14-2 - Use RPATH for mysqld, so we can later set capabilities - Set capabilities for mysqld the correct way * Mon Jan 21 2019 Lars Tangvald <lars.tangvald@oracle.com> - 8.0.14-1 - Update to MySQL 8.0.14 - Remove fedora version condition that are no longer relevant - Update skipped tests list - CVEs fixed: #1666778 CVE-2019-2420 CVE-2019-2434 CVE-2019-2436 CVE-2019-2455 CVE-2019-2481 CVE-2019-2482 CVE-2019-2486 CVE-2019-2494 CVE-2019-2495 CVE-2019-2502 CVE-2019-2503 CVE-2019-2507 CVE-2019-2510 CVE-2019-2528 CVE-2019-2529 CVE-2019-2530 CVE-2019-2531 CVE-2019-2532 CVE-2019-2533 CVE-2019-2534 CVE-2019-2535 CVE-2019-2536 CVE-2019-2537 CVE-2019-2539 * Wed Jan 16 2019 Michal Schorm <mschorm@redhat.com> - 8.0.13-3 - Tweak handling of the mysql-selinux requirement * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 8.0.13-2 - Rebuilt for libcrypt.so.2 (#1666033) * Tue Oct 23 2018 Michal Schorm <mschorm@redhat.com> - 8.0.13-1 - Rebase to 8.0.13 - ICU patch removed; upstreamed - Patch for MySQL Router introduced. Do not build it. - CVEs fixed: CVE-2018-3276 CVE-2018-3200 CVE-2018-3137 CVE-2018-3284 CVE-2018-3195 CVE-2018-3173 CVE-2018-3212 CVE-2018-3279 CVE-2018-3162 CVE-2018-3247 CVE-2018-3156 CVE-2018-3161 CVE-2018-3278 CVE-2018-3174 CVE-2018-3282 CVE-2018-3285 CVE-2018-3187 CVE-2018-3277 CVE-2018-3144 CVE-2018-3145 CVE-2018-3170 CVE-2018-3186 CVE-2018-3182 CVE-2018-3133 CVE-2018-3143 CVE-2018-3283 CVE-2018-3171 CVE-2018-3251 CVE-2018-3286 CVE-2018-3185 CVE-2018-3280 CVE-2018-3203 CVE-2018-3155 * Thu Sep 06 2018 Michal Schorm <mschorm@redhat.com> - 8.0.12-2 - Fix the SYS_NICE capabilities Related: #1540946 - Add requires for the semanage binary * Wed Aug 01 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.12-1 - Update to MySQL 8.0.12 * Tue Jul 17 2018 Honza Horak <hhorak@redhat.com> - 8.0.11-5 - Move log file to a directory owned by mysql user Resolves: #1590369 - Use explicitly openssl-devel as dependency for -devel sub-package * Thu Jul 12 2018 Honza Horak <hhorak@redhat.com> - 8.0.11-4 - Move mysqld back to /usr/libexec, and create a symlink in /usr/sbin * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 14 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.11-2 - MySQL 8.0 has notify support - SQL restart command needs MYSQLD_PARENT_PID=1 - Increase LimitNOFILE - Disable symbolic links is default (and option deprecated) - Move mysqld to /usr/bin, with mysqld_safe gone there no reason to have mysqld in libexec - FIPS mode is now supported: https://dev.mysql.com/doc/refman/8.0/en/fips-mode.html - Remove legacy embedded refs from cnf files - Clean up patches: re-numbering and removing - Recommend to use systemctl edit to modify service files * Fri Apr 20 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.11-1 - Update to MySQL 8.0.11 (GA). * Thu Apr 19 2018 Michal Schorm <mschorm@redhat.com> - 5.7.22-1 - Rebase to 5.7.22 version - CVE fixes: #1568963 CVE-2018-2755 CVE-2018-2758 CVE-2018-2759 CVE-2018-2761 CVE-2018-2762 CVE-2018-2766 CVE-2018-2769 CVE-2018-2771 CVE-2018-2773 CVE-2018-2775 CVE-2018-2776 CVE-2018-2777 CVE-2018-2778 CVE-2018-2779 CVE-2018-2780 CVE-2018-2781 CVE-2018-2782 CVE-2018-2784 CVE-2018-2786 CVE-2018-2787 CVE-2018-2810 CVE-2018-2812 CVE-2018-2813 CVE-2018-2816 CVE-2018-2817 CVE-2018-2818 CVE-2018-2819 CVE-2018-2839 CVE-2018-2846 * Tue Feb 27 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-6 - Rebuilt after Rawhide & f28 & f27 & f26 merge * Sun Feb 25 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-5 - Rebuilt for ldconfig_post and ldconfig_postun bug Related: #1548331 * Mon Feb 19 2018 Michal Schorm <mschorm@redhat.com> - 5.7.21-3 - Move my_print_defaults binary to the server package to resolve conflict with mariadb * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Removed 'static' library subpackage * Sun Jan 21 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.21-1 - Update to MySQL 5.7.21, for various fixes described at https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-21.html - Add rpcgen to buildrep - Add support for libtirpc - Fix for various CVEs listed on http://www.oracle.com/technetwork/security-advisory/cpujan2018-3236628.html - Add fix for libxcrypt - do not assume "crypt()" function is provided by glibc Resolves: #1536881 - Fix obsoletes using isa macro, remove the line entirely Resolves: #1537210 * Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 5.7.20-5 - Rebuilt for switch to libxcrypt * Tue Jan 02 2018 Michal Schorm <mschorm@redhat.com> - 5.7.20-4 - Provide subackage with a client static library Needed by mysql-connector-odbc package - Remove Group tag as it shouldn't be used anymore * Sat Dec 09 2017 Honza Horak <hhorak@redhat.com> - 5.7.20-3 - Port for OpenSSL 1.1 Fix tests that expect some particular ciphers * Tue Nov 28 2017 Michal Schorm <mschorm@redhat.com> - 5.7.20-2 - In F>27 stick to upstream library version naming * Wed Oct 25 2017 Michal Schorm <mschorm@redhat.com> - 5.7.20-1 - Fix owner and perms on log file in post script Related: #1497694 * Mon Oct 16 2017 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 5.7.20-1 - Update to MySQL 5.7.20, for various fixes described at https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-20.html - Move all test binaries to -test package - Dont ship unneeded man pages on systemd platforms - Remove mysql_config_editor from -devel package, shipped in client - CVE fixes: #1503701 CVE-2017-10155 CVE-2017-10227 CVE-2017-10268 CVE-2017-10276 CVE-2017-10279 CVE-2017-10283 CVE-2017-10286 CVE-2017-10294 CVE-2017-10314 CVE-2017-10378 CVE-2017-10379 CVE-2017-10384 * Mon Aug 28 2017 Honza Horak <hhorak@redhat.com> - 5.7.19-6 - Add bundled(boost) virtual provide - Support --defaults-group-suffix option in systemd unit file Related: #1400702