- alter nfs4 host probing to not use portmap lookup and add options check
for "port=" parameter (bz 208757. - correct semantics of "-null" map handling (bzs 214800, 208091). - Resolves: rhbz#214800 rhbz#208757 - Related: rhbz#208091
This commit is contained in:
parent
2c9759961d
commit
5b75826c0e
@ -50,7 +50,8 @@ Patch35: autofs-5.0.1-rc2-fix-incorrect-return-from-spawn.patch
|
||||
Patch36: autofs-5.0.1-rc2-parse-bad-master-map-mountpoint.patch
|
||||
Patch37: autofs-5.0.1-rc2-fix-use-after-free.patch
|
||||
Patch38: autofs-5.0.1-rc2-use-task-done.patch
|
||||
Patch39: autofs-5.0.1-rc2-fix-null-map-semantics.patch
|
||||
Patch39: autofs-5.0.1-rc2-nfs4-get-port.patch
|
||||
Patch40: autofs-5.0.1-rc2-fix-null-map-semantics.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel, openssl-devel
|
||||
Prereq: chkconfig
|
||||
@ -130,6 +131,7 @@ echo %{version}-%{release} > .version
|
||||
%patch37 -p1
|
||||
%patch38 -p1
|
||||
%patch39 -p1
|
||||
%patch40 -p1
|
||||
|
||||
%build
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
|
||||
@ -187,6 +189,8 @@ exit 0
|
||||
|
||||
%changelog
|
||||
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
|
||||
- alter nfs4 host probing to not use portmap lookup and add options
|
||||
check for "port=" parameter (bz 208757.
|
||||
- correct semantics of "-null" map handling (bzs 214800, 208091).
|
||||
|
||||
* Sat Nov 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.26
|
||||
|
Loading…
Reference in New Issue
Block a user