Jira (PDB-4191) Allow building puppetdb-cli against recent OpenSSL version

2019-01-03 Thread Zachary Kent (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zachary Kent assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4191  
 
 
  Allow building puppetdb-cli against recent OpenSSL version   
 

  
 
 
 
 

 
Change By: 
 Zachary Kent  
 
 
Assignee: 
 Zachary Kent  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-4191) Allow building puppetdb-cli against recent OpenSSL version

2018-11-19 Thread Zachary Kent (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zachary Kent assigned an issue to Zachary Kent  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4191  
 
 
  Allow building puppetdb-cli against recent OpenSSL version   
 

  
 
 
 
 

 
Change By: 
 Zachary Kent  
 
 
Assignee: 
 Zachary Kent  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.7.1#77002-sha1:e75ca93)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PDB-4191) Allow building puppetdb-cli against recent OpenSSL version

2018-11-18 Thread JIRA
Title: Message Title


 
 
 
 

 
 
 

 
   
 Romain Tartière created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-4191  
 
 
  Allow building puppetdb-cli against recent OpenSSL version   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 PuppetDB  
 
 
Created: 
 2018/11/18 8:52 PM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Romain Tartière  
 

  
 
 
 
 

 
 puppetdb-cli currently cannot be build against a recent version of OpenSSL: 
 
OpenSSL 1.0.2 ⇒ Success 
OpenSSL 1.1.1 ⇒ Failure 
LibreSSL 2.8.2 ⇒ Failure 
 Example of failure: This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL 2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. These failures are expected to have been fixed in more recent versions of the openssl-sys crate.  I believe that a new minor version of puppetdb-cli could be made available with these fixes included using the following steps:  
 
Update the rust-kitchensink dependencies to allow openssl 0.10.x 
Release a new version of kitchensink 
Update the kitchensink dependency in puppetdb-cli 
Update the lock file by running cargo update in the puppetdb-cli project 
Bump version of puppetdb-cli