1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

databases/mariadb106-server: Update to 10.6.18

PR:		279246
Reported by:	i dani outlook com
This commit is contained in:
Bernard Spil 2024-05-25 12:53:36 +02:00
parent dbe448af79
commit f4f3f6357a
6 changed files with 7 additions and 30 deletions

View File

@ -64,7 +64,6 @@ include/mysql/mysql_com.h
include/mysql/mysql_version.h
include/mysql/mysql/client_plugin.h
include/mysql/mysql/plugin_auth.h
include/mysql/mysql/plugin_auth_common.h
include/mysql/mysqld_error.h
%%NO_GSSAPI_NONE%%lib/mysql/plugin/auth_gssapi_client.so
lib/mysql/libmariadb.a

View File

@ -1,5 +1,5 @@
PORTNAME?= mariadb
PORTVERSION= 10.6.17
PORTVERSION= 10.6.18
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1710088429
SHA256 (mariadb-10.6.17.tar.gz) = fb41b0702059c046832d60138733acb73e4c0e5a1a0681061709d25591e4b086
SIZE (mariadb-10.6.17.tar.gz) = 99067793
TIMESTAMP = 1716446883
SHA256 (mariadb-10.6.18.tar.gz) = 6898a1111f47130709e28ba2c7bd1a57e4bb57101f6e109e597d51e6d385cf18
SIZE (mariadb-10.6.18.tar.gz) = 99344652

View File

@ -7,7 +7,7 @@
+#elif defined(LIBRESSL_VERSION_NUMBER)
+int check_openssl_compatibility()
+{
+ return 1;
+ return 0;
+}
#else
#include <openssl/evp.h>

View File

@ -1,24 +0,0 @@
--- mysys/crc32/crc32c.cc.orig 2021-08-04 18:00:35 UTC
+++ mysys/crc32/crc32c.cc
@@ -543,6 +543,21 @@ static int arch_ppc_probe(void) {
return arch_ppc_crc32;
}
+#elif __FreeBSD__
+#include <machine/cpu.h>
+#include <sys/auxv.h>
+#include <sys/elf_common.h>
+static int arch_ppc_probe(void) {
+ unsigned long cpufeatures;
+ arch_ppc_crc32 = 0;
+
+#if defined(__powerpc64__)
+ elf_aux_info(AT_HWCAP2, &cpufeatures, sizeof(cpufeatures));
+ if (cpufeatures & PPC_FEATURE2_HAS_VEC_CRYPTO) arch_ppc_crc32 = 1;
+#endif /* __powerpc64__ */
+
+ return arch_ppc_crc32;
+}
#endif // __linux__
#endif

View File

@ -138,6 +138,7 @@ include/mysql/server/mysql/service_md5.h
include/mysql/server/mysql/service_my_crypt.h
include/mysql/server/mysql/service_my_print_error.h
include/mysql/server/mysql/service_my_snprintf.h
include/mysql/server/mysql/service_print_check_msg.h
include/mysql/server/mysql/service_progress_report.h
include/mysql/server/mysql/service_sha1.h
include/mysql/server/mysql/service_sha2.h
@ -308,6 +309,7 @@ libexec/mysqld
@comment share/man/man1/replace.1.gz
@comment share/man/man1/resolve_stack_dump.1.gz
@comment share/man/man1/resolveip.1.gz
%%WSREP%%share/man/man1/wsrep_sst_backup.1.gz
@comment %%WSREP%%share/man/man1/wsrep_sst_common.1.gz
@comment %%WSREP%%share/man/man1/wsrep_sst_mariabackup.1.gz
@comment %%WSREP%%share/man/man1/wsrep_sst_mysqldump.1.gz