Skip to content

Commit

Permalink
Merge pull request #36479 from NeQuissimus/zfh_samba
Browse files Browse the repository at this point in the history
samba: 4.7.4 -> 4.7.5
  • Loading branch information
grahamc authored Mar 9, 2018
2 parents 21d85a5 + a14df21 commit 601857b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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" ];
Expand All @@ -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 ]
Expand All @@ -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"
Expand Down

0 comments on commit 601857b

Please sign in to comment.