SHA256
1
0
forked from pool/mtools

1 Commits

Author SHA256 Message Date
7114c2595c Sync changes to SLFO-1.2 branch 2025-08-20 09:53:35 +02:00
6 changed files with 21 additions and 68 deletions

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

Binary file not shown.

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

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEUaI9nXxN9Bqkj6iT6Zz1U3eQuDkFAmb4EmQACgkQ6Zz1U3eQ
uDmQ4hAAlhGkSB6A4dKsuZ9kGZEMrDtL0Pbce1cSnDTOwMz17y0FnQHXFqVC4O4y
uzGzfXk80desBusLB8tgToPutlhchhnDBq0Aa7R483TKUG3z/QzfuIXrqxTmGsG5
1fRlQa7Gys8uRouDI5WmqelpXmaZVENEbBEXx0+3srWRCeUDaRjJ+lI02U8U+nqA
sFyNBrG1EuRf63uvn83wEI/X2Y/4G8OrHLIsPK/V+zR0rhwDkZ4abAXoGBPO+d+o
ifg1bw1VSvqXGzKjyXrY3AKHyCOeY6g2va7avU8FmPUkOL855eXasoqO0kOOxIgm
6p9yaa6KJd+3Y56hZIPfK1kNfcRdMVFgafOIZoHpemG+hYQArpX/v0f8ovS9OGXw
47uxjc6rrb1cSaTiuobURbyX0Wtc9ydmSYGd/ypTjQfkZa3OpoJv2hLAJPwEU1Hu
o45UpUb2i3jKDxMaWqTiusdQqhM6KbDq045H8kIKPrIp9+TMIGRtxLLmAr6bSqst
sG0AK0XJ0vPUrBUG+8UFimJC2/AT49i6lDIdm6G+xqOjbcjtvcWRtjOvuzzOSTgy
W+YoC2Y7VM2CvoC7btczB0yXQMW3zX/RW+s1TOGhocd7Z4kGJzdCe4IawGCx3Ev6
EFbp2/0N+DIcTRQEhL9hRQHD/Vg5JSz/mRi0xeK1klcBGvB5imQ=
=K+bK
-----END PGP SIGNATURE-----

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

Binary file not shown.

View File

@@ -1,16 +0,0 @@
-----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,50 +1,3 @@
-------------------------------------------------------------------
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

View File

@@ -17,7 +17,7 @@
Name: mtools
Version: 4.0.49
Version: 4.0.45
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