diff --git a/autofs.spec b/autofs.spec index a6e692a..d9e3f1c 100644 --- a/autofs.spec +++ b/autofs.spec @@ -12,7 +12,7 @@ Summary: A tool for automatically mounting and unmounting filesystems Name: autofs Version: 5.1.7 -Release: 19%{?dist} +Release: 20%{?dist} Epoch: 1 License: GPLv2+ Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}.tar.gz @@ -353,6 +353,10 @@ fi %dir /etc/auto.master.d %changelog +* Mon Aug 02 2021 Ian Kent - 1:5.1.7-20 +- fix potential memory leak in "eliminate some more alloca usage" patch. +- remove unused parameter from add_path() in "eliminate some more alloca usage" patch. + * Sat Jun 19 2021 Ian Kent - 1:5.1.7-19 - fix concat_options() error handling. - eliminate some more alloca usage.