diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-10 19:53:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-10 19:53:38 +0000 |
commit | 7a470035b82f36e33c143041932a80cef162d52e (patch) | |
tree | 901e441963bb86d337d9bf4856e2f34a38cbe0d8 /converters/py-jpCodecs/Makefile | |
parent | cf6dcf2e512564d74976d1c1b78f4cfa93a0b4b1 (diff) | |
download | pkgsrc-7a470035b82f36e33c143041932a80cef162d52e.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/py-jpCodecs/Makefile')
-rw-r--r-- | converters/py-jpCodecs/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |