pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-jpCodecs Update py-jpCodecs to 1.4.10 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab43bfe2d8da
branches:  trunk
changeset: 468138:ab43bfe2d8da
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Feb 10 19:53:38 2004 +0000

description:
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:

 converters/py-jpCodecs/Makefile |  8 ++++----
 converters/py-jpCodecs/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r bcd46e7cf108 -r ab43bfe2d8da converters/py-jpCodecs/Makefile
--- a/converters/py-jpCodecs/Makefile   Tue Feb 10 19:35:29 2004 +0000
+++ b/converters/py-jpCodecs/Makefile   Tue Feb 10 19:53:38 2004 +0000
@@ -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 @@
 
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bcd46e7cf108 -r ab43bfe2d8da converters/py-jpCodecs/distinfo
--- a/converters/py-jpCodecs/distinfo   Tue Feb 10 19:35:29 2004 +0000
+++ b/converters/py-jpCodecs/distinfo   Tue Feb 10 19:53:38 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index