You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/13 11:35:34 UTC

[GitHub] [pulsar] benstadin commented on issue #4497: Security: Always fetch latest curl and OpenSSL releases for client lib

benstadin commented on issue #4497: Security: Always fetch latest curl and OpenSSL releases for client lib
URL: https://github.com/apache/pulsar/issues/4497#issuecomment-501665662
 
 
   I think it is, but I've found other security related issues as well in other libraries. I think the best way would be to build from the maintained package source, and just add -fPIC to the build environment:
   
   https://www.cmiss.org/cmgui/wiki/BuildingUbuntuPackagesFromSource
   
   I also tried to update the Dockerfile in the pulsar-client-cpp/docker folder manually. But it fails early:
   
   ```
   Step 8/32 : RUN ln -s /opt/python/${PYTHON_SPEC}/include/python${PYTHON_VERSION}m /opt/python/${PYTHON_SPEC}/include/python${PYTHON_VERSION}
    ---> Running in 77f069106b7f
   ln: creating symbolic link `/opt/python//include/python' to `/opt/python//include/pythonm': No such file or directory
   The command '/bin/sh -c ln -s /opt/python/${PYTHON_SPEC}/include/python${PYTHON_VERSION}m /opt/python/${PYTHON_SPEC}/include/python${PYTHON_VERSION}' returned a non-zero code: 1
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services