- add free for working var in get_default_logging.

- add inialisation for kver in autofs_point struct.
- fix sources list corruption in check_update_map_sources.
- fix memory leak in walk_tree.
- fix memory leak in rpc_portmap_getport and rpc_ping_proto.
- fix memory leak in initialisation of lookup modules.
This commit is contained in:
ikent 2006-06-09 06:29:03 +00:00
parent 8ff802d405
commit b8b5167624

View File

@ -4,7 +4,7 @@
Summary: A tool for automatically mounting and unmounting filesystems.
Name: autofs
%define version 5.0.0_beta4
%define release 5
%define release 6
Version: %{version}
Release: %{release}
Epoch: 1
@ -21,6 +21,9 @@ Patch6: autofs-5.0.0_beta4-expire-base-mount-fix.patch
Patch7: autofs-5.0.0_beta4-wildcard-handling.patch
Patch8: autofs-5.0.0_beta4-master_parse-redeclare.patch
Patch9: autofs-5.0.0_beta4-misc-fixes.patch
Patch10: autofs-5.0.0_beta4-misc-fixes-2.patch
Patch11: autofs-5.0.0_beta4-sources-list-corruption.patch
Patch12: autofs-5.0.0_beta4-memory-leaks.patch
Buildroot: /var/tmp/autofs-tmp
BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex
Prereq: chkconfig
@ -69,6 +72,9 @@ echo %{version}-%{release} > .version
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}
@ -124,6 +130,14 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Fri Jun 9 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-6
- add free for working var in get_default_logging.
- add inialisation for kver in autofs_point struct.
- fix sources list corruption in check_update_map_sources.
- fix memory leak in walk_tree.
- fix memory leak in rpc_portmap_getport and rpc_ping_proto.
- fix memory leak in initialisation of lookup modules.
* Wed Jun 8 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-5
- misc fixes for things found while investigating map re-read problem.