libofx: 0.9.14 -> 0.9.15 (security)
resolving CVE-2019-9656
This commit is contained in:
parent
7d17a24e0e
commit
0351829bf8
@ -1,15 +1,20 @@
|
|||||||
{ stdenv, fetchurl, opensp, pkgconfig, libxml2, curl }:
|
{ stdenv, fetchFromGitHub, opensp, pkgconfig, libxml2, curl
|
||||||
|
, autoconf, automake, libtool, gengetopt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libofx-0.9.14";
|
pname = "libofx";
|
||||||
|
version = "0.9.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/libofx/${name}.tar.gz";
|
owner = "LibOFX";
|
||||||
sha256 = "02i9zxkp66yxjpjay5dscfh53bz5vxy03zcxncpw09svl6zmf9xq";
|
repo = pname;
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1jx56ma351p8af8dvavygjwf6ipa7qbgq7bpdsymwj27apdnixfy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure = "./autogen.sh";
|
||||||
configureFlags = [ "--with-opensp-includes=${opensp}/include/OpenSP" ];
|
configureFlags = [ "--with-opensp-includes=${opensp}/include/OpenSP" ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig libtool autoconf automake gengetopt ];
|
||||||
buildInputs = [ opensp libxml2 curl ];
|
buildInputs = [ opensp libxml2 curl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
@ -20,4 +25,3 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user