MFH: r524607
databases/mariadb103-server: Security update to 10.3.22 Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf Security: CVE-2020-2574 Approved by: ports-secteam (miwi)
This commit is contained in:
parent
4ac244808a
commit
b9f4d16dce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=524835
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= mariadb
|
||||
PORTVERSION= 10.3.21
|
||||
PORTVERSION= 10.3.22
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576430052
|
||||
SHA256 (mariadb-10.3.21.tar.gz) = f95bd4b670fb86082d1e3f0c4299ebcd40bda856b111e3f02ab647b0e9ba5e8f
|
||||
SIZE (mariadb-10.3.21.tar.gz) = 72005618
|
||||
TIMESTAMP = 1580324903
|
||||
SHA256 (mariadb-10.3.22.tar.gz) = 3200055dbdc27746981b3bb4bc182e2cb79dcf28ea88014b641a5b81280ccec7
|
||||
SIZE (mariadb-10.3.22.tar.gz) = 72050820
|
||||
|
14
databases/mariadb103-server/files/patch-MDEV-21592
Normal file
14
databases/mariadb103-server/files/patch-MDEV-21592
Normal file
@ -0,0 +1,14 @@
|
||||
--- 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>
|
||||
+#elif
|
||||
#include <security/pam_ext.h>
|
||||
+#endif
|
||||
#include <security/pam_modules.h>
|
||||
|
||||
#define FILENAME "/etc/security/user_map.conf"
|
Loading…
Reference in New Issue
Block a user