databases/mariadb104-server: Security update to 10.4.13
MFH: 2020Q2 Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024
This commit is contained in:
parent
3b17c3bb6d
commit
2467609b2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535369
5 changed files with 10 additions and 19 deletions
|
@ -172,4 +172,4 @@ man/man1/replace.1.gz
|
|||
@comment man/man1/wsrep_sst_xtrabackup.1.gz
|
||||
@comment man/man8/mysqld.8.gz
|
||||
@comment share/aclocal/mysql.m4
|
||||
share/pkgconfig/mariadb.pc
|
||||
libdata/pkgconfig/mariadb.pc
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.4.12
|
||||
PORTVERSION= 10.4.13
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
|
@ -219,6 +219,8 @@ post-configure-INNOBASE-on:
|
|||
post-install:
|
||||
${RM} -r ${STAGEDIR}${DATADIR}
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server
|
||||
${MV} ${STAGEDIR}${PREFIX}/lib/mysql/pkgconfig/mariadb.pc \
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/mariadb.pc
|
||||
|
||||
post-install-GSSAPI_NONE-off:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
|
||||
|
@ -227,6 +229,7 @@ post-install-GSSAPI_NONE-off:
|
|||
post-install:
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/share/mysql/policy
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server/private
|
||||
${RM} -r ${STAGEDIR}${PREFIX}/lib/mysql/pkgconfig
|
||||
.endif # ${PKGNAMESUFFIX:M*-client}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1580199426
|
||||
SHA256 (mariadb-10.4.12.tar.gz) = fef1e1d38aa253dd8a51006bd15aad184912fce31c446bb69434fcde735aa208
|
||||
SIZE (mariadb-10.4.12.tar.gz) = 79120835
|
||||
TIMESTAMP = 1589288654
|
||||
SHA256 (mariadb-10.4.13.tar.gz) = 45bbbb12d1de8febd9edf630e940c23cf14efd60570c743b268069516a5d91df
|
||||
SIZE (mariadb-10.4.13.tar.gz) = 80608459
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- plugin/auth_pam/mapper/pam_user_map.c.orig 2020-01-26 20:43:53 UTC
|
||||
+++ plugin/auth_pam/mapper/pam_user_map.c
|
||||
@@ -39,7 +39,11 @@ and usually end up in /var/log/secure file.
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <security/pam_appl.h>
|
||||
+#else
|
||||
#include <security/pam_ext.h>
|
||||
+#endif
|
||||
#include <security/pam_modules.h>
|
||||
|
||||
#define FILENAME "/etc/security/user_map.conf"
|
|
@ -318,6 +318,8 @@ man/man8/mysqld.8.gz
|
|||
@comment share/mysql/mroonga/COPYING
|
||||
%%MROONGA%%share/groonga-normalizer-mysql/README.md
|
||||
%%MROONGA%%share/groonga/README.md
|
||||
share/pam_user_map.so
|
||||
share/user_map.conf
|
||||
@comment bin/mariadb
|
||||
@comment bin/mariadb-access
|
||||
@comment bin/mariadb-admin
|
||||
|
|
Loading…
Reference in a new issue