vsftpd: update to 3.0.2
And updated url. The old didn't work.
This commit is contained in:
parent
db6925ea37
commit
451974f679
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, openssl, sslEnable ? false, libcap, pam }:
|
{ stdenv, fetchurl, openssl, sslEnable ? false, libcap, pam }:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
name = "vsftpd-2.3.4";
|
name = "vsftpd-3.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://vsftpd.beasts.org/users/cevans/${name}.tar.gz";
|
url = "https://security.appspot.com/downloads/${name}.tar.gz";
|
||||||
sha256 = "0nhsqwnb8qkbxx5wjahara1ln85hp151v656psra5brpckwysrml";
|
sha256 = "0mjy345wszskz1vnk83360c1y37arwgap3gwz8hy13sjqpig0imy";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The gcc-wrappers use -idirafter for glibc, and vsftpd also, and
|
# The gcc-wrappers use -idirafter for glibc, and vsftpd also, and
|
||||||
|
|
Loading…
Reference in New Issue