samba: 4.7.4 -> 4.7.5
Also, fix kerberos dependency to include krb5kdc
This commit is contained in:
parent
b778e99fc3
commit
a14df21aae
@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl
|
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl
|
||||||
, docbook_xml_dtd_42, docbook_xml_dtd_45, readline, talloc
|
, docbook_xml_dtd_42, docbook_xml_dtd_45, readline, talloc
|
||||||
, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
||||||
, kerberos, zlib, openldap, cups, pam, avahi, acl, libaio, fam, libceph, glusterfs
|
, krb5Full, zlib, openldap, cups, pam, avahi, acl, libaio, fam, libceph, glusterfs
|
||||||
, gnutls, libgcrypt, libgpgerror
|
, gnutls, libgcrypt, libgpgerror
|
||||||
, ncurses, libunwind, libibverbs, librdmacm, systemd
|
, ncurses, libunwind, libibverbs, librdmacm, systemd
|
||||||
|
|
||||||
@ -19,11 +19,11 @@ with lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "samba-${version}";
|
name = "samba-${version}";
|
||||||
version = "4.7.4";
|
version = "4.7.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
|
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
|
||||||
sha256 = "0iw290n0q4l5s92d0f9yz27yp3rdfr6bvsmvg1xvd19g8p2d04pv";
|
sha256 = "13gyr0sk9vx6mccr2h35ca3g92kp50cqxrlzfgrddfmskzx08v9i";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ];
|
outputs = [ "out" "dev" "man" ];
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
|
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
|
||||||
docbook_xml_dtd_45 */ readline talloc popt iniparser
|
docbook_xml_dtd_45 */ readline talloc popt iniparser
|
||||||
libbsd libarchive zlib acl fam libiconv gettext libunwind kerberos
|
libbsd libarchive zlib acl fam libiconv gettext libunwind krb5Full
|
||||||
]
|
]
|
||||||
++ optionals stdenv.isLinux [ libaio pam systemd ]
|
++ optionals stdenv.isLinux [ libaio pam systemd ]
|
||||||
++ optionals (enableInfiniband && stdenv.isLinux) [ libibverbs librdmacm ]
|
++ optionals (enableInfiniband && stdenv.isLinux) [ libibverbs librdmacm ]
|
||||||
@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ "--with-static-modules=NONE"
|
[ "--with-static-modules=NONE"
|
||||||
"--with-shared-modules=ALL"
|
"--with-shared-modules=ALL"
|
||||||
"--with-system-mitkrb5"
|
"--with-system-mitkrb5"
|
||||||
|
"--with-system-mitkdc" "${krb5Full}"
|
||||||
"--enable-fhs"
|
"--enable-fhs"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
Loading…
Reference in New Issue
Block a user