diff options
author | ryoon <ryoon> | 2015-05-27 12:33:05 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-05-27 12:33:05 +0000 |
commit | 97212a72c59f0e6649d5a87e18ed5f8d08afd23e (patch) | |
tree | 2fe929f003bea3a456dd343812ec054a66d28eea /converters | |
parent | e3bb8a3b0437d36c7c2d4ebca57d27dabaae24dd (diff) | |
download | pkgsrc-97212a72c59f0e6649d5a87e18ed5f8d08afd23e.tar.gz |
Update to 7.2.2
Changelog:
2015-05-22: Version 7.2.2. Check UTF-16 for invalid surrogate pairs.
Print system error and line number when UTF-16 conversion error occurs.
Bug fix: When conversion of an UTF-16 file with binary symbols was forced,
null characters were not written in the output.
Fixed symlink support on FreeBSD.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/dos2unix/Makefile | 4 | ||||
-rw-r--r-- | converters/dos2unix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index ca0c49c57d1..85f2639be20 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/04/03 09:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/05/27 12:33:05 ryoon Exp $ -DISTNAME= dos2unix-7.2.1 +DISTNAME= dos2unix-7.2.2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dos2unix/} diff --git a/converters/dos2unix/distinfo b/converters/dos2unix/distinfo index 0f442e6bbb1..969c053e31c 100644 --- a/converters/dos2unix/distinfo +++ b/converters/dos2unix/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2015/04/03 09:06:52 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/05/27 12:33:05 ryoon Exp $ -SHA1 (dos2unix-7.2.1.tar.gz) = 9b971560c4e203abf1b688e71be35bee3dd5556d -RMD160 (dos2unix-7.2.1.tar.gz) = b4bfc92572f08c4ced0f7ea94f4a0faf867756ff -Size (dos2unix-7.2.1.tar.gz) = 407535 bytes +SHA1 (dos2unix-7.2.2.tar.gz) = c16183dfb99526f9bc7c10806ef7ab6bd34db61e +RMD160 (dos2unix-7.2.2.tar.gz) = 757651be4201b8069ee28486af2ac7957180a699 +Size (dos2unix-7.2.2.tar.gz) = 411389 bytes SHA1 (patch-Makefile) = 50150be7ac3090d33ad38e654433bd09837132ab |