Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C3AAA1A923C for ; Sat, 19 Feb 2022 09:57:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 150C384E6E; Sat, 19 Feb 2022 09:57:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D73C84E67 for ; Sat, 19 Feb 2022 09:57:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6FGJBqMS4Du1 for ; Sat, 19 Feb 2022 09:57:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7101F84D5E for ; Sat, 19 Feb 2022 09:57:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64231FB24; Sat, 19 Feb 2022 09:57:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645264671251440" MIME-Version: 1.0 Date: Sat, 19 Feb 2022 09:57:51 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220219095751.64231FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645264671251440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Feb 19 09:57:51 UTC 2022 Modified Files: pkgsrc/databases/mariadb105-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mariadb105-server: Makefile Log Message: mariadb105: update to 10.5.15 MariaDB 10.5.15 Release Notes Notable Items InnoDB * Set innodb_change_buffering=none by default (MDEV-27734) Security * Fixes for the following security vulnerabilities: * CVE-2021-46665 * CVE-2021-46664 * CVE-2021-46661 * CVE-2021-46668 * CVE-2021-46663 MariaDB 10.5.14 Release Notes Notable Items InnoDB * --skip-symbolic-links does not disallow .isl file creation (MDEV-26870) * Indexed CHAR columns are broken with NO_PAD collations (MDEV-25440) * insert-intention lock conflicts with waiting ORDINARY lock (MDEV-27025) * Crash recovery improvements (MDEV-26784, MDEV-27022, MDEV-27183, MDEV-27610) Galera * Galera updated to 26.4.11 * Galera SST scripts should use ssl_capath (not ssl_ca) for CA directory (MDEV-27181) * Alter Sequence do not replicate to another nodes with in Galera Cluster (MDEV-19353) * Galera crash - Assertion. Possible parallel writeset problem (MDEV-26803) * CREATE TABLE with FOREIGN KEY constraint fails to apply in parallel (MDEV-27276) * Galera cluster node consider old server_id value even after modification of server_id [wsrep_gtid_mode=ON] (MDEV-26223) Replication * Seconds behind master corrected from artificial spikes at relay-log rotation (MDEV-16091) * Statement rollback in binlog when transaction creates or drop temporary table is set right (MDEV-26833) * CREATE-or-REPLACE SEQUENCE is made to binlog with the DDL flag to stabilize its parallel execution on slave (MDEV-27365) Security * Fixes for the following security vulnerabilities: * CVE-2022-24052 * CVE-2022-24051 * CVE-2022-24050 * CVE-2022-24048 * CVE-2021-46659 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/mariadb105-client/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/mariadb105-client/Makefile.common cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mariadb105-client/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/mariadb105-client/distinfo cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/mariadb105-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645264671251440 Content-Disposition: inline Content-Length: 3968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mariadb105-client/Makefile diff -u pkgsrc/databases/mariadb105-client/Makefile:1.9 pkgsrc/databases/mariadb105-client/Makefile:1.10 --- pkgsrc/databases/mariadb105-client/Makefile:1.9 Wed Dec 8 16:03:39 2021 +++ pkgsrc/databases/mariadb105-client/Makefile Sat Feb 19 09:57:51 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/12/08 16:03:39 adam Exp $ +# $NetBSD: Makefile,v 1.10 2022/02/19 09:57:51 nia Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 1 COMMENT= MariaDB 10.5, a free MySQL compatible database (client) CONFLICTS= mysql-client-[0-9]* Index: pkgsrc/databases/mariadb105-client/Makefile.common diff -u pkgsrc/databases/mariadb105-client/Makefile.common:1.14 pkgsrc/databases/mariadb105-client/Makefile.common:1.15 --- pkgsrc/databases/mariadb105-client/Makefile.common:1.14 Sat Nov 27 22:52:15 2021 +++ pkgsrc/databases/mariadb105-client/Makefile.common Sat Feb 19 09:57:51 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.14 2021/11/27 22:52:15 nia Exp $ +# $NetBSD: Makefile.common,v 1.15 2022/02/19 09:57:51 nia Exp $ # # used by databases/mariadb105-client/Makefile # used by databases/mariadb105-server/Makefile -DISTNAME= mariadb-10.5.13 +DISTNAME= mariadb-10.5.15 CATEGORIES= databases MASTER_SITES= https://archive.mariadb.org/${DISTNAME}/source/ Index: pkgsrc/databases/mariadb105-client/PLIST diff -u pkgsrc/databases/mariadb105-client/PLIST:1.3 pkgsrc/databases/mariadb105-client/PLIST:1.4 --- pkgsrc/databases/mariadb105-client/PLIST:1.3 Sat Nov 27 22:52:15 2021 +++ pkgsrc/databases/mariadb105-client/PLIST Sat Feb 19 09:57:51 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/11/27 22:52:15 nia Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/02/19 09:57:51 nia Exp $ bin/mariadb bin/mariadb-access bin/mariadb-admin @@ -233,6 +233,7 @@ include/mysql/server/sslopt-case.h include/mysql/server/sslopt-longopts.h include/mysql/server/sslopt-vars.h include/mysql/server/typelib.h +lib/libmariadb.a lib/libmariadb.so lib/libmariadb.so.3 lib/libmariadbclient.a Index: pkgsrc/databases/mariadb105-client/distinfo diff -u pkgsrc/databases/mariadb105-client/distinfo:1.10 pkgsrc/databases/mariadb105-client/distinfo:1.11 --- pkgsrc/databases/mariadb105-client/distinfo:1.10 Sat Nov 27 22:52:15 2021 +++ pkgsrc/databases/mariadb105-client/distinfo Sat Feb 19 09:57:51 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2021/11/27 22:52:15 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/02/19 09:57:51 nia Exp $ -BLAKE2s (mariadb-10.5.13.tar.gz) = cd1a5df60c1895ed510dbffa349a1fee6c1e01239fa22de6af6f658235aed2f1 -SHA512 (mariadb-10.5.13.tar.gz) = 5d5ac04a3c8099a982cacb98dd4c162966fc7957e11c28e8b5645e49ffcf0513b9c8956f43d215c37e5eaa34aa8db6c71cfe993c89d62cab123021ee83169e7f -Size (mariadb-10.5.13.tar.gz) = 102047279 bytes +BLAKE2s (mariadb-10.5.15.tar.gz) = 947a7041705c273ca23d5882a1378077701fe7ab3b8e02a2914b5a96b9258853 +SHA512 (mariadb-10.5.15.tar.gz) = ea3d99fd9ad8adc8187fb5d722ff16cde90c7cca4b3572e410814ae39e0246b7a83b4dc1e72f95de58c1c12a9563fb524dcca2dd1fb8f595cc41625a2fb0af76 +Size (mariadb-10.5.15.tar.gz) = 102803624 bytes SHA1 (patch-BUILD_compile-pentium32-gcov) = 89a7da728f94f19c153b4d2d2d6ba5462acc941f SHA1 (patch-CMakeLists.txt) = 893f329ed03e01144df166debb4d902ad0304811 SHA1 (patch-client_CMakeLists.txt) = 8fdd8a182304f0b84e120ce95334ace23d02ce88 Index: pkgsrc/databases/mariadb105-server/Makefile diff -u pkgsrc/databases/mariadb105-server/Makefile:1.22 pkgsrc/databases/mariadb105-server/Makefile:1.23 --- pkgsrc/databases/mariadb105-server/Makefile:1.22 Sun Feb 6 17:52:24 2022 +++ pkgsrc/databases/mariadb105-server/Makefile Sat Feb 19 09:57:51 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2022/02/06 17:52:24 abs Exp $ +# $NetBSD: Makefile,v 1.23 2022/02/19 09:57:51 nia Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 3 COMMENT= MariaDB 10.5, a free MySQL compatible database (server) CONFLICTS= mysql-server-[0-9]* --_----------=_1645264671251440--