From 686ab11d07276c32eb5c43d6a2ceb9d0abc28833 Mon Sep 17 00:00:00 2001 From: Jeffrey E. Moyer Date: Nov 19 2004 20:04:16 +0000 Subject: - 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. --- diff --git a/autofs.spec b/autofs.spec index cdb7377..a1f4a91 100644 --- a/autofs.spec +++ b/autofs.spec @@ -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 - 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 - 1:4.1.3-56 - Somehow the -browse patch either didn't get committed or got reverted. Fixed.