<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/mtools/distinfo, 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>2015-11-04T01:32:05Z</updated>
<entry>
<title>Add SHA512 digests for distfiles for sysutils category</title>
<updated>2015-11-04T01:32:05Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2015-11-04T01:32:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=312b4f202337b5fe1e668165723abc64aba81f86'/>
<id>urn:sha1:312b4f202337b5fe1e668165723abc64aba81f86</id>
<content type='text'>
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
</content>
</entry>
<entry>
<title>Add comments on patches (from cvs log etc).</title>
<updated>2013-01-18T00:34:30Z</updated>
<author>
<name>mef</name>
<email>mef</email>
</author>
<published>2013-01-18T00:34:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=667fa1f692f582e6ba3d4984a80cf8fb2e31cfb6'/>
<id>urn:sha1:667fa1f692f582e6ba3d4984a80cf8fb2e31cfb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unused attribute usage.</title>
<updated>2013-01-17T16:03:45Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2013-01-17T16:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=33d090e568d0ddaa29a8bf207eb0775c6dce05d2'/>
<id>urn:sha1:33d090e568d0ddaa29a8bf207eb0775c6dce05d2</id>
<content type='text'>
</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>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 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>mtools 4.0.13, 2nd part.</title>
<updated>2010-04-19T13:50:19Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2010-04-19T13:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5559a85b0ae05538e1f7526c5c04130e4d10fba3'/>
<id>urn:sha1:5559a85b0ae05538e1f7526c5c04130e4d10fba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 4.0.13.</title>
<updated>2010-04-19T13:44:48Z</updated>
<author>
<name>is</name>
<email>is</email>
</author>
<published>2010-04-19T13:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b56dfa4cd700b9aadedc988286cc7d91ceb7c6d'/>
<id>urn:sha1:3b56dfa4cd700b9aadedc988286cc7d91ceb7c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 3.9.11, provided by Sergey Svishchev in private mail:</title>
<updated>2007-12-09T23:38:21Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-12-09T23:38:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c85f5a935a78b9742f968d642e0294320ab8a462'/>
<id>urn:sha1:c85f5a935a78b9742f968d642e0294320ab8a462</id>
<content type='text'>
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).
</content>
</entry>
</feed>
