mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: Major enhancements in Samba 3.3.10 include: o Fix changing of ACLs on writable file with "dos filemode=yes" (bug #5202). o Fix smbd crashes in dns_register_smbd_reply (bug #6696). o Fix Winbind crashes when queried from nss (bug #6889). o Fix Winbind crash when retrieving empty group members (bug #7014). o Fix interdomain trusts with Win2008R2 (bug #6697).
11 lines
392 B
Bash
11 lines
392 B
Bash
--- ./script/tests/dlopen.sh.orig 2010-01-14 10:12:10.000000000 +0000
|
|
+++ ./script/tests/dlopen.sh 2010-02-05 00:27:01.000000000 +0000
|
|
@@ -67,7 +67,7 @@
|
|
esac
|
|
done
|
|
|
|
-${CC:-gcc} $RPM_OPT_FLAGS $CFLAGS -o $tempdir/dlopen $cflags $tempdir/dlopen.c $ldflags -ldl
|
|
+${CC:-gcc} $RPM_OPT_FLAGS $CFLAGS -o $tempdir/dlopen $cflags $tempdir/dlopen.c $ldflags
|
|
|
|
retval=0
|
|
for module in $modules ; do
|