<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d629df89daf8e8ff19fee20f04010754ef02c92b">https://github.com/macports/macports-ports/commit/d629df89daf8e8ff19fee20f04010754ef02c92b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new d629df89daf mysql56, mysql57, mysql8: add OpenSSL exception
</span>d629df89daf is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d629df89daf8e8ff19fee20f04010754ef02c92b
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Nov 10 13:52:52 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> mysql56, mysql57, mysql8: add OpenSSL exception
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Licensing information includes the following:
</span><span style='display:block; white-space:pre;color:#404040;'> "This program is also distributed with certain software (including
</span><span style='display:block; white-space:pre;color:#404040;'> but not limited to OpenSSL) that is licensed under separate terms,
</span><span style='display:block; white-space:pre;color:#404040;'> as designated in a particular file or component or in included license
</span><span style='display:block; white-space:pre;color:#404040;'> documentation. The authors of MySQL hereby grant you an additional
</span><span style='display:block; white-space:pre;color:#404040;'> permission to link the program and your derivative works with the
</span><span style='display:block; white-space:pre;color:#404040;'> separately licensed software that they have included with MySQL."
</span>---
databases/mysql56/Portfile | 3 ++-
databases/mysql57/Portfile | 3 ++-
databases/mysql8/Portfile | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql56/Portfile b/databases/mysql56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3e5e3dbc04f..285837f817e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,8 @@ set revision_server 1
</span> set version_branch [join [lrange [split ${version} .] 0 1] .]
categories databases
platforms darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://downloads.mysql.com/docs/licenses/mysqld-5.6-gpl-en.pdf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {GPL-2 OpenSSLException}
</span> maintainers nomaintainer
homepage https://www.mysql.com/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql57/Portfile b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b111eaa7ec2..6f2a133de6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,8 @@ set revision_server 0
</span> set version_branch [join [lrange [split ${version} .] 0 1] .]
categories databases
platforms darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://downloads.mysql.com/docs/licenses/mysqld-5.7-gpl-en.pdf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {GPL-2 OpenSSLException}
</span> maintainers nomaintainer
homepage https://www.mysql.com/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/mysql8/Portfile b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f4272cc9a1..6ed8f462044 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/mysql8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,8 @@ set boost_version 1.73.0
</span>
categories databases
platforms darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://downloads.mysql.com/docs/licenses/mysqld-8.0-gpl-en.pdf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {GPL-2 OpenSSLException}
</span>
homepage https://dev.mysql.com
</pre><pre style='margin:0'>
</pre>