From 40ed9252fd8e9d7ef16a82c75e69a55c578ab604 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 20 Mar 2021 20:06:47 +0000 Subject: Sat Mar 20 20:06:47 UTC 2021 a/aaa_libraries-15.0-x86_64-4.txz: Rebuilt. Upgraded: libacl.so.1.1.2301, libattr.so.1.1.2501, libcap.so.2.49, libzstd.so.1.4.9, libglib-2.0.so.0.6600.8, libgmodule-2.0.so.0.6600.8, libgobject-2.0.so.0.6600.8, libgthread-2.0.so.0.6600.8, liblber-2.4.so.2.11.6, libldap-2.4.so.2.11.6. And also the krb5 libraries that didn't bump their version numbers. a/kernel-generic-5.10.25-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.25-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.25-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.25-x86-1.txz: Upgraded. k/kernel-source-5.10.25-noarch-1.txz: Upgraded. l/glib2-2.66.8-x86_64-2.txz: Rebuilt. Rebuilt using -Dfam=false. Thanks to franzen. n/samba-4.14.0-x86_64-2.txz: Rebuilt. Rebuilt using --without-fam. Thanks to franzen. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.11.x/kernel-generic-5.11.8-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-headers-5.11.8-x86-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-huge-5.11.8-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-modules-5.11.8-x86_64-1.txz: Upgraded. testing/packages/linux-5.11.x/kernel-source-5.11.8-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. --- source/n/samba/samba.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/n/samba/samba.SlackBuild') diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index 854483e34..71b6212d2 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=samba VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -e $CWD/machine.conf ]; then . $CWD/machine.conf ] @@ -142,6 +142,7 @@ CFLAGS="$SLKCFLAGS" \ --with-winbind \ --with-ldap \ --with-ads \ + --without-fam \ $PAM_OPTIONS \ $SHADOW_OPTIONS \ --build=$TARGET || exit 1 -- cgit v1.2.3-65-gdbad