pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mariadb106-client mariadb106: Build fix for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9d68f1b33a9
branches: trunk
changeset: 376896:f9d68f1b33a9
user: tm <tm%pkgsrc.org@localhost>
date: Thu Apr 14 10:55:32 2022 +0000
description:
mariadb106: Build fix for Solaris / SmartOS by re-order includes
On Solaris / SmartOS it's required to provide the correct order of
including pam_appl.h before pam_modules.h.
diffstat:
databases/mariadb106-client/distinfo | 3 +-
databases/mariadb106-client/patches/patch-plugin_auth__pam_testing_pam__mariadb__mtr.c | 16 ++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r ecfcc42a03c4 -r f9d68f1b33a9 databases/mariadb106-client/distinfo
--- a/databases/mariadb106-client/distinfo Thu Apr 14 10:21:31 2022 +0000
+++ b/databases/mariadb106-client/distinfo Thu Apr 14 10:55:32 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2022/04/06 18:04:51 brook Exp $
+$NetBSD: distinfo,v 1.8 2022/04/14 10:55:32 tm Exp $
BLAKE2s (mariadb-10.6.7.tar.gz) = 5d4b482e6e06b337ff8180a2fe8b94b8e9f1cc1cea6b7dfe89eaa05c56eab701
SHA512 (mariadb-10.6.7.tar.gz) = 2d26f56ea5f39b800a6f279c8411d4091b4f4d3acbf3ea1864068328d34a1437e7c46c08d3772009357fd89602e58f214266038e177c0a4fac914a5e5d01e3e6
@@ -9,6 +9,7 @@
SHA1 (patch-client_mysql.cc) = f49f942b765ccf427e9bcc9e4e0045ec74c94815
SHA1 (patch-extra_wolfssl_wolfssl_certs_intermediate_genintcerts.sh) = cd9a982889b88f811c3e14ebdf9795b0fa5d1fad
SHA1 (patch-include_my__global.h) = a3b831f91ba2efea9f78e70ab4f706da23b80403
+SHA1 (patch-plugin_auth__pam_testing_pam__mariadb__mtr.c) = 6062cfbb200af5b95ac05e4759f08b414f63db3d
SHA1 (patch-plugin_auth__socket_CMakeLists.txt) = b2fddab1d94ba75c69cbf660f546f8e5821e1d51
SHA1 (patch-scripts_CMakeLists.txt) = b8a13304e314162ab0a1fc06c5620d6b757975f5
SHA1 (patch-scripts_mysqld__safe.sh) = 4124e4c8df1527049f5eec9f3d2d4bbe80e7c33f
diff -r ecfcc42a03c4 -r f9d68f1b33a9 databases/mariadb106-client/patches/patch-plugin_auth__pam_testing_pam__mariadb__mtr.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/mariadb106-client/patches/patch-plugin_auth__pam_testing_pam__mariadb__mtr.c Thu Apr 14 10:55:32 2022 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-plugin_auth__pam_testing_pam__mariadb__mtr.c,v 1.1 2022/04/14 10:55:33 tm Exp $
+
+Re-order include for pam_modules dependency (pam_appl.h) especially on SunOS.
+
+--- plugin/auth_pam/testing/pam_mariadb_mtr.c.orig 2021-11-05 20:03:30.000000000 +0000
++++ plugin/auth_pam/testing/pam_mariadb_mtr.c
+@@ -10,8 +10,8 @@
+
+ #include <stdlib.h>
+ #include <string.h>
+-#include <security/pam_modules.h>
+ #include <security/pam_appl.h>
++#include <security/pam_modules.h>
+
+ #define N 3
+
Home |
Main Index |
Thread Index |
Old Index