samba: 4.7.4 -> 4.7.5

Also, fix kerberos dependency to include krb5kdc
This commit is contained in:
Tim Steinbach 2018-03-07 22:23:59 -05:00
parent b778e99fc3
commit a14df21aae
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl
, docbook_xml_dtd_42, docbook_xml_dtd_45, readline, talloc
, 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
, ncurses, libunwind, libibverbs, librdmacm, systemd
@ -19,11 +19,11 @@ with lib;
stdenv.mkDerivation rec {
name = "samba-${version}";
version = "4.7.4";
version = "4.7.5";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${name}.tar.gz";
sha256 = "0iw290n0q4l5s92d0f9yz27yp3rdfr6bvsmvg1xvd19g8p2d04pv";
sha256 = "13gyr0sk9vx6mccr2h35ca3g92kp50cqxrlzfgrddfmskzx08v9i";
};
outputs = [ "out" "dev" "man" ];
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
buildInputs =
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
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 (enableInfiniband && stdenv.isLinux) [ libibverbs librdmacm ]
@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
[ "--with-static-modules=NONE"
"--with-shared-modules=ALL"
"--with-system-mitkrb5"
"--with-system-mitkdc" "${krb5Full}"
"--enable-fhs"
"--sysconfdir=/etc"
"--localstatedir=/var"