From f91cce3dfd467a268e035cde2f6c3294d0d94c75 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 24 Sep 2000 21:48:04 +0000 Subject: Update iconv POSIX-compliant charset conversion library to 1.1. Fixed problems: - All the modules are linked against libiconv. iconv() now can be called from other shared libraries (it could only be called from executables in iconv-1.0); - Case insensitive recognition of charset names. There was a bug in 1.0: the first letter of a charset name was case sensitive; - Modified behaviour of iconv() used with (inbytesleft == NULL) or (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it returned (size_t)(-1) and set errno=EINVAL. According to POSIX specification both ways are correct; the new behaviour is just less restrictive. PR: ports/21521, ports/21522, ports/21523 Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER) (Problems reported by: knu) --- converters/iconv-extra/Makefile | 2 +- converters/iconv-extra/distinfo | 2 +- converters/iconv-rfc1345/Makefile | 2 +- converters/iconv-rfc1345/distinfo | 2 +- converters/iconv/Makefile | 2 +- converters/iconv/distinfo | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'converters') diff --git a/converters/iconv-extra/Makefile b/converters/iconv-extra/Makefile index b407b816e88a..642fc616ed08 100644 --- a/converters/iconv-extra/Makefile +++ b/converters/iconv-extra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iconv-extra -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ diff --git a/converters/iconv-extra/distinfo b/converters/iconv-extra/distinfo index 45cfc7941b09..3c53ec4dfc24 100644 --- a/converters/iconv-extra/distinfo +++ b/converters/iconv-extra/distinfo @@ -1 +1 @@ -MD5 (iconv-extra-1.0.tar.gz) = e87ff2aa14834c2390f00cb6fa83fb00 +MD5 (iconv-extra-1.1.tar.gz) = 279085a5619b43a4d62e7097d193d240 diff --git a/converters/iconv-rfc1345/Makefile b/converters/iconv-rfc1345/Makefile index 824449592c0e..c3ab317c0983 100644 --- a/converters/iconv-rfc1345/Makefile +++ b/converters/iconv-rfc1345/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iconv-rfc1345 -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ diff --git a/converters/iconv-rfc1345/distinfo b/converters/iconv-rfc1345/distinfo index c2de6bdcbda2..cb91467da778 100644 --- a/converters/iconv-rfc1345/distinfo +++ b/converters/iconv-rfc1345/distinfo @@ -1 +1 @@ -MD5 (iconv-rfc1345-1.0.tar.gz) = 935ad88b55400cb4b957356817e82338 +MD5 (iconv-rfc1345-1.1.tar.gz) = 8d41659f895895dd6a0ea05ca7b63872 diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 1e241152382f..0088cd481422 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iconv -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ diff --git a/converters/iconv/distinfo b/converters/iconv/distinfo index b0f13d5e6efb..eacf2942372d 100644 --- a/converters/iconv/distinfo +++ b/converters/iconv/distinfo @@ -1 +1 @@ -MD5 (iconv-1.0.tar.gz) = 44da89d0e096cfa28caf249d7deb4dfc +MD5 (iconv-1.1.tar.gz) = 0d942f816cccc881cb6f34e093f6a02c -- cgit v1.2.3