From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web12.1361.1585811842333555671 for ; Thu, 02 Apr 2020 00:17:22 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: shenglei.zhang@intel.com) IronPort-SDR: yjoKxeRs6v0CWDlC+I7pR9/XWcUbZr6WLSLcbuusAX/lZIKQuV0JgFueSPRraMkzLzbbAIJAeI AluHp+9ZsDPg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Apr 2020 00:17:21 -0700 IronPort-SDR: DYKqr9y5WqESStxYSAGNeJddMwZWR04i5w+xk0AHwnU3aoVBQmY7c+PnOJlps9Sa/c1I5SdlyQ lf0wgXgD9L7g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,334,1580803200"; d="scan'208";a="252903429" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 02 Apr 2020 00:17:20 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Liming Gao Subject: [PATCH v2] MdeModulePkg/RegularExpressionDxe: Make oniguruma a submodule in edk2. Date: Thu, 2 Apr 2020 15:17:17 +0800 Message-Id: <20200402071717.25292-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Use submodule way to access oniguruma. And upgrade oniguruma version from v6.9.3 to v6.9.4_mark1. REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2073 Cc: Jian J Wang Cc: Hao A Wu Cc: Liming Gao Signed-off-by: Shenglei Zhang --- v2:1.Update the inf file to make VS2019 build pass. 2.Add ignore files in MdeModulePkg.ci.yaml. The patch is too big, so I put the change on my forked tree. https://github.com/shenglei10/edk2/tree/oniguruma -- 2.18.0.windows.1