Skip to content

Commit

Permalink
databases/mariadb103-server: Security update to 10.3.29
Browse files Browse the repository at this point in the history
Reported by:	<i dani outlook com>
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
  • Loading branch information
Sp1l committed May 13, 2021
1 parent a984550 commit 9cbe556
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 38 deletions.
1 change: 0 additions & 1 deletion databases/mariadb103-client/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>

PORTNAME= mariadb
PORTREVISION= 1
PKGNAMESUFFIX= 103-client

COMMENT= Multithreaded SQL database (client)
Expand Down
9 changes: 4 additions & 5 deletions databases/mariadb103-client/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
--- CMakeLists.txt.orig 2019-05-13 18:13:05 UTC
+++ CMakeLists.txt
@@ -491,14 +491,16 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
--- CMakeLists.txt.orig 2021-05-08 08:36:42.000000000 +0200
+++ CMakeLists.txt 2021-05-08 08:40:29.000000000 +0200
@@ -517,13 +517,15 @@
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)

+IF(FALSE)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY
EXCEPTIONS-CLIENT COMPONENT Readme)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY COMPONENT Readme)
+ENDIF()

# MDEV-6526 these files are not installed anymore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
--- libmariadb/cmake/ConnectorName.cmake.orig 2021-04-02 09:49:25 UTC
+++ libmariadb/cmake/ConnectorName.cmake
@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
SET(MACHINE_NAME "x64")
ELSE()
SET(MACHINE_NAME "32")
- END()
+ ENDIF()
ENDIF()

SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")
2 changes: 1 addition & 1 deletion databases/mariadb103-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Bernard Spil <brnrd@FreeBSD.org>

PORTNAME?= mariadb
PORTVERSION= 10.3.28
PORTVERSION= 10.3.29
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
Expand Down
6 changes: 3 additions & 3 deletions databases/mariadb103-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1614533978
SHA256 (mariadb-10.3.28.tar.gz) = e8c912cae2e5800d0da364cc23437907ed4be767f2cbdf198cf3afc03db6a6a3
SIZE (mariadb-10.3.28.tar.gz) = 73040177
TIMESTAMP = 1620455361
SHA256 (mariadb-10.3.29.tar.gz) = 304a9e94c50636b591ac7cbfe459cb341d345c4bd0ef5e45fb9a692268e6db38
SIZE (mariadb-10.3.29.tar.gz) = 73261682
9 changes: 4 additions & 5 deletions databases/mariadb103-server/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
--- CMakeLists.txt.orig 2019-05-13 18:13:05 UTC
+++ CMakeLists.txt
@@ -491,14 +491,16 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
--- CMakeLists.txt.orig 2021-05-08 08:36:42.000000000 +0200
+++ CMakeLists.txt 2021-05-08 08:40:29.000000000 +0200
@@ -517,13 +517,15 @@
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)

+IF(FALSE)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY
EXCEPTIONS-CLIENT COMPONENT Readme)
INSTALL_DOCUMENTATION(README.md CREDITS COPYING THIRDPARTY COMPONENT Readme)
+ENDIF()

# MDEV-6526 these files are not installed anymore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
--- libmariadb/cmake/ConnectorName.cmake.orig 2021-04-02 09:49:25 UTC
+++ libmariadb/cmake/ConnectorName.cmake
@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
SET(MACHINE_NAME "x64")
ELSE()
SET(MACHINE_NAME "32")
- END()
+ ENDIF()
ENDIF()

SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")
1 change: 0 additions & 1 deletion databases/mariadb103-server/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ man/man8/mysqld.8.gz
%%DATADIR%%/mysql_system_tables_data.sql
%%DATADIR%%/mysql_test_data_timezone.sql
%%DATADIR%%/mysql_test_db.sql
%%DATADIR%%/mysql_to_mariadb.sql
%%DATADIR%%/mysqld_multi.server
%%DATADIR%%/charsets/Index.xml
%%DATADIR%%/charsets/README
Expand Down

0 comments on commit 9cbe556

Please sign in to comment.