Skip to content

Commit

Permalink
updates cryptography to 2.3 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmeyer authored Jul 20, 2018
1 parent 0c23fe3 commit 51c79c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions config/software/asn1crypto.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name "asn1crypto"
default_version "0.21.0"

dependency "python"
dependency "pip"

build do
ship_license "https://github.com/wbond/asn1crypto/blob/master/LICENSE"
pip "install asn1crypto==#{version}"
end
4 changes: 2 additions & 2 deletions config/software/cryptography.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name "cryptography"
default_version "2.1.4"
default_version "2.3"

dependency "python"
dependency "pip"

dependency "libffi" # indirectly through the `cffi` python lib cryptography depends on
dependency "openssl"
dependency "pyasn1"
dependency "asn1crypto"

build do
ship_license "https://github.com/pyca/cryptography/blob/master/LICENSE.APACHE"
Expand Down

0 comments on commit 51c79c6

Please sign in to comment.