summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoris <is>2013-01-10 15:37:08 +0000
committeris <is>2013-01-10 15:37:08 +0000
commitfb75408cc7253386ba13962174f4f5828ac9bb2e (patch)
tree41a65dea57c1a3be1e6bd935ecbfb14285c64f9f /sysutils/mtools
parenta3e4b01d2cb2ccfea742d133982a6e9c168812b1 (diff)
downloadpkgsrc-fb75408cc7253386ba13962174f4f5828ac9bb2e.tar.gz
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
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile6
-rw-r--r--sysutils/mtools/distinfo9
-rw-r--r--sysutils/mtools/patches/patch-llong.h13
3 files changed, 7 insertions, 21 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index fbe47d28093..c5845aa07c1 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -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
diff --git a/sysutils/mtools/distinfo b/sysutils/mtools/distinfo
index cec9cfb5502..faf9b401f5b 100644
--- a/sysutils/mtools/distinfo
+++ b/sysutils/mtools/distinfo
@@ -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
diff --git a/sysutils/mtools/patches/patch-llong.h b/sysutils/mtools/patches/patch-llong.h
deleted file mode 100644
index c05f7458980..00000000000
--- a/sysutils/mtools/patches/patch-llong.h
+++ /dev/null
@@ -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