diff options
author | adam <adam@pkgsrc.org> | 2005-10-17 08:33:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-17 08:33:43 +0000 |
commit | 2ab441e9fcb4c3481ae450eb7dcfe9507fb99f8f (patch) | |
tree | 5885d2b1189ad5b7e0a7264ca65105fee0b2db4a /editors | |
parent | bca17b3b425198be78a4d78b32adcf64528831bb (diff) | |
download | pkgsrc-2ab441e9fcb4c3481ae450eb7dcfe9507fb99f8f.tar.gz |
Changes 2.4.1:
* CAN-2005-2972: Fix several stack-based buffer overflows in the RTF importer
* Fix the BiDi direction in menu strings (Windows)
* Fix various crashers related to Equation editing
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/distinfo | 8 | ||||
-rw-r--r-- | editors/abiword/Makefile.common | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/editors/abiword-plugins/distinfo b/editors/abiword-plugins/distinfo index 1ca106a53fd..4d1eb75ef9a 100644 --- a/editors/abiword-plugins/distinfo +++ b/editors/abiword-plugins/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2005/10/04 09:55:14 adam Exp $ +$NetBSD: distinfo,v 1.15 2005/10/17 08:33:43 adam Exp $ -SHA1 (abiword-2.4.0.tar.bz2) = 900306f0acd2763f49684aa96b9a9c29aef3c596 -RMD160 (abiword-2.4.0.tar.bz2) = 1fb8931a7c707d00830fb16899a2bfdd5c1f93f9 -Size (abiword-2.4.0.tar.bz2) = 24616309 bytes +SHA1 (abiword-2.4.1.tar.bz2) = 825b0598bb14a4fb8e8580f780b38be3d159d434 +RMD160 (abiword-2.4.1.tar.bz2) = e2405283da61696fa966775d46a241bdeea6c668 +Size (abiword-2.4.1.tar.bz2) = 24630989 bytes diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index db1fd6c6380..b4ce360fb83 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.26 2005/10/04 09:55:05 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/10/17 08:33:57 adam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating -ABIWORD_VERSION= 2.4.0 +ABIWORD_VERSION= 2.4.1 DISTNAME= abiword-${ABIWORD_VERSION} CATEGORIES= editors diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 6051030f6a4..f10587f063b 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.45 2005/10/04 09:55:06 adam Exp $ +$NetBSD: distinfo,v 1.46 2005/10/17 08:33:57 adam Exp $ -SHA1 (abiword-2.4.0.tar.bz2) = 900306f0acd2763f49684aa96b9a9c29aef3c596 -RMD160 (abiword-2.4.0.tar.bz2) = 1fb8931a7c707d00830fb16899a2bfdd5c1f93f9 -Size (abiword-2.4.0.tar.bz2) = 24616309 bytes +SHA1 (abiword-2.4.1.tar.bz2) = 825b0598bb14a4fb8e8580f780b38be3d159d434 +RMD160 (abiword-2.4.1.tar.bz2) = e2405283da61696fa966775d46a241bdeea6c668 +Size (abiword-2.4.1.tar.bz2) = 24630989 bytes SHA1 (patch-aa) = feed8a9f506279fd1873210ab967abd487eff85d SHA1 (patch-ab) = 61e52dd0597568a4e66f646cc1f35084c2326298 SHA1 (patch-ad) = c3191d8e0e510708d9ab22ee9c6d28a655e031c5 |