Update to mtools-4.0.18.
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
This commit is contained in:
parent
899ec9f245
commit
94a6a50e5c
3 changed files with 7 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.53 2012/12/16 18:09:46 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2013/01/10 15:37:08 is Exp $
|
||||
|
||||
DISTNAME= mtools-4.0.17
|
||||
PKGREVISION= 2
|
||||
DISTNAME= mtools-4.0.18
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mtools.linux.lu/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.18 2012/08/08 08:46:27 is Exp $
|
||||
$NetBSD: distinfo,v 1.19 2013/01/10 15:37:08 is Exp $
|
||||
|
||||
SHA1 (mtools-4.0.17.tar.bz2) = ab16d292c5098ae94d83a48094c137c2a5c3b101
|
||||
RMD160 (mtools-4.0.17.tar.bz2) = 2e55692fa31d02e86bcab0d1e55ed1755b2bab64
|
||||
Size (mtools-4.0.17.tar.bz2) = 412310 bytes
|
||||
SHA1 (mtools-4.0.18.tar.bz2) = cd45031441ac944eacebdc8d4b82b20cd9cc8461
|
||||
RMD160 (mtools-4.0.18.tar.bz2) = 31bd7af355f609e072daa173d44771eac85e9473
|
||||
Size (mtools-4.0.18.tar.bz2) = 420190 bytes
|
||||
SHA1 (patch-aa) = 493b06455ee3169e6db916a9d535dad5a124edbc
|
||||
SHA1 (patch-ae) = 5281829c8c79f95ff4672fabb53acd22685c17bb
|
||||
SHA1 (patch-af) = fcf66c887f9513d812c01ff314669959f94ed7b3
|
||||
SHA1 (patch-llong.h) = 350158693991dc3fca440f5fee4bcda8398c80e9
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-llong.h,v 1.1 2012/08/10 14:59:58 is Exp $
|
||||
|
||||
--- llong.h.orig 2010-10-03 16:00:42.000000000 +0000
|
||||
+++ llong.h
|
||||
@@ -25,7 +25,7 @@
|
||||
/* if off_t is already 64 bits, be happy, and don't worry about the
|
||||
* loff_t and llseek stuff */
|
||||
#define MT_OFF_T off_t
|
||||
-#define MT_SIZE_T size_t
|
||||
+#define MT_SIZE_T off_t
|
||||
#endif
|
||||
|
||||
#ifndef MT_OFF_T
|
Loading…
Reference in a new issue