Merge pull request #88165 from sjau/samba-4.12.3
Samba: 4.12.2 -> 4.12.3
This commit is contained in:
commit
dcd6887da4
@ -24,6 +24,7 @@
|
|||||||
, libtasn1
|
, libtasn1
|
||||||
, tdb
|
, tdb
|
||||||
, cmocka
|
, cmocka
|
||||||
|
, nixosTests
|
||||||
|
|
||||||
, enableLDAP ? false, openldap
|
, enableLDAP ? false, openldap
|
||||||
, enablePrinting ? false, cups
|
, enablePrinting ? false, cups
|
||||||
@ -42,11 +43,11 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "samba";
|
pname = "samba";
|
||||||
version = "4.12.2";
|
version = "4.12.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
|
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0l514s2xhsy1lspzgvibbzs80zi84zxr2wx4d40hq85yb2lg5434";
|
sha256 = "09w7aap1cjc41ayhaksm1igc7p7gl40fad4a1l6q4ds9a2jbrb9z";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "man" ];
|
outputs = [ "out" "dev" "man" ];
|
||||||
@ -148,6 +149,10 @@ stdenv.mkDerivation rec {
|
|||||||
find $out -type f -name \*.so -exec $SHELL -c "$SCRIPT" \;
|
find $out -type f -name \*.so -exec $SHELL -c "$SCRIPT" \;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
tests.samba = nixosTests.samba;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.samba.org";
|
homepage = "https://www.samba.org";
|
||||||
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
description = "The standard Windows interoperability suite of programs for Linux and Unix";
|
||||||
|
Loading…
Reference in New Issue
Block a user