mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
pyopenssl: update from 0.13 to 0.13.1, potentially fixes CVE-2013-4314
(cherry picked from commit a830c0eb9d)
This commit is contained in:
committed by
Eelco Dolstra
parent
bf13893ac5
commit
b577f6eef6
@@ -2,7 +2,7 @@ a :
|
||||
let
|
||||
fetchurl = a.fetchurl;
|
||||
|
||||
version = a.lib.attrByPath ["version"] "0.13" a;
|
||||
version = a.lib.attrByPath ["version"] "0.13.1" a;
|
||||
propagatedBuildInputs = with a; [
|
||||
openssl python
|
||||
];
|
||||
@@ -10,7 +10,7 @@ in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz";
|
||||
sha256 = "21e12b03abaa0e04ecc8cd9c251598f71bae11c9f385304234e4ea5618c6163b";
|
||||
sha256 = "1nrg2kas0wsv65j8sia8zkkc6ir5i20lrhkfavjxzxhl0iqyq1ms";
|
||||
};
|
||||
|
||||
inherit propagatedBuildInputs;
|
||||
|
||||
Reference in New Issue
Block a user