ipsec-tools: apply debians patch to fix CVE-2015-4047
This commit is contained in:
@@ -16,7 +16,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ readline openssl flex kerberos pam ];
|
||||
|
||||
patches = [ ./dont-create-localstatedir-during-install.patch ];
|
||||
patches = [ ./dont-create-localstatedir-during-install.patch
|
||||
./CVE-2015-4047.patch ];
|
||||
|
||||
# fix build with newer gcc versions
|
||||
preConfigure = ''substituteInPlace configure --replace "-Werror" "" '';
|
||||
|
||||
Reference in New Issue
Block a user