diff --git a/mtools.spec b/mtools.spec index b281ec1..2b6c267 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ Summary: Programs for accessing MS-DOS disks without mounting the disks Name: mtools Version: 4.0.26 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz Url: https://www.gnu.org/software/mtools/ @@ -61,6 +61,11 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog +* Mon Feb 16 2026 Pavel Cahyna - 4.0.26-5 +- Increase error message buffer size +- Prevent a leak of iconv_t +- Prevent a file descriptor leak + * Tue Jun 7 2022 Pavel Cahyna - 4.0.26-4 - Add dependency on glibc-gconv-extra mtools need codepage 850, which was split from glibc into a subpackage.