SHA256
1
0
forked from pool/mtools

2 Commits

Author SHA256 Message Date
Petr Gajdos
3c022a228c add sources 2025-08-25 14:50:28 +02:00
Petr Gajdos
37d0074a59 version update to 4.0.49 2025-08-25 14:49:01 +02:00
6 changed files with 75 additions and 21 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37dc4df022533c3d4b2ec1c78973c27c7e8b585374c2d46ab64c6a3db31eddb8
size 449589

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEUaI9nXxN9Bqkj6iT6Zz1U3eQuDkFAmZcJRMACgkQ6Zz1U3eQ
uDkl3g//aLLks+qULQq+2yOEMbudsPpP5e5NDkc6C+NYdcSp8uN31E+hpB88KhEH
JPLfzoIaqZa/FsUqA903TaDRBt4V7A6I6P2TeNicrrrAHw0x+3BH6N1kPZzCL41T
fcbtsIFii/0RAVcsIs5jDi7UcQgDLZRPU9uPdw2Ko8O67528puEOPtsjwT7iiqqa
pE84rqD3p7AHiJbr1nF4n/PK7nO9a80HwUGHeI4pS5/XwmetdjBda8U2ko5t+mSL
JKxjG2w/ot+oPABiySbTQwNn8carCuAF4Ggwqxi2NzEyCnCvnzBvDVmM3M/drsHV
Q3sFHE9lMSk1ZgdjzRncrQMvXmn2hxvw23W2pdl5bgHrsaYSrFQDH/40r79tFKMv
Tmb0m4BoHcG5pNdzmMDRxc76kFv/ijThvNjzRcaqUB9aOhk6ezfLDWweu6OeMAdp
son+rSLD7GBsJvEP654sjmQptTHd4VL8TplRoS7VaYi/4ZHa2tPXQfcHJpuKoXro
jwWDch071x8rhDL1SI8dOCZIo9EfnAkX0ZKMydnfxtRHGfauJayTBh9rwn7h+ydi
rjiyQF8UpURCibzYzpRlQ4mh7asIhoG7z3hoADFB9l79gQ5367l3ZxfEw2VWZVOW
Sx357utIoNP1NOr4Fa9oNp7qx1zyddBZnjulfZIHxdrAj6QCMxg=
=/mZC
-----END PGP SIGNATURE-----

BIN
mtools-4.0.49.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

16
mtools-4.0.49.tar.bz2.sig Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEUaI9nXxN9Bqkj6iT6Zz1U3eQuDkFAmhNoTMACgkQ6Zz1U3eQ
uDlJxQ//QWBDB/ZCGWckFRpdjpJTi7igRTLAy4rooVy4nP8jQADZCRW05EJh24zk
c0f3Xch1r9Yhla90+BMoGX4I9tHWQj/iyr+Vc9seyUr8/+L/VPRRBMnjfRZ88pVs
idleLzPA5tZyNuUtef7k3JE+7ac2hV3VVAk2ccnMOqerOpMv2xN+mBmcf+47EdXW
WfOufaQ6hv+7yZRxWh1iO1ZkFYaFdEZbWjmtSEdXaWKjxcNhizxfPyKwK8I/f71o
LVAE9UypVL+fN5YVnvQR7yT85zCVN01Km0eiFmjLNOds+rlZIJwfzmpYGOMwA5K3
7FsH6al8RkbUNDPxdi5H9gUl3vX/JQq/8F4TcTBUWx1UVmASOzYx4c5WfFJLhi6j
E0vM3jjLmfmz41L4KhkmxNFNC+PHfsGp2+3XmJaHOuGJ2Ne7/o6KdFU2oMUV0YGR
5qXf3mW9CY5gzaapJdbTdnYvKyA9oaeUCnZWd9yOa24bbnTS4+olugLEPkIvcmvj
2pahk1KGgt581gUbLPGQlLMlUxNyhOC/Dhn69PODcl7EU/pMeVZrU/AEgntskUoF
50SBJ+Kta1FjviZ/l6UgkxYM7Qs0wWFIVgp7LRaNKw9RsQOF6g5/7AayxqouA23M
Ajv6Zn27wn5kuRcX8widzoR22y1Y3CMKTGNWVQNHiMbKylfPZuM=
=dreN
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Mon Aug 25 12:47:45 UTC 2025 - pgajdos@suse.com
- version update to 4.0.49
* 4.0.49
- Correctly detect overlong file names, especially when
multibyte (UTF-8) strings are concerned
- Fix off-by-one error in 2 calls to native_to_wchar
- When changing disk label, ignore any plain file which would
match label
- Added missing newlines in error messages about disk geometry
- Do not print error message if getting geometry is simply not
supported by device type (such as for loop devices)
- If full geometry of a device is not available (such as for
loop devices), at least make use of the size
* 4.0.48
- portability fixes, mostly for Watcom compiler
- cleaned up some other warnings
- various runtime fixes for windows (/dev/tty vs CONIN$)
- use correct mtools (sub)command name in usage() when using -c
- other usage() spelling/wording fixes
- fix mtype'ing multiple files at once
- integrate mkmanpages into make system, clean it, and credit
texi2roff's original developer and others
- document compilation on less usual environments in INSTALL
- uninitialized buffer fix in mformat
- fix parameter counting error in mcd, and document that image
file name is not remembered
* 4.0.47
- fixed some of the manpage issues reported by manpage-l10n
- unix-dir copying on Windows fix
- new no-daemon mode for floppyd to make testing easier
- make floppyd independant of XauFileName (portability)
- autoconf fixes
* 4.0.46
- iconv buffer overflow fixes
- removed references to mread and mwrite (obsolete subcommands
from mcopy)
- documented mdoctorfat, and addressed 2 bugs/oversights
- removed references to obsolete mread and mwrite
- portability fixes (dietlibc and MacOS X) & simplification
-------------------------------------------------------------------
Thu Oct 24 11:54:12 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Require glibc-gconv-modules-extra only if glibc >= 2.39
-------------------------------------------------------------------
Mon Sep 30 09:13:35 UTC 2024 - pgajdos@suse.com
- version update to 4.0.45
* Fixed iconv descriptor leak
* Fixed size of error message buffer
-------------------------------------------------------------------
Mon Jul 8 07:17:04 UTC 2024 - pgajdos@suse.com

View File

@@ -17,7 +17,7 @@
Name: mtools
Version: 4.0.44
Version: 4.0.49
Release: 0
Summary: Tools to access MS-DOS filesystems without kernel drivers
License: GPL-3.0-or-later
@@ -30,8 +30,8 @@ Source2: %{name}.keyring
Patch0: %{name}-conf.diff
BuildRequires: makeinfo
BuildRequires: texinfo
Requires: glibc-gconv-modules-extra
Requires: glibc-locale-base
Requires: (glibc-gconv-modules-extra if glibc >= 2.39)
%description
Mtools allows access to an MS-DOS file system on disk without