Skip to content

Commit

Permalink
databases/mariadb106-server: Update to 10.6.9
Browse files Browse the repository at this point in the history
Security:	36d10af7-248d-11ed-856e-d4c9ef517024
MFH:		2022Q3
(cherry picked from commit 0f0fa32)
  • Loading branch information
Sp1l committed Sep 17, 2022
1 parent 7601dc3 commit 793e837
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 5 additions & 7 deletions databases/mariadb106-server/Makefile
@@ -1,7 +1,7 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>

PORTNAME?= mariadb
PORTVERSION= 10.6.8
PORTVERSION= 10.6.9
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
Expand All @@ -24,7 +24,8 @@ COMMENT?= Multithreaded SQL database (server)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS+= libpcre2-8.so:devel/pcre2
LIB_DEPENDS+= libpcre2-8.so:devel/pcre2 \
libzstd.so:archivers/zstd

# Ugly workaround for MariaDB/CMake library detection
LDFLAGS+= -L${LOCALBASE}/lib
Expand Down Expand Up @@ -63,7 +64,7 @@ OPTIONS_DEFINE_aarch64= WSREP
OPTIONS_DEFINE_powerpc64le= WSREP
OPTIONS_DEFINE_powerpc64= WSREP
OPTIONS_DEFINE_riscv64= WSREP
OPTIONS_GROUP_COMPRESSION= LZ4 LZO SNAPPY ZSTD
OPTIONS_GROUP_COMPRESSION= LZ4 LZO SNAPPY
OPTIONS_GROUP_ENGINES= COLUMNSTORE INNOBASE MROONGA OQGRAPH ROCKSDB S3 SPHINX SPIDER
OPTIONS_GROUP_GROONGA= ZMQ MSGPACK
OPTIONS_EXCLUDE_i386= ROCKSDB
Expand All @@ -83,7 +84,6 @@ SPHINX_DESC= SphinxSE engine
SPIDER_DESC= Partitioning and XA-transactions engine
WSREP_DESC= Build wsrep clustering
ZMQ_DESC= ZeroMQ support
ZSTD_DESC+= Zstandard compression support (RocksDB only)
.endif

CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${PREFIX} \
Expand Down Expand Up @@ -181,7 +181,7 @@ MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack
OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libJudy.so:devel/judy
ROCKSDB_USES= python
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD}
ROCKSDB_CMAKE_ON= -DPYTHON_SHEBANG=${PYTHON_CMD} -DWITH_ROCKSDB_zstd=ON
SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON
SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF
SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy
Expand All @@ -192,8 +192,6 @@ WSREP_RUN_DEPENDS= bash:shells/bash \
#stunnel:security/stunnel
WSREP_SHEBANG_FILES= bin/wsrep_sst_rsync
ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4
ZSTD_CMAKE_ON= -DWITH_ROCKSDB_zstd=ON
ZSTD_CMAKE_OFF= -DWITH_ROCKSDB_zstd=OFF
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd

.for PLUGIN in ${DISABLED_PLUGINS}
Expand Down
6 changes: 3 additions & 3 deletions databases/mariadb106-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1653247917
SHA256 (mariadb-10.6.8.tar.gz) = 57a9488559ccbdfb8506b781089a7a08d8e0e1b647cffb8f2706af06f69ed438
SIZE (mariadb-10.6.8.tar.gz) = 88794744
TIMESTAMP = 1660728379
SHA256 (mariadb-10.6.9.tar.gz) = 37959f8b5fbc64d94e180dcd8ae5bdfafd406203a07f48f7becd6b8a7633744c
SIZE (mariadb-10.6.9.tar.gz) = 96494484
1 change: 1 addition & 0 deletions databases/mariadb106-server/pkg-plist
Expand Up @@ -208,6 +208,7 @@ lib/mysql/plugin/test_versioning.so
lib/mysql/plugin/type_mysql_json.so
lib/mysql/plugin/type_test.so
%%WSREP%%lib/mysql/plugin/wsrep_info.so
lib/mysql/plugin/zstd.so
libexec/mariadbd
libexec/mysqld
libexec/rcmysql
Expand Down

0 comments on commit 793e837

Please sign in to comment.