Merge pull request #88165 from sjau/samba-4.12.3

Samba: 4.12.2 -> 4.12.3
This commit is contained in:
adisbladis 2020-05-23 11:58:50 +02:00 committed by GitHub
commit dcd6887da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
, libtasn1
, tdb
, cmocka
, nixosTests
, enableLDAP ? false, openldap
, enablePrinting ? false, cups
@ -42,11 +43,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "samba";
version = "4.12.2";
version = "4.12.3";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "0l514s2xhsy1lspzgvibbzs80zi84zxr2wx4d40hq85yb2lg5434";
sha256 = "09w7aap1cjc41ayhaksm1igc7p7gl40fad4a1l6q4ds9a2jbrb9z";
};
outputs = [ "out" "dev" "man" ];
@ -148,6 +149,10 @@ stdenv.mkDerivation rec {
find $out -type f -name \*.so -exec $SHELL -c "$SCRIPT" \;
'';
passthru = {
tests.samba = nixosTests.samba;
};
meta = with stdenv.lib; {
homepage = "https://www.samba.org";
description = "The standard Windows interoperability suite of programs for Linux and Unix";