- update "replace-tempnam" patch to create temp files in sane location.

This commit is contained in:
ikent 2006-12-12 03:35:07 +00:00
parent ad1c255541
commit 11b2e35ad8

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.34
%define release 0.rc2.35
Version: %{version}
Release: %{release}
Epoch: 1
@ -200,6 +200,9 @@ exit 0
%{_libdir}/autofs/*
%changelog
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.35
- update "replace-tempnam" patch to create temp files in sane location.
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.34
- change mount "device" from "automount" to the map name.
- check for buffer overflow in mount_afs.c.