<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/04209f0918e01ae20baf5a133c10f6f550861405">https://github.com/macports/macports-ports/commit/04209f0918e01ae20baf5a133c10f6f550861405</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 04209f0918e openssl11: Fix commit IDs in Portfile comments
</span>04209f0918e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 04209f0918e01ae20baf5a133c10f6f550861405
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Wed Sep 29 16:59:59 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> openssl11: Fix commit IDs in Portfile comments
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The upstream commit IDs referenced in relation to the pre-Sierra patch
</span><span style='display:block; white-space:pre;color:#404040;'> were for the master branch. This replaces them with the versions for
</span><span style='display:block; white-space:pre;color:#404040;'> the OpenSSL_1_1_1-stable branch, matching the correct versions of the
</span><span style='display:block; white-space:pre;color:#404040;'> code.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This potentially affects the openssl port, but currently ignores it
</span><span style='display:block; white-space:pre;color:#404040;'> due to the other pending change. The upstream code may be different
</span><span style='display:block; white-space:pre;color:#404040;'> in the 3.0.0 case, anyway.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> TESTED:
</span><span style='display:block; white-space:pre;color:#404040;'> Passes port lint. Comment-only change.
</span>---
devel/openssl11/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/openssl11/Portfile b/devel/openssl11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a08df0dd31..e86c5f36d7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/openssl11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/openssl11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,8 +45,8 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span> configure.cxx_stdlib
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/openssl/openssl/commit/c023d98dcf2ba1cc30f545ae54d0e037e80a8794
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/openssl/openssl/commit/24cdb1bfecbd765e829b9932a5a60ff63a7dff4b
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/openssl/openssl/commit/96ac8f13f4d0ee96baf5724d9f96c44c34b8606c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/openssl/openssl/commit/2f3b120401533db82e99ed28de5fc8aab1b76b33
</span> # Patches updated to fix 10.4 build
patchfiles-append patch-pre-Sierra.diff
</pre><pre style='margin:0'>
</pre>