- fix "-fstype=nfs4" server probing (part 2 of bz 208757).

- set close-on-exec flag on open files where possible (bz 207678).
This commit is contained in:
ikent 2006-10-16 04:45:24 +00:00
parent dc68991d6b
commit bdf3254e0c

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.1
%define release 0.rc2.11
%define release 0.rc2.12
Version: %{version}
Release: %{release}
Epoch: 1
@ -29,6 +29,8 @@ Patch14: autofs-5.0.1-rc2-request-memory-leak.patch
Patch15: autofs-5.0.1-rc2-cancelled-check.patch
Patch16: autofs-5.0.1-rc2-rpc_subs-fd-leak.patch
Patch17: autofs-5.0.1-rc2-included-map-lookup-fd-leak.patch
Patch18: autofs-5.0.1-rc2-nfs4-only-server.patch
Patch19: autofs-5.0.1-rc2-close-on-exec.patch
Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
Prereq: chkconfig
@ -86,6 +88,8 @@ echo %{version}-%{release} > .version
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -142,12 +146,17 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.12
- fix "-fstype=nfs4" server probing (part 2 of bz 208757).
- set close-on-exec flag on open files where possible (bz 207678).
* Fri Oct 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.11
- fix file handle leak in nsswitch parser.
- fix memory leak in mount and expire request processing.
- fix file handle leak in nsswitch parser (bz 207678).
- fix memory leak in mount and expire request processing (bz 207678).
- add additional check to prevent running of cancelled tasks.
- fix potential file handle leakage in rpc_subs.c for some failure cases.
- fix file handle leak in included map lookup.
- fix potential file handle leakage in rpc_subs.c for some failure
cases (bz 207678).
- fix file handle leak in included map lookup (bz 207678).
* Sat Oct 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.10
- fix get_query_dn not looking in subtree for LDAP search.