opensmtpd: 5.4.5p1 -> 5.7.1p1
This commit is contained in:
parent
4902ec1c78
commit
c5f2f2d814
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opensmtpd-${version}";
|
name = "opensmtpd-${version}";
|
||||||
version = "5.4.5p1";
|
version = "5.7.1p1";
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake libtool bison ];
|
nativeBuildInputs = [ autoconf automake libtool bison ];
|
||||||
buildInputs = [ libasr libevent zlib openssl db pam ];
|
buildInputs = [ libasr libevent zlib openssl db pam ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.opensmtpd.org/archives/${name}.tar.gz";
|
url = "http://www.opensmtpd.org/archives/${name}.tar.gz";
|
||||||
sha256 = "15sicrpqsgg72igdckkwpmbgrapcjbfjsdrvm0zl8z13kgp6r4ks";
|
sha256 = "67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-privsep-user=smtpd"
|
"--with-privsep-user=smtpd"
|
||||||
"--with-queue-user=smtpq"
|
"--with-queue-user=smtpq"
|
||||||
"--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
"--with-ca-file=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
"--with-libevent-dir=${libevent}"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user