<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/mtools/Makefile, branch pkgsrc_2016Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2016Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-01-11T20:29:54Z</updated>
<entry>
<title>There was some confusion over the download site; while the software's</title>
<updated>2013-01-11T20:29:54Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2013-01-11T20:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=797b7b64bc1979c6c2d9918aa6a105530e77b7a3'/>
<id>urn:sha1:797b7b64bc1979c6c2d9918aa6a105530e77b7a3</id>
<content type='text'>
homepage links to homepage-relative copies, the announcement e-mail
mentioned the GNU mirror network. This was noticed after reports about
spurious 403 errors came it. Changed to use MASTER_SITES_GNU.
</content>
</entry>
<entry>
<title>Update to mtools-4.0.18.</title>
<updated>2013-01-10T15:37:08Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2013-01-10T15:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fb75408cc7253386ba13962174f4f5828ac9bb2e'/>
<id>urn:sha1:fb75408cc7253386ba13962174f4f5828ac9bb2e</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Update `DESCR' (text taken from http://www.gnu.org/software/mtools/,</title>
<updated>2012-12-16T18:09:46Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2012-12-16T18:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d5e5121e40e8957e886e3f9e24ddc5ec602368a0'/>
<id>urn:sha1:d5e5121e40e8957e886e3f9e24ddc5ec602368a0</id>
<content type='text'>
  with ``and Atari FAT'', a comma, and ``-inch'' added);
- augment `LICENSE'.

From Bug Hunting.
</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d48b4c2985507f97d8649437b36250d0d4ba562'/>
<id>urn:sha1:3d48b4c2985507f97d8649437b36250d0d4ba562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot patch file...</title>
<updated>2012-08-10T14:59:58Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2012-08-10T14:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aeb97277669f04e382fd5e6795a5a33889546a07'/>
<id>urn:sha1:aeb97277669f04e382fd5e6795a5a33889546a07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mtools-(at least)4.0.17 tries hard to configure and conditionally set types</title>
<updated>2012-08-08T08:46:27Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2012-08-08T08:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e999c6b965e8d20892babec0b3e005a02b1325f9'/>
<id>urn:sha1:e999c6b965e8d20892babec0b3e005a02b1325f9</id>
<content type='text'>
to use 64bit file offsets where available for seek()ing etc. However, the
easy case (sizeof(off_t)&gt;4) is handled incorrectly: mt_size_t is set to
size_t - maybe a copy and paste from the fall-back-to-32bit case.

This type is used at least in init.c, when detecting media size and comparing
to the FAT geometry, consequently failing and erroring out with the message
"Big disks not supported on this architecture."

The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
the case where a off64_t is available (and the other 64bit off_t-equivalent
cases); namely using off_t as mt_size_t.

Thanks to riastradh@ for pointing out where the bug in llong.h was.
</content>
</entry>
<entry>
<title>Update to 4.0.17 and delint.  Notable changes:</title>
<updated>2012-03-18T12:41:53Z</updated>
<author>
<name>shattered</name>
<email>shattered</email>
</author>
<published>2012-03-18T12:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=44fe8df9618f5ae5816ec90924ab3bb7809a0009'/>
<id>urn:sha1:44fe8df9618f5ae5816ec90924ab3bb7809a0009</id>
<content type='text'>
Added missing -i option to mshortname
Make it clear that label is limited to 11 characters
mbadblocks now takes a list of bad blocks
mbadblocks now is able to do write scanning for bad blocks
mshowfat can show cluster of specific offset
Fixed encoding of all-lowercase names
Consider every directory entry after an ENDMARK (0x00) to be deleted
</content>
</entry>
<entry>
<title>update MASTER_SITES. Saves one redirect.</title>
<updated>2011-10-09T14:57:24Z</updated>
<author>
<name>zafer</name>
<email>zafer</email>
</author>
<published>2011-10-09T14:57:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fc85f4b2d48d1d3325aa48a117c894103f0a48dc'/>
<id>urn:sha1:fc85f4b2d48d1d3325aa48a117c894103f0a48dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to mtools 4.0.14</title>
<updated>2011-03-09T20:25:08Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2011-03-09T20:25:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94af41b0dd5bec2ef23e846c7299a5a737d03d8e'/>
<id>urn:sha1:94af41b0dd5bec2ef23e846c7299a5a737d03d8e</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>* set LICENSE=gnu-gpl-v3</title>
<updated>2010-08-30T02:22:32Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-08-30T02:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e0eff6aaf0d58b06279e466d5f89cf7ae2a69384'/>
<id>urn:sha1:e0eff6aaf0d58b06279e466d5f89cf7ae2a69384</id>
<content type='text'>
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.
</content>
</entry>
</feed>
