Guest User

Untitled

a guest
Jun 16th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.53 KB | None | 0 0
  1. echo WITH_OPENSSL_PORT=yes >> /etc/make.conf
  2.  
  3. portsnap fetch update
  4. portsnap extract
  5.  
  6. portmaster security/openssl (if portmaster command is not found go to *1)
  7.  
  8. openssl version (take a note of version number)
  9.  
  10. mv /usr/bin/openssl /usr/bin/openssl(VERSION)
  11. ln -s /usr/local/bin/openssl /usr/bin/
  12. cp /etc/ssl/openssl.cnf /usr/local/openssl/openssl.cnf
  13.  
  14. portupgrade -Rrf security/openssl
  15.  
  16. openssl version (Make sure it is different then before)
  17.  
  18. *1
  19.     cd /usr/ports/ports-mgmt/portmaster
  20.     make config
  21.     make install clean
Advertisement
Add Comment
Please, Sign In to add comment