diff options
author | adam <adam@pkgsrc.org> | 2005-09-27 15:49:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-27 15:49:56 +0000 |
commit | 75cd5c490f67e680c30dcd41614675a1d4c266cb (patch) | |
tree | 39f784b5b8cf2d7f98a04280b8a3a028c7cd10e8 /editors/abiword | |
parent | f58c27cb1992b1b9424fe23802746b0ab5de6246 (diff) | |
download | pkgsrc-75cd5c490f67e680c30dcd41614675a1d4c266cb.tar.gz |
Changes 2.2.10:
* Fix security bug: AbiWord RTF import stack-based buffer overflow / CESA-2005-004 - rev 1
* Fix a list corruption in the MS Word importer
* Fix the text highlighting color in TOC and field elements (Windows)
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile.common | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index e3eb0fe307f..25066f4fff3 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.24 2005/08/10 20:56:16 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2005/09/27 15:49:56 adam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.2.9 +ABIWORD_VERSION= 2.2.10 DISTNAME= abiword-${ABIWORD_VERSION} CATEGORIES= editors diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index f21144f5edc..197dcfc0049 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2005/07/28 15:22:07 adam Exp $ +$NetBSD: distinfo,v 1.44 2005/09/27 15:49:56 adam Exp $ -SHA1 (abiword-2.2.9.tar.bz2) = ad7a78d179be6844542c837454f47e4efcfc195f -RMD160 (abiword-2.2.9.tar.bz2) = a0b9d8977379b89e3388c0f4333001226e88dd88 -Size (abiword-2.2.9.tar.bz2) = 23933509 bytes +SHA1 (abiword-2.2.10.tar.bz2) = 1464062e7704a0e0191467bcfc777b42b97273d8 +RMD160 (abiword-2.2.10.tar.bz2) = 6d3a61e6e4ab6a63fa4b84fa8c34ecb5d6b6e8e7 +Size (abiword-2.2.10.tar.bz2) = 23953291 bytes SHA1 (patch-aa) = 41dd03ee29a2fca8955de8809f14169135b77d59 SHA1 (patch-ab) = 927cbe95f5ea892d57ead96938d631ee1ad2c9a3 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 |