summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-10 19:53:38 +0000
committerminskim <minskim@pkgsrc.org>2004-02-10 19:53:38 +0000
commite97d6f700feab0c8992c7d8ca02f3c1f70f9aba0 (patch)
tree901e441963bb86d337d9bf4856e2f34a38cbe0d8 /converters
parent4d2e80209c5bcf2421e9ca006c5cd3dbd4a3c1a4 (diff)
downloadpkgsrc-e97d6f700feab0c8992c7d8ca02f3c1f70f9aba0.tar.gz
Update py-jpCodecs to 1.4.10 and bl3ify.
Patch provided by iyoda at atikoro dot org in PR pkg/23715. Changes in 1.4.10: - Fixed soundness bugs in Shift_JIS and MS932 decoders that invalid characters are quietly mapped into invalid Unicode characters. (Thanks to Hye-Shik Chang) - Fixed a buffer overflow in the encoder of japanese.c.euc-jp caused by a string that contains a lot of supplement Kanji characters. (Thanks to Atsuo ISHIMOTO) - added an alias "eucjp" for "japanese.euc-jp".
Diffstat (limited to 'converters')
-rw-r--r--converters/py-jpCodecs/Makefile8
-rw-r--r--converters/py-jpCodecs/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/converters/py-jpCodecs/Makefile b/converters/py-jpCodecs/Makefile
index f5b5cb0d8fe..ac9323e2b8c 100644
--- a/converters/py-jpCodecs/Makefile
+++ b/converters/py-jpCodecs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/09/21 09:44:59 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/10 19:53:38 minskim Exp $
-DISTNAME= JapaneseCodecs-1.4.9
-PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.9
+DISTNAME= JapaneseCodecs-1.4.10
+PKGNAME= ${PYPKGPREFIX}-jpCodecs-1.4.10
CATEGORIES= converters
MASTER_SITES= http://www.asahi-net.or.jp/~rd6t-kjym/python/JapaneseCodecs/dist/
@@ -11,7 +11,7 @@ COMMENT= Python Unicode codecs for Japanese charsets
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/py-jpCodecs/distinfo b/converters/py-jpCodecs/distinfo
index dfe6fb4ad2f..7c4e304777c 100644
--- a/converters/py-jpCodecs/distinfo
+++ b/converters/py-jpCodecs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/14 17:05:39 tsarna Exp $
+$NetBSD: distinfo,v 1.2 2004/02/10 19:53:38 minskim Exp $
-SHA1 (JapaneseCodecs-1.4.9.tar.gz) = 48988747d20205c073f533a367202ed9fcb582a2
-Size (JapaneseCodecs-1.4.9.tar.gz) = 288276 bytes
+SHA1 (JapaneseCodecs-1.4.10.tar.gz) = 745f7478643c0b2d45332a0ff09ab54d2498e151
+Size (JapaneseCodecs-1.4.10.tar.gz) = 288668 bytes