[ 
https://issues.apache.org/jira/browse/HADOOP-19487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933560#comment-17933560
 ] 

ASF GitHub Bot commented on HADOOP-19487:
-----------------------------------------

GauthamBanasandra opened a new pull request, #7487:
URL: https://github.com/apache/hadoop/pull/7487

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   
   ### Description of PR
   
   * We're currently using libopenssl 3.1.0 which
     is needed for rsync 3.2.7 on Windows for the
     Yetus build validation.
   * However, libopenssl 3.1.0 is no longer
     available for download on the msys2 site.
   * This PR upgrades libopenssl to the next
     available version - 3.1.1 to mitigate this
     issue.
   
   ### How was this patch tested?
   
   * Jenkins CI validation.
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> Upgrade libopenssl to 3.1.1 for rsync on Windows
> ------------------------------------------------
>
>                 Key: HADOOP-19487
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19487
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.5.0
>         Environment: Windows 10
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Critical
>             Fix For: 3.5.0
>
>
> We're currently using libopenssl 3.1.0 which is needed for rsync 3.2.7 on 
> Windows for the Yetus build validation.
> However, libopenssl 3.1.0 is no longer available for download on the msys2 
> site -
> {code}
> PS D:\projects\github\apache\hadoop> Invoke-WebRequest -Uri 
> https://repo.msys2.org/msys/x86_64/libopenssl-3.1.0-2-x86_64.pkg.tar.zst 
> -OutFile $Env:TEMP\libopenssl-3.1.0-2-x86_64.pkg.tar.zst
> Invoke-WebRequest:
> 404 Not Found
> 404 Not Found
> nginx/1.26.3
> {code}
> Thus, we need to upgrade libopenssl to the next available version - 3.1.1 to 
> mitigate this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to