head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.8 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.6 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.06.06.20.15.49; author nia; state Exp; branches; next 1.1; commitid DVoaqShiRkfzYRXF; 1.1 date 2024.08.21.21.08.34; author nia; state Exp; branches; next ; commitid lrFoRXflimyIyJmF; desc @@ 1.2 log @mariadb114: Update to 11.4.7 Fixes for the following security issues: - CVE-2025-30722 - CVE-2025-30693 - CVE-2023-52970 - CVE-2023-52969 - CVE-2023-52971 Fixes the build on OpenBSD, detected by drecklypkg ci. @ text @$NetBSD: patch-storage_rocksdb_rocksdb_Makefile,v 1.1 2023/07/10 22:55:49 nia Exp $ Shell portability. --- storage/rocksdb/rocksdb/Makefile.orig 2025-06-06 17:55:18.123502674 +0000 +++ storage/rocksdb/rocksdb/Makefile @@@@ -962,7 +962,7 @@@@ valgrind_check_0: | grep -E '$(tests-regexp)' \ | grep -E -v '$(valgrind-exclude-regexp)' \ | build_tools/gnu_parallel -j$(J) --plain --joblog=LOG --eta --gnu \ - '(if [[ "{}" == "./"* ]] ; then $(DRIVER) {}; else {}; fi) \ + '(if [ "{}" = "./"* ] ; then $(DRIVER) {}; else {}; fi) \ $(parallel_redir)' \ CLEAN_FILES += t LOG $(TMPD) @@@@ -2282,7 +2282,7 @@@@ rocksdbjavastatic_javalib: -o ./java/target/$(ROCKSDBJNILIB) $(JNI_NATIVE_SOURCES) \ $(LIB_OBJECTS) $(COVERAGEFLAGS) \ $(JAVA_COMPRESSIONS) $(JAVA_STATIC_LDFLAGS) - cd java/target;if [ "$(DEBUG_LEVEL)" == "0" ]; then \ + cd java/target;if [ "$(DEBUG_LEVEL)" = "0" ]; then \ strip $(STRIPFLAGS) $(ROCKSDBJNILIB); \ fi @ 1.1 log @databases: Import MariaDB 11.4, the most recent LTS release. MariaDB Server is one of the most popular open source relational databases. It's made by the original developers of MySQL. MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases. MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. The latest versions of MariaDB also include GIS and JSON features. @ text @d5 1 a5 1 --- storage/rocksdb/rocksdb/Makefile.orig 2021-02-18 23:22:28.000000000 +0000 d7 1 a7 1 @@@@ -911,7 +911,7 @@@@ valgrind_check_0: d9 5 a13 5 | grep -E -v '$(valgrind-blacklist-regexp)' \ | build_tools/gnu_parallel -j$(J) --plain --joblog=LOG $$eta --gnu \ - '(if [[ "{}" == "./"* ]] ; then $(DRIVER) {}; else {}; fi) ' \ + '(if [ "{}" = "./"* ] ; then $(DRIVER) {}; else {}; fi) ' \ '>& t/valgrind_log-{/}' d16 1 a16 1 @@@@ -1952,7 +1952,7 @@@@ rocksdbjavastatic: $(java_static_all_lib d18 1 a18 1 $(java_static_all_libobjects) $(COVERAGEFLAGS) \ d24 1 a24 1 cd java;jar -cf target/$(ROCKSDB_JAR) HISTORY*.md @