- Pass a socket into clntudp_bufcreate so that we don't use up additional
reserved ports. This patch, along with the socket leak fix, addresses
bz #128966.
This commit is contained in:
parent
de7fb19349
commit
686ab11d07
@ -4,7 +4,7 @@
|
||||
Summary: A tool for automatically mounting and unmounting filesystems.
|
||||
Name: autofs
|
||||
%define version 4.1.3
|
||||
%define release 56
|
||||
%define release 57
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
Epoch: 1
|
||||
@ -41,6 +41,7 @@ Patch33: autofs-4.1.3-browse.patch
|
||||
#Patch34: autofs-4.1.3-ian-map-expiry-multimount-fix.patch
|
||||
Patch35: autofs-4.1.3-large-program-map.patch
|
||||
Patch36: autofs-4.1.3-user-message-typo.patch
|
||||
Patch37: autofs-4.1.3-no-reserved-ports.patch
|
||||
Buildroot: /var/tmp/autofs-tmp
|
||||
BuildPrereq: autoconf, hesiod-devel, openldap-devel, perl
|
||||
Prereq: chkconfig
|
||||
@ -108,6 +109,7 @@ echo %{version}-%{release} > .version
|
||||
#%patch34 -p1 -b .expire-multi
|
||||
%patch35 -p1 -b .large-program-map
|
||||
%patch36 -p1 -b .user-message-typo
|
||||
%patch37 -p1 -b .no-reserved-ports
|
||||
cp $RPM_SOURCE_DIR/autofs.sysconfig .
|
||||
|
||||
%build
|
||||
@ -161,6 +163,11 @@ exit 0
|
||||
%{_libdir}/autofs/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 19 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-57
|
||||
- Pass a socket into clntudp_bufcreate so that we don't use up additional
|
||||
reserved ports. This patch, along with the socket leak fix, addresses
|
||||
bz #128966.
|
||||
|
||||
* Wed Nov 17 2004 <jmoyer@redhat.com> - 1:4.1.3-56
|
||||
- Somehow the -browse patch either didn't get committed or got reverted.
|
||||
Fixed.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user