<!DOCTYPE HTML>
<html>
  <head>
    
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head>
  <body>
    <div id="body" style='font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:16px;color:#808080;width:570px;margin:0 auto'>
      <table class="repository" background="" style="padding:0px;border:0px;width:100%;color:#606060;font-size:20px;margin-bottom:15px;margin-top:15px;">
        <tr style="padding:0px;border:0px;">
          <td style="padding:0px;border:0px;vertical-align:middle"><img src="https://avatars2.githubusercontent.com/u/3279138?s=40&d=https%3A%2F%2Ftravis-ci.org%2Fimages%2Fmailer%2Fmascot-avatar-40px.png" style="vertical-align:middle;width:40px;height:40px"> <span style="vertical-align:middle;margin-left:3px"><strong><a href="https://travis-ci.org/openssl/openssl?utm_source=email&utm_medium=notification" style="text-decoration:underline;color:#606060">openssl / openssl</a></strong> (<a href="https://github.com/openssl/openssl/tree/master" style="text-decoration:underline;color:#606060">master</a>)</span></td>
        </tr>
      </table>
      <div id="build" class="success" style="border-radius:5px;padding:0px;width:570px;font-size:13px">
        <div class="content">
          <table style="padding:0px;border:0px;width:100%;border-spacing:0">
            <thead>
              <tr style="padding:0px;border:0px;font-weight:700;font-size:18px;background-color:#baecb7;color:#32a32d">
                <td style="border:0px;padding:0px 20px 0px 0px;border-top:1px solid #808080;border-bottom:1px solid #adadad;width:50px;padding:0px;text-align:center;vertical-align:middle;padding-top:5px;border-left:1px solid #606060;border-top-left-radius:5px"><div class="status-image" style="width:25px;background-size:25px;height:30px;margin-left:15px;margin-top:0px;vertical-align:middle"><img src="https://travis-ci.org/images/mailer/success.png" width="25" height="25"></div></td>
                <td class="build-message" style="padding:0px;border:0px;padding:0px 20px 0px 0px;vertical-align:middle;border-top:1px solid #808080;border-bottom:1px solid #adadad"><span style="display:inline-block;margin-top:12px;vertical-align:middle"><a href="https://travis-ci.org/openssl/openssl/builds/305544231?utm_source=email&utm_medium=notification" style="text-decoration:none;font-weight:bold;color:#57769d;text-decoration:underline;color:#32a32d">Build #14891 was fixed.</a></span><img src="https://travis-ci.org/images/mailer/arrow-success.png" style="float: right;" height="45"></td>
                <td align="right" class="time" style="padding:0px;border:0px;font-weight:normal;font-size:12px;padding:0px 20px 0px 0px;vertical-align:middle;border-top:1px solid #808080;border-bottom:1px solid #adadad;border-right:1px solid #606060;border-top-right-radius:5px"><div class="stop-watch" style="vertical-align:middle;padding:0px;background-size:20px;display:inline-block;width:20px;height:20px"><img src="https://travis-ci.org/images/mailer/stopwatch-success.png" width="20" height="20"></div> <span style="vertical-align:middle">34 minutes and 22 seconds</span></td>
              </tr>
            </thead>
            <tbody style="margin-bottom:40px">
              <tr style="padding:0px;border:0px">
                <td class="profile-image" style="border:0px;padding:10px 20px 10px 0px;height:20px;width:50px;padding:0px;border-left:1px solid #adadad;padding-top:20px;padding-bottom:5px;text-align:center"><img src="https://secure.gravatar.com/avatar/b737120f0642a6a5c30c6291e6170c77?s=15&d=https%3A%2F%2Ftravis-ci.org%2Fimages%2Fmailer%2Fmascot-avatar-15px.png"></td>
                <td class="grey" style="padding:0px;border:0px;color:#808080;padding:10px 20px 10px 0px;height:20px;padding-top:20px;padding-bottom:5px"><strong>Richard Levitte</strong></td>
                <td align="right" class="grey" style="padding:0px;border:0px;color:#808080;padding:10px 20px 10px 0px;height:20px;border-right:1px solid #adadad;padding-top:20px;padding-bottom:5px"><a href="https://github.com/openssl/openssl/commit/f106f40694b6dd22a70c3c86fd7eb790b00cf4a6" style="text-decoration:underline;text-decoration:none;font-weight:bold;color:#57769d">f106f40</a> <a href="https://github.com/openssl/openssl/compare/281bf2332caa...f106f40694b6" style="text-decoration:underline;text-decoration:none;font-weight:bold;color:#57769d">Changeset →</a></td>
              </tr>
              <tr style="padding:0px;border:0px">
                <td style="border:0px;padding:10px 20px 10px 0px;height:20px;width:50px;padding:0px;border-left:1px solid #adadad;border-bottom-left-radius:5px;border-bottom:1px solid #adadad"> </td>
                <td colspan="2" class="grey" style="padding:0px;border:0px;color:#808080;padding:10px 20px 10px 0px;height:20px;border-right:1px solid #adadad;padding-bottom:20px;padding-top:0px;border-bottom:1px solid #adadad;border-bottom-right-radius:5px">Avoid unnecessary MSYS2 conversion of some arguments<br><br>Fixes #4740<br><br>The MSYS2 run-time convert arguments that look like paths when<br>executing a program unless that application is linked with the MSYS<br>run-time.  The exact conversion rules are listed here:<br><br>    http://www.mingw.org/wiki/Posix_path_conversion<br><br>With the built-in configurations (all having names starting with<br>"mingw"), the openssl application is not linked with the MSYS2<br>run-time, and therefore, it will receive possibly converted arguments<br>from the process that executes it.  This conversion is fine for normal<br>path arguments, but it happens that some arguments to the openssl<br>application get converted when they shouldn't.  In one case, it's<br>arguments like '-passin file:something', and in another, it's a file:<br>URI (what typically happens is that URIs without an authority<br>component get converted, 'cause the conversion mechanism doesn't<br>recognise them as URIs).<br><br>To avoid conversion where we don't want it, we simply assign<br>MSYS2_ARG_CONV_EXCL a pattern to avoid specific conversions.  As a<br>precaution, we only do this where we obviously need it.<br><br>Reviewed-by: Andy Polyakov <appro@openssl.org><br>Reviewed-by: Ben Kaduk <kaduk@mit.edu><br>(Merged from https://github.com/openssl/openssl/pull/4765)</td>
              </tr>
              </tbody>
          </table>
        </div>
      </div>

      <div id="broadcasts" style="width:528px;padding:10px 20px;border:1px solid #adadad;border-radius:5px;font-size:12px;margin-bottom:0px;background-color:#FBFddc;margin-top:20px">
        <span class="grey" style="color:#808080">
          <b>System message:</b>
          <p style="margin-top:5px;margin-bottom:0px">
            We are currently experiencing intermittent drops in our infrastructure availability. While we resolve this, you may notice multiple requeues for open-source builds. <a href="https://www.traviscistatus.com/incidents/15qr1r69wns8" style="text-decoration:underline">Read more here</a>.          </p>
          <p style="margin-top:5px;margin-bottom:0px">
            We are updating to Xcode 8.3! By default, macOS builds will now use Xcode 8.3 unless otherwise specified. <a href="https://blog.travis-ci.com/2017-11-21-xcode8-3-default-image-announce" style="text-decoration:underline">Read more here</a>.          </p>
        </span>
      </div>

      <div style="padding-top: 10px; width: 570px">
        <span>
          <div class="section footnote" style="margin-top:20px;border-radius:5px;border:1px solid #adadad;font-size:12px;padding:10px 20px;width:528px">
            <p class="grey" style="color:#808080;margin-top:0px;margin-bottom:5px"><strong style="font-size:14px">Want to know about upcoming build environment updates?</strong></p>
            <p class="grey" style="color:#808080;margin-top:0px;margin-bottom:5px">Would you like to stay up-to-date with the upcoming Travis CI build environment updates?
              We set up a mailing list for you!
              Sign up <a href="http://eepurl.com/9OCsP" style="text-decoration:underline;color:#606060">here</a>.
            </p>
          </div>
        </span>
      </div>

      <table border="0" class="footer" style="padding:0px;border:0px;width:100%;background-color:#e9e6e7;border-radius:5px;border:1px solid #adadad;padding:10px;margin-top:20px;font-size:12px;width:570px;line-height:16px">
        <tr style="padding:0px;border:0px">
          <td style="padding:0px;border:0px">
            <img src="https://travis-ci.org/images/mailer/email-footer-travis-logo.png" style="width: 50px; height: 50px;">
          </td>
          <td style="padding:0px;border:0px;color:#808080;" class="grey">
            <a href="https://docs.travis-ci.com" style="text-decoration:underline;color:#606060">Documentation</a> about Travis CI<br>
            Need help? Mail <a href="mailto:support@travis-ci.com" style="text-decoration:underline;color:#606060">support</a>!<br>
            Choose who receives these build notification emails in your <a href="https://docs.travis-ci.com/user/notifications" style="text-decoration:underline;color:#606060">configuration file</a>.
          </td>
        </tr>
      </table>

      <div style="padding-top: 10px; width: 570px">
        <img id="mascot" src="https://travis-ci.org/images/mailer/travis-mascot.png" width="80" style="float:right;margin-top:10px;margin-right:20px">
        <div class="section footnote" style="margin-top:20px;border-radius:5px;border:1px solid #adadad;font-size:12px;padding:10px 20px;width:528px">
          <p class="grey" style="color:#808080;margin-top:0px;margin-bottom:5px"><strong style="font-size:14px">Would you like to test your private code?</strong></p>
          <p class="grey" style="color:#808080;margin-top:0px;margin-bottom:5px"><a href="https://travis-ci.com?utm_source=build_email_footer&utm_campaign=travis-ci.org&utm_medium=email" style="text-decoration:underline;color:#606060">Travis CI for Private Projects</a> could be your new best friend!</p>
        </div>
      </div>

    </div>
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "EmailMessage",
      "action": {
        "@type": "ViewAction",
        "url": "https://travis-ci.org/openssl/openssl/builds/305544231?utm_source=email&utm_medium=notification",
        "name": "View Build"
      },
      "description": "View Build #14891 on Travis CI"
    }
    </script>
</body>
</html>