summaryrefslogtreecommitdiff
path: root/sysutils/mtools/patches
AgeCommit message (Collapse)AuthorFilesLines
2020-11-27Update mtools to 4.0.25is2-37/+0
2013-01-18Add comments on patches (from cvs log etc).mef2-2/+13
2013-01-17Fix unused attribute usage.joerg1-0/+22
2013-01-10Update to mtools-4.0.18.is1-13/+0
Improvements since the 4.0.17 release are: Fix for names of iconv encodings on AIX Fix mt_size_t on NetBSD Fixed compilation on Mingw Fixed doc (especially mformat) Fix mformat'ing of FAT12 filesystems with huge cluster sizes Minfo prints image file name in mformat command line if an image file name was given Always generate gzip-compressed RPMs, in order to remain compatible with older distributions Fixed buffer overflow with drive letter in mclasserase
2012-08-10Forgot patch file...is1-0/+13
2011-03-09Update to mtools 4.0.14asau1-15/+6
Changes in 4.0.14: Fix floppyd for disks bigger than 2 Gig Remove obsolete -z flag Remove now unsupported AC_USE_SYSTEM_EXTENSIONS Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set Mformat now correctly writes backup boot sector Fixed signedness of serial number in mlabel Fixed buffer size problem in mlabel Make mlabel write backup boot sector if FAT32 Catch situation where both clear and new label are given to mlabel Quote filename parameters to scripts Mformat: Close file descriptor for boot sector Added lzip support to scripts/uz Added Tot_sectors option to mformat Fixed hidden sector handling in mformat Minfo generates mformat command lines containing new -T option Mlabel prints error if label too long
2010-05-03Forgotten patches. Sorry for the inconvenience caused.is3-80/+13
2007-12-09Update to 3.9.11, provided by Sergey Svishchev in private mail:wiz8-248/+18
3.9.11 is mostly a maintenance release which fixes a couple of bugs, and addresses warnings raised by gcc4, and merges some platform-specific patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other patches (such as the new amuFormat.sh written in sh).
2007-08-17Add support for DESTDIR and modular Xorg.joerg2-13/+128
XXX This should use the option framework for the floppyd.
2006-10-13Fix fencepost error when the filename length is N*13 characters.is2-0/+27
Contributed by Michael Eriksson in PR 25439; reviewed by Joerg Sonnenberger.
2006-03-25Fix errno.joerg3-3/+38
2005-04-04Changes 3.9.10:adam3-16/+16
* Support for multiple drives in floppyd * Updated .spec file * Fixed some long name directory entry freeing bugs * Fixed duplicate FAT writing error. Fixed segfault on short images. * Mformat creates images of correct size. * CYGWIN compatibility (O_BINARY flag). * Cygwin patch for plain_io.c (no locking) * Fix a couple of memory leaks in config file parsing. Fix llong.h (redefined same symbol twice) * Fix a variable initialization problem in plain_io.c * New mclasserase command to erase memory cards C99 "compatibility" (cf http://www.mtools.linux.lu/download.html) * Fix rootskip and rate of XDF disks * Fix inverted IS_MFORMAT_ONLY conditon in plain_io.c * Moved putc after variable description (anybody knows about a -W flag so that gcc warns about these?) * Fixed mattrib -p (missing slash) * Added -m option to mformat to specify a non-standard mediabyte * Added -d options to mformat to specify number of FAT copies. Can also be set using the MTOOLS_NFATS environmental variable.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-3/+3
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2003-12-11Fix from PR/18771: mtools privilegesadam1-0/+22
2003-12-11Changes 3.9.9:adam4-39/+43
* Large disk fixes, especially for Solaris * Floppyd robustness * Zip 250 support in mzip * Protect against division by zero when reading BSD disks * Fixed parsing of Unix filenames ending with slash * Fixes for floppyd to work with current protocol version of floppyd * Warn for invalid partition numbers * Support for geometry-less Atari disks * Support for byte-swapping disks * Fixed max numbers of sectors for FAT12 and FAT16 See ChangeLog for details
2003-08-05Convert to USE_NEW_TEXINFO.seb1-6/+14
2003-05-22PKGREVISION++salo3-8/+56
- fix device handling on NetBSD ELF (from Pavel Arnost via PR pkg/21530) - fix floppyd handling in better and simpler way - don't hardcode -R, use RPATH_FLAG instead - remove unused cruft, style nits
2001-02-28We want RCS Ids in the patches.wiz3-0/+3
This is one of the things pkglint checks, so _please_ use it.
2001-02-14Forgot to remove them.is2-29/+0
2001-02-14Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen.is3-37/+28
2000-12-07Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1.is1-0/+40
2000-09-26ELF lib fix for floppyd, which is only built on systems that actuallyhubertf1-4/+22
have X installed, so a USE_X11=yes would be overkill, as it prevents using mtools on systems that don't have X installed.
2000-01-04works on solarisbouyer3-4/+43
1999-06-03Adapt this patch to version 3.9.5.tron1-91/+6
1999-06-01Enhance "floppyd" to get UID of "nobody" from the password database.tron1-9/+62
Patch supplied by Antti Kantee.
1999-05-31- Enhance "configure" target so that "floppyd" will be built on systemstron1-0/+47
with X11 installed. - Fix compliation problems in "floppyd.cpp" with the patch supplied by Antti Kantee in PR pkg/7670. - Remove "floppyd" manual page if the binary isn't built and installed.
1998-08-17Fix a bug in configure.kim1-0/+13
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-02-16update to V3.8hubertf1-10/+18
1998-01-22Initial import of the mtools package, as adapted by me.is1-0/+11
Can probably be refined a bit (e.g. patching in correct pathnames into documentation).